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
344     plot-vpp-hdrh-lat-2n-zn2:
345       csit-vpp-perf-report-iterative-2009-2n-zn2:
346         - 3   # rls2009 NDRPDR iter env 5
347
348     plot-dpdk-throughput-latency-2n-zn2:
349       csit-dpdk-perf-report-iterative-2009-2n-zn2:
350         - 1   # NDRPDR iter env5
351
352     plot-dpdk-hdrh-lat-2n-zn2:
353       csit-dpdk-perf-report-iterative-2009-2n-zn2:
354         - 1   # NDRPDR iter env5
355
356     # 2n-clx
357
358     plot-vpp-throughput-lat-tsa-2n-clx:
359       csit-vpp-perf-report-iterative-2009-2n-clx:
360         - 36  # rls2009 NDRPDR iter env 5
361         - 39  # rls2009 NDRPDR iter env 5
362         - 40  # rls2009 NDRPDR iter env 5
363         - 65  # rls2009 NDRPDR iter env 5
364         - 66  # rls2009 NDRPDR iter env 5
365         - 79  # rls2009 NDRPDR iter env 5
366         - 82  # rls2009 NDRPDR iter env 5
367         - 88  # rls2009 NDRPDR iter env 5
368         - 89  # rls2009 NDRPDR iter env 5
369         - 90  # rls2009 NDRPDR iter env 5
370         - 114 # rls2009 NDRPDR iter NAT44 env 5
371         - 115 # rls2009 NDRPDR iter NAT44 env 5
372         - 116 # rls2009 NDRPDR iter NAT44 env 5
373         - 117 # rls2009 NDRPDR iter NAT44 env 5
374         - 118 # rls2009 NDRPDR iter NAT44 env 5
375         - 119 # rls2009 NDRPDR iter NAT44 env 5
376         - 121 # rls2009 NDRPDR iter NAT44 env 5
377         - 122 # rls2009 NDRPDR iter NAT44 env 5
378         - 123 # rls2009 NDRPDR iter NAT44 env 5
379         - 126 # rls2009 NDRPDR iter NAT44 env 5
380
381     plot-vpp-hdrh-lat-2n-clx:
382       csit-vpp-perf-report-iterative-2009-2n-clx:
383         - 36  # rls2009 NDRPDR iter env 5
384
385     plot-vpp-hdrh-lat-2n-clx-nat44:
386       csit-vpp-perf-report-iterative-2009-2n-clx:
387         - 123 # rls2009 NDRPDR iter NAT44 env 5
388
389     plot-vpp-nfv-2n-clx-ndrpdr:
390       csit-vpp-perf-report-iterative-2009-2n-clx:
391         - 37  # rls2009 nf-density iter env 5
392         - 43  # rls2009 nf-density iter env 5
393         - 69  # rls2009 nf-density iter env 5
394         - 70  # rls2009 nf-density iter env 5
395         - 71  # rls2009 nf-density iter env 5
396         - 72  # rls2009 nf-density iter env 5
397         - 73  # rls2009 nf-density iter env 5
398         - 74  # rls2009 nf-density iter env 5
399         - 75  # rls2009 nf-density iter env 5
400         - 76  # rls2009 nf-density iter env 5
401
402     plot-vpp-nfv-2n-clx-mrr:
403       csit-vpp-perf-report-iterative-2009-2n-clx:
404         - 45  # rls2009 MRR nf-density iter env 5
405
406     plot-vpp-nfv-reconf-2n-clx:
407       csit-vpp-perf-report-iterative-2009-2n-clx:
408         - 25  # rls2009 reconf env 5
409         - 27  # rls2009 reconf env 5
410         - 28  # rls2009 reconf env 5
411         - 29  # rls2009 reconf env 5
412         - 30  # rls2009 reconf env 5
413         - 30  # rls2009 reconf env 5
414         - 32  # rls2009 reconf env 5
415         - 48  # rls2009 reconf env 5
416         - 53  # rls2009 reconf env 5
417         - 68  # rls2009 reconf env 5
418
419     plot-vpp-soak-2n-clx:
420       csit-vpp-perf-report-iterative-2009-2n-clx:
421         - 33  # rls2009 soak env 5
422         - 34  # rls2009 soak env 5
423
424     plot-dpdk-throughput-latency-2n-clx:
425       csit-dpdk-perf-report-iterative-2009-2n-clx:
426         - 4   # NDRPDR iter env5
427         - 5   # NDRPDR iter env5
428         - 6   # NDRPDR iter env5
429         - 7   # NDRPDR iter env5
430         - 8   # NDRPDR iter env5
431         - 9   # NDRPDR iter env5
432         - 10  # NDRPDR iter env5
433         - 11  # NDRPDR iter env5
434         - 12  # NDRPDR iter env5
435         - 13  # NDRPDR iter env5
436
437     plot-dpdk-hdrh-lat-2n-clx:
438       csit-dpdk-perf-report-iterative-2009-2n-clx:
439         - 4   # NDRPDR iter env5
440
441     # 3n-tsh
442
443     plot-vpp-throughput-lat-tsa-3n-tsh:
444       csit-vpp-perf-report-iterative-2009-3n-tsh:
445         - 14  # rls2009 NDRPDR iter env 5
446         - 20  # rls2009 NDRPDR iter env 5
447         - 21  # rls2009 NDRPDR iter env 5
448         - 22  # rls2009 NDRPDR iter env 5
449         - 23  # rls2009 NDRPDR iter env 5
450         - 28  # rls2009 NDRPDR iter env 5
451         - 30  # rls2009 NDRPDR iter env 5
452         - 33  # rls2009 NDRPDR iter env 5
453         - 38  # rls2009 NDRPDR iter env 5
454         - 41  # rls2009 NDRPDR iter env 5
455
456     plot-vpp-hdrh-lat-3n-tsh:
457       csit-vpp-perf-report-iterative-2009-3n-tsh:
458         - 14  # rls2009 NDRPDR iter env 5
459
460     plot-dpdk-throughput-latency-3n-tsh:
461       csit-dpdk-perf-report-iterative-2009-3n-tsh:
462         - 1   # NDRPDR iter env5
463         - 2   # NDRPDR iter env5
464         - 3   # NDRPDR iter env5
465         - 4   # NDRPDR iter env5
466         - 5   # NDRPDR iter env5
467         - 6   # NDRPDR iter env5
468         - 7   # NDRPDR iter env5
469         - 9   # NDRPDR iter env5
470         - 10  # NDRPDR iter env5
471         - 11  # NDRPDR iter env5
472
473     plot-dpdk-hdrh-lat-3n-tsh:
474       csit-dpdk-perf-report-iterative-2009-3n-tsh:
475         - 1   # NDRPDR iter env5
476
477     # 3n-dnv
478
479     plot-vpp-throughput-lat-tsa-3n-dnv:
480       csit-vpp-perf-report-iterative-2009-3n-dnv:
481         - 3   # rls2009 NDRPDR iter env 5
482         - 6   # rls2009 NDRPDR iter env 5
483         - 7   # rls2009 NDRPDR iter env 5
484         - 8   # rls2009 NDRPDR iter env 5
485         - 10  # rls2009 NDRPDR iter env 5
486         - 11  # rls2009 NDRPDR iter env 5
487         - 12  # rls2009 NDRPDR iter env 5
488         - 14  # rls2009 NDRPDR iter env 5
489         - 15  # rls2009 NDRPDR iter env 5
490         - 24  # rls2009 NDRPDR iter env 5
491
492 #    plot-dpdk-throughput-latency-3n-dnv:
493 #      # No data
494 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
495
496     # 2n-dnv
497
498     plot-vpp-throughput-lat-tsa-2n-dnv:
499       csit-vpp-perf-report-iterative-2009-2n-dnv:
500         - 3   # rls2009 NDRPDR iter env 5
501         - 5   # rls2009 NDRPDR iter env 5
502         - 6   # rls2009 NDRPDR iter env 5
503         - 7   # rls2009 NDRPDR iter env 5
504         - 9   # rls2009 NDRPDR iter env 5
505         - 10  # rls2009 NDRPDR iter env 5
506         - 11  # rls2009 NDRPDR iter env 5
507         - 12  # rls2009 NDRPDR iter env 5
508         - 14  # rls2009 NDRPDR iter env 5
509         - 15  # rls2009 NDRPDR iter env 5
510
511 #    plot-dpdk-throughput-latency-2n-dnv:
512 #      # No data
513 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
514
515     ###########################################################################
516     # Simple tables (only one data set):
517
518     # NIC Comparisons
519
520     vpp-nic-comparison-3n-skx:
521       csit-vpp-perf-report-iterative-2009-3n-skx:
522         - 26  # rls2009 NDRPDR iter env 5
523         - 27  # rls2009 NDRPDR iter env 5
524         - 28  # rls2009 NDRPDR iter env 5
525         - 29  # rls2009 NDRPDR iter env 5
526         - 35  # rls2009 NDRPDR iter env 5
527         - 36  # rls2009 NDRPDR iter env 5
528         - 37  # rls2009 NDRPDR iter env 5
529         - 38  # rls2009 NDRPDR iter env 5
530         - 39  # rls2009 NDRPDR iter env 5
531         - 40  # rls2009 NDRPDR iter env 5
532
533     vpp-nic-comparison-2n-skx:
534       csit-vpp-perf-report-iterative-2009-2n-skx:
535         - 35  # rls2009 NDRPDR iter env 5
536         - 36  # rls2009 NDRPDR iter env 5
537         - 37  # rls2009 NDRPDR iter env 5
538         - 39  # rls2009 NDRPDR iter env 5
539         - 40  # rls2009 NDRPDR iter env 5
540         - 42  # rls2009 NDRPDR iter env 5
541         - 43  # rls2009 NDRPDR iter env 5
542         - 44  # rls2009 NDRPDR iter env 5
543         - 46  # rls2009 NDRPDR iter env 5
544         - 48  # rls2009 NDRPDR iter env 5
545         - 110 # rls2009 NDRPDR iter NAT44 env 5
546         - 111 # rls2009 NDRPDR iter NAT44 env 5
547         - 112 # rls2009 NDRPDR iter NAT44 env 5
548         - 113 # rls2009 NDRPDR iter NAT44 env 5
549         - 114 # rls2009 NDRPDR iter NAT44 env 5
550         - 115 # rls2009 NDRPDR iter NAT44 env 5
551         - 116 # rls2009 NDRPDR iter NAT44 env 5
552         - 118 # rls2009 NDRPDR iter NAT44 env 5
553         - 119 # rls2009 NDRPDR iter NAT44 env 5
554         - 121 # rls2009 NDRPDR iter NAT44 env 5
555
556     vpp-nic-comparison-3n-skx-mrr:
557       csit-vpp-perf-report-iterative-2009-3n-skx:
558         - 24  # rls2009 MRR iter env 5
559
560     vpp-nic-comparison-2n-skx-mrr:
561       csit-vpp-perf-report-iterative-2009-2n-skx:
562         - 120 # rls2009 MRR iter env 5
563
564     # Results
565
566     vpp-perf-results-3n-hsw:
567       csit-vpp-perf-report-coverage-2009-3n-hsw:
568         - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
569         - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
570         - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
571         - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
572         - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
573         - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
574         - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
575         - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
576         - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
577         - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
578         - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
579         - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
580         - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
581         - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
582         - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
583         - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
584         - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
585         - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
586         - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
587         - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
588         - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
589         - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
590         - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
591         - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
592         - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
593         - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
594         - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
595         - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
596         - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
597         - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
598         - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
599         - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
600         - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
601         - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
602         - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
603
604     vpp-perf-results-3n-skx:
605       csit-vpp-perf-report-coverage-2009-3n-skx:
606         - 36  # rls2009 NDRPDR cov 3n-skx-crypto-00
607         - 3   # rls2009 NDRPDR cov 3n-skx-crypto-01
608         - 4   # rls2009 NDRPDR cov 3n-skx-crypto-02
609         - 37  # rls2009 NDRPDR cov 3n-skx-crypto-03
610         - 6   # rls2009 NDRPDR cov 3n-skx-ip4-00
611         - 7   # rls2009 NDRPDR cov 3n-skx-ip4-01
612         - 8   # rls2009 NDRPDR cov 3n-skx-ip4-02
613         - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
614         - 10  # rls2009 NDRPDR cov 3n-skx-ip4-04
615         - 38  # rls2009 NDRPDR cov 3n-skx-ip4-05
616         - 12  # rls2009 NDRPDR cov 3n-skx-ip4-06
617         - 39  # rls2009 NDRPDR cov 3n-skx-ip4-07
618         - 14  # rls2009 NDRPDR cov 3n-skx-ip4tun-00
619         - 15  # rls2009 NDRPDR cov 3n-skx-ip4tun-01
620         - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
621         - 40  # rls2009 NDRPDR cov 3n-skx-ip6-00
622         - 18  # rls2009 NDRPDR cov 3n-skx-ip6-01
623         - 19  # rls2009 NDRPDR cov 3n-skx-ip6tun-00
624         - 20  # rls2009 NDRPDR cov 3n-skx-l2-00
625         - 21  # rls2009 NDRPDR cov 3n-skx-l2-01
626         - 22  # rls2009 NDRPDR cov 3n-skx-l2-02
627         - 23  # rls2009 NDRPDR cov 3n-skx-l2-03
628         - 24  # rls2009 NDRPDR cov 3n-skx-l2-04
629         - 41  # rls2009 NDRPDR cov 3n-skx-l2-05
630         - 42  # rls2009 NDRPDR cov 3n-skx-l2-06
631         - 43  # rls2009 NDRPDR cov 3n-skx-l2-07
632         - 28  # rls2009 NDRPDR cov 3n-skx-l2-08
633         - 44  # rls2009 NDRPDR cov 3n-skx-l2-09
634         - 45  # rls2009 NDRPDR cov 3n-skx-l2-10
635         - 46  # rls2009 NDRPDR cov 3n-skx-memif-00
636         - 47  # rls2009 NDRPDR cov 3n-skx-srv6-00
637         - 48  # rls2009 NDRPDR cov 3n-skx-srv6-01
638         - 49  # rls2009 NDRPDR cov 3n-skx-vhost-00
639         - 50  # rls2009 NDRPDR cov 3n-skx-vhost-01
640         - 51  # rls2009 NDRPDR cov 3n-skx-vhost-02
641         - 54  # rls2009 NDRPDR cov 3n-skx-vhost-03
642
643     vpp-perf-results-2n-skx:
644       csit-vpp-perf-report-coverage-2009-2n-skx:
645         - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
646         - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
647         - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
648         - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
649         - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
650         - 31  # rls2009 NDRPDR cov 2n-skx-ip4-05
651         - 32  # rls2009 NDRPDR cov 2n-skx-ip4-06
652         - 33  # rls2009 NDRPDR cov 2n-skx-ip4-07
653         - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
654         - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
655         - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
656         - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
657         - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
658         - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
659         - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
660         - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
661         - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
662
663     vpp-perf-results-2n-zn2:
664       csit-vpp-perf-report-iterative-2009-2n-zn2:
665         - 3   # rls2009 NDRPDR iter env 5
666
667     vpp-perf-results-2n-clx:
668       csit-vpp-perf-report-coverage-2009-2n-clx:
669         - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
670         - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
671         - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
672         - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
673         - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
674         - 23  # rls2009 NDRPDR cov 2n-clx-ip4-05
675         - 24  # rls2009 NDRPDR cov 2n-clx-ip4-06
676         - 25  # rls2009 NDRPDR cov 2n-clx-ip4-07
677         - 22  # rls2009 NDRPDR cov 2n-clx-ip6-00
678         - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
679         - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
680         - 21  # rls2009 NDRPDR cov 2n-clx-l2-01
681         - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
682         - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
683         - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
684         - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
685         - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
686
687     vpp-perf-results-3n-tsh:
688       csit-vpp-perf-report-iterative-2009-3n-tsh:
689         - 14  # rls2009 NDRPDR iter env 5
690
691     vpp-perf-results-3n-dnv:
692       csit-vpp-perf-report-coverage-2009-3n-dnv:
693         - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
694         - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
695         - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
696         - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
697         - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
698         - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
699         - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
700         - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
701         - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
702
703     vpp-perf-results-2n-dnv:
704       csit-vpp-perf-report-coverage-2009-2n-dnv:
705         - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
706         - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
707         - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
708         - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
709         - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
710         - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
711
712     vpp-mrr-results-3n-hsw:
713       csit-vpp-perf-report-iterative-2009-3n-hsw:
714         - 23  # rls2009 MRR iter env 5
715
716     vpp-mrr-results-3n-skx:
717       csit-vpp-perf-report-iterative-2009-3n-skx:
718         - 24  # rls2009 MRR iter env 5
719
720     vpp-mrr-results-2n-skx:
721       csit-vpp-perf-report-iterative-2009-2n-skx:
722         - 120 # rls2009 MRR iter env 5
723
724     vpp-mrr-results-2n-zn2:
725       csit-vpp-perf-report-iterative-2009-2n-zn2:
726         - 1   # rls2009 MRR iter env 5
727
728     vpp-mrr-results-2n-clx:
729       csit-vpp-perf-report-iterative-2009-2n-clx:
730         - 125 # rls2009 MRR iter env 5
731
732     vpp-mrr-results-3n-tsh:
733       csit-vpp-perf-report-iterative-2009-3n-tsh:
734         - 15  # rls2009 MRR iter env 5
735
736     vpp-mrr-results-3n-dnv:
737       csit-vpp-perf-report-iterative-2009-3n-dnv:
738         - 22  # rls2009 MRR iter env 5
739
740     vpp-mrr-results-2n-dnv:
741       csit-vpp-perf-report-iterative-2009-2n-dnv:
742         - 13  # rls2009 MRR iter env 5
743
744     vpp-device-results-ubuntu:
745       csit-vpp-device-2009-ubuntu1804-1n-skx:
746         - 131 # rls2009 env 5
747
748     dpdk-perf-results-3n-hsw:
749       csit-dpdk-perf-report-iterative-2009-3n-hsw:
750         - 6   # NDRPDR iter env5
751
752     dpdk-perf-results-3n-skx:
753       csit-dpdk-perf-report-iterative-2009-3n-skx:
754         - 4   # NDRPDR sel env5
755
756     dpdk-perf-results-2n-skx:
757       csit-dpdk-perf-report-iterative-2009-2n-skx:
758         - 4   # NDRPDR iter env5
759
760     dpdk-perf-results-2n-zn2:
761       csit-dpdk-perf-report-iterative-2009-2n-zn2:
762         - 1   # NDRPDR iter env5
763
764     dpdk-perf-results-2n-clx:
765       csit-dpdk-perf-report-iterative-2009-2n-clx:
766         - 4   # NDRPDR iter env5
767
768 #    dpdk-perf-results-2n-dnv:
769 #      # No data
770 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
771
772 #    dpdk-perf-results-3n-dnv:
773 #      # No data
774 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
775
776     dpdk-perf-results-3n-tsh:
777       csit-dpdk-perf-report-iterative-2009-3n-tsh:
778         - 1   # NDRPDR iter env5
779
780 ###########################################################################
781     # Tables (more than one data set)
782
783     # Performance changes
784
785     vpp-performance-changes-3n-hsw-h1:
786       csit-vpp-perf-report-iterative-2005-3n-hsw:
787         - 31  # NDRPDR sel 2001.0-4
788         - 32  # NDRPDR sel 2001.0-4
789         - 33  # NDRPDR sel 2001.0-4
790         - 34  # NDRPDR sel 2001.0-4
791         - 35  # NDRPDR sel 2001.0-4
792         - 36  # NDRPDR sel 2001.0-4
793         - 38  # NDRPDR sel 2001.0-4
794     vpp-performance-changes-3n-hsw-ref-env4:
795       csit-vpp-perf-report-iterative-2005-3n-hsw:
796         - 20  # NDRPDR sel env 4
797         - 21  # NDRPDR sel env 4
798         - 22  # NDRPDR sel env 4
799         - 23  # NDRPDR sel env 4
800         - 24  # NDRPDR sel env 4
801         - 25  # NDRPDR sel env 4
802         - 26  # NDRPDR sel env 4
803         - 27  # NDRPDR sel env 4
804         - 28  # NDRPDR sel env 4
805         - 29  # NDRPDR sel env 4
806     vpp-performance-changes-3n-hsw-ref-env5:
807       csit-vpp-perf-report-iterative-2009-3n-hsw:
808         - 9   # rls2005 NDRPDR iter env 5
809         - 10  # rls2005 NDRPDR iter env 5
810         - 11  # rls2005 NDRPDR iter env 5
811         - 12  # rls2005 NDRPDR iter env 5
812         - 13  # rls2005 NDRPDR iter env 5
813         - 14  # rls2005 NDRPDR iter env 5
814         - 15  # rls2005 NDRPDR iter env 5
815         - 16  # rls2005 NDRPDR iter env 5
816         - 17  # rls2005 NDRPDR iter env 5
817         - 19  # rls2005 NDRPDR iter env 5
818     vpp-performance-changes-3n-hsw-cmp:
819       csit-vpp-perf-report-iterative-2009-3n-hsw:
820         - 21  # rls2009 NDRPDR iter env 5
821         - 22  # rls2009 NDRPDR iter env 5
822         - 24  # rls2009 NDRPDR iter env 5
823         - 25  # rls2009 NDRPDR iter env 5
824         - 26  # rls2009 NDRPDR iter env 5
825         - 27  # rls2009 NDRPDR iter env 5
826         - 28  # rls2009 NDRPDR iter env 5
827         - 29  # rls2009 NDRPDR iter env 5
828         - 30  # rls2009 NDRPDR iter env 5
829         - 31  # rls2009 NDRPDR iter env 5
830
831     vpp-performance-changes-3n-skx-h1:
832       csit-vpp-perf-report-iterative-2005-3n-skx:
833         - 50  # NDRPDR sel 2001.0-4
834         - 51  # NDRPDR sel 2001.0-4
835         - 52  # NDRPDR sel 2001.0-4
836         - 53  # NDRPDR sel 2001.0-4
837         - 54  # NDRPDR sel 2001.0-4
838     vpp-performance-changes-3n-skx-ref-env4:
839       csit-vpp-perf-report-iterative-2005-3n-skx:
840         - 42  # NDRPDR sel env 4
841         - 43  # NDRPDR sel env 4
842         - 44  # NDRPDR sel env 4
843         - 45  # NDRPDR sel env 4
844         - 47  # NDRPDR sel env 4
845         - 55  # NDRPDR sel env 4
846         - 56  # NDRPDR sel env 4
847         - 57  # NDRPDR sel env 4
848         - 61  # NDRPDR sel env 4
849         - 62  # NDRPDR sel env 4
850     vpp-performance-changes-3n-skx-ref-env5:
851       csit-vpp-perf-report-iterative-2009-3n-skx:
852         - 13  # rls2005 NDRPDR iter env 5
853         - 18  # rls2005 NDRPDR iter env 5
854         - 19  # rls2005 NDRPDR iter env 5
855         - 41  # rls2005 NDRPDR iter env 5
856         - 43  # rls2005 NDRPDR iter env 5
857         - 44  # rls2005 NDRPDR iter env 5
858         - 45  # rls2005 NDRPDR iter env 5
859         - 46  # rls2005 NDRPDR iter env 5
860         - 48  # rls2005 NDRPDR iter env 5
861         - 49  # rls2005 NDRPDR iter env 5
862     vpp-performance-changes-3n-skx-cmp:
863       csit-vpp-perf-report-iterative-2009-3n-skx:
864         - 26  # rls2009 NDRPDR iter env 5
865         - 27  # rls2009 NDRPDR iter env 5
866         - 28  # rls2009 NDRPDR iter env 5
867         - 29  # rls2009 NDRPDR iter env 5
868         - 35  # rls2009 NDRPDR iter env 5
869         - 36  # rls2009 NDRPDR iter env 5
870         - 37  # rls2009 NDRPDR iter env 5
871         - 38  # rls2009 NDRPDR iter env 5
872         - 39  # rls2009 NDRPDR iter env 5
873         - 40  # rls2009 NDRPDR iter env 5
874
875     vpp-performance-changes-2n-skx-h1:
876       csit-vpp-perf-report-iterative-2005-2n-skx:
877         - 100 # NDRPDR sel 2001.0-4
878         - 101 # NDRPDR sel 2001.0-4
879         - 102 # NDRPDR sel 2001.0-4
880         - 103 # NDRPDR sel 2001.0-4
881         - 104 # NDRPDR sel 2001.0-4
882         - 105 # NDRPDR sel 2001.0-4
883     vpp-performance-changes-2n-skx-ref-env4:
884       csit-vpp-perf-report-iterative-2005-2n-skx:
885         - 88  # NDRPDR sel env 4
886         - 89  # NDRPDR sel env 4
887         - 90  # NDRPDR sel env 4
888         - 91  # NDRPDR sel env 4
889         - 92  # NDRPDR sel env 4
890         - 93  # NDRPDR sel env 4
891         - 94  # NDRPDR sel env 4
892         - 125 # NDRPDR sel env 4
893         - 126 # NDRPDR sel env 4
894         - 127 # NDRPDR sel env 4
895     vpp-performance-changes-2n-skx-ref-env5:
896       csit-vpp-perf-report-iterative-2009-2n-skx:
897         - 13  # rls2005 NDRPDR iter env 5
898         - 16  # rls2005 NDRPDR iter env 5
899         - 17  # rls2005 NDRPDR iter env 5
900         - 18  # rls2005 NDRPDR iter env 5
901         - 19  # rls2005 NDRPDR iter env 5
902         - 21  # rls2005 NDRPDR iter env 5
903         - 22  # rls2005 NDRPDR iter env 5
904         - 23  # rls2005 NDRPDR iter env 5
905         - 24  # rls2005 NDRPDR iter env 5
906         - 25  # rls2005 NDRPDR iter env 5
907     vpp-performance-changes-2n-skx-cmp:
908       csit-vpp-perf-report-iterative-2009-2n-skx:
909         - 35  # rls2009 NDRPDR iter env 5
910         - 36  # rls2009 NDRPDR iter env 5
911         - 37  # rls2009 NDRPDR iter env 5
912         - 39  # rls2009 NDRPDR iter env 5
913         - 40  # rls2009 NDRPDR iter env 5
914         - 42  # rls2009 NDRPDR iter env 5
915         - 43  # rls2009 NDRPDR iter env 5
916         - 44  # rls2009 NDRPDR iter env 5
917         - 46  # rls2009 NDRPDR iter env 5
918         - 48  # rls2009 NDRPDR iter env 5
919         - 110 # rls2009 NDRPDR iter NAT44 env 5
920         - 111 # rls2009 NDRPDR iter NAT44 env 5
921         - 112 # rls2009 NDRPDR iter NAT44 env 5
922         - 113 # rls2009 NDRPDR iter NAT44 env 5
923         - 114 # rls2009 NDRPDR iter NAT44 env 5
924         - 115 # rls2009 NDRPDR iter NAT44 env 5
925         - 116 # rls2009 NDRPDR iter NAT44 env 5
926         - 118 # rls2009 NDRPDR iter NAT44 env 5
927         - 119 # rls2009 NDRPDR iter NAT44 env 5
928         - 121 # rls2009 NDRPDR iter NAT44 env 5
929
930     vpp-performance-changes-2n-clx-h1:
931       csit-vpp-perf-report-iterative-2005-2n-clx:
932         - 73  # NDRPDR sel 2001.0-4
933         - 74  # NDRPDR sel 2001.0-4
934         - 75  # NDRPDR sel 2001.0-4
935         - 76  # NDRPDR sel 2001.0-4
936         - 77  # NDRPDR sel 2001.0-4
937         - 78  # NDRPDR sel 2001.0-4
938         - 79  # NDRPDR sel 2001.0-4
939         - 80  # NDRPDR sel 2001.0-4
940     vpp-performance-changes-2n-clx-ref-env4:
941       csit-vpp-perf-report-iterative-2005-2n-clx:
942         - 62  # NDRPDR sel env 4
943         - 63  # NDRPDR sel env 4
944         - 64  # NDRPDR sel env 4
945         - 65  # NDRPDR sel env 4
946         - 66  # NDRPDR sel env 4
947         - 68  # NDRPDR sel env 4
948         - 69  # NDRPDR sel env 4
949         - 70  # NDRPDR sel env 4
950         - 103 # NDRPDR sel env 4
951         - 104 # NDRPDR sel env 4
952     vpp-performance-changes-2n-clx-ref-env5:
953       csit-vpp-perf-report-iterative-2009-2n-clx:
954         - 13  # rls2005 NDRPDR iter env 5
955         - 15  # rls2005 NDRPDR iter env 5
956         - 17  # rls2005 NDRPDR iter env 5
957         - 18  # rls2005 NDRPDR iter env 5
958         - 19  # rls2005 NDRPDR iter env 5
959         - 20  # rls2005 NDRPDR iter env 5
960         - 21  # rls2005 NDRPDR iter env 5
961         - 22  # rls2005 NDRPDR iter env 5
962         - 23  # rls2005 NDRPDR iter env 5
963         - 24  # rls2005 NDRPDR iter env 5
964     vpp-performance-changes-2n-clx-cmp:
965       csit-vpp-perf-report-iterative-2009-2n-clx:
966         - 36  # rls2009 NDRPDR iter env 5
967         - 39  # rls2009 NDRPDR iter env 5
968         - 40  # rls2009 NDRPDR iter env 5
969         - 65  # rls2009 NDRPDR iter env 5
970         - 66  # rls2009 NDRPDR iter env 5
971         - 79  # rls2009 NDRPDR iter env 5
972         - 82  # rls2009 NDRPDR iter env 5
973         - 88  # rls2009 NDRPDR iter env 5
974         - 89  # rls2009 NDRPDR iter env 5
975         - 90  # rls2009 NDRPDR iter env 5
976         - 114 # rls2009 NDRPDR iter NAT44 env 5
977         - 115 # rls2009 NDRPDR iter NAT44 env 5
978         - 116 # rls2009 NDRPDR iter NAT44 env 5
979         - 117 # rls2009 NDRPDR iter NAT44 env 5
980         - 118 # rls2009 NDRPDR iter NAT44 env 5
981         - 119 # rls2009 NDRPDR iter NAT44 env 5
982         - 121 # rls2009 NDRPDR iter NAT44 env 5
983         - 122 # rls2009 NDRPDR iter NAT44 env 5
984         - 123 # rls2009 NDRPDR iter NAT44 env 5
985         - 126 # rls2009 NDRPDR iter NAT44 env 5
986
987     vpp-performance-changes-2n-dnv-h1:
988       csit-vpp-perf-verify-2001-2n-dnv:
989         - 4   # NDRPDR sel
990         - 5   # NDRPDR sel
991         - 6   # NDRPDR sel
992         - 7   # NDRPDR sel
993         - 8   # NDRPDR sel
994         - 9   # NDRPDR sel
995         - 10  # NDRPDR sel
996         - 11  # NDRPDR sel
997         - 13  # NDRPDR sel
998         - 16  # NDRPDR sel
999     vpp-performance-changes-2n-dnv-ref:
1000       csit-vpp-perf-report-iterative-2009-2n-dnv:
1001         - 16  # rls2005 NDRPDR iter env 5
1002         - 17  # rls2005 NDRPDR iter env 5
1003         - 18  # rls2005 NDRPDR iter env 5
1004         - 19  # rls2005 NDRPDR iter env 5
1005         - 21  # rls2005 NDRPDR iter env 5
1006         - 24  # rls2005 NDRPDR iter env 5
1007         - 27  # rls2005 NDRPDR iter env 5
1008         - 28  # rls2005 NDRPDR iter env 5
1009         - 29  # rls2005 NDRPDR iter env 5
1010         - 30  # rls2005 NDRPDR iter env 5
1011     vpp-performance-changes-2n-dnv-cmp:
1012       csit-vpp-perf-report-iterative-2009-2n-dnv:
1013         - 3   # rls2009 NDRPDR iter env 5
1014         - 5   # rls2009 NDRPDR iter env 5
1015         - 6   # rls2009 NDRPDR iter env 5
1016         - 7   # rls2009 NDRPDR iter env 5
1017         - 9   # rls2009 NDRPDR iter env 5
1018         - 10  # rls2009 NDRPDR iter env 5
1019         - 11  # rls2009 NDRPDR iter env 5
1020         - 12  # rls2009 NDRPDR iter env 5
1021         - 14  # rls2009 NDRPDR iter env 5
1022         - 15  # rls2009 NDRPDR iter env 5
1023
1024     vpp-performance-changes-3n-dnv-h1:
1025       csit-vpp-perf-verify-2001-3n-dnv:
1026         - 5   # NDRPDR sel
1027         - 6   # NDRPDR sel
1028         - 7   # NDRPDR sel
1029         - 8   # NDRPDR sel
1030         - 9   # NDRPDR sel
1031         - 10  # NDRPDR sel
1032         - 12  # NDRPDR sel
1033         - 16  # NDRPDR sel
1034         - 17  # NDRPDR sel
1035         - 18  # NDRPDR sel
1036     vpp-performance-changes-3n-dnv-ref:
1037       csit-vpp-perf-report-iterative-2009-3n-dnv:
1038         - 16  # rls2005 NDRPDR iter env 5
1039         - 23  # rls2005 NDRPDR iter env 5
1040         - 25  # rls2005 NDRPDR iter env 5
1041         - 26  # rls2005 NDRPDR iter env 5
1042         - 27  # rls2005 NDRPDR iter env 5
1043         - 28  # rls2005 NDRPDR iter env 5
1044         - 29  # rls2005 NDRPDR iter env 5
1045         - 30  # rls2005 NDRPDR iter env 5
1046         - 31  # rls2005 NDRPDR iter env 5
1047         - 32  # rls2005 NDRPDR iter env 5
1048     vpp-performance-changes-3n-dnv-cmp:
1049       csit-vpp-perf-report-iterative-2009-3n-dnv:
1050         - 3   # rls2009 NDRPDR iter env 5
1051         - 6   # rls2009 NDRPDR iter env 5
1052         - 7   # rls2009 NDRPDR iter env 5
1053         - 8   # rls2009 NDRPDR iter env 5
1054         - 10  # rls2009 NDRPDR iter env 5
1055         - 11  # rls2009 NDRPDR iter env 5
1056         - 12  # rls2009 NDRPDR iter env 5
1057         - 14  # rls2009 NDRPDR iter env 5
1058         - 15  # rls2009 NDRPDR iter env 5
1059         - 24  # rls2009 NDRPDR iter env 5
1060
1061     vpp-performance-changes-3n-tsh-h1:
1062       csit-vpp-perf-report-iterative-2005-3n-tsh:
1063         - 28  # NDRPDR sel 2001.0-4
1064         - 29  # NDRPDR sel 2001.0-4
1065         - 31  # NDRPDR sel 2001.0-4
1066     vpp-performance-changes-3n-tsh-ref-env4:
1067       csit-vpp-perf-report-iterative-2005-3n-tsh:
1068         - 23  # NDRPDR sel env 4
1069         - 25  # NDRPDR sel env 4
1070         - 33  # NDRPDR sel env 4
1071         - 34  # NDRPDR sel env 4
1072         - 35  # NDRPDR sel env 4
1073         - 36  # NDRPDR sel env 4
1074         - 37  # NDRPDR sel env 4
1075         - 38  # NDRPDR sel env 4
1076         - 39  # NDRPDR sel env 4
1077         - 40  # NDRPDR sel env 4
1078     vpp-performance-changes-3n-tsh-ref-env5:
1079       csit-vpp-perf-report-iterative-2009-3n-tsh:
1080         - 8   # rls2005 NDRPDR iter env 5
1081         - 11  # rls2005 NDRPDR iter env 5
1082         - 12  # rls2005 NDRPDR iter env 5
1083         - 24  # rls2005 NDRPDR iter env 5
1084         - 27  # rls2005 NDRPDR iter env 5
1085         - 29  # rls2005 NDRPDR iter env 5
1086         - 31  # rls2005 NDRPDR iter env 5
1087         - 39  # rls2005 NDRPDR iter env 5
1088         - 40  # rls2005 NDRPDR iter env 5
1089         - 42  # rls2005 NDRPDR iter env 5
1090     vpp-performance-changes-3n-tsh-cmp:
1091       csit-vpp-perf-report-iterative-2009-3n-tsh:
1092         - 14  # rls2009 NDRPDR iter env 5
1093         - 20  # rls2009 NDRPDR iter env 5
1094         - 21  # rls2009 NDRPDR iter env 5
1095         - 22  # rls2009 NDRPDR iter env 5
1096         - 23  # rls2009 NDRPDR iter env 5
1097         - 28  # rls2009 NDRPDR iter env 5
1098         - 30  # rls2009 NDRPDR iter env 5
1099         - 33  # rls2009 NDRPDR iter env 5
1100         - 38  # rls2009 NDRPDR iter env 5
1101         - 41  # rls2009 NDRPDR iter env 5
1102
1103     vpp-soak-vs-ndr-2n-skx-ref:
1104       csit-vpp-perf-report-iterative-2009-2n-skx:
1105         - 35  # rls2009 NDRPDR iter env 5
1106         - 36  # rls2009 NDRPDR iter env 5
1107         - 37  # rls2009 NDRPDR iter env 5
1108         - 39  # rls2009 NDRPDR iter env 5
1109         - 40  # rls2009 NDRPDR iter env 5
1110         - 42  # rls2009 NDRPDR iter env 5
1111         - 43  # rls2009 NDRPDR iter env 5
1112         - 44  # rls2009 NDRPDR iter env 5
1113         - 46  # rls2009 NDRPDR iter env 5
1114         - 48  # rls2009 NDRPDR iter env 5
1115     vpp-soak-vs-ndr-2n-skx-cmp:
1116       csit-vpp-perf-report-iterative-2009-2n-skx:
1117         - 33  # rls2009 soak env 5
1118         - 34  # rls2009 soak env 5
1119     vpp-soak-vs-ndr-2n-skx:
1120       csit-vpp-perf-report-iterative-2009-2n-skx:
1121         - 35  # rls2009 NDRPDR iter env 5
1122         - 36  # rls2009 NDRPDR iter env 5
1123         - 37  # rls2009 NDRPDR iter env 5
1124         - 39  # rls2009 NDRPDR iter env 5
1125         - 40  # rls2009 NDRPDR iter env 5
1126         - 42  # rls2009 NDRPDR iter env 5
1127         - 43  # rls2009 NDRPDR iter env 5
1128         - 44  # rls2009 NDRPDR iter env 5
1129         - 46  # rls2009 NDRPDR iter env 5
1130         - 48  # rls2009 NDRPDR iter env 5
1131         - 33  # rls2009 soak env 5
1132         - 34  # rls2009 soak env 5
1133
1134     vpp-soak-vs-ndr-2n-clx-ref:
1135       csit-vpp-perf-report-iterative-2009-2n-clx:
1136         - 36  # rls2009 NDRPDR iter env 5
1137         - 39  # rls2009 NDRPDR iter env 5
1138         - 40  # rls2009 NDRPDR iter env 5
1139         - 65  # rls2009 NDRPDR iter env 5
1140         - 66  # rls2009 NDRPDR iter env 5
1141         - 79  # rls2009 NDRPDR iter env 5
1142         - 82  # rls2009 NDRPDR iter env 5
1143         - 88  # rls2009 NDRPDR iter env 5
1144         - 89  # rls2009 NDRPDR iter env 5
1145         - 90  # rls2009 NDRPDR iter env 5
1146     vpp-soak-vs-ndr-2n-clx-cmp:
1147       csit-vpp-perf-report-iterative-2009-2n-clx:
1148         - 33  # rls2009 soak env 5
1149         - 34  # rls2009 soak env 5
1150     vpp-soak-vs-ndr-2n-clx:
1151       csit-vpp-perf-report-iterative-2009-2n-clx:
1152         - 36  # rls2009 NDRPDR iter env 5
1153         - 39  # rls2009 NDRPDR iter env 5
1154         - 40  # rls2009 NDRPDR iter env 5
1155         - 65  # rls2009 NDRPDR iter env 5
1156         - 66  # rls2009 NDRPDR iter env 5
1157         - 79  # rls2009 NDRPDR iter env 5
1158         - 82  # rls2009 NDRPDR iter env 5
1159         - 88  # rls2009 NDRPDR iter env 5
1160         - 89  # rls2009 NDRPDR iter env 5
1161         - 90  # rls2009 NDRPDR iter env 5
1162         - 33  # rls2009 soak env 5
1163         - 34  # rls2009 soak env 5
1164
1165     vpp-performance-changes-3n-hsw-mrr-h1:
1166       csit-vpp-perf-verify-2001-3n-hsw:
1167         - 17  # MRR sel
1168     vpp-performance-changes-3n-hsw-mrr-ref-env4:
1169       csit-vpp-perf-report-iterative-2005-3n-hsw:
1170         - 30  # MRR env 4
1171     vpp-performance-changes-3n-hsw-mrr-ref-env5:
1172       csit-vpp-perf-report-iterative-2009-3n-hsw:
1173         - 18  # rls2005 MRR iter env 5
1174     vpp-performance-changes-3n-hsw-mrr-cmp:
1175       csit-vpp-perf-report-iterative-2009-3n-hsw:
1176         - 23  # rls2009 MRR iter env 5
1177
1178     vpp-performance-changes-3n-skx-mrr-h1:
1179       csit-vpp-perf-verify-2001-3n-skx:
1180         - 50  # MRR sel
1181         - 53  # MRR sel addition
1182     vpp-performance-changes-3n-skx-mrr-ref-env4:
1183       csit-vpp-perf-report-iterative-2005-3n-skx:
1184         - 49  # MRR sel env 4
1185     vpp-performance-changes-3n-skx-mrr-ref-env5:
1186       csit-vpp-perf-report-iterative-2009-3n-skx:
1187         - 17  # rls2005 MRR iter env 5
1188     vpp-performance-changes-3n-skx-mrr-cmp:
1189       csit-vpp-perf-report-iterative-2009-3n-skx:
1190         - 24  # rls2009 MRR iter env 5
1191
1192     vpp-performance-changes-2n-skx-mrr-h1:
1193       csit-vpp-perf-verify-2001-2n-skx:
1194         - 101 # MRR sel
1195         - 128 # MRR sel addition
1196     vpp-performance-changes-2n-skx-mrr-ref-env4:
1197       csit-vpp-perf-report-iterative-2005-2n-skx:
1198         - 99  # MRR sel env 4
1199     vpp-performance-changes-2n-skx-mrr-ref-env5:
1200       csit-vpp-perf-report-iterative-2009-2n-skx:
1201         - 20  # rls2005 MRR iter env 5
1202     vpp-performance-changes-2n-skx-mrr-cmp:
1203       csit-vpp-perf-report-iterative-2009-2n-skx:
1204         - 120 # rls2009 MRR iter env 5
1205
1206     vpp-performance-changes-2n-clx-mrr-h1:
1207       csit-vpp-perf-verify-2001-2n-clx:
1208         - 39  # MRR
1209     vpp-performance-changes-2n-clx-mrr-ref-env4:
1210       csit-vpp-perf-report-iterative-2005-2n-clx:
1211         - 72   # MRR sel env 4
1212     vpp-performance-changes-2n-clx-mrr-ref-env5:
1213       csit-vpp-perf-report-iterative-2009-2n-clx:
1214         - 77  # rls2005 MRR iter env 5
1215     vpp-performance-changes-2n-clx-mrr-cmp:
1216       csit-vpp-perf-report-iterative-2009-2n-clx:
1217         - 125 # rls2009 MRR iter env 5
1218
1219     vpp-performance-changes-2n-dnv-mrr-h1:
1220       csit-vpp-perf-verify-2001-2n-dnv:
1221         - 12  # MRR sel
1222     vpp-performance-changes-2n-dnv-mrr-ref:
1223       csit-vpp-perf-report-iterative-2009-2n-dnv:
1224         - 23  # rls2005 MRR iter env 5
1225     vpp-performance-changes-2n-dnv-mrr-cmp:
1226       csit-vpp-perf-report-iterative-2009-2n-dnv:
1227         - 13  # rls2009 MRR iter env 5
1228
1229     vpp-performance-changes-3n-dnv-mrr-h1:
1230       csit-vpp-perf-verify-2001-3n-dnv:
1231         - 11  # MRR sel
1232     vpp-performance-changes-3n-dnv-mrr-ref:
1233       csit-vpp-perf-report-iterative-2009-3n-dnv:
1234         - 19  # rls2005 MRR iter env 5
1235     vpp-performance-changes-3n-dnv-mrr-cmp:
1236       csit-vpp-perf-report-iterative-2009-3n-dnv:
1237         - 22  # rls2009 MRR iter env 5
1238
1239     vpp-performance-changes-3n-tsh-mrr-h1:
1240       csit-vpp-perf-verify-2001-3n-tsh:
1241         - 9   # MRR sel
1242     vpp-performance-changes-3n-tsh-mrr-ref-env4:
1243       csit-vpp-perf-report-iterative-2005-3n-tsh:
1244         - 27  # MRR sel env 4
1245     vpp-performance-changes-3n-tsh-mrr-ref-env5:
1246       csit-vpp-perf-report-iterative-2009-3n-tsh:
1247         - 13  # rls2005 MRR iter env 5
1248     vpp-performance-changes-3n-tsh-mrr-cmp:
1249       csit-vpp-perf-report-iterative-2009-3n-tsh:
1250         - 15  # rls2009 MRR iter env 5
1251
1252     dpdk-performance-changes-3n-hsw-h1:
1253       csit-dpdk-perf-verify-2001-3n-hsw:
1254         - 4   # NDRPDR sel
1255         - 5   # NDRPDR sel
1256         - 6   # NDRPDR sel
1257         - 7   # NDRPDR sel
1258         - 8   # NDRPDR sel
1259         - 9   # NDRPDR sel
1260         - 10  # NDRPDR sel
1261         - 11  # NDRPDR sel
1262         - 12  # NDRPDR sel
1263         - 13  # NDRPDR sel
1264         - 15  # NDRPDR sel
1265         - 16  # NDRPDR sel
1266         - 17  # NDRPDR sel
1267         - 18  # NDRPDR sel
1268         - 19  # NDRPDR sel
1269         - 20  # NDRPDR sel
1270         - 21  # NDRPDR sel
1271         - 22  # NDRPDR sel
1272         - 23  # NDRPDR sel
1273         - 24  # NDRPDR sel
1274     dpdk-performance-changes-3n-hsw-ref:
1275       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1276         - 25  # NDRPDR iter
1277         - 26  # NDRPDR iter
1278         - 27  # NDRPDR iter
1279         - 28  # NDRPDR iter
1280         - 29  # NDRPDR iter
1281         - 30  # NDRPDR iter
1282         - 31  # NDRPDR iter
1283         - 32  # NDRPDR iter
1284         - 33  # NDRPDR iter
1285         - 34  # NDRPDR iter
1286     dpdk-performance-changes-3n-hsw-cmp:
1287       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1288         - 6   # NDRPDR iter env5
1289         - 7   # NDRPDR iter env5
1290         - 8   # NDRPDR iter env5
1291         - 9   # NDRPDR iter env5
1292         - 10  # NDRPDR iter env5
1293         - 11  # NDRPDR iter env5
1294         - 12  # NDRPDR iter env5
1295         - 13  # NDRPDR iter env5
1296         - 14  # NDRPDR iter env5
1297         - 15  # NDRPDR iter env5
1298
1299     dpdk-performance-changes-3n-skx-h1:
1300       csit-dpdk-perf-verify-2001-3n-skx:
1301         - 29  # NDRPDR sel xxv710
1302         - 33  # NDRPDR sel xxv710
1303         - 34  # NDRPDR sel xxv710
1304         - 35  # NDRPDR sel xxv710
1305         - 36  # NDRPDR sel xxv710
1306         - 37  # NDRPDR sel xxv710
1307         - 41  # NDRPDR sel xxv710
1308         - 42  # NDRPDR sel xxv710
1309         - 43  # NDRPDR sel xxv710
1310         - 45  # NDRPDR sel xxv710
1311         - 30  # NDRPDR sel x710
1312         - 31  # NDRPDR sel x710
1313         - 32  # NDRPDR sel x710
1314         - 38  # NDRPDR sel x710
1315         - 39  # NDRPDR sel x710
1316         - 40  # NDRPDR sel x710
1317         - 44  # NDRPDR sel x710
1318         - 46  # NDRPDR sel x710
1319         - 47  # NDRPDR sel x710
1320         - 48  # NDRPDR sel x710
1321     dpdk-performance-changes-3n-skx-ref:
1322       csit-dpdk-perf-report-iterative-2005-3n-skx:
1323         - 28  # NDRPDR iter
1324         - 29  # NDRPDR iter
1325         - 30  # NDRPDR iter
1326         - 31  # NDRPDR iter
1327         - 32  # NDRPDR iter
1328         - 33  # NDRPDR iter
1329         - 34  # NDRPDR iter
1330         - 35  # NDRPDR iter
1331         - 36  # NDRPDR iter
1332         - 37  # NDRPDR iter
1333     dpdk-performance-changes-3n-skx-cmp:
1334       csit-dpdk-perf-report-iterative-2009-3n-skx:
1335         - 4   # NDRPDR sel env5
1336         - 5   # NDRPDR sel env5
1337         - 6   # NDRPDR sel env5
1338         - 7   # NDRPDR sel env5
1339         - 8   # NDRPDR sel env5
1340         - 9   # NDRPDR sel env5
1341         - 14  # NDRPDR sel env5
1342         - 11  # NDRPDR sel env5
1343         - 12  # NDRPDR sel env5
1344         - 13  # NDRPDR sel env5
1345
1346     dpdk-performance-changes-2n-skx-h1:
1347       csit-dpdk-perf-verify-2001-2n-skx:
1348         - 35  # NDRPDR sel xxv710
1349         - 36  # NDRPDR sel xxv710
1350         - 37  # NDRPDR sel xxv710
1351         - 41  # NDRPDR sel xxv710
1352         - 42  # NDRPDR sel xxv710
1353         - 43  # NDRPDR sel xxv710
1354         - 46  # NDRPDR sel xxv710
1355         - 47  # NDRPDR sel xxv710
1356         - 52  # NDRPDR sel xxv710
1357         - 53  # NDRPDR sel xxv710
1358         - 38  # NDRPDR sel x710
1359         - 39  # NDRPDR sel x710
1360         - 40  # NDRPDR sel x710
1361         - 44  # NDRPDR sel x710
1362         - 45  # NDRPDR sel x710
1363         - 48  # NDRPDR sel x710
1364         - 49  # NDRPDR sel x710
1365         - 50  # NDRPDR sel x710
1366         - 51  # NDRPDR sel x710
1367         - 54  # NDRPDR sel x710
1368     dpdk-performance-changes-2n-skx-ref:
1369       csit-dpdk-perf-report-iterative-2005-2n-skx:
1370         - 20  # NDRPDR iter
1371         - 21  # NDRPDR iter
1372         - 22  # NDRPDR iter
1373         - 23  # NDRPDR iter
1374         - 24  # NDRPDR iter
1375         - 25  # NDRPDR iter
1376         - 26  # NDRPDR iter
1377         - 27  # NDRPDR iter
1378         - 28  # NDRPDR iter
1379         - 29  # NDRPDR iter
1380     dpdk-performance-changes-2n-skx-cmp:
1381       csit-dpdk-perf-report-iterative-2009-2n-skx:
1382         - 4   # NDRPDR iter env5
1383         - 5   # NDRPDR iter env5
1384         - 6   # NDRPDR iter env5
1385         - 7   # NDRPDR iter env5
1386         - 8   # NDRPDR iter env5
1387         - 9   # NDRPDR iter env5
1388         - 10  # NDRPDR iter env5
1389         - 11  # NDRPDR iter env5
1390         - 12  # NDRPDR iter env5
1391         - 13  # NDRPDR iter env5
1392
1393     dpdk-performance-changes-2n-clx-h1:
1394       csit-dpdk-perf-verify-2001-2n-clx:
1395         - 15  # NDRPDR sel
1396         - 16  # NDRPDR sel
1397         - 17  # NDRPDR sel
1398         - 18  # NDRPDR sel
1399         - 19  # NDRPDR sel
1400         - 20  # NDRPDR sel
1401         - 21  # NDRPDR sel
1402         - 22  # NDRPDR sel
1403         - 23  # NDRPDR sel
1404         - 24  # NDRPDR sel
1405         - 25  # NDRPDR sel
1406         - 26  # NDRPDR sel
1407         - 27  # NDRPDR sel
1408         - 28  # NDRPDR sel
1409         - 29  # NDRPDR sel
1410         - 30  # NDRPDR sel
1411         - 31  # NDRPDR sel
1412         - 32  # NDRPDR sel
1413         - 33  # NDRPDR sel
1414         - 34  # NDRPDR sel
1415     dpdk-performance-changes-2n-clx-ref:
1416       csit-dpdk-perf-report-iterative-2005-2n-clx:
1417         - 20  # NDRPDR iter
1418         - 21  # NDRPDR iter
1419         - 22  # NDRPDR iter
1420         - 23  # NDRPDR iter
1421         - 24  # NDRPDR iter
1422         - 25  # NDRPDR iter
1423         - 26  # NDRPDR iter
1424         - 27  # NDRPDR iter
1425         - 28  # NDRPDR iter
1426         - 29  # NDRPDR iter
1427     dpdk-performance-changes-2n-clx-cmp:
1428       csit-dpdk-perf-report-iterative-2009-2n-clx:
1429         - 4   # NDRPDR iter env5
1430         - 5   # NDRPDR iter env5
1431         - 6   # NDRPDR iter env5
1432         - 7   # NDRPDR iter env5
1433         - 8   # NDRPDR iter env5
1434         - 9   # NDRPDR iter env5
1435         - 10  # NDRPDR iter env5
1436         - 11  # NDRPDR iter env5
1437         - 12  # NDRPDR iter env5
1438         - 13  # NDRPDR iter env5
1439
1440 #    dpdk-performance-changes-2n-dnv-h1:
1441 #      csit-dpdk-perf-verify-2001-2n-dnv:
1442 #        - 9   # NDRPDR sel
1443 #        - 10  # NDRPDR sel
1444 #        - 11  # NDRPDR sel
1445 #        - 12  # NDRPDR sel
1446 #        - 13  # NDRPDR sel
1447 #        - 14  # NDRPDR sel
1448 #        - 15  # NDRPDR sel
1449 #        - 16  # NDRPDR sel
1450 #        - 17  # NDRPDR sel
1451 #        - 18  # NDRPDR sel
1452 #    dpdk-performance-changes-2n-dnv-ref:
1453 #      # No data
1454 #    dpdk-performance-changes-2n-dnv-cmp:
1455 #      # No data
1456 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
1457
1458 #    dpdk-performance-changes-3n-dnv-h1:
1459 #      csit-dpdk-perf-verify-2001-3n-dnv:
1460 #        - 12  # NDRPDR sel
1461 #        - 13  # NDRPDR sel
1462 #        - 14  # NDRPDR sel
1463 #        - 15  # NDRPDR sel
1464 #        - 16  # NDRPDR sel
1465 #        - 17  # NDRPDR sel
1466 #        - 18  # NDRPDR sel
1467 #        - 19  # NDRPDR sel
1468 #        - 20  # NDRPDR sel
1469 #        - 22  # NDRPDR sel
1470 #    dpdk-performance-changes-3n-dnv-ref:
1471 #      # No data
1472 #    dpdk-performance-changes-3n-dnv-cmp:
1473 #      # No data
1474 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
1475
1476     dpdk-performance-changes-3n-tsh-h1:
1477       csit-dpdk-perf-verify-2001-3n-tsh:
1478         - 3   # NDRPDR sel
1479         - 4   # NDRPDR sel
1480         - 5   # NDRPDR sel
1481         - 9   # NDRPDR sel
1482         - 10  # NDRPDR sel
1483         - 11  # NDRPDR sel
1484         - 12  # NDRPDR sel
1485         - 14  # NDRPDR sel
1486         - 15  # NDRPDR sel
1487         - 18  # NDRPDR sel
1488     dpdk-performance-changes-3n-tsh-ref:
1489       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1490         - 5   # NDRPDR sel
1491     dpdk-performance-changes-3n-tsh-cmp:
1492       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1493         - 1   # NDRPDR iter env5
1494         - 2   # NDRPDR iter env5
1495         - 3   # NDRPDR iter env5
1496         - 4   # NDRPDR iter env5
1497         - 5   # NDRPDR iter env5
1498         - 6   # NDRPDR iter env5
1499         - 7   # NDRPDR iter env5
1500         - 9   # NDRPDR iter env5
1501         - 10  # NDRPDR iter env5
1502         - 11  # NDRPDR iter env5
1503
1504     # Compare testbeds
1505
1506     vpp-compare-testbeds-ref:
1507       csit-vpp-perf-report-iterative-2009-3n-hsw:
1508         - 21  # rls2009 NDRPDR iter env 5
1509         - 22  # rls2009 NDRPDR iter env 5
1510         - 24  # rls2009 NDRPDR iter env 5
1511         - 25  # rls2009 NDRPDR iter env 5
1512         - 26  # rls2009 NDRPDR iter env 5
1513         - 27  # rls2009 NDRPDR iter env 5
1514         - 28  # rls2009 NDRPDR iter env 5
1515         - 29  # rls2009 NDRPDR iter env 5
1516         - 30  # rls2009 NDRPDR iter env 5
1517         - 31  # rls2009 NDRPDR iter env 5
1518     vpp-compare-testbeds-cmp:
1519       csit-vpp-perf-report-iterative-2009-3n-skx:
1520         - 26  # rls2009 NDRPDR iter env 5
1521         - 27  # rls2009 NDRPDR iter env 5
1522         - 28  # rls2009 NDRPDR iter env 5
1523         - 29  # rls2009 NDRPDR iter env 5
1524         - 35  # rls2009 NDRPDR iter env 5
1525         - 36  # rls2009 NDRPDR iter env 5
1526         - 37  # rls2009 NDRPDR iter env 5
1527         - 38  # rls2009 NDRPDR iter env 5
1528         - 39  # rls2009 NDRPDR iter env 5
1529         - 40  # rls2009 NDRPDR iter env 5
1530
1531     vpp-compare-testbeds-skx-clx-ref:
1532       csit-vpp-perf-report-iterative-2009-2n-skx:
1533         - 35  # rls2009 NDRPDR iter env 5
1534         - 36  # rls2009 NDRPDR iter env 5
1535         - 37  # rls2009 NDRPDR iter env 5
1536         - 39  # rls2009 NDRPDR iter env 5
1537         - 40  # rls2009 NDRPDR iter env 5
1538         - 42  # rls2009 NDRPDR iter env 5
1539         - 43  # rls2009 NDRPDR iter env 5
1540         - 44  # rls2009 NDRPDR iter env 5
1541         - 46  # rls2009 NDRPDR iter env 5
1542         - 48  # rls2009 NDRPDR iter env 5
1543         - 110 # rls2009 NDRPDR iter NAT44 env 5
1544         - 111 # rls2009 NDRPDR iter NAT44 env 5
1545         - 112 # rls2009 NDRPDR iter NAT44 env 5
1546         - 113 # rls2009 NDRPDR iter NAT44 env 5
1547         - 114 # rls2009 NDRPDR iter NAT44 env 5
1548         - 115 # rls2009 NDRPDR iter NAT44 env 5
1549         - 116 # rls2009 NDRPDR iter NAT44 env 5
1550         - 118 # rls2009 NDRPDR iter NAT44 env 5
1551         - 119 # rls2009 NDRPDR iter NAT44 env 5
1552         - 121 # rls2009 NDRPDR iter NAT44 env 5
1553     vpp-compare-testbeds-skx-clx-cmp:
1554       csit-vpp-perf-report-iterative-2009-2n-clx:
1555         - 36  # rls2009 NDRPDR iter env 5
1556         - 39  # rls2009 NDRPDR iter env 5
1557         - 40  # rls2009 NDRPDR iter env 5
1558         - 65  # rls2009 NDRPDR iter env 5
1559         - 66  # rls2009 NDRPDR iter env 5
1560         - 79  # rls2009 NDRPDR iter env 5
1561         - 82  # rls2009 NDRPDR iter env 5
1562         - 88  # rls2009 NDRPDR iter env 5
1563         - 89  # rls2009 NDRPDR iter env 5
1564         - 90  # rls2009 NDRPDR iter env 5
1565         - 114 # rls2009 NDRPDR iter NAT44 env 5
1566         - 115 # rls2009 NDRPDR iter NAT44 env 5
1567         - 116 # rls2009 NDRPDR iter NAT44 env 5
1568         - 117 # rls2009 NDRPDR iter NAT44 env 5
1569         - 118 # rls2009 NDRPDR iter NAT44 env 5
1570         - 119 # rls2009 NDRPDR iter NAT44 env 5
1571         - 121 # rls2009 NDRPDR iter NAT44 env 5
1572         - 122 # rls2009 NDRPDR iter NAT44 env 5
1573         - 123 # rls2009 NDRPDR iter NAT44 env 5
1574         - 126 # rls2009 NDRPDR iter NAT44 env 5
1575
1576     vpp-compare-testbeds-hsw-clx-ref:
1577       csit-vpp-perf-report-iterative-2009-3n-hsw:
1578         - 21  # rls2009 NDRPDR iter env 5
1579         - 22  # rls2009 NDRPDR iter env 5
1580         - 24  # rls2009 NDRPDR iter env 5
1581         - 25  # rls2009 NDRPDR iter env 5
1582         - 26  # rls2009 NDRPDR iter env 5
1583         - 27  # rls2009 NDRPDR iter env 5
1584         - 28  # rls2009 NDRPDR iter env 5
1585         - 29  # rls2009 NDRPDR iter env 5
1586         - 30  # rls2009 NDRPDR iter env 5
1587         - 31  # rls2009 NDRPDR iter env 5
1588     vpp-compare-testbeds-hsw-clx-cmp:
1589       csit-vpp-perf-report-iterative-2009-2n-clx:
1590         - 36  # rls2009 NDRPDR iter env 5
1591         - 39  # rls2009 NDRPDR iter env 5
1592         - 40  # rls2009 NDRPDR iter env 5
1593         - 65  # rls2009 NDRPDR iter env 5
1594         - 66  # rls2009 NDRPDR iter env 5
1595         - 79  # rls2009 NDRPDR iter env 5
1596         - 82  # rls2009 NDRPDR iter env 5
1597         - 88  # rls2009 NDRPDR iter env 5
1598         - 89  # rls2009 NDRPDR iter env 5
1599         - 90  # rls2009 NDRPDR iter env 5
1600
1601     vpp-compare-testbeds-mrr-ref:
1602       csit-vpp-perf-report-iterative-2009-3n-hsw:
1603         - 23  # rls2009 MRR iter env 5
1604     vpp-compare-testbeds-mrr-cmp:
1605       csit-vpp-perf-report-iterative-2009-3n-skx:
1606         - 24  # rls2009 MRR iter env 5
1607
1608     vpp-compare-testbeds-mrr-skx-clx-ref:
1609       csit-vpp-perf-report-iterative-2009-2n-skx:
1610         - 120 # rls2009 MRR iter env 5
1611     vpp-compare-testbeds-mrr-skx-clx-cmp:
1612       csit-vpp-perf-report-iterative-2009-2n-clx:
1613         - 125 # rls2009 MRR iter env 5
1614
1615     vpp-compare-testbeds-mrr-hsw-clx-ref:
1616       csit-vpp-perf-report-iterative-2009-3n-hsw:
1617         - 23  # rls2009 MRR iter env 5
1618     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1619       csit-vpp-perf-report-iterative-2009-2n-clx:
1620         - 125 # rls2009 MRR iter env 5
1621
1622     dpdk-compare-testbeds-ref:
1623       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1624         - 6   # NDRPDR iter env5
1625         - 7   # NDRPDR iter env5
1626         - 8   # NDRPDR iter env5
1627         - 9   # NDRPDR iter env5
1628         - 10  # NDRPDR iter env5
1629         - 11  # NDRPDR iter env5
1630         - 12  # NDRPDR iter env5
1631         - 13  # NDRPDR iter env5
1632         - 14  # NDRPDR iter env5
1633         - 15  # NDRPDR iter env5
1634     dpdk-compare-testbeds-cmp:
1635       csit-dpdk-perf-report-iterative-2009-3n-skx:
1636         - 4   # NDRPDR sel env5
1637         - 5   # NDRPDR sel env5
1638         - 6   # NDRPDR sel env5
1639         - 7   # NDRPDR sel env5
1640         - 8   # NDRPDR sel env5
1641         - 9   # NDRPDR sel env5
1642         - 14  # NDRPDR sel env5
1643         - 11  # NDRPDR sel env5
1644         - 12  # NDRPDR sel env5
1645         - 13  # NDRPDR sel env5
1646
1647     dpdk-compare-testbeds-skx-clx-ref:
1648       csit-dpdk-perf-report-iterative-2009-2n-skx:
1649         - 4   # NDRPDR iter env5
1650         - 5   # NDRPDR iter env5
1651         - 6   # NDRPDR iter env5
1652         - 7   # NDRPDR iter env5
1653         - 8   # NDRPDR iter env5
1654         - 9   # NDRPDR iter env5
1655         - 10  # NDRPDR iter env5
1656         - 11  # NDRPDR iter env5
1657         - 12  # NDRPDR iter env5
1658         - 13  # NDRPDR iter env5
1659     dpdk-compare-testbeds-skx-clx-cmp:
1660       csit-dpdk-perf-report-iterative-2009-2n-clx:
1661         - 4   # NDRPDR iter env5
1662         - 5   # NDRPDR iter env5
1663         - 6   # NDRPDR iter env5
1664         - 7   # NDRPDR iter env5
1665         - 8   # NDRPDR iter env5
1666         - 9   # NDRPDR iter env5
1667         - 10  # NDRPDR iter env5
1668         - 11  # NDRPDR iter env5
1669         - 12  # NDRPDR iter env5
1670         - 13  # NDRPDR iter env5
1671
1672     # Compare topologies
1673
1674     vpp-compare-topologies-ref:
1675       csit-vpp-perf-report-iterative-2009-3n-skx:
1676         - 26  # rls2009 NDRPDR iter env 5
1677         - 27  # rls2009 NDRPDR iter env 5
1678         - 28  # rls2009 NDRPDR iter env 5
1679         - 29  # rls2009 NDRPDR iter env 5
1680         - 35  # rls2009 NDRPDR iter env 5
1681         - 36  # rls2009 NDRPDR iter env 5
1682         - 37  # rls2009 NDRPDR iter env 5
1683         - 38  # rls2009 NDRPDR iter env 5
1684         - 39  # rls2009 NDRPDR iter env 5
1685         - 40  # rls2009 NDRPDR iter env 5
1686     vpp-compare-topologies-cmp:
1687       csit-vpp-perf-report-iterative-2009-2n-skx:
1688         - 35  # rls2009 NDRPDR iter env 5
1689         - 36  # rls2009 NDRPDR iter env 5
1690         - 37  # rls2009 NDRPDR iter env 5
1691         - 39  # rls2009 NDRPDR iter env 5
1692         - 40  # rls2009 NDRPDR iter env 5
1693         - 42  # rls2009 NDRPDR iter env 5
1694         - 43  # rls2009 NDRPDR iter env 5
1695         - 44  # rls2009 NDRPDR iter env 5
1696         - 46  # rls2009 NDRPDR iter env 5
1697         - 48  # rls2009 NDRPDR iter env 5
1698
1699     vpp-compare-topologies-mrr-ref:
1700       csit-vpp-perf-report-iterative-2009-3n-skx:
1701         - 24  # rls2009 MRR iter env 5
1702     vpp-compare-topologies-mrr-cmp:
1703       csit-vpp-perf-report-iterative-2009-2n-skx:
1704         - 120 # rls2009 MRR iter env 5
1705
1706     dpdk-compare-topologies-ref:
1707       csit-dpdk-perf-report-iterative-2009-3n-skx:
1708         - 4   # NDRPDR sel env5
1709         - 5   # NDRPDR sel env5
1710         - 6   # NDRPDR sel env5
1711         - 7   # NDRPDR sel env5
1712         - 8   # NDRPDR sel env5
1713         - 9   # NDRPDR sel env5
1714         - 14  # NDRPDR sel env5
1715         - 11  # NDRPDR sel env5
1716         - 12  # NDRPDR sel env5
1717         - 13  # NDRPDR sel env5
1718     dpdk-compare-topologies-cmp:
1719       csit-dpdk-perf-report-iterative-2009-2n-skx:
1720         - 4   # NDRPDR iter env5
1721         - 5   # NDRPDR iter env5
1722         - 6   # NDRPDR iter env5
1723         - 7   # NDRPDR iter env5
1724         - 8   # NDRPDR iter env5
1725         - 9   # NDRPDR iter env5
1726         - 10  # NDRPDR iter env5
1727         - 11  # NDRPDR iter env5
1728         - 12  # NDRPDR iter env5
1729         - 13  # NDRPDR iter env5
1730
1731   plot-layouts:
1732
1733     plot-soak-throughput:
1734       titlefont:
1735         size: 16
1736       xaxis:
1737         title: "<b>Test Cases [Index]</b>"
1738         titlefont:
1739           size: 14
1740         autorange: True
1741         fixedrange: False
1742         gridcolor: "rgb(230, 230, 230)"
1743         linecolor: "rgb(220, 220, 220)"
1744         linewidth: 1
1745         showgrid: True
1746         showline: True
1747         showticklabels: True
1748         tickcolor: "rgb(220, 220, 220)"
1749         tickmode: "linear"
1750         tickfont:
1751           size: 14
1752         zeroline: False
1753       yaxis:
1754         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1755         titlefont:
1756           size: 14
1757         gridcolor: "rgb(230, 230, 230)"
1758         hoverformat: ".4r"
1759         tickformat: ".3r"
1760         linecolor: "rgb(220, 220, 220)"
1761         linewidth: 1
1762         showgrid: True
1763         showline: True
1764         showticklabels: True
1765         tickcolor: "rgb(220, 220, 220)"
1766         tickfont:
1767           size: 14
1768         zeroline: False
1769         range: [0,50]
1770       autosize: False
1771       margin:
1772         t: 50
1773         b: 0
1774         l: 80
1775         r: 20
1776       showlegend: True
1777       legend:
1778         orientation: "h"
1779         font:
1780           size: 14
1781       width: 700
1782       height: 900
1783       paper_bgcolor: "#fff"
1784       plot_bgcolor: "#fff"
1785       hoverlabel:
1786         namelength: -1
1787
1788     plot-service-density:
1789       titlefont:
1790         size: 16
1791       xaxis:
1792         side: "top"
1793         autorange: True
1794         fixedrange: False
1795         showgrid: False
1796         showline: False
1797         showticklabels: False
1798         ticks: ""
1799         ticklen: 0
1800         tickwidth: 0
1801         zeroline: False
1802       yaxis:
1803         autorange: "reversed"
1804         showgrid: False
1805         showline: False
1806         showticklabels: False
1807         ticks: ""
1808         ticklen: 0
1809         tickwidth: 0
1810         zeroline: False
1811       showlegend: False
1812       paper_bgcolor: "#fff"
1813       plot_bgcolor: "#fff"
1814       width: 700
1815       height: 700
1816       hoverlabel:
1817         namelength: -1
1818
1819     plot-hoststack:
1820       titlefont:
1821         size: 16
1822       xaxis:
1823         title: "<b>Test Cases [Index]</b>"
1824         titlefont:
1825           size: 14
1826         autorange: True
1827         fixedrange: False
1828         gridcolor: "rgb(230, 230, 230)"
1829         linecolor: "rgb(220, 220, 220)"
1830         linewidth: 1
1831         showgrid: True
1832         showline: True
1833         showticklabels: True
1834         tickcolor: "rgb(220, 220, 220)"
1835         tickmode: "linear"
1836         tickfont:
1837           size: 14
1838         zeroline: False
1839       yaxis:
1840         title: "<b>Bandwidth [Gbps]</b>"
1841         titlefont:
1842           size: 14
1843         gridcolor: "rgb(230, 230, 230)"
1844         hoverformat: ".4s"
1845         linecolor: "rgb(220, 220, 220)"
1846         linewidth: 1
1847         rangemode: "tozero"
1848         showgrid: True
1849         showline: True
1850         showticklabels: True
1851         tickcolor: "rgb(230, 230, 230)"
1852         tickformat: ".3s"
1853         tickfont:
1854           size: 14
1855         zeroline: False
1856       autosize: False
1857       margin:
1858         t: 50
1859         b: 20
1860         l: 80
1861         r: 20
1862       showlegend: True
1863       legend:
1864         orientation: "h"
1865         font:
1866           size: 14
1867       width: 700
1868       height: 800
1869       paper_bgcolor: "#fff"
1870       plot_bgcolor: "#fff"
1871       hoverlabel:
1872         namelength: -1
1873
1874     plot-throughput:
1875       titlefont:
1876         size: 16
1877       xaxis:
1878         title: "<b>Test Cases [Index]</b>"
1879         titlefont:
1880           size: 14
1881         autorange: True
1882         fixedrange: False
1883         gridcolor: "rgb(230, 230, 230)"
1884         linecolor: "rgb(220, 220, 220)"
1885         linewidth: 1
1886         showgrid: True
1887         showline: True
1888         showticklabels: True
1889         tickcolor: "rgb(220, 220, 220)"
1890         tickmode: "linear"
1891         tickfont:
1892           size: 14
1893         zeroline: False
1894       yaxis:
1895         title: "<b>Packet Throughput [Mpps]</b>"
1896         titlefont:
1897           size: 14
1898         gridcolor: "rgb(230, 230, 230)"
1899         hoverformat: ".4r"
1900         tickformat: ".3r"
1901         linecolor: "rgb(220, 220, 220)"
1902         linewidth: 1
1903         showgrid: True
1904         showline: True
1905         showticklabels: True
1906         tickcolor: "rgb(220, 220, 220)"
1907         tickfont:
1908           size: 14
1909         zeroline: False
1910         range: [0,50]
1911       autosize: False
1912       margin:
1913         t: 50
1914         b: 0
1915         l: 80
1916         r: 20
1917       showlegend: True
1918       legend:
1919         orientation: "h"
1920         font:
1921           size: 14
1922       width: 700
1923       height: 900
1924       paper_bgcolor: "#fff"
1925       plot_bgcolor: "#fff"
1926       hoverlabel:
1927         namelength: -1
1928
1929     plot-throughput-gbps:
1930       titlefont:
1931         size: 16
1932       xaxis:
1933         title: "<b>Test Cases [Index]</b>"
1934         titlefont:
1935           size: 14
1936         autorange: True
1937         fixedrange: False
1938         gridcolor: "rgb(230, 230, 230)"
1939         linecolor: "rgb(220, 220, 220)"
1940         linewidth: 1
1941         showgrid: True
1942         showline: True
1943         showticklabels: True
1944         tickcolor: "rgb(220, 220, 220)"
1945         tickmode: "linear"
1946         tickfont:
1947           size: 14
1948         zeroline: False
1949       yaxis:
1950         title: "<b>Packet Throughput [Gbps]</b>"
1951         titlefont:
1952           size: 14
1953         gridcolor: "rgb(230, 230, 230)"
1954         hoverformat: ".4r"
1955         tickformat: ".3r"
1956         linecolor: "rgb(220, 220, 220)"
1957         linewidth: 1
1958         showgrid: True
1959         showline: True
1960         showticklabels: True
1961         tickcolor: "rgb(220, 220, 220)"
1962         tickfont:
1963           size: 14
1964         zeroline: False
1965         range: [0,10]
1966       autosize: False
1967       margin:
1968         t: 50
1969         b: 0
1970         l: 80
1971         r: 20
1972       showlegend: True
1973       legend:
1974         orientation: "h"
1975         font:
1976           size: 14
1977       width: 700
1978       height: 900
1979       paper_bgcolor: "#fff"
1980       plot_bgcolor: "#fff"
1981       hoverlabel:
1982         namelength: -1
1983
1984     plot-cps:
1985       titlefont:
1986         size: 16
1987       xaxis:
1988         title: "<b>Test Cases [Index]</b>"
1989         titlefont:
1990           size: 14
1991         autorange: True
1992         fixedrange: False
1993         gridcolor: "rgb(230, 230, 230)"
1994         linecolor: "rgb(220, 220, 220)"
1995         linewidth: 1
1996         showgrid: True
1997         showline: True
1998         showticklabels: True
1999         tickcolor: "rgb(220, 220, 220)"
2000         tickmode: "linear"
2001         tickfont:
2002           size: 14
2003         zeroline: False
2004       yaxis:
2005         title: "<b>Connection Rate [Mcps]</b>"
2006         titlefont:
2007           size: 14
2008         gridcolor: "rgb(230, 230, 230)"
2009         hoverformat: ".4r"
2010         tickformat: ".3s"
2011         linecolor: "rgb(220, 220, 220)"
2012         linewidth: 1
2013         showgrid: True
2014         showline: True
2015         showticklabels: True
2016         tickcolor: "rgb(220, 220, 220)"
2017         tickfont:
2018           size: 14
2019         zeroline: False
2020         range: [0,10]
2021       autosize: False
2022       margin:
2023         t: 50
2024         b: 0
2025         l: 80
2026         r: 20
2027       showlegend: True
2028       legend:
2029         orientation: "h"
2030         font:
2031           size: 14
2032       width: 700
2033       height: 900
2034       paper_bgcolor: "#fff"
2035       plot_bgcolor: "#fff"
2036       hoverlabel:
2037         namelength: -1
2038
2039     plot-throughput-speedup-analysis:
2040       titlefont:
2041         size: 16
2042       xaxis:
2043         title: "<b>Number of Cores [Qty]</b>"
2044         titlefont:
2045           size: 14
2046         autorange: True
2047         fixedrange: False
2048         gridcolor: "rgb(230, 230, 230)"
2049         linecolor: "rgb(220, 220, 220)"
2050         linewidth: 1
2051         showgrid: True
2052         showline: True
2053         showticklabels: True
2054         tickcolor: "rgb(238, 238, 238)"
2055         tickmode: "linear"
2056         tickfont:
2057           size: 14
2058         zeroline: False
2059       yaxis:
2060         title: "<b>Packet Throughput [Mpps]</b>"
2061         titlefont:
2062           size: 14
2063         type: "linear"
2064         gridcolor: "rgb(230, 230, 230)"
2065         hoverformat: ".4s"
2066         linecolor: "rgb(220, 220, 220)"
2067         linewidth: 1
2068         showgrid: True
2069         showline: True
2070         showticklabels: True
2071         tickcolor: "rgb(220, 220, 220)"
2072         tickformat: ".4s"
2073         tickfont:
2074           size: 14
2075         zeroline: True
2076         rangemode: "tozero"
2077         range: [0,100]
2078       legend:
2079         orientation: "h"
2080         font:
2081           size: 14
2082         xanchor: "left"
2083         yanchor: "top"
2084         x: 0
2085         y: -0.2
2086         bgcolor: "rgba(255, 255, 255, 0)"
2087         bordercolor: "rgba(255, 255, 255, 0)"
2088         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2089       autosize: False
2090       margin:
2091           't': 50
2092           'b': 150
2093           'l': 85
2094           'r': 10
2095       showlegend: True
2096       width: 700
2097       height: 700
2098       paper_bgcolor: "#fff"
2099       plot_bgcolor: "#fff"
2100       hoverlabel:
2101         namelength: -1
2102       annotations: [
2103         {
2104           text: "_ _          __          ...",
2105           align: "left",
2106           showarrow: False,
2107           xref: "paper",
2108           yref: "paper",
2109           xanchor: "left",
2110           yanchor: "top",
2111           x: 0,
2112           y: -0.14,
2113           font: {
2114             family: "Consolas, Courier New",
2115             size: 13
2116           },
2117         },
2118         {
2119           text: "    Perfect     Measured     Limit",
2120           align: "left",
2121           showarrow: False,
2122           xref: "paper",
2123           yref: "paper",
2124           xanchor: "left",
2125           yanchor: "top",
2126           x: 0,
2127           y: -0.15,
2128           font: {
2129             family: "Consolas, Courier New",
2130             size: 13
2131           },
2132         },
2133       ]
2134
2135     plot-throughput-speedup-analysis-gbps:
2136       titlefont:
2137         size: 16
2138       xaxis:
2139         title: "<b>Number of Cores [Qty]</b>"
2140         titlefont:
2141           size: 14
2142         autorange: True
2143         fixedrange: False
2144         gridcolor: "rgb(230, 230, 230)"
2145         linecolor: "rgb(220, 220, 220)"
2146         linewidth: 1
2147         showgrid: True
2148         showline: True
2149         showticklabels: True
2150         tickcolor: "rgb(238, 238, 238)"
2151         tickmode: "linear"
2152         tickfont:
2153           size: 14
2154         zeroline: False
2155       yaxis:
2156         title: "<b>Packet Throughput [Gbps]</b>"
2157         titlefont:
2158           size: 14
2159         type: "linear"
2160         gridcolor: "rgb(230, 230, 230)"
2161         hoverformat: ".4s"
2162         linecolor: "rgb(220, 220, 220)"
2163         linewidth: 1
2164         showgrid: True
2165         showline: True
2166         showticklabels: True
2167         tickcolor: "rgb(220, 220, 220)"
2168         tickformat: ".4s"
2169         tickfont:
2170           size: 14
2171         zeroline: True
2172         rangemode: "tozero"
2173         range: [0,100]
2174       legend:
2175         orientation: "h"
2176         font:
2177           size: 14
2178         xanchor: "left"
2179         yanchor: "top"
2180         x: 0
2181         y: -0.2
2182         bgcolor: "rgba(255, 255, 255, 0)"
2183         bordercolor: "rgba(255, 255, 255, 0)"
2184         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2185       autosize: False
2186       margin:
2187           't': 50
2188           'b': 150
2189           'l': 85
2190           'r': 10
2191       showlegend: True
2192       width: 700
2193       height: 700
2194       paper_bgcolor: "#fff"
2195       plot_bgcolor: "#fff"
2196       hoverlabel:
2197         namelength: -1
2198       annotations: [
2199         {
2200           text: "_ _          __",
2201           align: "left",
2202           showarrow: False,
2203           xref: "paper",
2204           yref: "paper",
2205           xanchor: "left",
2206           yanchor: "top",
2207           x: 0,
2208           y: -0.13,
2209           font: {
2210             family: "Consolas, Courier New",
2211             size: 13
2212           },
2213         },
2214         {
2215           text: "    Perfect     Measured",
2216           align: "left",
2217           showarrow: False,
2218           xref: "paper",
2219           yref: "paper",
2220           xanchor: "left",
2221           yanchor: "top",
2222           x: 0,
2223           y: -0.15,
2224           font: {
2225             family: "Consolas, Courier New",
2226             size: 13
2227           },
2228         },
2229       ]
2230
2231     plot-throughput-speedup-analysis-cps:
2232       titlefont:
2233         size: 16
2234       xaxis:
2235         title: "<b>Number of Cores [Qty]</b>"
2236         titlefont:
2237           size: 14
2238         autorange: True
2239         fixedrange: False
2240         gridcolor: "rgb(230, 230, 230)"
2241         linecolor: "rgb(220, 220, 220)"
2242         linewidth: 1
2243         showgrid: True
2244         showline: True
2245         showticklabels: True
2246         tickcolor: "rgb(238, 238, 238)"
2247         tickmode: "linear"
2248         tickfont:
2249           size: 14
2250         zeroline: False
2251       yaxis:
2252         title: "<b>Connection Rate [Mcps]</b>"
2253         titlefont:
2254           size: 14
2255         type: "linear"
2256         gridcolor: "rgb(230, 230, 230)"
2257         hoverformat: ".4s"
2258         linecolor: "rgb(220, 220, 220)"
2259         linewidth: 1
2260         showgrid: True
2261         showline: True
2262         showticklabels: True
2263         tickcolor: "rgb(220, 220, 220)"
2264         tickformat: ".4s"
2265         tickfont:
2266           size: 14
2267         zeroline: True
2268         rangemode: "tozero"
2269         range: [0,100]
2270       legend:
2271         orientation: "h"
2272         font:
2273           size: 14
2274         xanchor: "left"
2275         yanchor: "top"
2276         x: 0
2277         y: -0.2
2278         bgcolor: "rgba(255, 255, 255, 0)"
2279         bordercolor: "rgba(255, 255, 255, 0)"
2280         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2281       autosize: False
2282       margin:
2283           't': 50
2284           'b': 150
2285           'l': 85
2286           'r': 10
2287       showlegend: True
2288       width: 700
2289       height: 700
2290       paper_bgcolor: "#fff"
2291       plot_bgcolor: "#fff"
2292       hoverlabel:
2293         namelength: -1
2294       annotations: [
2295         {
2296           text: "_ _          __",
2297           align: "left",
2298           showarrow: False,
2299           xref: "paper",
2300           yref: "paper",
2301           xanchor: "left",
2302           yanchor: "top",
2303           x: 0,
2304           y: -0.13,
2305           font: {
2306             family: "Consolas, Courier New",
2307             size: 13
2308           },
2309         },
2310         {
2311           text: "    Perfect     Measured",
2312           align: "left",
2313           showarrow: False,
2314           xref: "paper",
2315           yref: "paper",
2316           xanchor: "left",
2317           yanchor: "top",
2318           x: 0,
2319           y: -0.15,
2320           font: {
2321             family: "Consolas, Courier New",
2322             size: 13
2323           },
2324         },
2325       ]
2326
2327     plot-latency:
2328       titlefont:
2329         size: 16
2330       xaxis:
2331         title: "<b>Direction</b>"
2332         titlefont:
2333           size: 14
2334         autorange: True
2335         fixedrange: False
2336         gridcolor: "rgb(230, 230, 230)"
2337         linecolor: "rgb(220, 220, 220)"
2338         linewidth: 1
2339         showgrid: True
2340         showline: True
2341         showticklabels: False
2342         tickcolor: "rgb(220, 220, 220)"
2343         tickmode: "linear"
2344         tickfont:
2345           size: 14
2346         zeroline: False
2347       yaxis:
2348         title: "<b>Packet Latency [uSec]</b>"
2349         titlefont:
2350           size: 14
2351         type: "linear"
2352         gridcolor: "rgb(230, 230, 230)"
2353         hoverformat: ".4s"
2354         linecolor: "rgb(220, 220, 220)"
2355         linewidth: 1
2356         showgrid: True
2357         showline: True
2358         showticklabels: True
2359         tickcolor: "rgb(220, 220, 220)"
2360         tickformat: ".4s"
2361         tickfont:
2362           size: 14
2363         zeroline: True
2364         rangemode: "tozero"
2365       legend:
2366         orientation: "h"
2367         font:
2368           size: 14
2369         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2370       autosize: False
2371       margin:
2372           't': 50
2373           'b': 150
2374           'l': 80
2375           'r': 10
2376       showlegend: True
2377       width: 700
2378       height: 700
2379       paper_bgcolor: "#fff"
2380       plot_bgcolor: "#fff"
2381       hoverlabel:
2382         namelength: -1
2383
2384     plot-hdrh-latency:
2385       title:
2386         text: ""
2387         xanchor: "center"
2388         x: 0.5
2389         font:
2390           size: 16
2391       width: 700
2392       plot_bgcolor: "white"
2393       annotations:
2394         - font:
2395             size: 14
2396           showarrow: False
2397           text: "<b>Packet Latency [uSec]</b>"
2398           x: 1
2399           xanchor: "right"
2400           xref: "paper"
2401           y: -0.045
2402           yanchor: "top"
2403           yref: "paper"
2404         - font:
2405             size: 14
2406           showarrow: False
2407           text: "<b>Probability [%]</b>"
2408           textangle: 270
2409           x: -0.06
2410           xanchor: "center"
2411           xref: "paper"
2412           y: 0.5
2413           yanchor: "middle"
2414           yref: "paper"
2415         - font:
2416             size: 14
2417           showarrow: False
2418           text: "<b>Direction: E-W</b>"
2419           x: 0.24
2420           xanchor: "center"
2421           xref: "paper"
2422           y: 1.05
2423           yanchor: "bottom"
2424           yref: "paper"
2425         - font:
2426             size: 14
2427           showarrow: False
2428           text: "<b>Direction: W-E</b>"
2429           x: 0.74
2430           xanchor: "center"
2431           xref: "paper"
2432           y: 1.05
2433           yanchor: "bottom"
2434           yref: "paper"
2435
2436     plot-hdrh-latency-percentile:
2437       title:
2438         text: ""
2439         xanchor: "center"
2440         x: 0.5
2441         font:
2442           size: 16
2443       xaxis:
2444         type: "log"
2445         title: "<b>Percentile [%]</b>"
2446         titlefont:
2447           size: 14
2448         autorange: True
2449         fixedrange: False
2450         gridcolor: "rgb(230, 230, 230)"
2451         linecolor: "rgb(220, 220, 220)"
2452         linewidth: 1
2453         showgrid: True
2454         showline: True
2455         showticklabels: True
2456         tickcolor: "rgb(220, 220, 220)"
2457         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2458         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2459         tickfont:
2460           size: 14
2461       yaxis:
2462         title: "<b>Packet Latency [uSec]</b>"
2463         titlefont:
2464           size: 14
2465         gridcolor: "rgb(230, 230, 230)"
2466         linecolor: "rgb(220, 220, 220)"
2467         linewidth: 1
2468         showgrid: True
2469         showline: True
2470         showticklabels: True
2471         tickcolor: "rgb(220, 220, 220)"
2472         tickfont:
2473           size: 14
2474       autosize: False
2475       showlegend: True
2476       legend:
2477         traceorder: "normal"
2478         orientation: "h"
2479         font:
2480           size: 14
2481         xanchor: "left"
2482         yanchor: "top"
2483         x: 0
2484         y: -0.15
2485         bgcolor: "rgba(255, 255, 255, 0)"
2486         bordercolor: "rgba(255, 255, 255, 0)"
2487       width: 700
2488       height: 700
2489       paper_bgcolor: "white"
2490       plot_bgcolor: "white"
2491
2492     plot-hdrh-latency-by-percentile:
2493       title:
2494         text: "<b>Latency by Percentile Distribution</b>"
2495         xanchor: "center"
2496         x: 0.5
2497         font:
2498           size: 18
2499       showlegend: True
2500       legend:
2501         traceorder: "normal"
2502         orientation: "h"
2503         font:
2504           size: 16
2505         xanchor: "left"
2506         yanchor: "top"
2507         x: 0
2508         y: -0.2
2509         bgcolor: "rgba(255, 255, 255, 0)"
2510         bordercolor: "rgba(255, 255, 255, 0)"
2511       xaxis:
2512         type: "linear"
2513         title: "<b>Percentile [%]</b>"
2514         titlefont:
2515           size: 14
2516         autorange: False
2517         fixedrange: False
2518         range: [0, 100]
2519         gridcolor: "rgb(230, 230, 230)"
2520         linecolor: "rgb(220, 220, 220)"
2521         linewidth: 1
2522         showgrid: True
2523         showline: True
2524         showticklabels: True
2525         tickcolor: "rgb(220, 220, 220)"
2526         tickvals: [0, 25, 50, 75, 100]
2527         ticktext: [0, 25, 50, 75, 100]
2528         tickfont:
2529           size: 14
2530       yaxis:
2531         title: "<b>One-Way Latency per Direction [uSec]</b>"
2532         titlefont:
2533           size: 14
2534         gridcolor: "rgb(230, 230, 230)"
2535         linecolor: "rgb(220, 220, 220)"
2536         linewidth: 1
2537         showgrid: True
2538         showline: True
2539         showticklabels: True
2540         tickcolor: "rgb(220, 220, 220)"
2541         tickfont:
2542           size: 14
2543       width: 700
2544       height: 700
2545       paper_bgcolor: "white"
2546       plot_bgcolor: "white"
2547
2548 - type: "static"
2549   src-path: "{DIR[RST]}"
2550   dst-path: "{DIR[WORKING,SRC]}"
2551
2552 - type: "input"
2553   general:
2554     file-name: "output_info.xml.gz"
2555     file-format: ".gz"
2556     arch-file-format:
2557       - ".gz"
2558       - ".zip"
2559     download-path: "{job}/{build}/archives/{filename}"
2560     extract: "output.xml"
2561
2562     zip-file-name: "robot-plugin.zip"
2563     zip-file-format: ".zip"
2564     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2565     zip-extract: "robot-plugin/output.xml"
2566
2567   builds:
2568
2569     csit-vpp-perf-verify-2001-3n-hsw:
2570       - 17  # MRR sel
2571     csit-vpp-perf-report-iterative-2005-3n-hsw:
2572       - 20  # NDRPDR sel env 4
2573       - 21  # NDRPDR sel env 4
2574       - 22  # NDRPDR sel env 4
2575       - 23  # NDRPDR sel env 4
2576       - 24  # NDRPDR sel env 4
2577       - 25  # NDRPDR sel env 4
2578       - 26  # NDRPDR sel env 4
2579       - 27  # NDRPDR sel env 4
2580       - 28  # NDRPDR sel env 4
2581       - 29  # NDRPDR sel env 4
2582       - 30  # MRR env 4
2583       - 31  # NDRPDR sel 2001.0-4
2584       - 32  # NDRPDR sel 2001.0-4
2585       - 33  # NDRPDR sel 2001.0-4
2586       - 34  # NDRPDR sel 2001.0-4
2587       - 35  # NDRPDR sel 2001.0-4
2588       - 36  # NDRPDR sel 2001.0-4
2589       - 38  # NDRPDR sel 2001.0-4
2590     csit-vpp-perf-report-iterative-2009-3n-hsw:
2591       - 18  # rls2005 MRR iter env 5
2592       - 9   # rls2005 NDRPDR iter env 5
2593       - 10  # rls2005 NDRPDR iter env 5
2594       - 11  # rls2005 NDRPDR iter env 5
2595       - 12  # rls2005 NDRPDR iter env 5
2596       - 13  # rls2005 NDRPDR iter env 5
2597       - 14  # rls2005 NDRPDR iter env 5
2598       - 15  # rls2005 NDRPDR iter env 5
2599       - 16  # rls2005 NDRPDR iter env 5
2600       - 17  # rls2005 NDRPDR iter env 5
2601       - 19  # rls2005 NDRPDR iter env 5
2602       - 23  # rls2009 MRR iter env 5
2603       - 21  # rls2009 NDRPDR iter env 5
2604       - 22  # rls2009 NDRPDR iter env 5
2605       - 24  # rls2009 NDRPDR iter env 5
2606       - 25  # rls2009 NDRPDR iter env 5
2607       - 26  # rls2009 NDRPDR iter env 5
2608       - 27  # rls2009 NDRPDR iter env 5
2609       - 28  # rls2009 NDRPDR iter env 5
2610       - 29  # rls2009 NDRPDR iter env 5
2611       - 30  # rls2009 NDRPDR iter env 5
2612       - 31  # rls2009 NDRPDR iter env 5
2613       - 32  # rls2009 Hoststack iter env 5
2614       - 33  # rls2009 Hoststack iter env 5
2615       - 34  # rls2009 Hoststack iter env 5
2616       - 35  # rls2009 Hoststack iter env 5
2617       - 36  # rls2009 Hoststack iter env 5
2618       - 37  # rls2009 Hoststack iter env 5
2619       - 38  # rls2009 Hoststack iter env 5
2620       - 39  # rls2009 Hoststack iter env 5
2621       - 40  # rls2009 Hoststack iter env 5
2622       - 41  # rls2009 Hoststack iter env 5
2623     csit-vpp-perf-report-coverage-2009-3n-hsw:
2624       - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
2625       - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
2626       - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
2627       - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
2628       - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
2629       - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
2630       - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
2631       - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
2632       - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
2633       - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
2634       - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
2635       - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
2636       - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
2637       - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
2638       - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
2639       - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
2640       - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
2641       - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
2642       - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
2643       - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
2644       - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
2645       - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
2646       - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
2647       - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
2648       - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
2649       - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
2650       - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
2651       - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
2652       - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
2653       - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
2654       - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
2655       - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
2656       - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
2657       - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
2658       - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
2659
2660     csit-vpp-perf-verify-2001-3n-skx:
2661       - 50  # MRR sel
2662       - 53  # MRR sel addition
2663     csit-vpp-perf-report-iterative-2005-3n-skx:
2664       - 4   # NDRPDR sel
2665       - 5   # NDRPDR sel ??? all x710 failed
2666       - 33  # NDRPDR sel
2667       - 28  # NDRPDR sel
2668       - 34  # NDRPDR sel
2669       - 42  # NDRPDR sel env 4
2670       - 43  # NDRPDR sel env 4
2671       - 44  # NDRPDR sel env 4
2672       - 45  # NDRPDR sel env 4
2673       - 47  # NDRPDR sel env 4
2674       - 55  # NDRPDR sel env 4
2675       - 56  # NDRPDR sel env 4
2676       - 57  # NDRPDR sel env 4
2677       - 61  # NDRPDR sel env 4
2678       - 62  # NDRPDR sel env 4
2679       - 50  # NDRPDR sel 2001.0-4
2680       - 51  # NDRPDR sel 2001.0-4
2681       - 52  # NDRPDR sel 2001.0-4
2682       - 53  # NDRPDR sel 2001.0-4
2683       - 54  # NDRPDR sel 2001.0-4
2684       - 49  # MRR sel env 4
2685     csit-vpp-perf-report-iterative-2009-3n-skx:
2686       - 17  # rls2005 MRR iter env 5
2687       - 13  # rls2005 NDRPDR iter env 5
2688       - 18  # rls2005 NDRPDR iter env 5
2689       - 19  # rls2005 NDRPDR iter env 5
2690       - 41  # rls2005 NDRPDR iter env 5
2691       - 43  # rls2005 NDRPDR iter env 5
2692       - 44  # rls2005 NDRPDR iter env 5
2693       - 45  # rls2005 NDRPDR iter env 5
2694       - 46  # rls2005 NDRPDR iter env 5
2695       - 48  # rls2005 NDRPDR iter env 5
2696       - 49  # rls2005 NDRPDR iter env 5
2697       - 24  # rls2009 MRR iter env 5
2698       - 26  # rls2009 NDRPDR iter env 5
2699       - 27  # rls2009 NDRPDR iter env 5
2700       - 28  # rls2009 NDRPDR iter env 5
2701       - 29  # rls2009 NDRPDR iter env 5
2702       - 35  # rls2009 NDRPDR iter env 5
2703       - 36  # rls2009 NDRPDR iter env 5
2704       - 37  # rls2009 NDRPDR iter env 5
2705       - 38  # rls2009 NDRPDR iter env 5
2706       - 39  # rls2009 NDRPDR iter env 5
2707       - 40  # rls2009 NDRPDR iter env 5
2708     csit-vpp-perf-report-coverage-2009-3n-skx:
2709       - 36  # rls2009 NDRPDR cov 3n-skx-crypto-00
2710       - 3   # rls2009 NDRPDR cov 3n-skx-crypto-01
2711       - 4   # rls2009 NDRPDR cov 3n-skx-crypto-02
2712       - 37  # rls2009 NDRPDR cov 3n-skx-crypto-03
2713       - 6   # rls2009 NDRPDR cov 3n-skx-ip4-00
2714       - 7   # rls2009 NDRPDR cov 3n-skx-ip4-01
2715       - 8   # rls2009 NDRPDR cov 3n-skx-ip4-02
2716       - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
2717       - 10  # rls2009 NDRPDR cov 3n-skx-ip4-04
2718       - 38  # rls2009 NDRPDR cov 3n-skx-ip4-05
2719       - 12  # rls2009 NDRPDR cov 3n-skx-ip4-06
2720       - 39  # rls2009 NDRPDR cov 3n-skx-ip4-07
2721       - 14  # rls2009 NDRPDR cov 3n-skx-ip4tun-00
2722       - 15  # rls2009 NDRPDR cov 3n-skx-ip4tun-01
2723       - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
2724       - 40  # rls2009 NDRPDR cov 3n-skx-ip6-00
2725       - 18  # rls2009 NDRPDR cov 3n-skx-ip6-01
2726       - 19  # rls2009 NDRPDR cov 3n-skx-ip6tun-00
2727       - 20  # rls2009 NDRPDR cov 3n-skx-l2-00
2728       - 21  # rls2009 NDRPDR cov 3n-skx-l2-01
2729       - 22  # rls2009 NDRPDR cov 3n-skx-l2-02
2730       - 23  # rls2009 NDRPDR cov 3n-skx-l2-03
2731       - 24  # rls2009 NDRPDR cov 3n-skx-l2-04
2732       - 41  # rls2009 NDRPDR cov 3n-skx-l2-05
2733       - 42  # rls2009 NDRPDR cov 3n-skx-l2-06
2734       - 43  # rls2009 NDRPDR cov 3n-skx-l2-07
2735       - 28  # rls2009 NDRPDR cov 3n-skx-l2-08
2736       - 44  # rls2009 NDRPDR cov 3n-skx-l2-09
2737       - 45  # rls2009 NDRPDR cov 3n-skx-l2-10
2738       - 46  # rls2009 NDRPDR cov 3n-skx-memif-00
2739       - 47  # rls2009 NDRPDR cov 3n-skx-srv6-00
2740       - 48  # rls2009 NDRPDR cov 3n-skx-srv6-01
2741       - 49  # rls2009 NDRPDR cov 3n-skx-vhost-00
2742       - 50  # rls2009 NDRPDR cov 3n-skx-vhost-01
2743       - 51  # rls2009 NDRPDR cov 3n-skx-vhost-02
2744       - 54  # rls2009 NDRPDR cov 3n-skx-vhost-03
2745
2746     csit-vpp-perf-verify-2001-2n-skx:
2747       - 101  # MRR sel - old
2748       - 128  # MRR sel addition - old
2749     csit-vpp-perf-report-iterative-2005-2n-skx:
2750       - 88  # NDRPDR sel env 4
2751       - 89  # NDRPDR sel env 4
2752       - 90  # NDRPDR sel env 4
2753       - 91  # NDRPDR sel env 4
2754       - 92  # NDRPDR sel env 4
2755       - 93  # NDRPDR sel env 4
2756       - 94  # NDRPDR sel env 4
2757       - 125 # NDRPDR sel env 4
2758       - 126 # NDRPDR sel env 4
2759       - 127 # NDRPDR sel env 4
2760       - 100 # NDRPDR sel 2001.0-4
2761       - 101 # NDRPDR sel 2001.0-4
2762       - 102 # NDRPDR sel 2001.0-4
2763       - 103 # NDRPDR sel 2001.0-4
2764       - 104 # NDRPDR sel 2001.0-4
2765       - 105 # NDRPDR sel 2001.0-4
2766       - 99  # MRR sel env 4
2767     csit-vpp-perf-report-iterative-2009-2n-skx:
2768       - 20  # rls2005 MRR iter env 5
2769       - 13  # rls2005 NDRPDR iter env 5
2770       - 16  # rls2005 NDRPDR iter env 5
2771       - 17  # rls2005 NDRPDR iter env 5
2772       - 18  # rls2005 NDRPDR iter env 5
2773       - 19  # rls2005 NDRPDR iter env 5
2774       - 21  # rls2005 NDRPDR iter env 5
2775       - 22  # rls2005 NDRPDR iter env 5
2776       - 23  # rls2005 NDRPDR iter env 5
2777       - 24  # rls2005 NDRPDR iter env 5
2778       - 25  # rls2005 NDRPDR iter env 5
2779       - 120 # rls2009 MRR iter env 5
2780       - 35  # rls2009 NDRPDR iter env 5
2781       - 36  # rls2009 NDRPDR iter env 5
2782       - 37  # rls2009 NDRPDR iter env 5
2783       - 39  # rls2009 NDRPDR iter env 5
2784       - 40  # rls2009 NDRPDR iter env 5
2785       - 42  # rls2009 NDRPDR iter env 5
2786       - 43  # rls2009 NDRPDR iter env 5
2787       - 44  # rls2009 NDRPDR iter env 5
2788       - 46  # rls2009 NDRPDR iter env 5
2789       - 48  # rls2009 NDRPDR iter env 5
2790       - 110 # rls2009 NDRPDR iter NAT44 env 5
2791       - 111 # rls2009 NDRPDR iter NAT44 env 5
2792       - 112 # rls2009 NDRPDR iter NAT44 env 5
2793       - 113 # rls2009 NDRPDR iter NAT44 env 5
2794       - 114 # rls2009 NDRPDR iter NAT44 env 5
2795       - 115 # rls2009 NDRPDR iter NAT44 env 5
2796       - 116 # rls2009 NDRPDR iter NAT44 env 5
2797       - 118 # rls2009 NDRPDR iter NAT44 env 5
2798       - 119 # rls2009 NDRPDR iter NAT44 env 5
2799       - 121 # rls2009 NDRPDR iter NAT44 env 5
2800       - 38  # rls2009 nf-density iter env 5
2801       - 41  # rls2009 nf-density iter env 5
2802       - 45  # rls2009 nf-density iter env 5
2803       - 47  # rls2009 nf-density iter env 5
2804       - 49  # rls2009 nf-density iter env 5
2805       - 63  # rls2009 nf-density iter env 5
2806       - 65  # rls2009 nf-density iter env 5
2807       - 66  # rls2009 nf-density iter env 5
2808       - 71  # rls2009 nf-density iter env 5
2809       - 72  # rls2009 nf-density iter env 5
2810       - 50  # rls2009 MRR nf-density iter env 5
2811       - 27  # rls2009 reconf env 5
2812       - 28  # rls2009 reconf env 5
2813       - 29  # rls2009 reconf env 5
2814       - 30  # rls2009 reconf env 5
2815       - 31  # rls2009 reconf env 5
2816       - 32  # rls2009 reconf env 5
2817       - 61  # rls2009 reconf env 5
2818       - 62  # rls2009 reconf env 5
2819       - 68  # rls2009 reconf env 5
2820       - 70  # rls2009 reconf env 5
2821       - 33  # rls2009 soak env 5
2822       - 34  # rls2009 soak env 5
2823     csit-vpp-perf-report-coverage-2009-2n-skx:
2824       - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
2825       - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
2826       - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
2827       - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
2828       - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
2829       - 31  # rls2009 NDRPDR cov 2n-skx-ip4-05
2830       - 32  # rls2009 NDRPDR cov 2n-skx-ip4-06
2831       - 33  # rls2009 NDRPDR cov 2n-skx-ip4-07
2832       - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
2833       - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
2834       - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
2835       - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
2836       - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
2837       - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
2838       - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
2839       - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
2840       - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
2841
2842     csit-vpp-perf-verify-2001-2n-clx:
2843       - 39  # MRR
2844     csit-vpp-perf-report-iterative-2005-2n-clx:
2845       - 62  # NDRPDR sel env 4
2846       - 63  # NDRPDR sel env 4
2847       - 64  # NDRPDR sel env 4
2848       - 65  # NDRPDR sel env 4
2849       - 66  # NDRPDR sel env 4
2850       - 68  # NDRPDR sel env 4
2851       - 69  # NDRPDR sel env 4
2852       - 70  # NDRPDR sel env 4
2853       - 103 # NDRPDR sel env 4
2854       - 104 # NDRPDR sel env 4
2855       - 73  # NDRPDR sel 2001.0-4
2856       - 74  # NDRPDR sel 2001.0-4
2857       - 75  # NDRPDR sel 2001.0-4
2858       - 76  # NDRPDR sel 2001.0-4
2859       - 77  # NDRPDR sel 2001.0-4
2860       - 78  # NDRPDR sel 2001.0-4
2861       - 79  # NDRPDR sel 2001.0-4
2862       - 80  # NDRPDR sel 2001.0-4
2863       - 72  # MRR env 4
2864     csit-vpp-perf-report-iterative-2009-2n-clx:
2865       - 77  # rls2005 MRR iter env 5
2866       - 13  # rls2005 NDRPDR iter env 5
2867       - 15  # rls2005 NDRPDR iter env 5
2868       - 17  # rls2005 NDRPDR iter env 5
2869       - 18  # rls2005 NDRPDR iter env 5
2870       - 19  # rls2005 NDRPDR iter env 5
2871       - 20  # rls2005 NDRPDR iter env 5
2872       - 21  # rls2005 NDRPDR iter env 5
2873       - 22  # rls2005 NDRPDR iter env 5
2874       - 23  # rls2005 NDRPDR iter env 5
2875       - 24  # rls2005 NDRPDR iter env 5
2876       - 125 # rls2009 MRR iter env 5
2877       - 36  # rls2009 NDRPDR iter env 5
2878       - 39  # rls2009 NDRPDR iter env 5
2879       - 40  # rls2009 NDRPDR iter env 5
2880       - 65  # rls2009 NDRPDR iter env 5
2881       - 66  # rls2009 NDRPDR iter env 5
2882       - 79  # rls2009 NDRPDR iter env 5
2883       - 82  # rls2009 NDRPDR iter env 5
2884       - 88  # rls2009 NDRPDR iter env 5
2885       - 89  # rls2009 NDRPDR iter env 5
2886       - 90  # rls2009 NDRPDR iter env 5
2887       - 114 # rls2009 NDRPDR iter NAT44 env 5
2888       - 115 # rls2009 NDRPDR iter NAT44 env 5
2889       - 116 # rls2009 NDRPDR iter NAT44 env 5
2890       - 117 # rls2009 NDRPDR iter NAT44 env 5
2891       - 118 # rls2009 NDRPDR iter NAT44 env 5
2892       - 119 # rls2009 NDRPDR iter NAT44 env 5
2893       - 121 # rls2009 NDRPDR iter NAT44 env 5
2894       - 122 # rls2009 NDRPDR iter NAT44 env 5
2895       - 123 # rls2009 NDRPDR iter NAT44 env 5
2896       - 126 # rls2009 NDRPDR iter NAT44 env 5
2897       - 37  # rls2009 nf-density iter env 5
2898       - 43  # rls2009 nf-density iter env 5
2899       - 69  # rls2009 nf-density iter env 5
2900       - 70  # rls2009 nf-density iter env 5
2901       - 71  # rls2009 nf-density iter env 5
2902       - 72  # rls2009 nf-density iter env 5
2903       - 73  # rls2009 nf-density iter env 5
2904       - 74  # rls2009 nf-density iter env 5
2905       - 75  # rls2009 nf-density iter env 5
2906       - 76  # rls2009 nf-density iter env 5
2907       - 45  # rls2009 MRR nf-density iter env 5
2908       - 25  # rls2009 reconf env 5
2909       - 27  # rls2009 reconf env 5
2910       - 28  # rls2009 reconf env 5
2911       - 29  # rls2009 reconf env 5
2912       - 30  # rls2009 reconf env 5
2913       - 30  # rls2009 reconf env 5
2914       - 32  # rls2009 reconf env 5
2915       - 48  # rls2009 reconf env 5
2916       - 53  # rls2009 reconf env 5
2917       - 68  # rls2009 reconf env 5
2918       - 33  # rls2009 soak env 5
2919       - 34  # rls2009 soak env 5
2920     csit-vpp-perf-report-coverage-2009-2n-clx:
2921       - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
2922       - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
2923       - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
2924       - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
2925       - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
2926       - 23  # rls2009 NDRPDR cov 2n-clx-ip4-05
2927       - 24  # rls2009 NDRPDR cov 2n-clx-ip4-06
2928       - 25  # rls2009 NDRPDR cov 2n-clx-ip4-07
2929       - 22  # rls2009 NDRPDR cov 2n-clx-ip6-00
2930       - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
2931       - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
2932       - 21  # rls2009 NDRPDR cov 2n-clx-l2-01
2933       - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
2934       - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
2935       - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
2936       - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
2937       - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
2938
2939     csit-vpp-perf-report-iterative-2009-2n-zn2:
2940       - 1   # rls2009 MRR iter env 5
2941       - 3   # rls2009 NDRPDR iter env 5
2942       - 4   # rls2009 NDRPDR iter env 5
2943       - 6   # rls2009 NDRPDR iter env 5
2944       - 7   # rls2009 NDRPDR iter env 5
2945
2946     csit-vpp-perf-verify-2001-3n-tsh:
2947       - 9   # MRR sel
2948     csit-vpp-perf-report-iterative-2005-3n-tsh:
2949       - 23  # NDRPDR sel env 4
2950       - 25  # NDRPDR sel env 4
2951       - 33  # NDRPDR sel env 4
2952       - 34  # NDRPDR sel env 4
2953       - 35  # NDRPDR sel env 4
2954       - 36  # NDRPDR sel env 4
2955       - 37  # NDRPDR sel env 4
2956       - 38  # NDRPDR sel env 4
2957       - 39  # NDRPDR sel env 4
2958       - 40  # NDRPDR sel env 4
2959       - 28  # NDRPDR sel 2001.0-4
2960       - 29  # NDRPDR sel 2001.0-4
2961       - 31  # NDRPDR sel 2001.0-4
2962       - 27  # MRR sel env 4
2963     csit-vpp-perf-report-iterative-2009-3n-tsh:
2964       - 8   # rls2005 NDRPDR iter env 5
2965       - 11  # rls2005 NDRPDR iter env 5
2966       - 12  # rls2005 NDRPDR iter env 5
2967       - 24  # rls2005 NDRPDR iter env 5
2968       - 27  # rls2005 NDRPDR iter env 5
2969       - 29  # rls2005 NDRPDR iter env 5
2970       - 31  # rls2005 NDRPDR iter env 5
2971       - 39  # rls2005 NDRPDR iter env 5
2972       - 40  # rls2005 NDRPDR iter env 5
2973       - 42  # rls2005 NDRPDR iter env 5
2974       - 13  # rls2005 MRR iter env 5
2975       - 14  # rls2009 NDRPDR iter env 5
2976       - 20  # rls2009 NDRPDR iter env 5
2977       - 21  # rls2009 NDRPDR iter env 5
2978       - 22  # rls2009 NDRPDR iter env 5
2979       - 23  # rls2009 NDRPDR iter env 5
2980       - 28  # rls2009 NDRPDR iter env 5
2981       - 30  # rls2009 NDRPDR iter env 5
2982       - 33  # rls2009 NDRPDR iter env 5
2983       - 38  # rls2009 NDRPDR iter env 5
2984       - 41  # rls2009 NDRPDR iter env 5
2985       - 15  # rls2009 MRR iter env 5
2986
2987     csit-vpp-perf-verify-2001-3n-dnv:
2988       - 5   # NDRPDR sel
2989       - 6   # NDRPDR sel
2990       - 7   # NDRPDR sel
2991       - 8   # NDRPDR sel
2992       - 9   # NDRPDR sel
2993       - 10  # NDRPDR sel
2994       - 12  # NDRPDR sel
2995       - 16  # NDRPDR sel
2996       - 17  # NDRPDR sel
2997       - 18  # NDRPDR sel
2998       - 11  # MRR sel
2999     csit-vpp-perf-report-iterative-2009-3n-dnv:
3000       - 16  # rls2005 NDRPDR iter env 5
3001       - 23  # rls2005 NDRPDR iter env 5
3002       - 25  # rls2005 NDRPDR iter env 5
3003       - 26  # rls2005 NDRPDR iter env 5
3004       - 27  # rls2005 NDRPDR iter env 5
3005       - 28  # rls2005 NDRPDR iter env 5
3006       - 29  # rls2005 NDRPDR iter env 5
3007       - 30  # rls2005 NDRPDR iter env 5
3008       - 31  # rls2005 NDRPDR iter env 5
3009       - 32  # rls2005 NDRPDR iter env 5
3010       - 19  # rls2005 MRR iter env 5
3011       - 3   # rls2009 NDRPDR iter env 5
3012       - 6   # rls2009 NDRPDR iter env 5
3013       - 7   # rls2009 NDRPDR iter env 5
3014       - 8   # rls2009 NDRPDR iter env 5
3015       - 10  # rls2009 NDRPDR iter env 5
3016       - 11  # rls2009 NDRPDR iter env 5
3017       - 12  # rls2009 NDRPDR iter env 5
3018       - 14  # rls2009 NDRPDR iter env 5
3019       - 15  # rls2009 NDRPDR iter env 5
3020       - 24  # rls2009 NDRPDR iter env 5
3021       - 22  # rls2009 MRR iter env 5
3022     csit-vpp-perf-report-coverage-2009-3n-dnv:
3023       - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
3024       - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
3025       - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
3026       - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
3027       - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
3028       - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
3029       - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
3030       - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
3031       - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
3032
3033     csit-vpp-perf-verify-2001-2n-dnv:
3034       - 4   # NDRPDR sel
3035       - 5   # NDRPDR sel
3036       - 6   # NDRPDR sel
3037       - 7   # NDRPDR sel
3038       - 8   # NDRPDR sel
3039       - 9   # NDRPDR sel
3040       - 10  # NDRPDR sel
3041       - 11  # NDRPDR sel
3042       - 13  # NDRPDR sel
3043       - 16  # NDRPDR sel
3044       - 12  # MRR sel
3045     csit-vpp-perf-report-iterative-2009-2n-dnv:
3046       - 16  # rls2005 NDRPDR iter env 5
3047       - 17  # rls2005 NDRPDR iter env 5
3048       - 18  # rls2005 NDRPDR iter env 5
3049       - 19  # rls2005 NDRPDR iter env 5
3050       - 21  # rls2005 NDRPDR iter env 5
3051       - 24  # rls2005 NDRPDR iter env 5
3052       - 27  # rls2005 NDRPDR iter env 5
3053       - 28  # rls2005 NDRPDR iter env 5
3054       - 29  # rls2005 NDRPDR iter env 5
3055       - 30  # rls2005 NDRPDR iter env 5
3056       - 23  # rls2005 MRR iter env 5
3057       - 3   # rls2009 NDRPDR iter env 5
3058       - 5   # rls2009 NDRPDR iter env 5
3059       - 6   # rls2009 NDRPDR iter env 5
3060       - 7   # rls2009 NDRPDR iter env 5
3061       - 9   # rls2009 NDRPDR iter env 5
3062       - 10  # rls2009 NDRPDR iter env 5
3063       - 11  # rls2009 NDRPDR iter env 5
3064       - 12  # rls2009 NDRPDR iter env 5
3065       - 14  # rls2009 NDRPDR iter env 5
3066       - 15  # rls2009 NDRPDR iter env 5
3067       - 13  # rls2009 MRR iter env 5
3068     csit-vpp-perf-report-coverage-2009-2n-dnv:
3069       - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
3070       - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
3071       - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
3072       - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
3073       - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
3074       - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
3075
3076     csit-dpdk-perf-verify-2001-3n-hsw:
3077       - 4   # NDRPDR sel
3078       - 5   # NDRPDR sel
3079       - 6   # NDRPDR sel
3080       - 7   # NDRPDR sel
3081       - 8   # NDRPDR sel
3082       - 9   # NDRPDR sel
3083       - 10  # NDRPDR sel
3084       - 11  # NDRPDR sel
3085       - 12  # NDRPDR sel
3086       - 13  # NDRPDR sel
3087       - 15  # NDRPDR sel
3088       - 16  # NDRPDR sel
3089       - 17  # NDRPDR sel
3090       - 18  # NDRPDR sel
3091       - 19  # NDRPDR sel
3092       - 20  # NDRPDR sel
3093       - 21  # NDRPDR sel
3094       - 22  # NDRPDR sel
3095       - 23  # NDRPDR sel
3096       - 24  # NDRPDR sel
3097     csit-dpdk-perf-report-iterative-2005-3n-hsw:
3098       - 25  # NDRPDR iter
3099       - 26  # NDRPDR iter
3100       - 27  # NDRPDR iter
3101       - 28  # NDRPDR iter
3102       - 29  # NDRPDR iter
3103       - 30  # NDRPDR iter
3104       - 31  # NDRPDR iter
3105       - 32  # NDRPDR iter
3106       - 33  # NDRPDR iter
3107       - 34  # NDRPDR iter
3108     csit-dpdk-perf-report-iterative-2009-3n-hsw:
3109       - 6   # NDRPDR iter env5
3110       - 7   # NDRPDR iter env5
3111       - 8   # NDRPDR iter env5
3112       - 9   # NDRPDR iter env5
3113       - 10  # NDRPDR iter env5
3114       - 11  # NDRPDR iter env5
3115       - 12  # NDRPDR iter env5
3116       - 13  # NDRPDR iter env5
3117       - 14  # NDRPDR iter env5
3118       - 15  # NDRPDR iter env5
3119
3120     csit-dpdk-perf-verify-2001-3n-skx:
3121       - 29  # NDRPDR sel xxv710
3122       - 33  # NDRPDR sel xxv710
3123       - 34  # NDRPDR sel xxv710
3124       - 35  # NDRPDR sel xxv710
3125       - 36  # NDRPDR sel xxv710
3126       - 37  # NDRPDR sel xxv710
3127       - 41  # NDRPDR sel xxv710
3128       - 42  # NDRPDR sel xxv710
3129       - 43  # NDRPDR sel xxv710
3130       - 45  # NDRPDR sel xxv710
3131       - 30  # NDRPDR sel x710
3132       - 31  # NDRPDR sel x710
3133       - 32  # NDRPDR sel x710
3134       - 38  # NDRPDR sel x710
3135       - 39  # NDRPDR sel x710
3136       - 40  # NDRPDR sel x710
3137       - 44  # NDRPDR sel x710
3138       - 46  # NDRPDR sel x710
3139       - 47  # NDRPDR sel x710
3140       - 48  # NDRPDR sel x710
3141     csit-dpdk-perf-report-iterative-2005-3n-skx:
3142       - 28  # NDRPDR iter
3143       - 29  # NDRPDR iter
3144       - 30  # NDRPDR iter
3145       - 31  # NDRPDR iter
3146       - 32  # NDRPDR iter
3147       - 33  # NDRPDR iter
3148       - 34  # NDRPDR iter
3149       - 35  # NDRPDR iter
3150       - 36  # NDRPDR iter
3151       - 37  # NDRPDR iter
3152     csit-dpdk-perf-report-iterative-2009-3n-skx:
3153       - 4   # NDRPDR sel env5
3154       - 5   # NDRPDR sel env5
3155       - 6   # NDRPDR sel env5
3156       - 7   # NDRPDR sel env5
3157       - 8   # NDRPDR sel env5
3158       - 9   # NDRPDR sel env5
3159       - 14  # NDRPDR sel env5
3160       - 11  # NDRPDR sel env5
3161       - 12  # NDRPDR sel env5
3162       - 13  # NDRPDR sel env5
3163
3164     csit-dpdk-perf-verify-2001-2n-skx:
3165       - 35  # NDRPDR sel xxv710
3166       - 36  # NDRPDR sel xxv710
3167       - 37  # NDRPDR sel xxv710
3168       - 41  # NDRPDR sel xxv710
3169       - 42  # NDRPDR sel xxv710
3170       - 43  # NDRPDR sel xxv710
3171       - 46  # NDRPDR sel xxv710
3172       - 47  # NDRPDR sel xxv710
3173       - 52  # NDRPDR sel xxv710
3174       - 53  # NDRPDR sel xxv710
3175       - 38  # NDRPDR sel x710
3176       - 39  # NDRPDR sel x710
3177       - 40  # NDRPDR sel x710
3178       - 44  # NDRPDR sel x710
3179       - 45  # NDRPDR sel x710
3180       - 48  # NDRPDR sel x710
3181       - 49  # NDRPDR sel x710
3182       - 50  # NDRPDR sel x710
3183       - 51  # NDRPDR sel x710
3184       - 54  # NDRPDR sel x710
3185     csit-dpdk-perf-report-iterative-2005-2n-skx:
3186       - 20  # NDRPDR iter
3187       - 21  # NDRPDR iter
3188       - 22  # NDRPDR iter
3189       - 23  # NDRPDR iter
3190       - 24  # NDRPDR iter
3191       - 25  # NDRPDR iter
3192       - 26  # NDRPDR iter
3193       - 27  # NDRPDR iter
3194       - 28  # NDRPDR iter
3195       - 29  # NDRPDR iter
3196     csit-dpdk-perf-report-iterative-2009-2n-skx:
3197       - 4   # NDRPDR iter env5
3198       - 5   # NDRPDR iter env5
3199       - 6   # NDRPDR iter env5
3200       - 7   # NDRPDR iter env5
3201       - 8   # NDRPDR iter env5
3202       - 9   # NDRPDR iter env5
3203       - 10  # NDRPDR iter env5
3204       - 11  # NDRPDR iter env5
3205       - 12  # NDRPDR iter env5
3206       - 13  # NDRPDR iter env5
3207
3208     csit-dpdk-perf-verify-2001-2n-clx:
3209       - 15  # NDRPDR sel
3210       - 16  # NDRPDR sel
3211       - 17  # NDRPDR sel
3212       - 18  # NDRPDR sel
3213       - 19  # NDRPDR sel
3214       - 20  # NDRPDR sel
3215       - 21  # NDRPDR sel
3216       - 22  # NDRPDR sel
3217       - 23  # NDRPDR sel
3218       - 24  # NDRPDR sel
3219       - 25  # NDRPDR sel
3220       - 26  # NDRPDR sel
3221       - 27  # NDRPDR sel
3222       - 28  # NDRPDR sel
3223       - 29  # NDRPDR sel
3224       - 30  # NDRPDR sel
3225       - 31  # NDRPDR sel
3226       - 32  # NDRPDR sel
3227       - 33  # NDRPDR sel
3228       - 34  # NDRPDR sel
3229     csit-dpdk-perf-report-iterative-2005-2n-clx:
3230       - 20  # NDRPDR iter
3231       - 21  # NDRPDR iter
3232       - 22  # NDRPDR iter
3233       - 23  # NDRPDR iter
3234       - 24  # NDRPDR iter
3235       - 25  # NDRPDR iter
3236       - 26  # NDRPDR iter
3237       - 27  # NDRPDR iter
3238       - 28  # NDRPDR iter
3239       - 29  # NDRPDR iter
3240     csit-dpdk-perf-report-iterative-2009-2n-clx:
3241       - 4   # NDRPDR iter env5
3242       - 5   # NDRPDR iter env5
3243       - 6   # NDRPDR iter env5
3244       - 7   # NDRPDR iter env5
3245       - 8   # NDRPDR iter env5
3246       - 9   # NDRPDR iter env5
3247       - 10  # NDRPDR iter env5
3248       - 11  # NDRPDR iter env5
3249       - 12  # NDRPDR iter env5
3250       - 13  # NDRPDR iter env5
3251
3252     csit-dpdk-perf-report-iterative-2009-2n-zn2:
3253       - 1   # NDRPDR iter env5
3254
3255 #    csit-dpdk-perf-verify-2001-2n-dnv:
3256 #      - 9   # NDRPDR sel
3257 #      - 10  # NDRPDR sel
3258 #      - 11  # NDRPDR sel
3259 #      - 12  # NDRPDR sel
3260 #      - 13  # NDRPDR sel
3261 #      - 14  # NDRPDR sel
3262 #      - 15  # NDRPDR sel
3263 #      - 16  # NDRPDR sel
3264 #      - 17  # NDRPDR sel
3265 #      - 18  # NDRPDR sel
3266 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
3267 #      # No data
3268 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
3269 #      # No data
3270
3271 #    csit-dpdk-perf-verify-2001-3n-dnv:
3272 #      - 12  # NDRPDR sel
3273 #      - 13  # NDRPDR sel
3274 #      - 14  # NDRPDR sel
3275 #      - 15  # NDRPDR sel
3276 #      - 16  # NDRPDR sel
3277 #      - 17  # NDRPDR sel
3278 #      - 18  # NDRPDR sel
3279 #      - 19  # NDRPDR sel
3280 #      - 20  # NDRPDR sel
3281 #      - 22  # NDRPDR sel
3282 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
3283 #      # No data
3284 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
3285 #      # No data
3286
3287     csit-dpdk-perf-verify-2001-3n-tsh:
3288       - 3   # NDRPDR sel
3289       - 4   # NDRPDR sel
3290       - 5   # NDRPDR sel
3291       - 9   # NDRPDR sel
3292       - 10  # NDRPDR sel
3293       - 11  # NDRPDR sel
3294       - 12  # NDRPDR sel
3295       - 14  # NDRPDR sel
3296       - 15  # NDRPDR sel
3297       - 18  # NDRPDR sel
3298     csit-dpdk-perf-report-iterative-2005-3n-tsh:
3299       - 5   # NDRPDR sel
3300     csit-dpdk-perf-report-iterative-2009-3n-tsh:
3301       - 1   # NDRPDR iter env5
3302       - 2   # NDRPDR iter env5
3303       - 3   # NDRPDR iter env5
3304       - 4   # NDRPDR iter env5
3305       - 5   # NDRPDR iter env5
3306       - 6   # NDRPDR iter env5
3307       - 7   # NDRPDR iter env5
3308       - 9   # NDRPDR iter env5
3309       - 10  # NDRPDR iter env5
3310       - 11  # NDRPDR iter env5
3311
3312     csit-vpp-device-2009-ubuntu1804-1n-skx:
3313       - 131 # rls2009 env 5
3314
3315 - type: "output"
3316   output: "report"
3317   format:
3318     html:
3319     - full
3320     pdf:
3321     - minimal
3322
3323 ################################################################################
3324 ###                               T A B L E S                                ###
3325 ################################################################################
3326
3327 # VPP Soak vs NDR - 2n-skx
3328 - type: "table"
3329   title: "VPP Soak vs NDR 2n-skx"
3330   algorithm: "table_soak_vs_ndr"
3331   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
3332   reference:
3333     title: "NDR"
3334     data: "vpp-soak-vs-ndr-2n-skx-ref"
3335   compare:
3336     title: "Soak"
3337     data: "vpp-soak-vs-ndr-2n-skx-cmp"
3338   data: "vpp-soak-vs-ndr-2n-skx"
3339   include-tests: "NDR"
3340   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3341   parameters:
3342     - "throughput"
3343     - "name"
3344     - "parent"
3345
3346 # VPP Soak vs NDR - 2n-clx
3347 - type: "table"
3348   title: "VPP Soak vs NDR 2n-clx"
3349   algorithm: "table_soak_vs_ndr"
3350   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
3351   reference:
3352     title: "NDR"
3353     data: "vpp-soak-vs-ndr-2n-clx-ref"
3354   compare:
3355     title: "Soak"
3356     data: "vpp-soak-vs-ndr-2n-clx-cmp"
3357   data: "vpp-soak-vs-ndr-2n-clx"
3358   include-tests: "NDR"
3359   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3360   parameters:
3361     - "throughput"
3362     - "name"
3363     - "parent"
3364
3365 ################################################################################
3366
3367 # VPP Compare NICs 3n-skx 2t1c ndr
3368 - type: "table"
3369   title: "VPP Compare NICs 3n-skx 2t1c ndr"
3370   algorithm: "table_comparison"
3371   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
3372   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3373   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3374   columns:
3375     - title: "x710"
3376       data-set: "vpp-nic-comparison-3n-skx"
3377       tag: "NIC_Intel-X710"
3378     - title: "xxv710"
3379       data-set: "vpp-nic-comparison-3n-skx"
3380       tag: "NIC_Intel-XXV710"
3381   comparisons:
3382     - title: "Diff"
3383       reference: 1
3384       compare: 2
3385   legend:
3386     - ""
3387     - "x710, xxv710 - NICs tested."
3388     - "Diff - difference between x710 and xxv710 NIC."
3389
3390 # VPP Compare NICs 3n-skx 4t2c ndr
3391 - type: "table"
3392   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3393   algorithm: "table_comparison"
3394   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3395   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3396   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3397   columns:
3398     - title: "x710"
3399       data-set: "vpp-nic-comparison-3n-skx"
3400       tag: "NIC_Intel-X710"
3401     - title: "xxv710"
3402       data-set: "vpp-nic-comparison-3n-skx"
3403       tag: "NIC_Intel-XXV710"
3404   comparisons:
3405     - title: "Diff"
3406       reference: 1
3407       compare: 2
3408   legend:
3409     - ""
3410     - "x710, xxv710 - NICs tested."
3411     - "Diff - difference between x710 and xxv710 NIC."
3412
3413 # VPP Compare NICs 3n-skx 2t1c pdr
3414 - type: "table"
3415   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3416   algorithm: "table_comparison"
3417   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3418   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3419   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3420   columns:
3421     - title: "x710"
3422       data-set: "vpp-nic-comparison-3n-skx"
3423       tag: "NIC_Intel-X710"
3424     - title: "xxv710"
3425       data-set: "vpp-nic-comparison-3n-skx"
3426       tag: "NIC_Intel-XXV710"
3427   comparisons:
3428     - title: "Diff"
3429       reference: 1
3430       compare: 2
3431   legend:
3432     - ""
3433     - "x710, xxv710 - NICs tested."
3434     - "Diff - difference between x710 and xxv710 NIC."
3435
3436 # VPP Compare NICs 3n-skx 4t2c pdr
3437 - type: "table"
3438   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3439   algorithm: "table_comparison"
3440   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3441   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3442   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3443   columns:
3444     - title: "x710"
3445       data-set: "vpp-nic-comparison-3n-skx"
3446       tag: "NIC_Intel-X710"
3447     - title: "xxv710"
3448       data-set: "vpp-nic-comparison-3n-skx"
3449       tag: "NIC_Intel-XXV710"
3450   comparisons:
3451     - title: "Diff"
3452       reference: 1
3453       compare: 2
3454   legend:
3455     - ""
3456     - "x710, xxv710 - NICs tested."
3457     - "Diff - difference between x710 and xxv710 NIC."
3458
3459 # VPP Compare NICs 3n-skx 2t1c mrr
3460 - type: "table"
3461   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3462   algorithm: "table_comparison"
3463   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3464   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3465   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3466   columns:
3467     - title: "x710"
3468       data-set: "vpp-nic-comparison-3n-skx-mrr"
3469       tag: "NIC_Intel-X710"
3470     - title: "xxv710"
3471       data-set: "vpp-nic-comparison-3n-skx-mrr"
3472       tag: "NIC_Intel-XXV710"
3473   comparisons:
3474     - title: "Diff"
3475       reference: 1
3476       compare: 2
3477   legend:
3478     - ""
3479     - "x710, xxv710 - NICs tested."
3480     - "Diff - difference between x710 and xxv710 NIC."
3481
3482 # VPP Compare NICs 3n-skx 4t2c mrr
3483 - type: "table"
3484   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3485   algorithm: "table_comparison"
3486   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3487   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3488   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3489   columns:
3490     - title: "x710"
3491       data-set: "vpp-nic-comparison-3n-skx-mrr"
3492       tag: "NIC_Intel-X710"
3493     - title: "xxv710"
3494       data-set: "vpp-nic-comparison-3n-skx-mrr"
3495       tag: "NIC_Intel-XXV710"
3496   comparisons:
3497     - title: "Diff"
3498       reference: 1
3499       compare: 2
3500   legend:
3501     - ""
3502     - "x710, xxv710 - NICs tested."
3503     - "Diff - difference between x710 and xxv710 NIC."
3504
3505 # VPP Compare NICs 3n-skx 8t4c mrr
3506 - type: "table"
3507   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3508   algorithm: "table_comparison"
3509   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3510   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3511   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3512   columns:
3513     - title: "x710"
3514       data-set: "vpp-nic-comparison-3n-skx-mrr"
3515       tag: "NIC_Intel-X710"
3516     - title: "xxv710"
3517       data-set: "vpp-nic-comparison-3n-skx-mrr"
3518       tag: "NIC_Intel-XXV710"
3519   comparisons:
3520     - title: "Diff"
3521       reference: 1
3522       compare: 2
3523   legend:
3524     - ""
3525     - "x710, xxv710 - NICs tested."
3526     - "Diff - difference between x710 and xxv710 NIC."
3527
3528 # VPP Compare NICs 2n-skx 2t1c ndr
3529 - type: "table"
3530   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3531   algorithm: "table_comparison"
3532   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3533   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3534   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3535   columns:
3536     - title: "x710"
3537       data-set: "vpp-nic-comparison-2n-skx"
3538       tag: "NIC_Intel-X710"
3539     - title: "xxv710"
3540       data-set: "vpp-nic-comparison-2n-skx"
3541       tag: "NIC_Intel-XXV710"
3542   comparisons:
3543     - title: "Diff"
3544       reference: 1
3545       compare: 2
3546   legend:
3547     - ""
3548     - "x710, xxv710 - NICs tested."
3549     - "Diff - difference between x710 and xxv710 NIC."
3550
3551 # VPP Compare NICs 2n-skx 4t2c ndr
3552 - type: "table"
3553   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3554   algorithm: "table_comparison"
3555   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3556   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3557   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3558   columns:
3559     - title: "x710"
3560       data-set: "vpp-nic-comparison-2n-skx"
3561       tag: "NIC_Intel-X710"
3562     - title: "xxv710"
3563       data-set: "vpp-nic-comparison-2n-skx"
3564       tag: "NIC_Intel-XXV710"
3565   comparisons:
3566     - title: "Diff"
3567       reference: 1
3568       compare: 2
3569   legend:
3570     - ""
3571     - "x710, xxv710 - NICs tested."
3572     - "Diff - difference between x710 and xxv710 NIC."
3573
3574 # VPP Compare NICs 2n-skx 2t1c pdr
3575 - type: "table"
3576   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3577   algorithm: "table_comparison"
3578   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3579   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3580   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3581   columns:
3582     - title: "x710"
3583       data-set: "vpp-nic-comparison-2n-skx"
3584       tag: "NIC_Intel-X710"
3585     - title: "xxv710"
3586       data-set: "vpp-nic-comparison-2n-skx"
3587       tag: "NIC_Intel-XXV710"
3588   comparisons:
3589     - title: "Diff"
3590       reference: 1
3591       compare: 2
3592   legend:
3593     - ""
3594     - "x710, xxv710 - NICs tested."
3595     - "Diff - difference between x710 and xxv710 NIC."
3596
3597 # VPP Compare NICs 2n-skx 4t2c pdr
3598 - type: "table"
3599   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3600   algorithm: "table_comparison"
3601   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3602   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3603   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3604   columns:
3605     - title: "x710"
3606       data-set: "vpp-nic-comparison-2n-skx"
3607       tag: "NIC_Intel-X710"
3608     - title: "xxv710"
3609       data-set: "vpp-nic-comparison-2n-skx"
3610       tag: "NIC_Intel-XXV710"
3611   comparisons:
3612     - title: "Diff"
3613       reference: 1
3614       compare: 2
3615   legend:
3616     - ""
3617     - "x710, xxv710 - NICs tested."
3618     - "Diff - difference between x710 and xxv710 NIC."
3619
3620 # VPP Compare NICs 2n-skx 2t1c mrr
3621 - type: "table"
3622   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3623   algorithm: "table_comparison"
3624   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3625   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3626   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3627   columns:
3628     - title: "x710"
3629       data-set: "vpp-nic-comparison-2n-skx-mrr"
3630       tag: "NIC_Intel-X710"
3631     - title: "xxv710"
3632       data-set: "vpp-nic-comparison-2n-skx-mrr"
3633       tag: "NIC_Intel-XXV710"
3634   comparisons:
3635     - title: "Diff"
3636       reference: 1
3637       compare: 2
3638   legend:
3639     - ""
3640     - "x710, xxv710 - NICs tested."
3641     - "Diff - difference between x710 and xxv710 NIC."
3642
3643 # VPP Compare NICs 2n-skx 4t2c mrr
3644 - type: "table"
3645   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3646   algorithm: "table_comparison"
3647   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3648   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3649   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3650   columns:
3651     - title: "x710"
3652       data-set: "vpp-nic-comparison-2n-skx-mrr"
3653       tag: "NIC_Intel-X710"
3654     - title: "xxv710"
3655       data-set: "vpp-nic-comparison-2n-skx-mrr"
3656       tag: "NIC_Intel-XXV710"
3657   comparisons:
3658     - title: "Diff"
3659       reference: 1
3660       compare: 2
3661   legend:
3662     - ""
3663     - "x710, xxv710 - NICs tested."
3664     - "Diff - difference between x710 and xxv710 NIC."
3665
3666 # VPP Compare NICs 2n-skx 8t4c mrr
3667 - type: "table"
3668   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3669   algorithm: "table_comparison"
3670   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3671   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3672   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3673   columns:
3674     - title: "x710"
3675       data-set: "vpp-nic-comparison-2n-skx-mrr"
3676       tag: "NIC_Intel-X710"
3677     - title: "xxv710"
3678       data-set: "vpp-nic-comparison-2n-skx-mrr"
3679       tag: "NIC_Intel-XXV710"
3680   comparisons:
3681     - title: "Diff"
3682       reference: 1
3683       compare: 2
3684   legend:
3685     - ""
3686     - "x710, xxv710 - NICs tested."
3687     - "Diff - difference between x710 and xxv710 NIC."
3688
3689 ################################################################################
3690 # VPP
3691
3692 # VPP Performance Changes 3n-hsw 1t1c pdr
3693 - type: "table"
3694   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3695   algorithm: "table_comparison"
3696   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3697   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3698   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3699   columns:
3700     - title: "2001.0-4"
3701       data-set: "vpp-performance-changes-3n-hsw-h1"
3702     - title: "2005.0-4"
3703       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3704     - title: "2005.0-5"
3705       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3706     - title: "2009.0-5"
3707       data-set: "vpp-performance-changes-3n-hsw-cmp"
3708   comparisons:
3709     - title: "2005.0-5 vs 2005.0-4"
3710       reference: 2
3711       compare: 3
3712 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3713     - title: "2009.0-5 vs 2005.0-5"
3714       reference: 3
3715       compare: 4
3716 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3717   legend:
3718     - ''
3719     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3720     - '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).'
3721     - '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.'
3722     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3723     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3724
3725 # VPP Performance Changes 3n-hsw 2t2c pdr
3726 - type: "table"
3727   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3728   algorithm: "table_comparison"
3729   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3730   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3731   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3732   columns:
3733     - title: "2001.0-4"
3734       data-set: "vpp-performance-changes-3n-hsw-h1"
3735     - title: "2005.0-4"
3736       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3737     - title: "2005.0-5"
3738       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3739     - title: "2009.0-5"
3740       data-set: "vpp-performance-changes-3n-hsw-cmp"
3741   comparisons:
3742     - title: "2005.0-5 vs 2005.0-4"
3743       reference: 2
3744       compare: 3
3745 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3746     - title: "2009.0-5 vs 2005.0-5"
3747       reference: 3
3748       compare: 4
3749 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3750   legend:
3751     - ''
3752     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3753     - '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).'
3754     - '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.'
3755     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3756     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3757
3758 # VPP Performance Changes 3n-hsw 1t1c ndr
3759 - type: "table"
3760   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3761   algorithm: "table_comparison"
3762   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3763   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3764   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3765   columns:
3766     - title: "2001.0-4"
3767       data-set: "vpp-performance-changes-3n-hsw-h1"
3768     - title: "2005.0-4"
3769       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3770     - title: "2005.0-5"
3771       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3772     - title: "2009.0-5"
3773       data-set: "vpp-performance-changes-3n-hsw-cmp"
3774   comparisons:
3775     - title: "2005.0-5 vs 2005.0-4"
3776       reference: 2
3777       compare: 3
3778 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3779     - title: "2009.0-5 vs 2005.0-5"
3780       reference: 3
3781       compare: 4
3782 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3783   legend:
3784     - ''
3785     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3786     - '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).'
3787     - '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.'
3788     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3789     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3790
3791 # VPP Performance Changes 3n-hsw 2t2c ndr
3792 - type: "table"
3793   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3794   algorithm: "table_comparison"
3795   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3796   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3797   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3798   columns:
3799     - title: "2001.0-4"
3800       data-set: "vpp-performance-changes-3n-hsw-h1"
3801     - title: "2005.0-4"
3802       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3803     - title: "2005.0-5"
3804       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3805     - title: "2009.0-5"
3806       data-set: "vpp-performance-changes-3n-hsw-cmp"
3807   comparisons:
3808     - title: "2005.0-5 vs 2005.0-4"
3809       reference: 2
3810       compare: 3
3811 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3812     - title: "2009.0-5 vs 2005.0-5"
3813       reference: 3
3814       compare: 4
3815 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3816   legend:
3817     - ''
3818     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3819     - '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).'
3820     - '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.'
3821     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3822     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3823
3824 # VPP Performance Changes 3n-skx 2t1c pdr
3825 - type: "table"
3826   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3827   algorithm: "table_comparison"
3828   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3829   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3830   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3831   columns:
3832     - title: "2001.0-4"
3833       data-set: "vpp-performance-changes-3n-skx-h1"
3834     - title: "2005.0-4"
3835       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3836     - title: "2005.0-5"
3837       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3838     - title: "2009.0-5"
3839       data-set: "vpp-performance-changes-3n-skx-cmp"
3840   comparisons:
3841     - title: "2005.0-5 vs 2005.0-4"
3842       reference: 2
3843       compare: 3
3844 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3845     - title: "2009.0-5 vs 2005.0-5"
3846       reference: 3
3847       compare: 4
3848 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3849   legend:
3850     - ''
3851     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3852     - '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).'
3853     - '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.'
3854     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3855     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3856
3857 # VPP Performance Changes 3n-skx 4t2c pdr
3858 - type: "table"
3859   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3860   algorithm: "table_comparison"
3861   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3862   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3863   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3864   columns:
3865     - title: "2001.0-4"
3866       data-set: "vpp-performance-changes-3n-skx-h1"
3867     - title: "2005.0-4"
3868       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3869     - title: "2005.0-5"
3870       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3871     - title: "2009.0-5"
3872       data-set: "vpp-performance-changes-3n-skx-cmp"
3873   comparisons:
3874     - title: "2005.0-5 vs 2005.0-4"
3875       reference: 2
3876       compare: 3
3877 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3878     - title: "2009.0-5 vs 2005.0-5"
3879       reference: 3
3880       compare: 4
3881 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3882   legend:
3883     - ''
3884     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3885     - '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).'
3886     - '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.'
3887     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3888     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3889
3890 # VPP Performance Changes 3n-skx 2t1c ndr
3891 - type: "table"
3892   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3893   algorithm: "table_comparison"
3894   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3895   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3896   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3897   columns:
3898     - title: "2001.0-4"
3899       data-set: "vpp-performance-changes-3n-skx-h1"
3900     - title: "2005.0-4"
3901       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3902     - title: "2005.0-5"
3903       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3904     - title: "2009.0-5"
3905       data-set: "vpp-performance-changes-3n-skx-cmp"
3906   comparisons:
3907     - title: "2005.0-5 vs 2005.0-4"
3908       reference: 2
3909       compare: 3
3910 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3911     - title: "2009.0-5 vs 2005.0-5"
3912       reference: 3
3913       compare: 4
3914 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3915   legend:
3916     - ''
3917     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3918     - '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).'
3919     - '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.'
3920     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3921     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3922
3923 # VPP Performance Changes 3n-skx 4t2c ndr
3924 - type: "table"
3925   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3926   algorithm: "table_comparison"
3927   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3928   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3929   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3930   columns:
3931     - title: "2001.0-4"
3932       data-set: "vpp-performance-changes-3n-skx-h1"
3933     - title: "2005.0-4"
3934       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3935     - title: "2005.0-5"
3936       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3937     - title: "2009.0-5"
3938       data-set: "vpp-performance-changes-3n-skx-cmp"
3939   comparisons:
3940     - title: "2005.0-5 vs 2005.0-4"
3941       reference: 2
3942       compare: 3
3943 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3944     - title: "2009.0-5 vs 2005.0-5"
3945       reference: 3
3946       compare: 4
3947 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3948   legend:
3949     - ''
3950     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3951     - '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).'
3952     - '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.'
3953     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3954     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3955
3956 # VPP Performance Changes 2n-skx 2t1c pdr
3957 - type: "table"
3958   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3959   algorithm: "table_comparison"
3960   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3961   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3962   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3963   columns:
3964     - title: "2001.0-4"
3965       data-set: "vpp-performance-changes-2n-skx-h1"
3966     - title: "2005.0-4"
3967       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3968     - title: "2005.0-5"
3969       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3970     - title: "2009.0-5"
3971       data-set: "vpp-performance-changes-2n-skx-cmp"
3972   comparisons:
3973     - title: "2005.0-5 vs 2005.0-4"
3974       reference: 2
3975       compare: 3
3976 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3977     - title: "2009.0-5 vs 2005.0-5"
3978       reference: 3
3979       compare: 4
3980 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3981   legend:
3982     - ''
3983     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3984     - '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).'
3985     - '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.'
3986     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3987     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3988
3989 # VPP Performance Changes 2n-skx 4t2c pdr
3990 - type: "table"
3991   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3992   algorithm: "table_comparison"
3993   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3994   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3995   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3996   columns:
3997     - title: "2001.0-4"
3998       data-set: "vpp-performance-changes-2n-skx-h1"
3999     - title: "2005.0-4"
4000       data-set: "vpp-performance-changes-2n-skx-ref-env4"
4001     - title: "2005.0-5"
4002       data-set: "vpp-performance-changes-2n-skx-ref-env5"
4003     - title: "2009.0-5"
4004       data-set: "vpp-performance-changes-2n-skx-cmp"
4005   comparisons:
4006     - title: "2005.0-5 vs 2005.0-4"
4007       reference: 2
4008       compare: 3
4009 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
4010     - title: "2009.0-5 vs 2005.0-5"
4011       reference: 3
4012       compare: 4
4013 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
4014   legend:
4015     - ''
4016     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4017     - '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).'
4018     - '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.'
4019     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4020     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4021
4022 # VPP Performance Changes 2n-skx 2t1c ndr
4023 - type: "table"
4024   title: "VPP Performance Changes 2n-skx 2t1c ndr"
4025   algorithm: "table_comparison"
4026   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
4027   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4028   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4029   columns:
4030     - title: "2001.0-4"
4031       data-set: "vpp-performance-changes-2n-skx-h1"
4032     - title: "2005.0-4"
4033       data-set: "vpp-performance-changes-2n-skx-ref-env4"
4034     - title: "2005.0-5"
4035       data-set: "vpp-performance-changes-2n-skx-ref-env5"
4036     - title: "2009.0-5"
4037       data-set: "vpp-performance-changes-2n-skx-cmp"
4038   comparisons:
4039     - title: "2005.0-5 vs 2005.0-4"
4040       reference: 2
4041       compare: 3
4042 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
4043     - title: "2009.0-5 vs 2005.0-5"
4044       reference: 3
4045       compare: 4
4046 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
4047   legend:
4048     - ''
4049     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4050     - '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).'
4051     - '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.'
4052     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4053     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4054
4055 # VPP Performance Changes 2n-skx 4t2c ndr
4056 - type: "table"
4057   title: "VPP Performance Changes 2n-skx 4t2c ndr"
4058   algorithm: "table_comparison"
4059   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
4060   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4061   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4062   columns:
4063     - title: "2001.0-4"
4064       data-set: "vpp-performance-changes-2n-skx-h1"
4065     - title: "2005.0-4"
4066       data-set: "vpp-performance-changes-2n-skx-ref-env4"
4067     - title: "2005.0-5"
4068       data-set: "vpp-performance-changes-2n-skx-ref-env5"
4069     - title: "2009.0-5"
4070       data-set: "vpp-performance-changes-2n-skx-cmp"
4071   comparisons:
4072     - title: "2005.0-5 vs 2005.0-4"
4073       reference: 2
4074       compare: 3
4075 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
4076     - title: "2009.0-5 vs 2005.0-5"
4077       reference: 3
4078       compare: 4
4079 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
4080   legend:
4081     - ''
4082     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4083     - '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).'
4084     - '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.'
4085     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4086     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4087
4088 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
4089 - type: "table"
4090   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
4091   algorithm: "table_comparison"
4092   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
4093   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4094   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4095   columns:
4096     - title: "2001.0-4"
4097       data-set: "vpp-performance-changes-2n-clx-h1"
4098     - title: "2005.0-4"
4099       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4100     - title: "2005.0-5"
4101       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4102     - title: "2009.0-5"
4103       data-set: "vpp-performance-changes-2n-clx-cmp"
4104   comparisons:
4105     - title: "2005.0-5 vs 2005.0-4"
4106       reference: 2
4107       compare: 3
4108 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4109     - title: "2009.0-5 vs 2005.0-5"
4110       reference: 3
4111       compare: 4
4112 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4113   legend:
4114     - ''
4115     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4116     - '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).'
4117     - '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.'
4118     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4119     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4120
4121 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
4122 - type: "table"
4123   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
4124   algorithm: "table_comparison"
4125   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
4126   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4127   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4128   columns:
4129     - title: "2001.0-4"
4130       data-set: "vpp-performance-changes-2n-clx-h1"
4131     - title: "2005.0-4"
4132       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4133     - title: "2005.0-5"
4134       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4135     - title: "2009.0-5"
4136       data-set: "vpp-performance-changes-2n-clx-cmp"
4137   comparisons:
4138     - title: "2005.0-5 vs 2005.0-4"
4139       reference: 2
4140       compare: 3
4141 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4142     - title: "2009.0-5 vs 2005.0-5"
4143       reference: 3
4144       compare: 4
4145 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4146   legend:
4147     - ''
4148     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4149     - '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).'
4150     - '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.'
4151     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4152     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4153
4154 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
4155 - type: "table"
4156   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
4157   algorithm: "table_comparison"
4158   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
4159   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4160   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4161   columns:
4162     - title: "2001.0-4"
4163       data-set: "vpp-performance-changes-2n-clx-h1"
4164     - title: "2005.0-4"
4165       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4166     - title: "2005.0-5"
4167       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4168     - title: "2009.0-5"
4169       data-set: "vpp-performance-changes-2n-clx-cmp"
4170   comparisons:
4171     - title: "2005.0-5 vs 2005.0-4"
4172       reference: 2
4173       compare: 3
4174 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4175     - title: "2009.0-5 vs 2005.0-5"
4176       reference: 3
4177       compare: 4
4178 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4179   legend:
4180     - ''
4181     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4182     - '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).'
4183     - '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.'
4184     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4185     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4186
4187 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
4188 - type: "table"
4189   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
4190   algorithm: "table_comparison"
4191   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
4192   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4193   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4194   columns:
4195     - title: "2001.0-4"
4196       data-set: "vpp-performance-changes-2n-clx-h1"
4197     - title: "2005.0-4"
4198       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4199     - title: "2005.0-5"
4200       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4201     - title: "2009.0-5"
4202       data-set: "vpp-performance-changes-2n-clx-cmp"
4203   comparisons:
4204     - title: "2005.0-5 vs 2005.0-4"
4205       reference: 2
4206       compare: 3
4207 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4208     - title: "2009.0-5 vs 2005.0-5"
4209       reference: 3
4210       compare: 4
4211 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4212   legend:
4213     - ''
4214     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4215     - '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).'
4216     - '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.'
4217     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4218     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4219
4220 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
4221 #- type: "table"
4222 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
4223 #  algorithm: "table_comparison"
4224 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
4225 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4226 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4227 #  columns:
4228 #    - title: "2001.0-2"
4229 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4230 #    - title: "2005.0-3"
4231 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4232 #  comparisons:
4233 #    - title: "Diff"
4234 #      reference: 1
4235 #      compare: 2
4236 #  legend:
4237 #    - ''
4238 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4239 #    - '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).'
4240 #    - '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.'
4241 #    - '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.'
4242 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4243 #
4244 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
4245 #- type: "table"
4246 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
4247 #  algorithm: "table_comparison"
4248 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
4249 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4250 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4251 #  columns:
4252 #    - title: "2001.0-2"
4253 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4254 #    - title: "2005.0-3"
4255 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4256 #  comparisons:
4257 #    - title: "Diff"
4258 #      reference: 1
4259 #      compare: 2
4260 #  legend:
4261 #    - ''
4262 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4263 #    - '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).'
4264 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4265 #    - '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.'
4266 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4267 #
4268 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
4269 #- type: "table"
4270 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
4271 #  algorithm: "table_comparison"
4272 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
4273 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4274 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4275 #  columns:
4276 #    - title: "2001.0-2"
4277 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4278 #    - title: "2005.0-3"
4279 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4280 #  comparisons:
4281 #    - title: "Diff"
4282 #      reference: 1
4283 #      compare: 2
4284 #  legend:
4285 #    - ''
4286 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4287 #    - '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).'
4288 #    - '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.'
4289 #    - '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.'
4290 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4291 #
4292 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
4293 #- type: "table"
4294 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
4295 #  algorithm: "table_comparison"
4296 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
4297 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4298 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4299 #  columns:
4300 #    - title: "2001.0-2"
4301 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4302 #    - title: "2005.0-3"
4303 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4304 #  comparisons:
4305 #    - title: "Diff"
4306 #      reference: 1
4307 #      compare: 2
4308 #  legend:
4309 #    - ''
4310 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4311 #    - '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).'
4312 #    - '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.'
4313 #    - '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.'
4314 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4315
4316 # VPP Performance Changes 2n-dnv 1t1c pdr
4317 - type: "table"
4318   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
4319   algorithm: "table_comparison"
4320   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
4321   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4322   filter: "'1T1C'"
4323   columns:
4324     - title: "2001.0-2"
4325       data-set: "vpp-performance-changes-2n-dnv-h1"
4326     - title: "2005.0-5"
4327       data-set: "vpp-performance-changes-2n-dnv-ref"
4328     - title: "2009.0-5"
4329       data-set: "vpp-performance-changes-2n-dnv-cmp"
4330   comparisons:
4331     - title: "2009.0-5 vs 2005.0-5"
4332       reference: 2
4333       compare: 3
4334   legend:
4335     - ''
4336     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4337     - '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).'
4338     - '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.'
4339     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4340
4341 # VPP Performance Changes 2n-dnv 2t2c pdr
4342 - type: "table"
4343   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
4344   algorithm: "table_comparison"
4345   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
4346   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4347   filter: "'2T2C'"
4348   columns:
4349     - title: "2001.0-2"
4350       data-set: "vpp-performance-changes-2n-dnv-h1"
4351     - title: "2005.0-5"
4352       data-set: "vpp-performance-changes-2n-dnv-ref"
4353     - title: "2009.0-5"
4354       data-set: "vpp-performance-changes-2n-dnv-cmp"
4355   comparisons:
4356     - title: "2009.0-5 vs 2005.0-5"
4357       reference: 2
4358       compare: 3
4359   legend:
4360     - ''
4361     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4362     - '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).'
4363     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4364     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4365
4366 # VPP Performance Changes 2n-dnv 1t1c ndr
4367 - type: "table"
4368   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
4369   algorithm: "table_comparison"
4370   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
4371   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4372   filter: "'1T1C'"
4373   columns:
4374     - title: "2001.0-2"
4375       data-set: "vpp-performance-changes-2n-dnv-h1"
4376     - title: "2005.0-5"
4377       data-set: "vpp-performance-changes-2n-dnv-ref"
4378     - title: "2009.0-5"
4379       data-set: "vpp-performance-changes-2n-dnv-cmp"
4380   comparisons:
4381     - title: "2009.0-5 vs 2005.0-5"
4382       reference: 2
4383       compare: 3
4384   legend:
4385     - ''
4386     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4387     - '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).'
4388     - '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.'
4389     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4390
4391 # VPP Performance Changes 2n-dnv 2t2c ndr
4392 - type: "table"
4393   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4394   algorithm: "table_comparison"
4395   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4396   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4397   filter: "'2T2C'"
4398   columns:
4399     - title: "2001.0-2"
4400       data-set: "vpp-performance-changes-2n-dnv-h1"
4401     - title: "2005.0-5"
4402       data-set: "vpp-performance-changes-2n-dnv-ref"
4403     - title: "2009.0-5"
4404       data-set: "vpp-performance-changes-2n-dnv-cmp"
4405   comparisons:
4406     - title: "2009.0-5 vs 2005.0-5"
4407       reference: 2
4408       compare: 3
4409   legend:
4410     - ''
4411     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4412     - '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).'
4413     - '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.'
4414     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4415
4416 # VPP Performance Changes 3n-dnv 1t1c pdr
4417 - type: "table"
4418   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4419   algorithm: "table_comparison"
4420   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4421   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4422   filter: "'1T1C'"
4423   columns:
4424     - title: "2001.0-2"
4425       data-set: "vpp-performance-changes-3n-dnv-h1"
4426     - title: "2005.0-5"
4427       data-set: "vpp-performance-changes-3n-dnv-ref"
4428     - title: "2009.0-5"
4429       data-set: "vpp-performance-changes-3n-dnv-cmp"
4430   comparisons:
4431     - title: "2009.0-5 vs 2005.0-5"
4432       reference: 2
4433       compare: 3
4434   legend:
4435     - ''
4436     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4437     - '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).'
4438     - '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.'
4439     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4440
4441 # VPP Performance Changes 3n-dnv 2t2c pdr
4442 - type: "table"
4443   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4444   algorithm: "table_comparison"
4445   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4446   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4447   filter: "'2T2C'"
4448   columns:
4449     - title: "2001.0-2"
4450       data-set: "vpp-performance-changes-3n-dnv-h1"
4451     - title: "2005.0-5"
4452       data-set: "vpp-performance-changes-3n-dnv-ref"
4453     - title: "2009.0-5"
4454       data-set: "vpp-performance-changes-3n-dnv-cmp"
4455   comparisons:
4456     - title: "2009.0-5 vs 2005.0-5"
4457       reference: 2
4458       compare: 3
4459   legend:
4460     - ''
4461     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4462     - '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).'
4463     - '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.'
4464     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4465
4466 # VPP Performance Changes 3n-dnv 1t1c ndr
4467 - type: "table"
4468   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4469   algorithm: "table_comparison"
4470   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4471   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4472   filter: "'1T1C'"
4473   columns:
4474     - title: "2001.0-2"
4475       data-set: "vpp-performance-changes-3n-dnv-h1"
4476     - title: "2005.0-5"
4477       data-set: "vpp-performance-changes-3n-dnv-ref"
4478     - title: "2009.0-5"
4479       data-set: "vpp-performance-changes-3n-dnv-cmp"
4480   comparisons:
4481     - title: "2009.0-5 vs 2005.0-5"
4482       reference: 2
4483       compare: 3
4484   legend:
4485     - ''
4486     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4487     - '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).'
4488     - '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.'
4489     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4490
4491 # VPP Performance Changes 3n-dnv 2t2c ndr
4492 - type: "table"
4493   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4494   algorithm: "table_comparison"
4495   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4496   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4497   filter: "'2T2C'"
4498   columns:
4499     - title: "2001.0-2"
4500       data-set: "vpp-performance-changes-3n-dnv-h1"
4501     - title: "2005.0-5"
4502       data-set: "vpp-performance-changes-3n-dnv-ref"
4503     - title: "2009.0-5"
4504       data-set: "vpp-performance-changes-3n-dnv-cmp"
4505   comparisons:
4506     - title: "2009.0-5 vs 2005.0-5"
4507       reference: 2
4508       compare: 3
4509   legend:
4510     - ''
4511     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4512     - '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).'
4513     - '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.'
4514     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4515
4516 # VPP Performance Changes 3n-tsh 1t1c pdr
4517 - type: "table"
4518   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4519   algorithm: "table_comparison"
4520   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4521   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4522   filter: "'1T1C'"
4523   columns:
4524     - title: "2001.0-4"
4525       data-set: "vpp-performance-changes-3n-tsh-h1"
4526     - title: "2005.0-4"
4527       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4528     - title: "2005.0-5"
4529       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4530     - title: "2009.0-5"
4531       data-set: "vpp-performance-changes-3n-tsh-cmp"
4532   comparisons:
4533     - title: "2005.0-5 vs 2005.0-4"
4534       reference: 2
4535       compare: 3
4536 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4537     - title: "2009.0-5 vs 2005.0-5"
4538       reference: 3
4539       compare: 4
4540 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4541   legend:
4542     - ''
4543     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4544     - '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).'
4545     - '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.'
4546     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4547     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4548
4549 # VPP Performance Changes 3n-tsh 2t2c pdr
4550 - type: "table"
4551   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4552   algorithm: "table_comparison"
4553   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4554   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4555   filter: "'2T2C'"
4556   columns:
4557     - title: "2001.0-4"
4558       data-set: "vpp-performance-changes-3n-tsh-h1"
4559     - title: "2005.0-4"
4560       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4561     - title: "2005.0-5"
4562       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4563     - title: "2009.0-5"
4564       data-set: "vpp-performance-changes-3n-tsh-cmp"
4565   comparisons:
4566     - title: "2005.0-5 vs 2005.0-4"
4567       reference: 2
4568       compare: 3
4569 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4570     - title: "2009.0-5 vs 2005.0-5"
4571       reference: 3
4572       compare: 4
4573 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4574   legend:
4575     - ''
4576     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4577     - '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).'
4578     - '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.'
4579     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4580     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4581
4582 # VPP Performance Changes 3n-tsh 1t1c ndr
4583 - type: "table"
4584   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4585   algorithm: "table_comparison"
4586   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4587   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4588   filter: "'1T1C'"
4589   columns:
4590     - title: "2001.0-4"
4591       data-set: "vpp-performance-changes-3n-tsh-h1"
4592     - title: "2005.0-4"
4593       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4594     - title: "2005.0-5"
4595       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4596     - title: "2009.0-5"
4597       data-set: "vpp-performance-changes-3n-tsh-cmp"
4598   comparisons:
4599     - title: "2005.0-5 vs 2005.0-4"
4600       reference: 2
4601       compare: 3
4602 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4603     - title: "2009.0-5 vs 2005.0-5"
4604       reference: 3
4605       compare: 4
4606 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4607   legend:
4608     - ''
4609     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4610     - '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).'
4611     - '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.'
4612     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4613     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4614
4615 # VPP Performance Changes 3n-tsh 2t2c ndr
4616 - type: "table"
4617   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4618   algorithm: "table_comparison"
4619   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4620   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4621   filter: "'2T2C'"
4622   columns:
4623     - title: "2001.0-4"
4624       data-set: "vpp-performance-changes-3n-tsh-h1"
4625     - title: "2005.0-4"
4626       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4627     - title: "2005.0-5"
4628       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4629     - title: "2009.0-5"
4630       data-set: "vpp-performance-changes-3n-tsh-cmp"
4631   comparisons:
4632     - title: "2005.0-5 vs 2005.0-4"
4633       reference: 2
4634       compare: 3
4635 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4636     - title: "2009.0-5 vs 2005.0-5"
4637       reference: 3
4638       compare: 4
4639 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4640   legend:
4641     - ''
4642     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4643     - '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).'
4644     - '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.'
4645     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4646     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4647
4648 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4649 - type: "table"
4650   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4651   algorithm: "table_comparison"
4652   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4653   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4654   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4655   columns:
4656     - title: "3n-hsw xl710"
4657       data-set: "vpp-compare-testbeds-ref"
4658       tag: "NIC_Intel-XL710"
4659     - title: "3n-skx xxv710"
4660       data-set: "vpp-compare-testbeds-cmp"
4661       tag: "NIC_Intel-XXV710"
4662   comparisons:
4663     - title: "Diff"
4664       reference: 1
4665       compare: 2
4666   legend:
4667     - ""
4668     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4669     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4670
4671 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4672 - type: "table"
4673   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4674   algorithm: "table_comparison"
4675   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4676   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4677   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4678   columns:
4679     - title: "3n-hsw xl710"
4680       data-set: "vpp-compare-testbeds-ref"
4681       tag: "NIC_Intel-XL710"
4682     - title: "3n-skx xxv710"
4683       data-set: "vpp-compare-testbeds-cmp"
4684       tag: "NIC_Intel-XXV710"
4685   comparisons:
4686     - title: "Diff"
4687       reference: 1
4688       compare: 2
4689   legend:
4690     - ""
4691     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4692     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4693
4694 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4695 - type: "table"
4696   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4697   algorithm: "table_comparison"
4698   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4699   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4700   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4701   columns:
4702     - title: "3n-hsw xl710"
4703       data-set: "vpp-compare-testbeds-ref"
4704       tag: "NIC_Intel-XL710"
4705     - title: "3n-skx xxv710"
4706       data-set: "vpp-compare-testbeds-cmp"
4707       tag: "NIC_Intel-XXV710"
4708   comparisons:
4709     - title: "Diff"
4710       reference: 1
4711       compare: 2
4712   legend:
4713     - ""
4714     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4715     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4716
4717 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4718 - type: "table"
4719   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4720   algorithm: "table_comparison"
4721   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4722   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4723   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4724   columns:
4725     - title: "3n-hsw xl710"
4726       data-set: "vpp-compare-testbeds-ref"
4727       tag: "NIC_Intel-XL710"
4728     - title: "3n-skx xxv710"
4729       data-set: "vpp-compare-testbeds-cmp"
4730       tag: "NIC_Intel-XXV710"
4731   comparisons:
4732     - title: "Diff"
4733       reference: 1
4734       compare: 2
4735   legend:
4736     - ""
4737     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4738     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4739
4740 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4741 - type: "table"
4742   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4743   algorithm: "table_comparison"
4744   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4745   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4746   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4747   columns:
4748     - title: "2n-skx"
4749       data-set: "vpp-compare-testbeds-skx-clx-ref"
4750     - title: "2n-clx"
4751       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4752   comparisons:
4753     - title: "Diff"
4754       reference: 1
4755       compare: 2
4756   legend:
4757     - ""
4758     - "2n-skx, 2n-clx - testbeds and NICs tested."
4759     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4760
4761 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4762 - type: "table"
4763   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4764   algorithm: "table_comparison"
4765   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4766   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4767   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4768   columns:
4769     - title: "2n-skx"
4770       data-set: "vpp-compare-testbeds-skx-clx-ref"
4771     - title: "2n-clx"
4772       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4773   comparisons:
4774     - title: "Diff"
4775       reference: 1
4776       compare: 2
4777   legend:
4778     - ""
4779     - "2n-skx, 2n-clx - testbeds and NICs tested."
4780     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4781
4782 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4783 - type: "table"
4784   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4785   algorithm: "table_comparison"
4786   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4787   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4788   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4789   columns:
4790     - title: "2n-skx"
4791       data-set: "vpp-compare-testbeds-skx-clx-ref"
4792     - title: "2n-clx"
4793       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4794   comparisons:
4795     - title: "Diff"
4796       reference: 1
4797       compare: 2
4798   legend:
4799     - ""
4800     - "2n-skx, 2n-clx - testbeds and NICs tested."
4801     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4802
4803 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4804 - type: "table"
4805   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4806   algorithm: "table_comparison"
4807   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4808   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4809   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4810   columns:
4811     - title: "2n-skx"
4812       data-set: "vpp-compare-testbeds-skx-clx-ref"
4813     - title: "2n-clx"
4814       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4815   comparisons:
4816     - title: "Diff"
4817       reference: 1
4818       compare: 2
4819   legend:
4820     - ""
4821     - "2n-skx, 2n-clx - testbeds and NICs tested."
4822     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4823
4824 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4825 - type: "table"
4826   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4827   algorithm: "table_comparison"
4828   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4829   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4830   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4831   columns:
4832     - title: "3n-hsw xl710"
4833       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4834       tag: "NIC_Intel-XL710"
4835     - title: "2n-clx xxv710"
4836       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4837       tag: "NIC_Intel-XXV710"
4838   comparisons:
4839     - title: "Diff"
4840       reference: 1
4841       compare: 2
4842   legend:
4843     - ""
4844     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4845     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4846
4847 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4848 - type: "table"
4849   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4850   algorithm: "table_comparison"
4851   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4852   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4853   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4854   columns:
4855     - title: "3n-hsw xl710"
4856       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4857       tag: "NIC_Intel-XL710"
4858     - title: "2n-clx xxv710"
4859       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4860       tag: "NIC_Intel-XXV710"
4861   comparisons:
4862     - title: "Diff"
4863       reference: 1
4864       compare: 2
4865   legend:
4866     - ""
4867     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4868     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4869
4870 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4871 - type: "table"
4872   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4873   algorithm: "table_comparison"
4874   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4875   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4876   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4877   columns:
4878     - title: "3n-hsw xl710"
4879       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4880       tag: "NIC_Intel-XL710"
4881     - title: "2n-clx xxv710"
4882       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4883       tag: "NIC_Intel-XXV710"
4884   comparisons:
4885     - title: "Diff"
4886       reference: 1
4887       compare: 2
4888   legend:
4889     - ""
4890     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4891     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4892
4893 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4894 - type: "table"
4895   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4896   algorithm: "table_comparison"
4897   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4898   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4899   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4900   columns:
4901     - title: "3n-hsw xl710"
4902       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4903       tag: "NIC_Intel-XL710"
4904     - title: "2n-clx xxv710"
4905       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4906       tag: "NIC_Intel-XXV710"
4907   comparisons:
4908     - title: "Diff"
4909       reference: 1
4910       compare: 2
4911   legend:
4912     - ""
4913     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4914     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4915
4916 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4917 - type: "table"
4918   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4919   algorithm: "table_comparison"
4920   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4921   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4922   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4923   columns:
4924     - title: "3n-skx"
4925       data-set: "vpp-compare-topologies-ref"
4926     - title: "2n-skx"
4927       data-set: "vpp-compare-topologies-cmp"
4928   comparisons:
4929     - title: "Diff"
4930       reference: 1
4931       compare: 2
4932   legend:
4933     - ""
4934     - "3n-skx, 2n-skx - topologies tested."
4935     - "Diff - difference between 3n-skx and 2n-skx topologies."
4936
4937 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4938 - type: "table"
4939   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4940   algorithm: "table_comparison"
4941   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4942   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4943   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4944   columns:
4945     - title: "3n-skx"
4946       data-set: "vpp-compare-topologies-ref"
4947     - title: "2n-skx"
4948       data-set: "vpp-compare-topologies-cmp"
4949   comparisons:
4950     - title: "Diff"
4951       reference: 1
4952       compare: 2
4953   legend:
4954     - ""
4955     - "3n-skx, 2n-skx - topologies tested."
4956     - "Diff - difference between 3n-skx and 2n-skx topologies."
4957
4958 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4959 - type: "table"
4960   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4961   algorithm: "table_comparison"
4962   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4963   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4964   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4965   columns:
4966     - title: "3n-skx"
4967       data-set: "vpp-compare-topologies-ref"
4968     - title: "2n-skx"
4969       data-set: "vpp-compare-topologies-cmp"
4970   comparisons:
4971     - title: "Diff"
4972       reference: 1
4973       compare: 2
4974   legend:
4975     - ""
4976     - "3n-skx, 2n-skx - topologies tested."
4977     - "Diff - difference between 3n-skx and 2n-skx topologies."
4978
4979 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4980 - type: "table"
4981   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4982   algorithm: "table_comparison"
4983   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4984   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4985   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4986   columns:
4987     - title: "3n-skx"
4988       data-set: "vpp-compare-topologies-ref"
4989     - title: "2n-skx"
4990       data-set: "vpp-compare-topologies-cmp"
4991   comparisons:
4992     - title: "Diff"
4993       reference: 1
4994       compare: 2
4995   legend:
4996     - ""
4997     - "3n-skx, 2n-skx - topologies tested."
4998     - "Diff - difference between 3n-skx and 2n-skx topologies."
4999
5000 # VPP Performance Changes 3n-hsw 1t1c mrr
5001 - type: "table"
5002   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
5003   algorithm: "table_comparison"
5004   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
5005   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5006   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5007   columns:
5008     - title: "2001.0-2"
5009       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5010     - title: "2005.0-4"
5011       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
5012     - title: "2005.0-5"
5013       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
5014     - title: "2009.0-5"
5015       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5016   comparisons:
5017     - title: "2005.0-5 vs 2005.0-4"
5018       reference: 2
5019       compare: 3
5020 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
5021     - title: "2009.0-5 vs 2005.0-5"
5022       reference: 3
5023       compare: 4
5024 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
5025   legend:
5026     - ''
5027     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5028     - '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).'
5029     - '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.'
5030     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5031     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5032
5033 # VPP Performance Changes 3n-hsw 2t2c mrr
5034 - type: "table"
5035   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
5036   algorithm: "table_comparison"
5037   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
5038   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5039   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5040   columns:
5041     - title: "2001.0-2"
5042       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5043     - title: "2005.0-4"
5044       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
5045     - title: "2005.0-5"
5046       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
5047     - title: "2009.0-5"
5048       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5049   comparisons:
5050     - title: "2005.0-5 vs 2005.0-4"
5051       reference: 2
5052       compare: 3
5053 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
5054     - title: "2009.0-5 vs 2005.0-5"
5055       reference: 3
5056       compare: 4
5057 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
5058   legend:
5059     - ''
5060     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5061     - '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).'
5062     - '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.'
5063     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5064     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5065
5066 # VPP Performance Changes 3n-hsw 4t4c mrr
5067 - type: "table"
5068   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
5069   algorithm: "table_comparison"
5070   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
5071   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5072   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5073   columns:
5074     - title: "2001.0-2"
5075       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5076     - title: "2005.0-4"
5077       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
5078     - title: "2005.0-5"
5079       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
5080     - title: "2009.0-5"
5081       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5082   comparisons:
5083     - title: "2005.0-5 vs 2005.0-4"
5084       reference: 2
5085       compare: 3
5086 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
5087     - title: "2009.0-5 vs 2005.0-5"
5088       reference: 3
5089       compare: 4
5090 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
5091   legend:
5092     - ''
5093     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5094     - '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).'
5095     - '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.'
5096     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5097     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5098
5099 # VPP Performance Changes 3n-skx 2t1c mrr
5100 - type: "table"
5101   title: "VPP Performance Changes 3n-skx 2t1c mrr"
5102   algorithm: "table_comparison"
5103   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
5104   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5105   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5106   columns:
5107     - title: "2001.0-2"
5108       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5109     - title: "2005.0-4"
5110       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
5111     - title: "2005.0-5"
5112       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
5113     - title: "2009.0-5"
5114       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5115   comparisons:
5116     - title: "2005.0-5 vs 2005.0-4"
5117       reference: 2
5118       compare: 3
5119 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
5120     - title: "2009.0-5 vs 2005.0-5"
5121       reference: 2
5122       compare: 3
5123 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca2.yaml"
5124   legend:
5125     - ''
5126     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5127     - '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).'
5128     - '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.'
5129     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5130     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5131
5132 # VPP Performance Changes 3n-skx 4t2c mrr
5133 - type: "table"
5134   title: "VPP Performance Changes 3n-skx 4t2c mrr"
5135   algorithm: "table_comparison"
5136   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
5137   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5138   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5139   columns:
5140     - title: "2001.0-2"
5141       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5142     - title: "2005.0-4"
5143       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
5144     - title: "2005.0-5"
5145       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
5146     - title: "2009.0-5"
5147       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5148   comparisons:
5149     - title: "2005.0-5 vs 2005.0-4"
5150       reference: 2
5151       compare: 3
5152 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca1.yaml"
5153     - title: "2009.0-5 vs 2005.0-5"
5154       reference: 2
5155       compare: 3
5156 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca2.yaml"
5157   legend:
5158     - ''
5159     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5160     - '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).'
5161     - '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.'
5162     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5163     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5164
5165 # VPP Performance Changes 3n-skx 8t4c mrr
5166 - type: "table"
5167   title: "VPP Performance Changes 3n-skx 8t4c mrr"
5168   algorithm: "table_comparison"
5169   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
5170   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5171   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5172   columns:
5173     - title: "2001.0-2"
5174       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5175     - title: "2005.0-4"
5176       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
5177     - title: "2005.0-5"
5178       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
5179     - title: "2009.0-5"
5180       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5181   comparisons:
5182     - title: "2005.0-5 vs 2005.0-4"
5183       reference: 2
5184       compare: 3
5185 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca1.yaml"
5186     - title: "2009.0-5 vs 2005.0-5"
5187       reference: 2
5188       compare: 3
5189 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca2.yaml"
5190   legend:
5191     - ''
5192     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5193     - '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).'
5194     - '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.'
5195     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5196     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5197
5198 # VPP Performance Changes 2n-skx 2t1c mrr
5199 - type: "table"
5200   title: "VPP Performance Changes 2n-skx 2t1c mrr"
5201   algorithm: "table_comparison"
5202   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
5203   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5204   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5205   columns:
5206     - title: "2001.0-2"
5207       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5208     - title: "2005.0-4"
5209       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5210     - title: "2005.0-5"
5211       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5212     - title: "2009.0-5"
5213       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5214   comparisons:
5215     - title: "2005.0-5 vs 2005.0-4"
5216       reference: 2
5217       compare: 3
5218 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
5219     - title: "2009.0-5 vs 2005.0-4"
5220       reference: 3
5221       compare: 4
5222 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
5223   legend:
5224     - ''
5225     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5226     - '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).'
5227     - '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.'
5228     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5229     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5230
5231 # VPP Performance Changes 2n-skx 4t2c mrr
5232 - type: "table"
5233   title: "VPP Performance Changes 2n-skx 4t2c mrr"
5234   algorithm: "table_comparison"
5235   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
5236   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5237   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5238   columns:
5239     - title: "2001.0-2"
5240       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5241     - title: "2005.0-4"
5242       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5243     - title: "2005.0-5"
5244       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5245     - title: "2009.0-5"
5246       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5247   comparisons:
5248     - title: "2005.0-5 vs 2005.0-4"
5249       reference: 2
5250       compare: 3
5251 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
5252     - title: "2009.0-5 vs 2005.0-4"
5253       reference: 3
5254       compare: 4
5255 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
5256   legend:
5257     - ''
5258     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5259     - '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).'
5260     - '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.'
5261     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5262     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5263
5264 # VPP Performance Changes 2n-skx 8t4c mrr
5265 - type: "table"
5266   title: "VPP Performance Changes 2n-skx 8t4c mrr"
5267   algorithm: "table_comparison"
5268   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
5269   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5270   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5271   columns:
5272     - title: "2001.0-2"
5273       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5274     - title: "2005.0-4"
5275       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5276     - title: "2005.0-5"
5277       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5278     - title: "2009.0-5"
5279       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5280   comparisons:
5281     - title: "2005.0-5 vs 2005.0-4"
5282       reference: 2
5283       compare: 3
5284 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
5285     - title: "2009.0-5 vs 2005.0-4"
5286       reference: 3
5287       compare: 4
5288 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
5289   legend:
5290     - ''
5291     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5292     - '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).'
5293     - '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.'
5294     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5295     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5296
5297 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
5298 - type: "table"
5299   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
5300   algorithm: "table_comparison"
5301   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
5302   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5303   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5304   columns:
5305     - title: "2001.0-2"
5306       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5307     - title: "2005.0-4"
5308       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5309     - title: "2005.0-5"
5310       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5311     - title: "2009.0-5"
5312       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5313   comparisons:
5314     - title: "2005.0-5 vs 2005.0-4"
5315       reference: 2
5316       compare: 3
5317 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
5318     - title: "2009.0-5 vs 2005.0-5"
5319       reference: 3
5320       compare: 4
5321 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
5322   legend:
5323     - ''
5324     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5325     - '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).'
5326     - '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.'
5327     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5328     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5329
5330 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
5331 - type: "table"
5332   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
5333   algorithm: "table_comparison"
5334   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
5335   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5336   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5337   columns:
5338     - title: "2001.0-2"
5339       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5340     - title: "2005.0-4"
5341       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5342     - title: "2005.0-5"
5343       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5344     - title: "2009.0-5"
5345       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5346   comparisons:
5347     - title: "2005.0-5 vs 2005.0-4"
5348       reference: 2
5349       compare: 3
5350 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
5351     - title: "2009.0-5 vs 2005.0-5"
5352       reference: 3
5353       compare: 4
5354 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
5355   legend:
5356     - ''
5357     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5358     - '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).'
5359     - '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.'
5360     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5361     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5362
5363 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
5364 - type: "table"
5365   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
5366   algorithm: "table_comparison"
5367   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
5368   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5369   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5370   columns:
5371     - title: "2001.0-2"
5372       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5373     - title: "2005.0-4"
5374       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5375     - title: "2005.0-5"
5376       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5377     - title: "2009.0-5"
5378       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5379   comparisons:
5380     - title: "2005.0-5 vs 2005.0-4"
5381       reference: 2
5382       compare: 3
5383 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
5384     - title: "2009.0-5 vs 2005.0-5"
5385       reference: 3
5386       compare: 4
5387 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
5388   legend:
5389     - ''
5390     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5391     - '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).'
5392     - '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.'
5393     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5394     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5395
5396 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
5397 #- type: "table"
5398 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
5399 #  algorithm: "table_comparison"
5400 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
5401 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5402 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5403 #  columns:
5404 #    - title: "2001"
5405 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5406 #    - title: "2005"
5407 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5408 #  comparisons:
5409 #    - title: "Diff"
5410 #      reference: 1
5411 #      compare: 2
5412 #  legend:
5413 #    - ""
5414 #    - "2001, 2005 - VPP versions tested."
5415 #    - "Diff - difference between 2001 and 2005 VPP version."
5416 #
5417 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
5418 #- type: "table"
5419 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
5420 #  algorithm: "table_comparison"
5421 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
5422 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5423 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5424 #  columns:
5425 #    - title: "2001"
5426 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5427 #    - title: "2005"
5428 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5429 #  comparisons:
5430 #    - title: "Diff"
5431 #      reference: 1
5432 #      compare: 2
5433 #  legend:
5434 #    - ""
5435 #    - "2001, 2005 - VPP versions tested."
5436 #    - "Diff - difference between 2001 and 2005 VPP version."
5437 #
5438 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
5439 #- type: "table"
5440 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
5441 #  algorithm: "table_comparison"
5442 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
5443 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5444 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5445 #  columns:
5446 #    - title: "2001"
5447 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5448 #    - title: "2005"
5449 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5450 #  comparisons:
5451 #    - title: "Diff"
5452 #      reference: 1
5453 #      compare: 2
5454 #  legend:
5455 #    - ""
5456 #    - "2001, 2005 - VPP versions tested."
5457 #    - "Diff - difference between 2001 and 2005 VPP version."
5458
5459 # VPP Performance Changes 2n-dnv 1t1c mrr
5460 - type: "table"
5461   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
5462   algorithm: "table_comparison"
5463   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
5464   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5465   filter: "'1T1C'"
5466   columns:
5467     - title: "2001.0-2"
5468       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5469     - title: "2005.0-5"
5470       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5471     - title: "2009.0-5"
5472       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5473   comparisons:
5474     - title: "2009.0-5 vs 2005.0-5"
5475       reference: 2
5476       compare: 3
5477   legend:
5478     - ''
5479     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5480     - '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).'
5481     - '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.'
5482     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5483
5484 # VPP Performance Changes 2n-dnv 2t2c mrr
5485 - type: "table"
5486   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
5487   algorithm: "table_comparison"
5488   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
5489   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5490   filter: "'2T2C'"
5491   columns:
5492     - title: "2001.0-2"
5493       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5494     - title: "2005.0-5"
5495       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5496     - title: "2009.0-5"
5497       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5498   comparisons:
5499     - title: "2009.0-5 vs 2005.0-5"
5500       reference: 2
5501       compare: 3
5502   legend:
5503     - ''
5504     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5505     - '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).'
5506     - '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.'
5507     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5508
5509 # VPP Performance Changes 2n-dnv 4t4c mrr
5510 - type: "table"
5511   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5512   algorithm: "table_comparison"
5513   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5514   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5515   filter: "'4T4C'"
5516   columns:
5517     - title: "2001.0-2"
5518       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5519     - title: "2005.0-5"
5520       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5521     - title: "2009.0-5"
5522       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5523   comparisons:
5524     - title: "2009.0-5 vs 2005.0-5"
5525       reference: 2
5526       compare: 3
5527   legend:
5528     - ''
5529     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5530     - '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).'
5531     - '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.'
5532     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5533
5534 # VPP Performance Changes 3n-dnv 1t1c mrr
5535 - type: "table"
5536   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5537   algorithm: "table_comparison"
5538   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5539   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5540   filter: "'1T1C'"
5541   columns:
5542     - title: "2001.0-2"
5543       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5544     - title: "2005.0-5"
5545       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5546     - title: "2009.0-5"
5547       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5548   comparisons:
5549     - title: "2009.0-5 vs 2005.0-5"
5550       reference: 2
5551       compare: 3
5552   legend:
5553     - ''
5554     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5555     - '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).'
5556     - '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.'
5557     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5558
5559 # VPP Performance Changes 3n-dnv 2t2c mrr
5560 - type: "table"
5561   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5562   algorithm: "table_comparison"
5563   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5564   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5565   filter: "'2T2C'"
5566   columns:
5567     - title: "2001.0-2"
5568       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5569     - title: "2005.0-5"
5570       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5571     - title: "2009.0-5"
5572       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5573   comparisons:
5574     - title: "2009.0-5 vs 2005.0-5"
5575       reference: 2
5576       compare: 3
5577   legend:
5578     - ''
5579     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5580     - '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).'
5581     - '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.'
5582     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5583
5584 # VPP Performance Changes 3n-dnv 4t4c mrr
5585 - type: "table"
5586   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5587   algorithm: "table_comparison"
5588   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5589   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5590   filter: "'4T4C'"
5591   columns:
5592     - title: "2001.0-2"
5593       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5594     - title: "2005.0-5"
5595       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5596     - title: "2009.0-5"
5597       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5598   comparisons:
5599     - title: "2009.0-5 vs 2005.0-5"
5600       reference: 2
5601       compare: 3
5602   legend:
5603     - ''
5604     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5605     - '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).'
5606     - '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.'
5607     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5608
5609 # VPP Performance Changes 3n-tsh 1t1c mrr
5610 - type: "table"
5611   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5612   algorithm: "table_comparison"
5613   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5614   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5615   filter: "'1T1C'"
5616   columns:
5617     - title: "2001.0-2"
5618       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5619     - title: "2005.0-4"
5620       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5621     - title: "2005.0-5"
5622       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5623     - title: "2009.0-5"
5624       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5625   comparisons:
5626     - title: "2005.0-5 vs 2005.0-4"
5627       reference: 2
5628       compare: 3
5629 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5630     - title: "2009.0-5 vs 2005.0-5"
5631       reference: 3
5632       compare: 4
5633 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
5634   legend:
5635     - ''
5636     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5637     - '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).'
5638     - '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.'
5639     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5640     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5641
5642 # VPP Performance Changes 3n-tsh 2t2c mrr
5643 - type: "table"
5644   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5645   algorithm: "table_comparison"
5646   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5647   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5648   filter: "'2T2C'"
5649   columns:
5650     - title: "2001.0-2"
5651       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5652     - title: "2005.0-4"
5653       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5654     - title: "2005.0-5"
5655       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5656     - title: "2009.0-5"
5657       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5658   comparisons:
5659     - title: "2005.0-5 vs 2005.0-4"
5660       reference: 2
5661       compare: 3
5662 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
5663     - title: "2009.0-5 vs 2005.0-5"
5664       reference: 3
5665       compare: 4
5666 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
5667   legend:
5668     - ''
5669     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5670     - '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).'
5671     - '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.'
5672     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5673     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5674
5675 # VPP Performance Changes 3n-tsh 4t4c mrr
5676 - type: "table"
5677   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5678   algorithm: "table_comparison"
5679   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5680   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5681   filter: "'4T4C'"
5682   columns:
5683     - title: "2001.0-2"
5684       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5685     - title: "2005.0-4"
5686       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5687     - title: "2005.0-5"
5688       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5689     - title: "2009.0-5"
5690       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5691   comparisons:
5692     - title: "2005.0-5 vs 2005.0-4"
5693       reference: 2
5694       compare: 3
5695 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
5696     - title: "2009.0-5 vs 2005.0-5"
5697       reference: 3
5698       compare: 4
5699 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
5700   legend:
5701     - ''
5702     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5703     - '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).'
5704     - '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.'
5705     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5706     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5707
5708 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5709 - type: "table"
5710   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5711   algorithm: "table_comparison"
5712   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5713   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5714   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5715   columns:
5716     - title: "3n-hsw xl710"
5717       data-set: "vpp-compare-testbeds-mrr-ref"
5718       tag: "NIC_Intel-XL710"
5719     - title: "3n-skx xxv710"
5720       data-set: "vpp-compare-testbeds-mrr-cmp"
5721       tag: "NIC_Intel-XXV710"
5722   comparisons:
5723     - title: "Diff"
5724       reference: 1
5725       compare: 2
5726   legend:
5727     - ""
5728     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5729     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5730
5731 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5732 - type: "table"
5733   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5734   algorithm: "table_comparison"
5735   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5736   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5737   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5738   columns:
5739     - title: "3n-hsw xl710"
5740       data-set: "vpp-compare-testbeds-mrr-ref"
5741       tag: "NIC_Intel-XL710"
5742     - title: "3n-skx xxv710"
5743       data-set: "vpp-compare-testbeds-mrr-cmp"
5744       tag: "NIC_Intel-XXV710"
5745   comparisons:
5746     - title: "Diff"
5747       reference: 1
5748       compare: 2
5749   legend:
5750     - ""
5751     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5752     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5753
5754 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5755 - type: "table"
5756   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5757   algorithm: "table_comparison"
5758   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5759   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5760   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5761   columns:
5762     - title: "3n-hsw xl710"
5763       data-set: "vpp-compare-testbeds-mrr-ref"
5764       tag: "NIC_Intel-XL710"
5765     - title: "3n-skx xxv710"
5766       data-set: "vpp-compare-testbeds-mrr-cmp"
5767       tag: "NIC_Intel-XXV710"
5768   comparisons:
5769     - title: "Diff"
5770       reference: 1
5771       compare: 2
5772   legend:
5773     - ""
5774     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5775     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5776
5777 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5778 - type: "table"
5779   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5780   algorithm: "table_comparison"
5781   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5782   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5783   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5784   columns:
5785     - title: "2n-skx"
5786       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5787     - title: "2n-clx"
5788       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5789   comparisons:
5790     - title: "Diff"
5791       reference: 1
5792       compare: 2
5793   legend:
5794     - ""
5795     - "2n-skx, 2n-clx - testbeds and NICs tested."
5796     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5797
5798 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5799 - type: "table"
5800   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5801   algorithm: "table_comparison"
5802   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5803   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5804   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5805   columns:
5806     - title: "2n-skx"
5807       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5808     - title: "2n-clx"
5809       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5810   comparisons:
5811     - title: "Diff"
5812       reference: 1
5813       compare: 2
5814   legend:
5815     - ""
5816     - "2n-skx, 2n-clx - testbeds and NICs tested."
5817     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5818
5819 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5820 - type: "table"
5821   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5822   algorithm: "table_comparison"
5823   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5824   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5825   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5826   columns:
5827     - title: "2n-skx"
5828       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5829     - title: "2n-clx"
5830       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5831   comparisons:
5832     - title: "Diff"
5833       reference: 1
5834       compare: 2
5835   legend:
5836     - ""
5837     - "2n-skx, 2n-clx - testbeds and NICs tested."
5838     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5839
5840 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5841 - type: "table"
5842   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5843   algorithm: "table_comparison"
5844   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5845   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5846   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5847   columns:
5848     - title: "3n-skx"
5849       data-set: "vpp-compare-topologies-mrr-ref"
5850     - title: "2n-skx"
5851       data-set: "vpp-compare-topologies-mrr-cmp"
5852   comparisons:
5853     - title: "Diff"
5854       reference: 1
5855       compare: 2
5856   legend:
5857     - ""
5858     - "3n-skx, 2n-skx - topologies tested."
5859     - "Diff - difference between 3n-skx and 2n-skx topologies."
5860
5861 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5862 - type: "table"
5863   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5864   algorithm: "table_comparison"
5865   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5866   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5867   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5868   columns:
5869     - title: "3n-skx"
5870       data-set: "vpp-compare-topologies-mrr-ref"
5871     - title: "2n-skx"
5872       data-set: "vpp-compare-topologies-mrr-cmp"
5873   comparisons:
5874     - title: "Diff"
5875       reference: 1
5876       compare: 2
5877   legend:
5878     - ""
5879     - "3n-skx, 2n-skx - topologies tested."
5880     - "Diff - difference between 3n-skx and 2n-skx topologies."
5881
5882 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5883 - type: "table"
5884   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5885   algorithm: "table_comparison"
5886   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5887   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5888   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5889   columns:
5890     - title: "3n-skx"
5891       data-set: "vpp-compare-topologies-mrr-ref"
5892     - title: "2n-skx"
5893       data-set: "vpp-compare-topologies-mrr-cmp"
5894   comparisons:
5895     - title: "Diff"
5896       reference: 1
5897       compare: 2
5898   legend:
5899     - ""
5900     - "3n-skx, 2n-skx - topologies tested."
5901     - "Diff - difference between 3n-skx and 2n-skx topologies."
5902
5903 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5904 - type: "table"
5905   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5906   algorithm: "table_comparison"
5907   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5908   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5909   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5910   columns:
5911     - title: "3n-hsw xl710"
5912       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5913       tag: "NIC_Intel-XL710"
5914     - title: "2n-clx xxv710"
5915       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5916       tag: "NIC_Intel-XXV710"
5917   comparisons:
5918     - title: "Diff"
5919       reference: 1
5920       compare: 2
5921   legend:
5922     - ""
5923     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5924     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5925
5926 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5927 - type: "table"
5928   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5929   algorithm: "table_comparison"
5930   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5931   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5932   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5933   columns:
5934     - title: "3n-hsw xl710"
5935       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5936       tag: "NIC_Intel-XL710"
5937     - title: "2n-clx xxv710"
5938       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5939       tag: "NIC_Intel-XXV710"
5940   comparisons:
5941     - title: "Diff"
5942       reference: 1
5943       compare: 2
5944   legend:
5945     - ""
5946     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5947     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5948
5949 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5950 - type: "table"
5951   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5952   algorithm: "table_comparison"
5953   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5954   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5955   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5956   columns:
5957     - title: "3n-hsw xl710"
5958       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5959       tag: "NIC_Intel-XL710"
5960     - title: "2n-clx xxv710"
5961       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5962       tag: "NIC_Intel-XXV710"
5963   comparisons:
5964     - title: "Diff"
5965       reference: 1
5966       compare: 2
5967   legend:
5968     - ""
5969     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5970     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5971
5972 # Detailed Test Results - VPP Performance Results 3n-hsw
5973 - type: "table"
5974   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5975   algorithm: "table_merged_details"
5976   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5977   columns:
5978     - title: " |prein| Test Name |preout| "
5979       data: "data name"
5980     - 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| "
5981       data: "data msg"
5982   data: "vpp-perf-results-3n-hsw"
5983   filter: "all"
5984   parameters:
5985   - "name"
5986   - "parent"
5987   - "msg"
5988
5989 # Detailed Test Results - VPP Performance Results 3n-skx
5990 - type: "table"
5991   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5992   algorithm: "table_merged_details"
5993   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5994   columns:
5995     - title: " |prein| Test Name |preout| "
5996       data: "data name"
5997     - 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| "
5998       data: "data msg"
5999   data: "vpp-perf-results-3n-skx"
6000   filter: "all"
6001   remove-ndr: False
6002   parameters:
6003   - "name"
6004   - "parent"
6005   - "msg"
6006
6007 # Detailed Test Results - VPP Performance Results 2n-skx
6008 - type: "table"
6009   title: "Detailed Test Results - VPP Performance Results 2n-skx"
6010   algorithm: "table_merged_details"
6011   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
6012   columns:
6013     - title: " |prein| Test Name |preout| "
6014       data: "data name"
6015     - 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| "
6016       data: "data msg"
6017   data: "vpp-perf-results-2n-skx"
6018   filter: "all"
6019   remove-ndr: False
6020   parameters:
6021   - "name"
6022   - "parent"
6023   - "msg"
6024
6025 # Detailed Test Results - VPP Performance Results 2n-zn2
6026 - type: "table"
6027   title: "Detailed Test Results - VPP Performance Results 2n-zn2"
6028   algorithm: "table_merged_details"
6029   output-file: "{DIR[DTR,PERF,VPP,2N,ZN2]}/"
6030   columns:
6031     - title: " |prein| Test Name |preout| "
6032       data: "data name"
6033     - 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| "
6034       data: "data msg"
6035   data: "vpp-perf-results-2n-zn2"
6036   filter: "all"
6037   remove-ndr: False
6038   parameters:
6039   - "name"
6040   - "parent"
6041   - "msg"
6042
6043 # Detailed Test Results - VPP Performance Results 2n-clx
6044 - type: "table"
6045   title: "Detailed Test Results - VPP Performance Results 2n-clx"
6046   algorithm: "table_merged_details"
6047   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
6048   columns:
6049     - title: " |prein| Test Name |preout| "
6050       data: "data name"
6051     - 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| "
6052       data: "data msg"
6053   data: "vpp-perf-results-2n-clx"
6054   filter: "all"
6055   parameters:
6056   - "name"
6057   - "parent"
6058   - "msg"
6059
6060 # Detailed Test Results - VPP Performance Results 3n-tsh
6061 - type: "table"
6062   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
6063   algorithm: "table_merged_details"
6064   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
6065   columns:
6066     - title: " |prein| Test Name |preout| "
6067       data: "data name"
6068     - 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| "
6069       data: "data msg"
6070   data: "vpp-perf-results-3n-tsh"
6071   filter: "all"
6072   parameters:
6073   - "name"
6074   - "parent"
6075   - "msg"
6076
6077 # Detailed Test Results - VPP Performance Results 3n-dnv
6078 - type: "table"
6079   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
6080   algorithm: "table_merged_details"
6081   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
6082   columns:
6083     - title: " |prein| Test Name |preout| "
6084       data: "data name"
6085     - 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| "
6086       data: "data msg"
6087   data: "vpp-perf-results-3n-dnv"
6088   filter: "all"
6089   parameters:
6090   - "name"
6091   - "parent"
6092   - "msg"
6093
6094 # Detailed Test Results - VPP Performance Results 2n-dnv
6095 - type: "table"
6096   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
6097   algorithm: "table_merged_details"
6098   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
6099   columns:
6100     - title: " |prein| Test Name |preout| "
6101       data: "data name"
6102     - 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| "
6103       data: "data msg"
6104   data: "vpp-perf-results-2n-dnv"
6105   filter: "all"
6106   parameters:
6107   - "name"
6108   - "parent"
6109   - "msg"
6110
6111 # Test configuration - VPP Performance Test Configs 3n-hsw
6112 - type: "table"
6113   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
6114   algorithm: "table_merged_details"
6115   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
6116   columns:
6117     - title: " |prein| Test Name |preout| "
6118       data: "data name"
6119     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6120       data: "data conf-history"
6121   data: "vpp-perf-results-3n-hsw"
6122   filter: "all"
6123   parameters:
6124   - "parent"
6125   - "name"
6126   - "conf-history"
6127
6128 # Test configuration - VPP Performance Test Configs 3n-skx
6129 - type: "table"
6130   title: "Test configuration - VPP Performance Test Configs 3n-skx"
6131   algorithm: "table_merged_details"
6132   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
6133   columns:
6134     - title: " |prein| Test Name |preout| "
6135       data: "data name"
6136     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6137       data: "data conf-history"
6138   data: "vpp-perf-results-3n-skx"
6139   filter: "all"
6140   parameters:
6141   - "parent"
6142   - "name"
6143   - "conf-history"
6144
6145 # Test configuration - VPP Performance Test Configs 2n-skx
6146 - type: "table"
6147   title: "Test configuration - VPP Performance Test Configs 2n-skx"
6148   algorithm: "table_merged_details"
6149   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
6150   columns:
6151     - title: " |prein| Test Name |preout| "
6152       data: "data name"
6153     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6154       data: "data conf-history"
6155   data: "vpp-perf-results-2n-skx"
6156   filter: "all"
6157   parameters:
6158   - "parent"
6159   - "name"
6160   - "conf-history"
6161
6162 # Test configuration - VPP Performance Test Configs 2n-zn2
6163 - type: "table"
6164   title: "Test configuration - VPP Performance Test Configs 2n-zn2"
6165   algorithm: "table_merged_details"
6166   output-file: "{DIR[DTC,PERF,VPP,2N,ZN2]}/"
6167   columns:
6168     - title: " |prein| Test Name |preout| "
6169       data: "data name"
6170     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6171       data: "data conf-history"
6172   data: "vpp-perf-results-2n-zn2"
6173   filter: "all"
6174   parameters:
6175   - "parent"
6176   - "name"
6177   - "conf-history"
6178
6179 # Test configuration - VPP Performance Test Configs 2n-clx
6180 - type: "table"
6181   title: "Test configuration - VPP Performance Test Configs 2n-clx"
6182   algorithm: "table_merged_details"
6183   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
6184   columns:
6185     - title: " |prein| Test Name |preout| "
6186       data: "data name"
6187     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6188       data: "data conf-history"
6189   data: "vpp-perf-results-2n-clx"
6190   filter: "all"
6191   parameters:
6192   - "parent"
6193   - "name"
6194   - "conf-history"
6195
6196 # Test configuration - VPP Performance Test Configs 3n-tsh
6197 - type: "table"
6198   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
6199   algorithm: "table_merged_details"
6200   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
6201   columns:
6202     - title: " |prein| Test Name |preout| "
6203       data: "data name"
6204     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6205       data: "data conf-history"
6206   data: "vpp-perf-results-3n-tsh"
6207   filter: "all"
6208   parameters:
6209   - "parent"
6210   - "name"
6211   - "conf-history"
6212
6213 # Test configuration - VPP Performance Test Configs 3n-dnv
6214 - type: "table"
6215   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
6216   algorithm: "table_merged_details"
6217   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
6218   columns:
6219     - title: " |prein| Test Name |preout| "
6220       data: "data name"
6221     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6222       data: "data conf-history"
6223   data: "vpp-perf-results-3n-dnv"
6224   filter: "all"
6225   parameters:
6226   - "parent"
6227   - "name"
6228   - "conf-history"
6229
6230 # Test configuration - VPP Performance Test Configs 2n-dnv
6231 - type: "table"
6232   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
6233   algorithm: "table_merged_details"
6234   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
6235   columns:
6236     - title: " |prein| Test Name |preout| "
6237       data: "data name"
6238     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6239       data: "data conf-history"
6240   data: "vpp-perf-results-2n-dnv"
6241   filter: "all"
6242   parameters:
6243   - "parent"
6244   - "name"
6245   - "conf-history"
6246
6247 # Test Operational Data - VPP Performance Operational Data 3n-hsw
6248 - type: "table"
6249   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
6250   algorithm: "table_oper_data_html"
6251   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
6252   data: "vpp-perf-results-3n-hsw"
6253   filter: "all"
6254
6255 # Test Operational Data - VPP Performance Operational Data 3n-skx
6256 - type: "table"
6257   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
6258   algorithm: "table_oper_data_html"
6259   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
6260   data: "vpp-perf-results-3n-skx"
6261   filter: "all"
6262
6263 # Test Operational Data - VPP Performance Operational Data 2n-skx
6264 - type: "table"
6265   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
6266   algorithm: "table_oper_data_html"
6267   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
6268   data: "vpp-perf-results-2n-skx"
6269   filter: "all"
6270
6271 # Test Operational Data - VPP Performance Operational Data 2n-zn2
6272 - type: "table"
6273   title: "Test Operational Data - VPP Performance Operational Data 2n-zn2"
6274   algorithm: "table_oper_data_html"
6275   output-file: "{DIR[DTO,PERF,VPP,2N,ZN2]}/"
6276   data: "vpp-perf-results-2n-zn2"
6277   filter: "all"
6278
6279 # Test Operational Data - VPP Performance Operational Data 2n-clx
6280 - type: "table"
6281   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
6282   algorithm: "table_oper_data_html"
6283   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
6284   data: "vpp-perf-results-2n-clx"
6285   filter: "all"
6286
6287 # Test Operational Data - VPP Performance Operational Data 3n-tsh
6288 - type: "table"
6289   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
6290   algorithm: "table_oper_data_html"
6291   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
6292   data: "vpp-perf-results-3n-tsh"
6293   filter: "all"
6294
6295 # Test Operational Data - VPP Performance Operational Data 3n-dnv
6296 - type: "table"
6297   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
6298   algorithm: "table_oper_data_html"
6299   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
6300   data: "vpp-perf-results-3n-dnv"
6301   filter: "all"
6302
6303 # Test Operational Data - VPP Performance Operational Data 2n-dnv
6304 - type: "table"
6305   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
6306   algorithm: "table_oper_data_html"
6307   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
6308   data: "vpp-perf-results-2n-dnv"
6309   filter: "all"
6310
6311 # Detailed Test Results - VPP MRR Results 3n-hsw
6312 - type: "table"
6313   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
6314   algorithm: "table_merged_details"
6315   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
6316   columns:
6317     - title: " |prein| Test Name |preout| "
6318       data: "data name"
6319     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6320       data: "data msg"
6321   data: "vpp-mrr-results-3n-hsw"
6322   filter: "all"
6323   parameters:
6324   - "name"
6325   - "parent"
6326   - "msg"
6327
6328 # Detailed Test Results - VPP MRR Results 3n-skx
6329 - type: "table"
6330   title: "Detailed Test Results - VPP MRR Results 3n-skx"
6331   algorithm: "table_merged_details"
6332   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
6333   columns:
6334     - title: " |prein| Test Name |preout| "
6335       data: "data name"
6336     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6337       data: "data msg"
6338   data: "vpp-mrr-results-3n-skx"
6339   filter: "all"
6340   parameters:
6341   - "name"
6342   - "parent"
6343   - "msg"
6344
6345 # Detailed Test Results - VPP MRR Results 2n-skx
6346 - type: "table"
6347   title: "Detailed Test Results - VPP MRR Results 2n-skx"
6348   algorithm: "table_merged_details"
6349   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
6350   columns:
6351     - title: " |prein| Test Name |preout| "
6352       data: "data name"
6353     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6354       data: "data msg"
6355   data: "vpp-mrr-results-2n-skx"
6356   filter: "all"
6357   parameters:
6358   - "name"
6359   - "parent"
6360   - "msg"
6361
6362 # Detailed Test Results - VPP MRR Results 2n-zn2
6363 - type: "table"
6364   title: "Detailed Test Results - VPP MRR Results 2n-zn2"
6365   algorithm: "table_merged_details"
6366   output-file: "{DIR[DTR,MRR,VPP,2N,ZN2]}/"
6367   columns:
6368     - title: " |prein| Test Name |preout| "
6369       data: "data name"
6370     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6371       data: "data msg"
6372   data: "vpp-mrr-results-2n-zn2"
6373   filter: "all"
6374   parameters:
6375   - "name"
6376   - "parent"
6377   - "msg"
6378
6379 # Detailed Test Results - VPP MRR Results 2n-clx
6380 - type: "table"
6381   title: "Detailed Test Results - VPP MRR Results 2n-clx"
6382   algorithm: "table_merged_details"
6383   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
6384   columns:
6385     - title: " |prein| Test Name |preout| "
6386       data: "data name"
6387     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6388       data: "data msg"
6389   data: "vpp-mrr-results-2n-clx"
6390   filter: "all"
6391   parameters:
6392   - "name"
6393   - "parent"
6394   - "msg"
6395
6396 # Detailed Test Results - VPP MRR Results 3n-tsh
6397 - type: "table"
6398   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
6399   algorithm: "table_merged_details"
6400   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
6401   columns:
6402     - title: " |prein| Test Name |preout| "
6403       data: "data name"
6404     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6405       data: "data msg"
6406   data: "vpp-mrr-results-3n-tsh"
6407   filter: "all"
6408   parameters:
6409   - "name"
6410   - "parent"
6411   - "msg"
6412
6413 # Detailed Test Results - VPP MRR Results 3n-dnv
6414 - type: "table"
6415   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
6416   algorithm: "table_merged_details"
6417   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
6418   columns:
6419     - title: " |prein| Test Name |preout| "
6420       data: "data name"
6421     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6422       data: "data msg"
6423   data: "vpp-mrr-results-3n-dnv"
6424   filter: "all"
6425   parameters:
6426   - "name"
6427   - "parent"
6428   - "msg"
6429
6430 # Detailed Test Results - VPP MRR Results 2n-dnv
6431 - type: "table"
6432   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
6433   algorithm: "table_merged_details"
6434   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
6435   columns:
6436     - title: " |prein| Test Name |preout| "
6437       data: "data name"
6438     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6439       data: "data msg"
6440   data: "vpp-mrr-results-2n-dnv"
6441   filter: "all"
6442   parameters:
6443   - "name"
6444   - "parent"
6445   - "msg"
6446
6447 # Test configuration - VPP MRR Test Configs 3n-hsw
6448 - type: "table"
6449   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
6450   algorithm: "table_merged_details"
6451   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
6452   columns:
6453     - title: " |prein| Test Name |preout| "
6454       data: "data name"
6455     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6456       data: "data conf-history"
6457   data: "vpp-mrr-results-3n-hsw"
6458   filter: "all"
6459   parameters:
6460   - "parent"
6461   - "name"
6462   - "conf-history"
6463
6464 # Test configuration - VPP MRR Test Configs 3n-skx
6465 - type: "table"
6466   title: "Test configuration - VPP MRR Test Configs 3n-skx"
6467   algorithm: "table_merged_details"
6468   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
6469   columns:
6470     - title: " |prein| Test Name |preout| "
6471       data: "data name"
6472     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6473       data: "data conf-history"
6474   data: "vpp-mrr-results-3n-skx"
6475   filter: "all"
6476   parameters:
6477   - "parent"
6478   - "name"
6479   - "conf-history"
6480
6481 # Test configuration - VPP MRR Test Configs 2n-skx
6482 - type: "table"
6483   title: "Test configuration - VPP MRR Test Configs 2n-skx"
6484   algorithm: "table_merged_details"
6485   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
6486   columns:
6487     - title: " |prein| Test Name |preout| "
6488       data: "data name"
6489     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6490       data: "data conf-history"
6491   data: "vpp-mrr-results-2n-skx"
6492   filter: "all"
6493   parameters:
6494   - "parent"
6495   - "name"
6496   - "conf-history"
6497
6498 # Test configuration - VPP MRR Test Configs 2n-zn2
6499 - type: "table"
6500   title: "Test configuration - VPP MRR Test Configs 2n-zn2"
6501   algorithm: "table_merged_details"
6502   output-file: "{DIR[DTC,MRR,VPP,2N,ZN2]}/"
6503   columns:
6504     - title: " |prein| Test Name |preout| "
6505       data: "data name"
6506     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6507       data: "data conf-history"
6508   data: "vpp-mrr-results-2n-zn2"
6509   filter: "all"
6510   parameters:
6511   - "parent"
6512   - "name"
6513   - "conf-history"
6514
6515 # Test configuration - VPP MRR Test Configs 2n-clx
6516 - type: "table"
6517   title: "Test configuration - VPP MRR Test Configs 2n-clx"
6518   algorithm: "table_merged_details"
6519   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
6520   columns:
6521     - title: " |prein| Test Name |preout| "
6522       data: "data name"
6523     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6524       data: "data conf-history"
6525   data: "vpp-mrr-results-2n-clx"
6526   filter: "all"
6527   parameters:
6528   - "parent"
6529   - "name"
6530   - "conf-history"
6531
6532 # Test configuration - VPP MRR Test Configs 3n-tsh
6533 - type: "table"
6534   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
6535   algorithm: "table_merged_details"
6536   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
6537   columns:
6538     - title: " |prein| Test Name |preout| "
6539       data: "data name"
6540     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6541       data: "data conf-history"
6542   data: "vpp-mrr-results-3n-tsh"
6543   filter: "all"
6544   parameters:
6545   - "parent"
6546   - "name"
6547   - "conf-history"
6548
6549 # Test configuration - VPP MRR Test Configs 3n-dnv
6550 - type: "table"
6551   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
6552   algorithm: "table_merged_details"
6553   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
6554   columns:
6555     - title: " |prein| Test Name |preout| "
6556       data: "data name"
6557     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6558       data: "data conf-history"
6559   data: "vpp-mrr-results-3n-dnv"
6560   filter: "all"
6561   parameters:
6562   - "parent"
6563   - "name"
6564   - "conf-history"
6565
6566 # Test configuration - VPP MRR Test Configs 2n-dnv
6567 - type: "table"
6568   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
6569   algorithm: "table_merged_details"
6570   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
6571   columns:
6572     - title: " |prein| Test Name |preout| "
6573       data: "data name"
6574     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6575       data: "data conf-history"
6576   data: "vpp-mrr-results-2n-dnv"
6577   filter: "all"
6578   parameters:
6579   - "parent"
6580   - "name"
6581   - "conf-history"
6582
6583 # Detailed Test Results - VPP Device Results - Ubuntu
6584 - type: "table"
6585   title: "Detailed Test Results - VPP Device Results - Ubuntu"
6586   algorithm: "table_merged_details"
6587   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
6588   columns:
6589     - title: " |prein| Test Name |preout| "
6590       data: "data name"
6591     - title: " |prein| Status |preout| "
6592       data: "data status"
6593   data: "vpp-device-results-ubuntu"
6594   filter: "all"
6595   parameters:
6596   - "name"
6597   - "parent"
6598   - "doc"
6599   - "status"
6600
6601 # Test configuration - VPP Device Test Configs - Ubuntu
6602 - type: "table"
6603   title: "Test configuration - VPP Device Test Configs - Ubuntu"
6604   algorithm: "table_merged_details"
6605   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
6606   columns:
6607     - title: " |prein| Test Name |preout| "
6608       data: "data name"
6609     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6610       data: "data conf-history"
6611   data: "vpp-device-results-ubuntu"
6612   filter: "all"
6613   parameters:
6614   - "parent"
6615   - "name"
6616   - "conf-history"
6617
6618 ################################################################################
6619
6620 # DPDK Performance Changes 3n-hsw 1t1c pdr
6621 - type: "table"
6622   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6623   algorithm: "table_comparison"
6624   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6625   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6626   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6627   columns:
6628     - title: "2001"
6629       data-set: "dpdk-performance-changes-3n-hsw-h1"
6630     - title: "2005"
6631       data-set: "dpdk-performance-changes-3n-hsw-ref"
6632     - title: "2009"
6633       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6634   comparisons:
6635     - title: "Diff"
6636       reference: 2
6637       compare: 3
6638   legend:
6639     - ""
6640     - "2001, 2005, 2009 - DPDK versions tested."
6641     - "Diff - difference between 2005 and 2009 DPDK version."
6642
6643 # DPDK Performance Changes 3n-hsw 2t2c pdr
6644 - type: "table"
6645   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6646   algorithm: "table_comparison"
6647   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6648   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6649   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6650   columns:
6651     - title: "2001"
6652       data-set: "dpdk-performance-changes-3n-hsw-h1"
6653     - title: "2005"
6654       data-set: "dpdk-performance-changes-3n-hsw-ref"
6655     - title: "2009"
6656       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6657   comparisons:
6658     - title: "Diff"
6659       reference: 2
6660       compare: 3
6661   legend:
6662     - ""
6663     - "2001, 2005, 2009 - DPDK versions tested."
6664     - "Diff - difference between 2005 and 2009 DPDK version."
6665
6666 # DPDK Performance Changes 3n-hsw 1t1c pdr
6667 - type: "table"
6668   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6669   algorithm: "table_comparison"
6670   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6671   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6672   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6673   columns:
6674     - title: "2001"
6675       data-set: "dpdk-performance-changes-3n-hsw-h1"
6676     - title: "2005"
6677       data-set: "dpdk-performance-changes-3n-hsw-ref"
6678     - title: "2009"
6679       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6680   comparisons:
6681     - title: "Diff"
6682       reference: 2
6683       compare: 3
6684   legend:
6685     - ""
6686     - "2001, 2005, 2009 - DPDK versions tested."
6687     - "Diff - difference between 2005 and 2009 DPDK version."
6688
6689 # DPDK Performance Changes 3n-hsw 2t2c ndr
6690 - type: "table"
6691   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6692   algorithm: "table_comparison"
6693   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6694   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6695   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6696   columns:
6697     - title: "2001"
6698       data-set: "dpdk-performance-changes-3n-hsw-h1"
6699     - title: "2005"
6700       data-set: "dpdk-performance-changes-3n-hsw-ref"
6701     - title: "2009"
6702       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6703   comparisons:
6704     - title: "Diff"
6705       reference: 2
6706       compare: 3
6707   legend:
6708     - ""
6709     - "2001, 2005, 2009 - DPDK versions tested."
6710     - "Diff - difference between 2005 and 2009 DPDK version."
6711
6712 # DPDK Performance Changes 3n-skx 2t1c pdr
6713 - type: "table"
6714   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6715   algorithm: "table_comparison"
6716   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6717   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6718   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6719   columns:
6720     - title: "2001"
6721       data-set: "dpdk-performance-changes-3n-skx-h1"
6722     - title: "2005"
6723       data-set: "dpdk-performance-changes-3n-skx-ref"
6724     - title: "2009"
6725       data-set: "dpdk-performance-changes-3n-skx-cmp"
6726   comparisons:
6727     - title: "Diff"
6728       reference: 2
6729       compare: 3
6730   legend:
6731     - ""
6732     - "2001, 2005, 2009 - DPDK versions tested."
6733     - "Diff - difference between 2005 and 2009 DPDK version."
6734
6735 # DPDK Performance Changes 3n-skx 4t2c pdr
6736 - type: "table"
6737   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6738   algorithm: "table_comparison"
6739   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6740   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6741   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6742   columns:
6743     - title: "2001"
6744       data-set: "dpdk-performance-changes-3n-skx-h1"
6745     - title: "2005"
6746       data-set: "dpdk-performance-changes-3n-skx-ref"
6747     - title: "2009"
6748       data-set: "dpdk-performance-changes-3n-skx-cmp"
6749   comparisons:
6750     - title: "Diff"
6751       reference: 2
6752       compare: 3
6753   legend:
6754     - ""
6755     - "2001, 2005, 2009 - DPDK versions tested."
6756     - "Diff - difference between 2005 and 2009 DPDK version."
6757
6758 # DPDK Performance Changes 3n-skx 2t1c ndr
6759 - type: "table"
6760   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6761   algorithm: "table_comparison"
6762   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6763   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6764   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6765   columns:
6766     - title: "2001"
6767       data-set: "dpdk-performance-changes-3n-skx-h1"
6768     - title: "2005"
6769       data-set: "dpdk-performance-changes-3n-skx-ref"
6770     - title: "2009"
6771       data-set: "dpdk-performance-changes-3n-skx-cmp"
6772   comparisons:
6773     - title: "Diff"
6774       reference: 2
6775       compare: 3
6776   legend:
6777     - ""
6778     - "2001, 2005, 2009 - DPDK versions tested."
6779     - "Diff - difference between 2005 and 2009 DPDK version."
6780
6781 # DPDK Performance Changes 3n-skx 4t2c ndr
6782 - type: "table"
6783   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6784   algorithm: "table_comparison"
6785   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6786   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6787   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6788   columns:
6789     - title: "2001"
6790       data-set: "dpdk-performance-changes-3n-skx-h1"
6791     - title: "2005"
6792       data-set: "dpdk-performance-changes-3n-skx-ref"
6793     - title: "2009"
6794       data-set: "dpdk-performance-changes-3n-skx-cmp"
6795   comparisons:
6796     - title: "Diff"
6797       reference: 2
6798       compare: 3
6799   legend:
6800     - ""
6801     - "2001, 2005, 2009 - DPDK versions tested."
6802     - "Diff - difference between 2005 and 2009 DPDK version."
6803
6804 # DPDK Performance Changes 2n-skx 2t1c pdr
6805 - type: "table"
6806   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6807   algorithm: "table_comparison"
6808   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6809   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6810   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6811   columns:
6812     - title: "2001"
6813       data-set: "dpdk-performance-changes-2n-skx-h1"
6814     - title: "2005"
6815       data-set: "dpdk-performance-changes-2n-skx-ref"
6816     - title: "2009"
6817       data-set: "dpdk-performance-changes-2n-skx-cmp"
6818   comparisons:
6819     - title: "Diff"
6820       reference: 2
6821       compare: 3
6822   legend:
6823     - ""
6824     - "2001, 2005, 2009 - DPDK versions tested."
6825     - "Diff - difference between 2005 and 2009 DPDK version."
6826
6827 # DPDK Performance Changes 2n-skx 4t2c pdr
6828 - type: "table"
6829   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6830   algorithm: "table_comparison"
6831   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6832   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6833   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6834   columns:
6835     - title: "2001"
6836       data-set: "dpdk-performance-changes-2n-skx-h1"
6837     - title: "2005"
6838       data-set: "dpdk-performance-changes-2n-skx-ref"
6839     - title: "2009"
6840       data-set: "dpdk-performance-changes-2n-skx-cmp"
6841   comparisons:
6842     - title: "Diff"
6843       reference: 2
6844       compare: 3
6845   legend:
6846     - ""
6847     - "2001, 2005, 2009 - DPDK versions tested."
6848     - "Diff - difference between 2005 and 2009 DPDK version."
6849
6850 # DPDK Performance Changes 2n-skx 2t1c ndr
6851 - type: "table"
6852   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6853   algorithm: "table_comparison"
6854   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6855   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6856   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6857   columns:
6858     - title: "2001"
6859       data-set: "dpdk-performance-changes-2n-skx-h1"
6860     - title: "2005"
6861       data-set: "dpdk-performance-changes-2n-skx-ref"
6862     - title: "2009"
6863       data-set: "dpdk-performance-changes-2n-skx-cmp"
6864   comparisons:
6865     - title: "Diff"
6866       reference: 2
6867       compare: 3
6868   legend:
6869     - ""
6870     - "2001, 2005, 2009 - DPDK versions tested."
6871     - "Diff - difference between 2005 and 2009 DPDK version."
6872
6873 # DPDK Performance Changes 2n-skx 4t2c ndr
6874 - type: "table"
6875   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6876   algorithm: "table_comparison"
6877   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6878   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6879   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6880   columns:
6881     - title: "2001"
6882       data-set: "dpdk-performance-changes-2n-skx-h1"
6883     - title: "2005"
6884       data-set: "dpdk-performance-changes-2n-skx-ref"
6885     - title: "2009"
6886       data-set: "dpdk-performance-changes-2n-skx-cmp"
6887   comparisons:
6888     - title: "Diff"
6889       reference: 2
6890       compare: 3
6891   legend:
6892     - ""
6893     - "2001, 2005, 2009 - DPDK versions tested."
6894     - "Diff - difference between 2005 and 2009 DPDK version."
6895
6896 # DPDK Performance Changes 2n-clx 2t1c pdr
6897 - type: "table"
6898   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6899   algorithm: "table_comparison"
6900   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6901   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6902   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6903   columns:
6904     - title: "2001"
6905       data-set: "dpdk-performance-changes-2n-clx-h1"
6906     - title: "2005"
6907       data-set: "dpdk-performance-changes-2n-clx-ref"
6908     - title: "2009"
6909       data-set: "dpdk-performance-changes-2n-clx-cmp"
6910   comparisons:
6911     - title: "Diff"
6912       reference: 2
6913       compare: 3
6914   legend:
6915     - ""
6916     - "2001, 2005, 2009 - DPDK versions tested."
6917     - "Diff - difference between 2005 and 2009 DPDK version."
6918
6919 # DPDK Performance Changes 2n-clx 4t2c pdr
6920 - type: "table"
6921   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6922   algorithm: "table_comparison"
6923   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6924   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6925   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6926   columns:
6927     - title: "2001"
6928       data-set: "dpdk-performance-changes-2n-clx-h1"
6929     - title: "2005"
6930       data-set: "dpdk-performance-changes-2n-clx-ref"
6931     - title: "2009"
6932       data-set: "dpdk-performance-changes-2n-clx-cmp"
6933   comparisons:
6934     - title: "Diff"
6935       reference: 2
6936       compare: 3
6937   legend:
6938     - ""
6939     - "2001, 2005, 2009 - DPDK versions tested."
6940     - "Diff - difference between 2005 and 2009 DPDK version."
6941
6942 # DPDK Performance Changes 2n-clx 2t1c ndr
6943 - type: "table"
6944   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6945   algorithm: "table_comparison"
6946   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6947   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6948   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6949   columns:
6950     - title: "2001"
6951       data-set: "dpdk-performance-changes-2n-clx-h1"
6952     - title: "2005"
6953       data-set: "dpdk-performance-changes-2n-clx-ref"
6954     - title: "2009"
6955       data-set: "dpdk-performance-changes-2n-clx-cmp"
6956   comparisons:
6957     - title: "Diff"
6958       reference: 2
6959       compare: 3
6960   legend:
6961     - ""
6962     - "2001, 2005, 2009 - DPDK versions tested."
6963     - "Diff - difference between 2005 and 2009 DPDK version."
6964
6965 # DPDK Performance Changes 2n-clx 4t2c ndr
6966 - type: "table"
6967   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6968   algorithm: "table_comparison"
6969   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6970   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6971   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6972   columns:
6973     - title: "2001"
6974       data-set: "dpdk-performance-changes-2n-clx-h1"
6975     - title: "2005"
6976       data-set: "dpdk-performance-changes-2n-clx-ref"
6977     - title: "2009"
6978       data-set: "dpdk-performance-changes-2n-clx-cmp"
6979   comparisons:
6980     - title: "Diff"
6981       reference: 2
6982       compare: 3
6983   legend:
6984     - ""
6985     - "2001, 2005, 2009 - DPDK versions tested."
6986     - "Diff - difference between 2005 and 2009 DPDK version."
6987
6988 ## DPDK Performance Changes 2n-dnv 1t1c pdr
6989 #- type: "table"
6990 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6991 #  algorithm: "table_comparison"
6992 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6993 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6994 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6995 #  columns:
6996 #    - title: "2001"
6997 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6998 #    - title: "2005"
6999 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
7000 #    - title: "2009"
7001 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
7002 #  comparisons:
7003 #    - title: "Diff"
7004 #      reference: 2
7005 #      compare: 3
7006 #  legend:
7007 #    - ""
7008 #    - "2001, 2005, 2009 - DPDK versions tested."
7009 #    - "Diff - difference between 2005 and 2009 DPDK version."
7010 #
7011 ## DPDK Performance Changes 2n-dnv 2t2c pdr
7012 #- type: "table"
7013 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
7014 #  algorithm: "table_comparison"
7015 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
7016 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7017 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7018 #  columns:
7019 #    - title: "2001"
7020 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
7021 #    - title: "2005"
7022 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
7023 #    - title: "2009"
7024 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
7025 #  comparisons:
7026 #    - title: "Diff"
7027 #      reference: 2
7028 #      compare: 3
7029 #  legend:
7030 #    - ""
7031 #    - "2001, 2005, 2009 - DPDK versions tested."
7032 #    - "Diff - difference between 2005 and 2009 DPDK version."
7033 #
7034 ## DPDK Performance Changes 2n-dnv 1t1c ndr
7035 #- type: "table"
7036 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
7037 #  algorithm: "table_comparison"
7038 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
7039 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7040 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7041 #  columns:
7042 #    - title: "2001"
7043 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
7044 #    - title: "2005"
7045 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
7046 #    - title: "2009"
7047 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
7048 #  comparisons:
7049 #    - title: "Diff"
7050 #      reference: 2
7051 #      compare: 3
7052 #  legend:
7053 #    - ""
7054 #    - "2001, 2005, 2009 - DPDK versions tested."
7055 #    - "Diff - difference between 2005 and 2009 DPDK version."
7056 #
7057 ## DPDK Performance Changes 2n-dnv 2t2c ndr
7058 #- type: "table"
7059 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
7060 #  algorithm: "table_comparison"
7061 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
7062 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7063 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7064 #  columns:
7065 #    - title: "2001"
7066 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
7067 #    - title: "2005"
7068 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
7069 #    - title: "2009"
7070 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
7071 #  comparisons:
7072 #    - title: "Diff"
7073 #      reference: 2
7074 #      compare: 3
7075 #  legend:
7076 #    - ""
7077 #    - "2001, 2005, 2009 - DPDK versions tested."
7078 #    - "Diff - difference between 2005 and 2009 DPDK version."
7079 #
7080 ## DPDK Performance Changes 3n-dnv 1t1c pdr
7081 #- type: "table"
7082 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
7083 #  algorithm: "table_comparison"
7084 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
7085 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7086 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7087 #  columns:
7088 #    - title: "2001"
7089 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7090 #    - title: "2005"
7091 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7092 #    - title: "2009"
7093 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7094 #  comparisons:
7095 #    - title: "Diff"
7096 #      reference: 2
7097 #      compare: 3
7098 #  legend:
7099 #    - ""
7100 #    - "2001, 2005, 2009 - DPDK versions tested."
7101 #    - "Diff - difference between 2005 and 2009 DPDK version."
7102 #
7103 ## DPDK Performance Changes 3n-dnv 2t2c pdr
7104 #- type: "table"
7105 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
7106 #  algorithm: "table_comparison"
7107 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
7108 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7109 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7110 #  columns:
7111 #    - title: "2001"
7112 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7113 #    - title: "2005"
7114 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7115 #    - title: "2009"
7116 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7117 #  comparisons:
7118 #    - title: "Diff"
7119 #      reference: 2
7120 #      compare: 3
7121 #  legend:
7122 #    - ""
7123 #    - "2001, 2005, 2009 - DPDK versions tested."
7124 #    - "Diff - difference between 2005 and 2009 DPDK version."
7125 #
7126 ## DPDK Performance Changes 3n-dnv 1t1c ndr
7127 #- type: "table"
7128 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
7129 #  algorithm: "table_comparison"
7130 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
7131 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7132 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7133 #  columns:
7134 #    - title: "2001"
7135 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7136 #    - title: "2005"
7137 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7138 #    - title: "2009"
7139 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7140 #  comparisons:
7141 #    - title: "Diff"
7142 #      reference: 2
7143 #      compare: 3
7144 #  legend:
7145 #    - ""
7146 #    - "2001, 2005, 2009 - DPDK versions tested."
7147 #    - "Diff - difference between 2005 and 2009 DPDK version."
7148 #
7149 ## DPDK Performance Changes 3n-dnv 2t2c ndr
7150 #- type: "table"
7151 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
7152 #  algorithm: "table_comparison"
7153 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
7154 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7155 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7156 #  columns:
7157 #    - title: "2001"
7158 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7159 #    - title: "2005"
7160 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7161 #    - title: "2009"
7162 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7163 #  comparisons:
7164 #    - title: "Diff"
7165 #      reference: 2
7166 #      compare: 3
7167 #  legend:
7168 #    - ""
7169 #    - "2001, 2005, 2009 - DPDK versions tested."
7170 #    - "Diff - difference between 2005 and 2009 DPDK version."
7171
7172 # DPDK Performance Changes 3n-tsh 1t1c pdr
7173 - type: "table"
7174   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
7175   algorithm: "table_comparison"
7176   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
7177   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7178   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7179   columns:
7180     - title: "2001"
7181       data-set: "dpdk-performance-changes-3n-tsh-h1"
7182     - title: "2005"
7183       data-set: "dpdk-performance-changes-3n-tsh-ref"
7184     - title: "2009"
7185       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7186   comparisons:
7187     - title: "Diff"
7188       reference: 2
7189       compare: 3
7190   legend:
7191     - ""
7192     - "2001, 2005, 2009 - DPDK versions tested."
7193     - "Diff - difference between 2005 and 2009 DPDK version."
7194
7195 # DPDK Performance Changes 3n-tsh 2t2c pdr
7196 - type: "table"
7197   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
7198   algorithm: "table_comparison"
7199   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
7200   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7201   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7202   columns:
7203     - title: "2001"
7204       data-set: "dpdk-performance-changes-3n-tsh-h1"
7205     - title: "2005"
7206       data-set: "dpdk-performance-changes-3n-tsh-ref"
7207     - title: "2009"
7208       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7209   comparisons:
7210     - title: "Diff"
7211       reference: 2
7212       compare: 3
7213   legend:
7214     - ""
7215     - "2001, 2005, 2009 - DPDK versions tested."
7216     - "Diff - difference between 2005 and 2009 DPDK version."
7217
7218 # DPDK Performance Changes 3n-tsh 1t1c ndr
7219 - type: "table"
7220   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
7221   algorithm: "table_comparison"
7222   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
7223   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7224   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7225   columns:
7226     - title: "2001"
7227       data-set: "dpdk-performance-changes-3n-tsh-h1"
7228     - title: "2005"
7229       data-set: "dpdk-performance-changes-3n-tsh-ref"
7230     - title: "2009"
7231       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7232   comparisons:
7233     - title: "Diff"
7234       reference: 2
7235       compare: 3
7236   legend:
7237     - ""
7238     - "2001, 2005, 2009 - DPDK versions tested."
7239     - "Diff - difference between 2005 and 2009 DPDK version."
7240
7241 # DPDK Performance Changes 3n-tsh 2t2c ndr
7242 - type: "table"
7243   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
7244   algorithm: "table_comparison"
7245   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
7246   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7247   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7248   columns:
7249     - title: "2001"
7250       data-set: "dpdk-performance-changes-3n-tsh-h1"
7251     - title: "2005"
7252       data-set: "dpdk-performance-changes-3n-tsh-ref"
7253     - title: "2009"
7254       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7255   comparisons:
7256     - title: "Diff"
7257       reference: 2
7258       compare: 3
7259   legend:
7260     - ""
7261     - "2001, 2005, 2009 - DPDK versions tested."
7262     - "Diff - difference between 2005 and 2009 DPDK version."
7263
7264 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
7265 - type: "table"
7266   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
7267   algorithm: "table_comparison"
7268   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
7269   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7270   filter: "'NIC_Intel-X710'"
7271   columns:
7272     - title: "3n-hsw x710"
7273       data-set: "dpdk-compare-testbeds-ref"
7274     - title: "3n-skx x710"
7275       data-set: "dpdk-compare-testbeds-cmp"
7276   comparisons:
7277     - title: "Diff"
7278       reference: 1
7279       compare: 2
7280   legend:
7281     - ""
7282     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7283     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7284
7285 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
7286 - type: "table"
7287   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
7288   algorithm: "table_comparison"
7289   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
7290   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7291   filter: "'NIC_Intel-X710'"
7292   columns:
7293     - title: "3n-hsw x710"
7294       data-set: "dpdk-compare-testbeds-ref"
7295     - title: "3n-skx x710"
7296       data-set: "dpdk-compare-testbeds-cmp"
7297   comparisons:
7298     - title: "Diff"
7299       reference: 1
7300       compare: 2
7301   legend:
7302     - ""
7303     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7304     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7305
7306 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
7307 - type: "table"
7308   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
7309   algorithm: "table_comparison"
7310   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
7311   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7312   filter: "'NIC_Intel-XXV710'"
7313   columns:
7314     - title: "2n-skx"
7315       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7316     - title: "2n-clx"
7317       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7318   comparisons:
7319     - title: "Diff"
7320       reference: 1
7321       compare: 2
7322   legend:
7323     - ""
7324     - "2n-skx, 2n-clx - testbeds and NICs tested."
7325     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7326
7327 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
7328 - type: "table"
7329   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
7330   algorithm: "table_comparison"
7331   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
7332   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7333   filter: "'NIC_Intel-XXV710'"
7334   columns:
7335     - title: "2n-skx"
7336       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7337     - title: "2n-clx"
7338       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7339   comparisons:
7340     - title: "Diff"
7341       reference: 1
7342       compare: 2
7343   legend:
7344     - ""
7345     - "2n-skx, 2n-clx - testbeds and NICs tested."
7346     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7347
7348 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
7349 - type: "table"
7350   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
7351   algorithm: "table_comparison"
7352   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
7353   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7354   filter: "'NIC_Intel-XXV710'"
7355   columns:
7356     - title: "3n-skx"
7357       data-set: "dpdk-compare-topologies-ref"
7358     - title: "2n-skx"
7359       data-set: "dpdk-compare-topologies-cmp"
7360   comparisons:
7361     - title: "Diff"
7362       reference: 1
7363       compare: 2
7364   legend:
7365     - ""
7366     - "3n-skx, 2n-skx - topologies tested."
7367     - "Diff - difference between 3n-skx and 2n-skx topologies."
7368
7369 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
7370 - type: "table"
7371   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
7372   algorithm: "table_comparison"
7373   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
7374   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7375   filter: "'NIC_Intel-XXV710'"
7376   columns:
7377     - title: "3n-skx"
7378       data-set: "dpdk-compare-topologies-ref"
7379     - title: "2n-skx"
7380       data-set: "dpdk-compare-topologies-cmp"
7381   comparisons:
7382     - title: "Diff"
7383       reference: 1
7384       compare: 2
7385   legend:
7386     - ""
7387     - "3n-skx, 2n-skx - topologies tested."
7388     - "Diff - difference between 3n-skx and 2n-skx topologies."
7389
7390 # Detailed Test Results - DPDK Performance Results 3n-hsw
7391 - type: "table"
7392   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
7393   algorithm: "table_merged_details"
7394   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
7395   columns:
7396     - title: " |prein| Test Name |preout| "
7397       data: "data name"
7398     - 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| "
7399       data: "data msg"
7400   data: "dpdk-perf-results-3n-hsw"
7401   filter: "all"
7402   parameters:
7403   - "name"
7404   - "parent"
7405   - "msg"
7406
7407 # Detailed Test Results - DPDK Performance Results 3n-skx
7408 - type: "table"
7409   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
7410   algorithm: "table_merged_details"
7411   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
7412   columns:
7413     - title: " |prein| Test Name |preout| "
7414       data: "data name"
7415     - 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| "
7416       data: "data msg"
7417   data: "dpdk-perf-results-3n-skx"
7418   filter: "all"
7419   remove-ndr: False
7420   parameters:
7421   - "name"
7422   - "parent"
7423   - "msg"
7424
7425 # Detailed Test Results - DPDK Performance Results 2n-skx
7426 - type: "table"
7427   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
7428   algorithm: "table_merged_details"
7429   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
7430   columns:
7431     - title: " |prein| Test Name |preout| "
7432       data: "data name"
7433     - 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| "
7434       data: "data msg"
7435   data: "dpdk-perf-results-2n-skx"
7436   filter: "all"
7437   remove-ndr: False
7438   parameters:
7439   - "name"
7440   - "parent"
7441   - "msg"
7442
7443 # Detailed Test Results - DPDK Performance Results 2n-zn2
7444 - type: "table"
7445   title: "Detailed Test Results - DPDK Performance Results 2n-zn2"
7446   algorithm: "table_merged_details"
7447   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_zn2"
7448   columns:
7449     - title: " |prein| Test Name |preout| "
7450       data: "data name"
7451     - 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| "
7452       data: "data msg"
7453   data: "dpdk-perf-results-2n-zn2"
7454   filter: "all"
7455   remove-ndr: False
7456   parameters:
7457   - "name"
7458   - "parent"
7459   - "msg"
7460
7461 # Detailed Test Results - DPDK Performance Results 2n-clx
7462 - type: "table"
7463   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
7464   algorithm: "table_merged_details"
7465   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
7466   columns:
7467     - title: " |prein| Test Name |preout| "
7468       data: "data name"
7469     - 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| "
7470       data: "data msg"
7471   data: "dpdk-perf-results-2n-clx"
7472   filter: "all"
7473   parameters:
7474   - "name"
7475   - "parent"
7476   - "msg"
7477
7478 ## Detailed Test Results - DPDK Performance Results 2n-dnv
7479 #- type: "table"
7480 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
7481 #  algorithm: "table_merged_details"
7482 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
7483 #  columns:
7484 #    - title: " |prein| Test Name |preout| "
7485 #      data: "data name"
7486 #    - 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| "
7487 #      data: "data msg"
7488 #  data: "dpdk-perf-results-2n-dnv"
7489 #  filter: "all"
7490 #  parameters:
7491 #  - "name"
7492 #  - "parent"
7493 #  - "msg"
7494 #
7495 ## Detailed Test Results - DPDK Performance Results 3n-dnv
7496 #- type: "table"
7497 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
7498 #  algorithm: "table_merged_details"
7499 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
7500 #  columns:
7501 #    - title: " |prein| Test Name |preout| "
7502 #      data: "data name"
7503 #    - 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| "
7504 #      data: "data msg"
7505 #  data: "dpdk-perf-results-3n-dnv"
7506 #  filter: "all"
7507 #  parameters:
7508 #  - "name"
7509 #  - "parent"
7510 #  - "msg"
7511
7512 # Detailed Test Results - DPDK Performance Results 3n-tsh
7513 - type: "table"
7514   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
7515   algorithm: "table_merged_details"
7516   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
7517   columns:
7518     - title: " |prein| Test Name |preout| "
7519       data: "data name"
7520     - 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| "
7521       data: "data msg"
7522   data: "dpdk-perf-results-3n-tsh"
7523   filter: "all"
7524   parameters:
7525   - "name"
7526   - "parent"
7527   - "msg"
7528
7529 ################################################################################
7530 ###                                F I L E S                                 ###
7531 ################################################################################
7532
7533 # VPP Performance Results
7534 - type: "file"
7535   title: "VPP Performance Results"
7536   algorithm: "file_details_split"
7537   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
7538   dir-tables:
7539     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
7540     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
7541     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
7542     - "{DIR[DTR,PERF,VPP,2N,ZN2]}"
7543     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
7544     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
7545     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
7546     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
7547   data:
7548     - "vpp-perf-results-2n-skx"
7549     - "vpp-perf-results-3n-skx"
7550     - "vpp-perf-results-2n-clx"
7551     - "vpp-perf-results-2n-zn2"
7552     - "vpp-perf-results-3n-hsw"
7553     - "vpp-perf-results-3n-tsh"
7554     - "vpp-perf-results-2n-dnv"
7555     - "vpp-perf-results-3n-dnv"
7556   filter: "all"
7557   data-start-level: 4
7558   order-chapters:
7559     level-1:
7560       - "l2"
7561       - "ip4"
7562       - "ip6"
7563       - "srv6"
7564       - "ip4_tunnels"
7565       - "ip6_tunnels"
7566       - "vm_vhost"
7567       - "container_memif"
7568       - "crypto"
7569       - "vts"
7570       - "lb"
7571       - "nfv_density"
7572       - "hoststack"
7573     level-2:
7574       - "2n-skx"
7575       - "3n-skx"
7576       - "2n-clx"
7577       - "2n-zn2"
7578       - "3n-hsw"
7579       - "3n-tsh"
7580       - "2n-dnv"
7581       - "3n-dnv"
7582     level-3:
7583       - "xl710"
7584       - "x520"
7585       - "xxv710"
7586       - "x710"
7587       - "x553"
7588       - "cx556a"
7589       - "vic1227"
7590       - "vic1385"
7591
7592 # VPP Performance Configuration
7593 - type: "file"
7594   title: "VPP Performance Configuration"
7595   algorithm: "file_details_split"
7596   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
7597   dir-tables:
7598     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
7599     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
7600     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
7601     - "{DIR[DTC,PERF,VPP,2N,ZN2]}"
7602     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
7603     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
7604     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
7605     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
7606   data:
7607     - "vpp-perf-results-2n-skx"
7608     - "vpp-perf-results-3n-skx"
7609     - "vpp-perf-results-2n-clx"
7610     - "vpp-perf-results-2n-zn2"
7611     - "vpp-perf-results-3n-hsw"
7612     - "vpp-perf-results-3n-tsh"
7613     - "vpp-perf-results-2n-dnv"
7614     - "vpp-perf-results-3n-dnv"
7615   filter: "all"
7616   data-start-level: 4
7617   order-chapters:
7618     level-1:
7619       - "l2"
7620       - "ip4"
7621       - "ip6"
7622       - "srv6"
7623       - "ip4_tunnels"
7624       - "ip6_tunnels"
7625       - "vm_vhost"
7626       - "container_memif"
7627       - "crypto"
7628       - "vts"
7629       - "lb"
7630       - "nfv_density"
7631       - "hoststack"
7632     level-2:
7633       - "2n-skx"
7634       - "3n-skx"
7635       - "2n-clx"
7636       - "2n-zn2"
7637       - "3n-hsw"
7638       - "3n-tsh"
7639       - "2n-dnv"
7640       - "3n-dnv"
7641     level-3:
7642       - "xl710"
7643       - "x520"
7644       - "xxv710"
7645       - "x710"
7646       - "x553"
7647       - "cx556a"
7648       - "vic1227"
7649       - "vic1385"
7650
7651 # VPP Performance Operational
7652 - type: "file"
7653   title: "VPP Performance Operational"
7654   algorithm: "file_details_split_html"
7655   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7656   dir-tables:
7657     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7658     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7659     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7660     - "{DIR[DTO,PERF,VPP,2N,ZN2]}"
7661     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7662     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7663     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7664     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7665   data:
7666     - "vpp-perf-results-2n-skx"
7667     - "vpp-perf-results-3n-skx"
7668     - "vpp-perf-results-2n-clx"
7669     - "vpp-perf-results-2n-zn2"
7670     - "vpp-perf-results-3n-hsw"
7671     - "vpp-perf-results-3n-tsh"
7672     - "vpp-perf-results-2n-dnv"
7673     - "vpp-perf-results-3n-dnv"
7674   filter: "all"
7675   data-start-level: 4
7676   order-chapters:
7677     level-1:
7678       - "l2"
7679       - "ip4"
7680       - "ip6"
7681       - "srv6"
7682       - "ip4_tunnels"
7683       - "ip6_tunnels"
7684       - "vm_vhost"
7685       - "container_memif"
7686       - "crypto"
7687       - "vts"
7688       - "lb"
7689       - "nfv_density"
7690       - "hoststack"
7691     level-2:
7692       - "2n-skx"
7693       - "3n-skx"
7694       - "2n-clx"
7695       - "2n-zn2"
7696       - "3n-hsw"
7697       - "3n-tsh"
7698       - "2n-dnv"
7699       - "3n-dnv"
7700     level-3:
7701       - "xl710"
7702       - "x520"
7703       - "xxv710"
7704       - "x710"
7705       - "x553"
7706       - "cx556a"
7707       - "vic1227"
7708       - "vic1385"
7709
7710 # VPP MRR Results
7711 - type: "file"
7712   title: "VPP MRR Results"
7713   algorithm: "file_details_split"
7714   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7715   dir-tables:
7716     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7717     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7718     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7719     - "{DIR[DTR,MRR,VPP,2N,ZN2]}"
7720     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7721     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7722     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7723     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7724   data:
7725     - "vpp-mrr-results-2n-skx"
7726     - "vpp-mrr-results-3n-skx"
7727     - "vpp-mrr-results-2n-clx"
7728     - "vpp-mrr-results-2n-zn2"
7729     - "vpp-mrr-results-3n-hsw"
7730     - "vpp-mrr-results-3n-tsh"
7731     - "vpp-mrr-results-2n-dnv"
7732     - "vpp-mrr-results-3n-dnv"
7733   filter: "all"
7734   data-start-level: 4
7735   order-chapters:
7736     level-1:
7737       - "l2"
7738       - "ip4"
7739       - "ip6"
7740       - "srv6"
7741       - "ip4_tunnels"
7742       - "ip6_tunnels"
7743       - "vm_vhost"
7744       - "container_memif"
7745       - "crypto"
7746       - "vts"
7747       - "lb"
7748       - "nfv_density"
7749       - "hoststack"
7750     level-2:
7751       - "2n-skx"
7752       - "3n-skx"
7753       - "2n-clx"
7754       - "2n-zn2"
7755       - "3n-hsw"
7756       - "3n-tsh"
7757       - "2n-dnv"
7758       - "3n-dnv"
7759     level-3:
7760       - "xl710"
7761       - "x520"
7762       - "xxv710"
7763       - "x710"
7764       - "x553"
7765       - "cx556a"
7766       - "vic1227"
7767       - "vic1385"
7768
7769 # VPP MRR Configuration
7770 - type: "file"
7771   title: "VPP MRR Configuration"
7772   algorithm: "file_details_split"
7773   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7774   dir-tables:
7775     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7776     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7777     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7778     - "{DIR[DTC,MRR,VPP,2N,ZN2]}"
7779     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7780     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7781     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7782     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7783   data:
7784     - "vpp-mrr-results-2n-skx"
7785     - "vpp-mrr-results-3n-skx"
7786     - "vpp-mrr-results-2n-clx"
7787     - "vpp-mrr-results-2n-zn2"
7788     - "vpp-mrr-results-3n-hsw"
7789     - "vpp-mrr-results-3n-tsh"
7790     - "vpp-mrr-results-2n-dnv"
7791     - "vpp-mrr-results-3n-dnv"
7792   filter: "all"
7793   data-start-level: 4
7794   order-chapters:
7795     level-1:
7796       - "l2"
7797       - "ip4"
7798       - "ip6"
7799       - "srv6"
7800       - "ip4_tunnels"
7801       - "ip6_tunnels"
7802       - "vm_vhost"
7803       - "container_memif"
7804       - "crypto"
7805       - "vts"
7806       - "lb"
7807       - "nfv_density"
7808       - "hoststack"
7809     level-2:
7810       - "2n-skx"
7811       - "3n-skx"
7812       - "2n-clx"
7813       - "2n-zn2"
7814       - "3n-hsw"
7815       - "3n-tsh"
7816       - "2n-dnv"
7817       - "3n-dnv"
7818     level-3:
7819       - "xl710"
7820       - "x520"
7821       - "xxv710"
7822       - "x710"
7823       - "x553"
7824       - "cx556a"
7825       - "vic1227"
7826       - "vic1385"
7827
7828 # VPP Device Results - Ubuntu
7829 - type: "file"
7830   title: "VPP Device Results - Ubuntu"
7831   algorithm: "file_test_results"
7832   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7833   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7834   data: "vpp-device-results-ubuntu"
7835   filter: "all"
7836   data-start-level: 4
7837
7838 # VPP Device Configuration - Ubuntu
7839 - type: "file"
7840   title: "VPP Device Configuration - Ubuntu"
7841   algorithm: "file_test_results"
7842   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7843   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7844   data: "vpp-device-results-ubuntu"
7845   filter: "all"
7846   data-start-level: 4
7847
7848 # DPDK Performance Results 3n-hsw
7849 - type: "file"
7850   title: "DPDK Performance Results 3n-hsw"
7851   algorithm: "file_test_results"
7852   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7853   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7854   data: "dpdk-perf-results-3n-hsw"
7855   filter: "all"
7856   data-start-level: 4
7857
7858 # DPDK Performance Results 3n-skx
7859 - type: "file"
7860   title: "DPDK Performance Results 3n-skx"
7861   algorithm: "file_test_results"
7862   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7863   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7864   data: "dpdk-perf-results-3n-skx"
7865   filter: "all"
7866   data-start-level: 4
7867
7868 # DPDK Performance Results 2n-skx
7869 - type: "file"
7870   title: "DPDK Performance Results 2n-skx"
7871   algorithm: "file_test_results"
7872   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7873   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7874   data: "dpdk-perf-results-2n-skx"
7875   filter: "all"
7876   data-start-level: 4
7877
7878 # DPDK Performance Results 2n-zn2
7879 - type: "file"
7880   title: "DPDK Performance Results 2n-zn2"
7881   algorithm: "file_test_results"
7882   output-file: "{DIR[DTR,PERF,DPDK,2N,ZN2]}"
7883   dir-tables: "{DIR[DTR,PERF,DPDK,2N,ZN2]}"
7884   data: "dpdk-perf-results-2n-zn2"
7885   filter: "all"
7886   data-start-level: 4
7887
7888 # DPDK Performance Results 2n-clx
7889 - type: "file"
7890   title: "DPDK Performance Results 2n-clx"
7891   algorithm: "file_test_results"
7892   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7893   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7894   data: "dpdk-perf-results-2n-clx"
7895   filter: "all"
7896   data-start-level: 4
7897
7898 ## DPDK Performance Results 2n-dnv
7899 #- type: "file"
7900 #  title: "DPDK Performance Results 2n-dnv"
7901 #  algorithm: "file_test_results"
7902 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7903 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7904 #  data: "dpdk-perf-results-2n-dnv"
7905 #  filter: "all"
7906 #  data-start-level: 4
7907 #
7908 ## DPDK Performance Results 3n-dnv
7909 #- type: "file"
7910 #  title: "DPDK Performance Results 3n-dnv"
7911 #  algorithm: "file_test_results"
7912 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7913 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7914 #  data: "dpdk-perf-results-3n-dnv"
7915 #  filter: "all"
7916 #  data-start-level: 4
7917
7918 # DPDK Performance Results 3n-tsh
7919 - type: "file"
7920   title: "DPDK Performance Results 3n-tsh"
7921   algorithm: "file_test_results"
7922   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7923   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7924   data: "dpdk-perf-results-3n-tsh"
7925   filter: "all"
7926   data-start-level: 4
7927
7928 ################################################################################
7929 ###                                P L O T S                                 ###
7930 ################################################################################
7931
7932 # Hoststack tests 3n-hsw
7933
7934 - type: "plot"
7935   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7936   algorithm: "plot_perf_box_name"
7937   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7938   data: "plot-vpp-hoststack-3n-hsw"
7939   include:
7940     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7941     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7942   layout:
7943     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7944     layout: "plot-hoststack"
7945
7946 - type: "plot"
7947   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7948   algorithm: "plot_perf_box_name"
7949   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7950   data: "plot-vpp-hoststack-3n-hsw"
7951   include:
7952     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7953     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7954   layout:
7955     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7956     layout: "plot-hoststack"
7957
7958 - type: "plot"
7959   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7960   algorithm: "plot_perf_box_name"
7961   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7962   data: "plot-vpp-hoststack-3n-hsw"
7963   include:
7964     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7965     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7966     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7967     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7968   layout:
7969     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7970     layout: "plot-hoststack"
7971
7972 ################################################################################
7973
7974 # Soak Test (PLRsearch), boxes - 2n-clx
7975 - type: "plot"
7976   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7977   algorithm: "plot_perf_box_name"
7978   output-file-type: ".html"
7979   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7980   data: "plot-vpp-soak-2n-clx"
7981   include:
7982     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7983     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7984     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7985     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7986     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7987     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7988   layout:
7989     title: "30 Minutes Soak Test (PLRsearch)"
7990     layout: "plot-soak-throughput"
7991
7992 # Soak Test (PLRsearch), boxes - 2n-clx
7993 - type: "plot"
7994   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7995   algorithm: "plot_perf_box_name"
7996   output-file-type: ".html"
7997   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7998   data: "plot-vpp-soak-2n-clx"
7999   include:
8000     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8001     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8002     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8003     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8004     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8005     - "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"
8006   layout:
8007     title: "30 Minutes Soak Test (PLRsearch)"
8008     layout: "plot-soak-throughput"
8009
8010 # Soak Test (PLRsearch), boxes - 2n-skx
8011 - type: "plot"
8012   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8013   algorithm: "plot_perf_box_name"
8014   output-file-type: ".html"
8015   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
8016   data: "plot-vpp-soak-2n-skx"
8017   include:
8018     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
8019     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
8020     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
8021     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8022     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8023     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8024   layout:
8025     title: "30 Minutes Soak Test (PLRsearch)"
8026     layout: "plot-soak-throughput"
8027
8028 # Soak Test (PLRsearch), boxes - 2n-skx
8029 - type: "plot"
8030   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8031   algorithm: "plot_perf_box_name"
8032   output-file-type: ".html"
8033   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
8034   data: "plot-vpp-soak-2n-skx"
8035   include:
8036     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8037     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8038     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8039     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8040     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8041     - "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"
8042   layout:
8043     title: "30 Minutes Soak Test (PLRsearch)"
8044     layout: "plot-soak-throughput"
8045
8046 ###############################################################################
8047
8048 # Reconf tests 2n-skx
8049
8050 - type: "plot"
8051   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8052   algorithm: "plot_nf_reconf_box_name"
8053   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8054   data: "plot-vpp-nfv-reconf-2n-skx"
8055   include:
8056     - "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"
8057     - "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"
8058     - "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"
8059     - "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"
8060     - "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"
8061     - "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"
8062   layout:
8063     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8064     layout: "plot-throughput"
8065
8066 - type: "plot"
8067   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8068   algorithm: "plot_nf_reconf_box_name"
8069   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8070   data: "plot-vpp-nfv-reconf-2n-skx"
8071   include:
8072     - "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"
8073     - "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"
8074     - "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"
8075     - "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"
8076     - "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"
8077     - "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"
8078   layout:
8079     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8080     layout: "plot-throughput"
8081
8082 - type: "plot"
8083   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8084   algorithm: "plot_nf_reconf_box_name"
8085   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8086   data: "plot-vpp-nfv-reconf-2n-skx"
8087   include:
8088     - "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"
8089     - "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"
8090     - "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"
8091     - "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"
8092     - "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"
8093     - "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"
8094   layout:
8095     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8096     layout: "plot-throughput"
8097
8098 ###############################################################################
8099
8100 # Reconf tests 2n-clx
8101
8102 - type: "plot"
8103   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8104   algorithm: "plot_nf_reconf_box_name"
8105   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8106   data: "plot-vpp-nfv-reconf-2n-clx"
8107   include:
8108     - "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"
8109     - "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"
8110     - "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"
8111     - "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"
8112   layout:
8113     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8114     layout: "plot-throughput"
8115
8116 - type: "plot"
8117   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8118   algorithm: "plot_nf_reconf_box_name"
8119   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8120   data: "plot-vpp-nfv-reconf-2n-clx"
8121   include:
8122     - "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"
8123     - "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"
8124     - "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"
8125     - "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"
8126   layout:
8127     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8128     layout: "plot-throughput"
8129
8130 - type: "plot"
8131   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8132   algorithm: "plot_nf_reconf_box_name"
8133   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8134   data: "plot-vpp-nfv-reconf-2n-clx"
8135   include:
8136     - "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"
8137     - "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"
8138     - "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"
8139     - "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"
8140   layout:
8141     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8142     layout: "plot-throughput"
8143
8144 ###############################################################################
8145
8146 # Plots - NF Density - VSC - MRR IMIX
8147 - type: "plot"
8148   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8149   algorithm: "plot_nf_heatmap"
8150   output-file-type: ".html"
8151   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
8152   data: "plot-vpp-nfv-2n-skx-mrr"
8153   filter: "'NIC_Intel-XXV710' and
8154            'NF_DENSITY' and
8155            'VHOST' and
8156            not 'VXLAN' and
8157            'CHAIN' and
8158            'NF_VPPIP4' and
8159            'IMIX' and
8160            '2T1C' and
8161            'MRR'"
8162   parameters:
8163   - "result"
8164   - "name"
8165   - "tags"
8166   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8167   x-axis: "X = VNFs per Service Chain"
8168   y-axis: "Y = Number of Service Chains"
8169   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8170   layout:
8171     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8172     layout: "plot-service-density"
8173
8174 - type: "plot"
8175   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8176   algorithm: "plot_nf_heatmap"
8177   output-file-type: ".html"
8178   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
8179   data: "plot-vpp-nfv-2n-skx-mrr"
8180   filter: "'NIC_Intel-XXV710' and
8181            'NF_DENSITY' and
8182            'VHOST' and
8183            not 'VXLAN' and
8184            'CHAIN' and
8185            'NF_VPPIP4' and
8186            'IMIX' and
8187            '4T2C' and
8188            'MRR'"
8189   parameters:
8190   - "result"
8191   - "name"
8192   - "tags"
8193   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8194   x-axis: "X = VNFs per Service Chain"
8195   y-axis: "Y = Number of Service Chains"
8196   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8197   layout:
8198     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8199     layout: "plot-service-density"
8200
8201 - type: "plot"
8202   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8203   algorithm: "plot_nf_heatmap"
8204   output-file-type: ".html"
8205   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
8206   data: "plot-vpp-nfv-2n-skx-mrr"
8207   filter: "'NIC_Intel-XXV710' and
8208            'NF_DENSITY' and
8209            'VHOST' and
8210            not 'VXLAN' and
8211            'CHAIN' and
8212            'NF_VPPIP4' and
8213            'IMIX' and
8214            '8T4C' and
8215            'MRR'"
8216   parameters:
8217   - "result"
8218   - "name"
8219   - "tags"
8220   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8221   x-axis: "X = VNFs per Service Chain"
8222   y-axis: "Y = Number of Service Chains"
8223   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8224   layout:
8225     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8226     layout: "plot-service-density"
8227
8228 # Plots - NF Density - VSC - NDR IMIX
8229 - type: "plot"
8230   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8231   algorithm: "plot_nf_heatmap"
8232   output-file-type: ".html"
8233   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
8234   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8235   filter: "'NIC_Intel-XXV710' and
8236            'NF_DENSITY' and
8237            'VHOST' and
8238            not 'VXLAN' and
8239            'CHAIN' and
8240            'NF_VPPIP4' and
8241            'IMIX' and
8242            '2T1C' and
8243            'NDRPDR'"
8244   parameters:
8245   - "throughput"
8246   - "name"
8247   - "tags"
8248   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8249   x-axis: "X = VNFs per Service Chain"
8250   y-axis: "Y = Number of Service Chains"
8251   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8252   layout:
8253     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8254     layout: "plot-service-density"
8255
8256 - type: "plot"
8257   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8258   algorithm: "plot_nf_heatmap"
8259   output-file-type: ".html"
8260   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
8261   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8262   filter: "'NIC_Intel-XXV710' and
8263            'NF_DENSITY' and
8264            'VHOST' and
8265            not 'VXLAN' and
8266            'CHAIN' and
8267            'NF_VPPIP4' and
8268            'IMIX' and
8269            '4T2C' and
8270            'NDRPDR'"
8271   parameters:
8272   - "throughput"
8273   - "name"
8274   - "tags"
8275   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8276   x-axis: "X = VNFs per Service Chain"
8277   y-axis: "Y = Number of Service Chains"
8278   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8279   layout:
8280     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8281     layout: "plot-service-density"
8282
8283 - type: "plot"
8284   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8285   algorithm: "plot_nf_heatmap"
8286   output-file-type: ".html"
8287   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
8288   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8289   filter: "'NIC_Intel-XXV710' and
8290            'NF_DENSITY' and
8291            'VHOST' and
8292            not 'VXLAN' and
8293            'CHAIN' and
8294            'NF_VPPIP4' and
8295            'IMIX' and
8296            '8T4C' and
8297            'NDRPDR'"
8298   parameters:
8299   - "throughput"
8300   - "name"
8301   - "tags"
8302   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8303   x-axis: "X = VNFs per Service Chain"
8304   y-axis: "Y = Number of Service Chains"
8305   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8306   layout:
8307     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8308     layout: "plot-service-density"
8309
8310 # Plots - NF Density - VSC - PDR IMIX
8311 - type: "plot"
8312   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8313   algorithm: "plot_nf_heatmap"
8314   output-file-type: ".html"
8315   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
8316   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8317   filter: "'NIC_Intel-XXV710' and
8318            'NF_DENSITY' and
8319            'VHOST' and
8320            not 'VXLAN' and
8321            'CHAIN' and
8322            'NF_VPPIP4' and
8323            'IMIX' and
8324            '2T1C' and
8325            'NDRPDR'"
8326   parameters:
8327   - "throughput"
8328   - "name"
8329   - "tags"
8330   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8331   x-axis: "X = VNFs per Service Chain"
8332   y-axis: "Y = Number of Service Chains"
8333   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8334   layout:
8335     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8336     layout: "plot-service-density"
8337
8338 - type: "plot"
8339   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8340   algorithm: "plot_nf_heatmap"
8341   output-file-type: ".html"
8342   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
8343   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8344   filter: "'NIC_Intel-XXV710' and
8345            'NF_DENSITY' and
8346            'VHOST' and
8347            not 'VXLAN' and
8348            'CHAIN' and
8349            'NF_VPPIP4' and
8350            'IMIX' and
8351            '4T2C' and
8352            'NDRPDR'"
8353   parameters:
8354   - "throughput"
8355   - "name"
8356   - "tags"
8357   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8358   x-axis: "X = VNFs per Service Chain"
8359   y-axis: "Y = Number of Service Chains"
8360   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8361   layout:
8362     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8363     layout: "plot-service-density"
8364
8365 - type: "plot"
8366   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8367   algorithm: "plot_nf_heatmap"
8368   output-file-type: ".html"
8369   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
8370   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8371   filter: "'NIC_Intel-XXV710' and
8372            'NF_DENSITY' and
8373            'VHOST' and
8374            not 'VXLAN' and
8375            'CHAIN' and
8376            'NF_VPPIP4' and
8377            'IMIX' and
8378            '8T4C' and
8379            'NDRPDR'"
8380   parameters:
8381   - "throughput"
8382   - "name"
8383   - "tags"
8384   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8385   x-axis: "X = VNFs per Service Chain"
8386   y-axis: "Y = Number of Service Chains"
8387   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8388   layout:
8389     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8390     layout: "plot-service-density"
8391
8392 ###############################################################################
8393
8394 # Plots - NF Density - VSC - MRR IMIX
8395 - type: "plot"
8396   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8397   algorithm: "plot_nf_heatmap"
8398   output-file-type: ".html"
8399   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
8400   data: "plot-vpp-nfv-2n-skx-mrr"
8401   filter: "'NIC_Intel-XXV710' and
8402            'NF_DENSITY' and
8403            'VHOST' and
8404            'VXLAN' and
8405            'CHAIN' and
8406            'IMIX' and
8407            '2T1C' and
8408            'MRR'"
8409   parameters:
8410   - "result"
8411   - "name"
8412   - "tags"
8413   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8414   x-axis: "X = VNFs per Service Chain"
8415   y-axis: "Y = Number of Service Chains"
8416   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8417   layout:
8418     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8419     layout: "plot-service-density"
8420
8421 - type: "plot"
8422   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8423   algorithm: "plot_nf_heatmap"
8424   output-file-type: ".html"
8425   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
8426   data: "plot-vpp-nfv-2n-skx-mrr"
8427   filter: "'NIC_Intel-XXV710' and
8428            'NF_DENSITY' and
8429            'VHOST' and
8430            'VXLAN' and
8431            'CHAIN' and
8432            'IMIX' and
8433            '4T2C' and
8434            'MRR'"
8435   parameters:
8436   - "result"
8437   - "name"
8438   - "tags"
8439   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8440   x-axis: "X = VNFs per Service Chain"
8441   y-axis: "Y = Number of Service Chains"
8442   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8443   layout:
8444     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8445     layout: "plot-service-density"
8446
8447 - type: "plot"
8448   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8449   algorithm: "plot_nf_heatmap"
8450   output-file-type: ".html"
8451   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
8452   data: "plot-vpp-nfv-2n-skx-mrr"
8453   filter: "'NIC_Intel-XXV710' and
8454            'NF_DENSITY' and
8455            'VHOST' and
8456            'VXLAN' and
8457            'CHAIN' and
8458            'IMIX' and
8459            '8T4C' and
8460            'MRR'"
8461   parameters:
8462   - "result"
8463   - "name"
8464   - "tags"
8465   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8466   x-axis: "X = VNFs per Service Chain"
8467   y-axis: "Y = Number of Service Chains"
8468   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8469   layout:
8470     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8471     layout: "plot-service-density"
8472
8473 # Plots - NF Density - VSC - NDR IMIX
8474 - type: "plot"
8475   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8476   algorithm: "plot_nf_heatmap"
8477   output-file-type: ".html"
8478   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8479   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8480   filter: "'NIC_Intel-XXV710' and
8481            'NF_DENSITY' and
8482            'VHOST' and
8483            'VXLAN' and
8484            'CHAIN' and
8485            'IMIX' and
8486            '2T1C' and
8487            'NDRPDR'"
8488   parameters:
8489   - "throughput"
8490   - "name"
8491   - "tags"
8492   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8493   x-axis: "X = VNFs per Service Chain"
8494   y-axis: "Y = Number of Service Chains"
8495   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8496   layout:
8497     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8498     layout: "plot-service-density"
8499
8500 - type: "plot"
8501   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8502   algorithm: "plot_nf_heatmap"
8503   output-file-type: ".html"
8504   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8505   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8506   filter: "'NIC_Intel-XXV710' and
8507            'NF_DENSITY' and
8508            'VHOST' and
8509            'VXLAN' and
8510            'CHAIN' and
8511            'IMIX' and
8512            '4T2C' and
8513            'NDRPDR'"
8514   parameters:
8515   - "throughput"
8516   - "name"
8517   - "tags"
8518   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8519   x-axis: "X = VNFs per Service Chain"
8520   y-axis: "Y = Number of Service Chains"
8521   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8522   layout:
8523     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8524     layout: "plot-service-density"
8525
8526 - type: "plot"
8527   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8528   algorithm: "plot_nf_heatmap"
8529   output-file-type: ".html"
8530   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8531   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8532   filter: "'NIC_Intel-XXV710' and
8533            'NF_DENSITY' and
8534            'VHOST' and
8535            'VXLAN' and
8536            'CHAIN' and
8537            'IMIX' and
8538            '8T4C' and
8539            'NDRPDR'"
8540   parameters:
8541   - "throughput"
8542   - "name"
8543   - "tags"
8544   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8545   x-axis: "X = VNFs per Service Chain"
8546   y-axis: "Y = Number of Service Chains"
8547   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8548   layout:
8549     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8550     layout: "plot-service-density"
8551
8552 # Plots - NF Density - VSC - PDR IMIX
8553 - type: "plot"
8554   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8555   algorithm: "plot_nf_heatmap"
8556   output-file-type: ".html"
8557   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8558   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8559   filter: "'NIC_Intel-XXV710' and
8560            'NF_DENSITY' and
8561            'VHOST' and
8562            'VXLAN' and
8563            'CHAIN' and
8564            'IMIX' and
8565            '2T1C' and
8566            'NDRPDR'"
8567   parameters:
8568   - "throughput"
8569   - "name"
8570   - "tags"
8571   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8572   x-axis: "X = VNFs per Service Chain"
8573   y-axis: "Y = Number of Service Chains"
8574   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8575   layout:
8576     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8577     layout: "plot-service-density"
8578
8579 - type: "plot"
8580   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8581   algorithm: "plot_nf_heatmap"
8582   output-file-type: ".html"
8583   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8584   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8585   filter: "'NIC_Intel-XXV710' and
8586            'NF_DENSITY' and
8587            'VHOST' and
8588            'VXLAN' and
8589            'CHAIN' and
8590            'IMIX' and
8591            '4T2C' and
8592            'NDRPDR'"
8593   parameters:
8594   - "throughput"
8595   - "name"
8596   - "tags"
8597   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8598   x-axis: "X = VNFs per Service Chain"
8599   y-axis: "Y = Number of Service Chains"
8600   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8601   layout:
8602     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8603     layout: "plot-service-density"
8604
8605 - type: "plot"
8606   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8607   algorithm: "plot_nf_heatmap"
8608   output-file-type: ".html"
8609   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8610   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8611   filter: "'NIC_Intel-XXV710' and
8612            'NF_DENSITY' and
8613            'VHOST' and
8614            'VXLAN' and
8615            'CHAIN' and
8616            'IMIX' and
8617            '8T4C' and
8618            'NDRPDR'"
8619   parameters:
8620   - "throughput"
8621   - "name"
8622   - "tags"
8623   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8624   x-axis: "X = VNFs per Service Chain"
8625   y-axis: "Y = Number of Service Chains"
8626   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8627   layout:
8628     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8629     layout: "plot-service-density"
8630
8631 ###############################################################################
8632
8633 # Plots - NF Density - CSC - MRR IMIX
8634 - type: "plot"
8635   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8636   algorithm: "plot_nf_heatmap"
8637   output-file-type: ".html"
8638   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8639   data: "plot-vpp-nfv-2n-skx-mrr"
8640   filter: "'NIC_Intel-XXV710' and
8641            'NF_DENSITY' and
8642            'DOCKER' and
8643            'CHAIN' and
8644            'NF_VPPIP4' and
8645            'IMIX' and
8646            '2T1C' and
8647            'MRR'"
8648   parameters:
8649   - "result"
8650   - "name"
8651   - "tags"
8652   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8653   x-axis: "X = CNFs per Service Chain"
8654   y-axis: "Y = Number of Service Chains"
8655   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8656   layout:
8657     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8658     layout: "plot-service-density"
8659
8660 - type: "plot"
8661   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8662   algorithm: "plot_nf_heatmap"
8663   output-file-type: ".html"
8664   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8665   data: "plot-vpp-nfv-2n-skx-mrr"
8666   filter: "'NIC_Intel-XXV710' and
8667            'NF_DENSITY' and
8668            'DOCKER' and
8669            'CHAIN' and
8670            'NF_VPPIP4' and
8671            'IMIX' and
8672            '4T2C' and
8673            'MRR'"
8674   parameters:
8675   - "result"
8676   - "name"
8677   - "tags"
8678   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8679   x-axis: "X = CNFs per Service Chain"
8680   y-axis: "Y = Number of Service Chains"
8681   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8682   layout:
8683     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8684     layout: "plot-service-density"
8685
8686 - type: "plot"
8687   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8688   algorithm: "plot_nf_heatmap"
8689   output-file-type: ".html"
8690   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8691   data: "plot-vpp-nfv-2n-skx-mrr"
8692   filter: "'NIC_Intel-XXV710' and
8693            'NF_DENSITY' and
8694            'DOCKER' and
8695            'CHAIN' and
8696            'NF_VPPIP4' and
8697            'IMIX' and
8698            '8T4C' and
8699            'MRR'"
8700   parameters:
8701   - "result"
8702   - "name"
8703   - "tags"
8704   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8705   x-axis: "X = CNFs per Service Chain"
8706   y-axis: "Y = Number of Service Chains"
8707   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8708   layout:
8709     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8710     layout: "plot-service-density"
8711
8712 # Plots - NF Density - CSC - NDR IMIX
8713 - type: "plot"
8714   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8715   algorithm: "plot_nf_heatmap"
8716   output-file-type: ".html"
8717   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8718   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8719   filter: "'NIC_Intel-XXV710' and
8720            'NF_DENSITY' and
8721            'DOCKER' and
8722            'CHAIN' and
8723            'NF_VPPIP4' and
8724            'IMIX' and
8725            '2T1C' and
8726            'NDRPDR'"
8727   parameters:
8728   - "throughput"
8729   - "name"
8730   - "tags"
8731   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8732   x-axis: "X = CNFs per Service Chain"
8733   y-axis: "Y = Number of Service Chains"
8734   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8735   layout:
8736     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8737     layout: "plot-service-density"
8738
8739 - type: "plot"
8740   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8741   algorithm: "plot_nf_heatmap"
8742   output-file-type: ".html"
8743   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8744   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8745   filter: "'NIC_Intel-XXV710' and
8746            'NF_DENSITY' and
8747            'DOCKER' and
8748            'CHAIN' and
8749            'NF_VPPIP4' and
8750            'IMIX' and
8751            '4T2C' and
8752            'NDRPDR'"
8753   parameters:
8754   - "throughput"
8755   - "name"
8756   - "tags"
8757   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8758   x-axis: "X = CNFs per Service Chain"
8759   y-axis: "Y = Number of Service Chains"
8760   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8761   layout:
8762     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8763     layout: "plot-service-density"
8764
8765 - type: "plot"
8766   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8767   algorithm: "plot_nf_heatmap"
8768   output-file-type: ".html"
8769   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8770   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8771   filter: "'NIC_Intel-XXV710' and
8772            'NF_DENSITY' and
8773            'DOCKER' and
8774            'CHAIN' and
8775            'NF_VPPIP4' and
8776            'IMIX' and
8777            '8T4C' and
8778            'NDRPDR'"
8779   parameters:
8780   - "throughput"
8781   - "name"
8782   - "tags"
8783   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8784   x-axis: "X = CNFs per Service Chain"
8785   y-axis: "Y = Number of Service Chains"
8786   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8787   layout:
8788     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8789     layout: "plot-service-density"
8790
8791 # Plots - NF Density - CSC - PDR IMIX
8792 - type: "plot"
8793   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8794   algorithm: "plot_nf_heatmap"
8795   output-file-type: ".html"
8796   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8797   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8798   filter: "'NIC_Intel-XXV710' and
8799            'NF_DENSITY' and
8800            'DOCKER' and
8801            'CHAIN' and
8802            'NF_VPPIP4' and
8803            'IMIX' and
8804            '2T1C' and
8805            'NDRPDR'"
8806   parameters:
8807   - "throughput"
8808   - "name"
8809   - "tags"
8810   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8811   x-axis: "X = CNFs per Service Chain"
8812   y-axis: "Y = Number of Service Chains"
8813   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8814   layout:
8815     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8816     layout: "plot-service-density"
8817
8818 - type: "plot"
8819   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8820   algorithm: "plot_nf_heatmap"
8821   output-file-type: ".html"
8822   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8823   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8824   filter: "'NIC_Intel-XXV710' and
8825            'NF_DENSITY' and
8826            'DOCKER' and
8827            'CHAIN' and
8828            'NF_VPPIP4' and
8829            'IMIX' and
8830            '4T2C' and
8831            'NDRPDR'"
8832   parameters:
8833   - "throughput"
8834   - "name"
8835   - "tags"
8836   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8837   x-axis: "X = CNFs per Service Chain"
8838   y-axis: "Y = Number of Service Chains"
8839   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8840   layout:
8841     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8842     layout: "plot-service-density"
8843
8844 - type: "plot"
8845   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8846   algorithm: "plot_nf_heatmap"
8847   output-file-type: ".html"
8848   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8849   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8850   filter: "'NIC_Intel-XXV710' and
8851            'NF_DENSITY' and
8852            'DOCKER' and
8853            'CHAIN' and
8854            'NF_VPPIP4' and
8855            'IMIX' and
8856            '8T4C' and
8857            'NDRPDR'"
8858   parameters:
8859   - "throughput"
8860   - "name"
8861   - "tags"
8862   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8863   x-axis: "X = CNFs per Service Chain"
8864   y-axis: "Y = Number of Service Chains"
8865   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8866   layout:
8867     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8868     layout: "plot-service-density"
8869
8870 ################################################################################
8871 #
8872 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8873 #- type: "plot"
8874 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8875 #  algorithm: "plot_nf_heatmap"
8876 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8877 #  data: "plot-vpp-nfv-3n-skx-mrr"
8878 #  filter: "'NIC_Intel-XXV710' and
8879 #           'NF_DENSITY' and
8880 #           'DOCKER' and
8881 #           'CHAIN' and
8882 #           'NF_VPPIP4' and
8883 #           'IPSEC' and
8884 #           'TNL_4' and
8885 #           'IMIX' and
8886 #           '2T1C' and
8887 #           'MRR'"
8888 #  parameters:
8889 #  - "result"
8890 #  - "name"
8891 #  - "tags"
8892 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8893 #  x-axis: "X = CNFs per Service Chain"
8894 #  y-axis: "Y = Number of Service Chains"
8895 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8896 #  layout:
8897 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8898 #    layout: "plot-service-density"
8899 #
8900 #- type: "plot"
8901 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8902 #  algorithm: "plot_nf_heatmap"
8903 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8904 #  data: "plot-vpp-nfv-3n-skx-mrr"
8905 #  filter: "'NIC_Intel-XXV710' and
8906 #           'NF_DENSITY' and
8907 #           'DOCKER' and
8908 #           'CHAIN' and
8909 #           'NF_VPPIP4' and
8910 #           'IPSEC' and
8911 #           'TNL_4' and
8912 #           'IMIX' and
8913 #           '4T2C' and
8914 #           'MRR'"
8915 #  parameters:
8916 #  - "result"
8917 #  - "name"
8918 #  - "tags"
8919 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8920 #  x-axis: "X = CNFs per Service Chain"
8921 #  y-axis: "Y = Number of Service Chains"
8922 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8923 #  layout:
8924 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8925 #    layout: "plot-service-density"
8926 #
8927 #- type: "plot"
8928 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8929 #  algorithm: "plot_nf_heatmap"
8930 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8931 #  data: "plot-vpp-nfv-3n-skx-mrr"
8932 #  filter: "'NIC_Intel-XXV710' and
8933 #           'NF_DENSITY' and
8934 #           'DOCKER' and
8935 #           'CHAIN' and
8936 #           'NF_VPPIP4' and
8937 #           'IPSEC' and
8938 #           'TNL_4' and
8939 #           'IMIX' and
8940 #           '8T4C' and
8941 #           'MRR'"
8942 #  parameters:
8943 #  - "result"
8944 #  - "name"
8945 #  - "tags"
8946 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8947 #  x-axis: "X = CNFs per Service Chain"
8948 #  y-axis: "Y = Number of Service Chains"
8949 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8950 #  layout:
8951 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8952 #    layout: "plot-service-density"
8953
8954 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8955 #- type: "plot"
8956 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8957 #  algorithm: "plot_nf_heatmap"
8958 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8959 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8960 #  filter: "'NIC_Intel-XXV710' and
8961 #           'NF_DENSITY' and
8962 #           'DOCKER' and
8963 #           'CHAIN' and
8964 #           'NF_VPPIP4' and
8965 #           'IPSEC' and
8966 #           'TNL_4' and
8967 #           'IMIX' and
8968 #           '2T1C' and
8969 #           'NDRPDR'"
8970 #  parameters:
8971 #  - "throughput"
8972 #  - "name"
8973 #  - "tags"
8974 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8975 #  x-axis: "X = CNFs per Service Chain"
8976 #  y-axis: "Y = Number of Service Chains"
8977 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8978 #  layout:
8979 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8980 #    layout: "plot-service-density"
8981 #
8982 #- type: "plot"
8983 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8984 #  algorithm: "plot_nf_heatmap"
8985 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8986 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8987 #  filter: "'NIC_Intel-XXV710' and
8988 #           'NF_DENSITY' and
8989 #           'DOCKER' and
8990 #           'CHAIN' and
8991 #           'NF_VPPIP4' and
8992 #           'IPSEC' and
8993 #           'TNL_4' and
8994 #           'IMIX' and
8995 #           '4T2C' and
8996 #           'NDRPDR'"
8997 #  parameters:
8998 #  - "throughput"
8999 #  - "name"
9000 #  - "tags"
9001 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9002 #  x-axis: "X = CNFs per Service Chain"
9003 #  y-axis: "Y = Number of Service Chains"
9004 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9005 #  layout:
9006 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9007 #    layout: "plot-service-density"
9008 #
9009 #- type: "plot"
9010 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9011 #  algorithm: "plot_nf_heatmap"
9012 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
9013 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9014 #  filter: "'NIC_Intel-XXV710' and
9015 #           'NF_DENSITY' and
9016 #           'DOCKER' and
9017 #           'CHAIN' and
9018 #           'NF_VPPIP4' and
9019 #           'IPSEC' and
9020 #           'TNL_4' and
9021 #           'IMIX' and
9022 #           '8T4C' and
9023 #           'NDRPDR'"
9024 #  parameters:
9025 #  - "throughput"
9026 #  - "name"
9027 #  - "tags"
9028 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9029 #  x-axis: "X = CNFs per Service Chain"
9030 #  y-axis: "Y = Number of Service Chains"
9031 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9032 #  layout:
9033 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9034 #    layout: "plot-service-density"
9035 #
9036 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9037 #- type: "plot"
9038 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9039 #  algorithm: "plot_nf_heatmap"
9040 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
9041 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9042 #  filter: "'NIC_Intel-XXV710' and
9043 #           'NF_DENSITY' and
9044 #           'DOCKER' and
9045 #           'CHAIN' and
9046 #           'NF_VPPIP4' and
9047 #           'IPSEC' and
9048 #           'TNL_4' and
9049 #           'IMIX' and
9050 #           '2T1C' and
9051 #           'NDRPDR'"
9052 #  parameters:
9053 #  - "throughput"
9054 #  - "name"
9055 #  - "tags"
9056 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9057 #  x-axis: "X = CNFs per Service Chain"
9058 #  y-axis: "Y = Number of Service Chains"
9059 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9060 #  layout:
9061 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9062 #    layout: "plot-service-density"
9063 #
9064 #- type: "plot"
9065 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9066 #  algorithm: "plot_nf_heatmap"
9067 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
9068 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9069 #  filter: "'NIC_Intel-XXV710' and
9070 #           'NF_DENSITY' and
9071 #           'DOCKER' and
9072 #           'CHAIN' and
9073 #           'NF_VPPIP4' and
9074 #           'IPSEC' and
9075 #           'TNL_4' and
9076 #           'IMIX' and
9077 #           '4T2C' and
9078 #           'NDRPDR'"
9079 #  parameters:
9080 #  - "throughput"
9081 #  - "name"
9082 #  - "tags"
9083 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9084 #  x-axis: "X = CNFs per Service Chain"
9085 #  y-axis: "Y = Number of Service Chains"
9086 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9087 #  layout:
9088 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9089 #    layout: "plot-service-density"
9090 #
9091 #- type: "plot"
9092 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9093 #  algorithm: "plot_nf_heatmap"
9094 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
9095 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9096 #  filter: "'NIC_Intel-XXV710' and
9097 #           'NF_DENSITY' and
9098 #           'DOCKER' and
9099 #           'CHAIN' and
9100 #           'NF_VPPIP4' and
9101 #           'IPSEC' and
9102 #           'TNL_4' and
9103 #           'IMIX' and
9104 #           '8T4C' and
9105 #           'NDRPDR'"
9106 #  parameters:
9107 #  - "throughput"
9108 #  - "name"
9109 #  - "tags"
9110 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9111 #  x-axis: "X = CNFs per Service Chain"
9112 #  y-axis: "Y = Number of Service Chains"
9113 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9114 #  layout:
9115 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9116 #    layout: "plot-service-density"
9117
9118 ###############################################################################
9119
9120 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9121 #- type: "plot"
9122 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9123 #  algorithm: "plot_nf_heatmap"
9124 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
9125 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9126 #  filter: "'NIC_Intel-XL710' and
9127 #           'NF_DENSITY' and
9128 #           'DOCKER' and
9129 #           'CHAIN' and
9130 #           'NF_VPPIP4' and
9131 #           'IMIX' and
9132 #           'TNL_4' and
9133 #           '1T1C' and
9134 #           'MRR'"
9135 #  parameters:
9136 #  - "result"
9137 #  - "name"
9138 #  - "tags"
9139 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9140 #  x-axis: "X = CNFs per Service Chain"
9141 #  y-axis: "Y = Number of Service Chains"
9142 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9143 #  layout:
9144 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9145 #    layout: "plot-service-density"
9146 #
9147 #- type: "plot"
9148 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9149 #  algorithm: "plot_nf_heatmap"
9150 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
9151 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9152 #  filter: "'NIC_Intel-XL710' and
9153 #           'NF_DENSITY' and
9154 #           'DOCKER' and
9155 #           'CHAIN' and
9156 #           'NF_VPPIP4' and
9157 #           'IPSEC' and
9158 #           'TNL_4' and
9159 #           'IMIX' and
9160 #           '2T2C' and
9161 #           'MRR'"
9162 #  parameters:
9163 #  - "result"
9164 #  - "name"
9165 #  - "tags"
9166 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9167 #  x-axis: "X = CNFs per Service Chain"
9168 #  y-axis: "Y = Number of Service Chains"
9169 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9170 #  layout:
9171 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9172 #    layout: "plot-service-density"
9173 #
9174 #- type: "plot"
9175 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9176 #  algorithm: "plot_nf_heatmap"
9177 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
9178 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9179 #  filter: "'NIC_Intel-XL710' and
9180 #           'NF_DENSITY' and
9181 #           'DOCKER' and
9182 #           'CHAIN' and
9183 #           'NF_VPPIP4' and
9184 #           'IPSEC' and
9185 #           'TNL_4' and
9186 #           'IMIX' and
9187 #           '4T4C' and
9188 #           'MRR'"
9189 #  parameters:
9190 #  - "result"
9191 #  - "name"
9192 #  - "tags"
9193 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9194 #  x-axis: "X = CNFs per Service Chain"
9195 #  y-axis: "Y = Number of Service Chains"
9196 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9197 #  layout:
9198 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9199 #    layout: "plot-service-density"
9200
9201 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9202 #- type: "plot"
9203 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9204 #  algorithm: "plot_nf_heatmap"
9205 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
9206 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9207 #  filter: "'NIC_Intel-XL710' and
9208 #           'NF_DENSITY' and
9209 #           'DOCKER' and
9210 #           'CHAIN' and
9211 #           'NF_VPPIP4' and
9212 #           'IPSEC' and
9213 #           'TNL_4' and
9214 #           'IMIX' and
9215 #           '1T1C' and
9216 #           'NDRPDR'"
9217 #  parameters:
9218 #  - "throughput"
9219 #  - "name"
9220 #  - "tags"
9221 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9222 #  x-axis: "X = CNFs per Service Chain"
9223 #  y-axis: "Y = Number of Service Chains"
9224 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9225 #  layout:
9226 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9227 #    layout: "plot-service-density"
9228 #
9229 #- type: "plot"
9230 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9231 #  algorithm: "plot_nf_heatmap"
9232 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9233 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9234 #  filter: "'NIC_Intel-XL710' and
9235 #           'NF_DENSITY' and
9236 #           'DOCKER' and
9237 #           'CHAIN' and
9238 #           'NF_VPPIP4' and
9239 #           'IPSEC' and
9240 #           'TNL_4' and
9241 #           'IMIX' and
9242 #           '2T2C' and
9243 #           'NDRPDR'"
9244 #  parameters:
9245 #  - "throughput"
9246 #  - "name"
9247 #  - "tags"
9248 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9249 #  x-axis: "X = CNFs per Service Chain"
9250 #  y-axis: "Y = Number of Service Chains"
9251 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9252 #  layout:
9253 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9254 #    layout: "plot-service-density"
9255 #
9256 #- type: "plot"
9257 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9258 #  algorithm: "plot_nf_heatmap"
9259 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9260 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9261 #  filter: "'NIC_Intel-XL710' and
9262 #           'NF_DENSITY' and
9263 #           'DOCKER' and
9264 #           'CHAIN' and
9265 #           'NF_VPPIP4' and
9266 #           'IPSEC' and
9267 #           'TNL_4' and
9268 #           'IMIX' and
9269 #           '4T4C' and
9270 #           'NDRPDR'"
9271 #  parameters:
9272 #  - "throughput"
9273 #  - "name"
9274 #  - "tags"
9275 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9276 #  x-axis: "X = CNFs per Service Chain"
9277 #  y-axis: "Y = Number of Service Chains"
9278 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9279 #  layout:
9280 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9281 #    layout: "plot-service-density"
9282 #
9283 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9284 #- type: "plot"
9285 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9286 #  algorithm: "plot_nf_heatmap"
9287 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9288 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9289 #  filter: "'NIC_Intel-XL710' and
9290 #           'NF_DENSITY' and
9291 #           'DOCKER' and
9292 #           'CHAIN' and
9293 #           'NF_VPPIP4' and
9294 #           'IPSEC' and
9295 #           'TNL_4' and
9296 #           'IMIX' and
9297 #           '1T1C' and
9298 #           'NDRPDR'"
9299 #  parameters:
9300 #  - "throughput"
9301 #  - "name"
9302 #  - "tags"
9303 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9304 #  x-axis: "X = CNFs per Service Chain"
9305 #  y-axis: "Y = Number of Service Chains"
9306 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9307 #  layout:
9308 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9309 #    layout: "plot-service-density"
9310 #
9311 #- type: "plot"
9312 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9313 #  algorithm: "plot_nf_heatmap"
9314 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9315 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9316 #  filter: "'NIC_Intel-XL710' and
9317 #           'NF_DENSITY' and
9318 #           'DOCKER' and
9319 #           'CHAIN' and
9320 #           'NF_VPPIP4' and
9321 #           'IPSEC' and
9322 #           'TNL_4' and
9323 #           'IMIX' and
9324 #           '2T2C' and
9325 #           'NDRPDR'"
9326 #  parameters:
9327 #  - "throughput"
9328 #  - "name"
9329 #  - "tags"
9330 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9331 #  x-axis: "X = CNFs per Service Chain"
9332 #  y-axis: "Y = Number of Service Chains"
9333 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9334 #  layout:
9335 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9336 #    layout: "plot-service-density"
9337 #
9338 #- type: "plot"
9339 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9340 #  algorithm: "plot_nf_heatmap"
9341 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9342 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9343 #  filter: "'NIC_Intel-XL710' and
9344 #           'NF_DENSITY' and
9345 #           'DOCKER' and
9346 #           'CHAIN' and
9347 #           'NF_VPPIP4' and
9348 #           'IPSEC' and
9349 #           'TNL_4' and
9350 #           'IMIX' and
9351 #           '4T4C' and
9352 #           'NDRPDR'"
9353 #  parameters:
9354 #  - "throughput"
9355 #  - "name"
9356 #  - "tags"
9357 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9358 #  x-axis: "X = CNFs per Service Chain"
9359 #  y-axis: "Y = Number of Service Chains"
9360 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9361 #  layout:
9362 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9363 #    layout: "plot-service-density"
9364
9365 ###############################################################################
9366
9367 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9368 #- type: "plot"
9369 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9370 #  algorithm: "plot_nf_heatmap"
9371 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9372 #  data: "plot-vpp-nfv-3n-skx-mrr"
9373 #  filter: "'NIC_Intel-XXV710' and
9374 #           'NF_DENSITY' and
9375 #           'DOCKER' and
9376 #           'CHAIN' and
9377 #           'NF_VPPIP4' and
9378 #           'IPSEC' and
9379 #           'TNL_1000' and
9380 #           'IMIX' and
9381 #           '2T1C' and
9382 #           'MRR'"
9383 #  parameters:
9384 #  - "result"
9385 #  - "name"
9386 #  - "tags"
9387 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9388 #  x-axis: "X = CNFs per Service Chain"
9389 #  y-axis: "Y = Number of Service Chains"
9390 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9391 #  layout:
9392 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9393 #    layout: "plot-service-density"
9394 #
9395 #- type: "plot"
9396 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9397 #  algorithm: "plot_nf_heatmap"
9398 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9399 #  data: "plot-vpp-nfv-3n-skx-mrr"
9400 #  filter: "'NIC_Intel-XXV710' and
9401 #           'NF_DENSITY' and
9402 #           'DOCKER' and
9403 #           'CHAIN' and
9404 #           'NF_VPPIP4' and
9405 #           'IPSEC' and
9406 #           'TNL_1000' and
9407 #           'IMIX' and
9408 #           '4T2C' and
9409 #           'MRR'"
9410 #  parameters:
9411 #  - "result"
9412 #  - "name"
9413 #  - "tags"
9414 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9415 #  x-axis: "X = CNFs per Service Chain"
9416 #  y-axis: "Y = Number of Service Chains"
9417 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9418 #  layout:
9419 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9420 #    layout: "plot-service-density"
9421 #
9422 #- type: "plot"
9423 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9424 #  algorithm: "plot_nf_heatmap"
9425 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9426 #  data: "plot-vpp-nfv-3n-skx-mrr"
9427 #  filter: "'NIC_Intel-XXV710' and
9428 #           'NF_DENSITY' and
9429 #           'DOCKER' and
9430 #           'CHAIN' and
9431 #           'NF_VPPIP4' and
9432 #           'IPSEC' and
9433 #           'TNL_1000' and
9434 #           'IMIX' and
9435 #           '8T4C' and
9436 #           'MRR'"
9437 #  parameters:
9438 #  - "result"
9439 #  - "name"
9440 #  - "tags"
9441 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9442 #  x-axis: "X = CNFs per Service Chain"
9443 #  y-axis: "Y = Number of Service Chains"
9444 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9445 #  layout:
9446 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9447 #    layout: "plot-service-density"
9448
9449 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9450 #- type: "plot"
9451 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9452 #  algorithm: "plot_nf_heatmap"
9453 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9454 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9455 #  filter: "'NIC_Intel-XXV710' and
9456 #           'NF_DENSITY' and
9457 #           'DOCKER' and
9458 #           'CHAIN' and
9459 #           'NF_VPPIP4' and
9460 #           'IPSEC' and
9461 #           'TNL_1000' and
9462 #           'IMIX' and
9463 #           '2T1C' and
9464 #           'NDRPDR'"
9465 #  parameters:
9466 #  - "throughput"
9467 #  - "name"
9468 #  - "tags"
9469 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9470 #  x-axis: "X = CNFs per Service Chain"
9471 #  y-axis: "Y = Number of Service Chains"
9472 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9473 #  layout:
9474 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9475 #    layout: "plot-service-density"
9476 #
9477 #- type: "plot"
9478 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9479 #  algorithm: "plot_nf_heatmap"
9480 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9481 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9482 #  filter: "'NIC_Intel-XXV710' and
9483 #           'NF_DENSITY' and
9484 #           'DOCKER' and
9485 #           'CHAIN' and
9486 #           'NF_VPPIP4' and
9487 #           'IPSEC' and
9488 #           'TNL_1000' and
9489 #           'IMIX' and
9490 #           '4T2C' and
9491 #           'NDRPDR'"
9492 #  parameters:
9493 #  - "throughput"
9494 #  - "name"
9495 #  - "tags"
9496 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9497 #  x-axis: "X = CNFs per Service Chain"
9498 #  y-axis: "Y = Number of Service Chains"
9499 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9500 #  layout:
9501 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9502 #    layout: "plot-service-density"
9503 #
9504 #- type: "plot"
9505 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9506 #  algorithm: "plot_nf_heatmap"
9507 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9508 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9509 #  filter: "'NIC_Intel-XXV710' and
9510 #           'NF_DENSITY' and
9511 #           'DOCKER' and
9512 #           'CHAIN' and
9513 #           'NF_VPPIP4' and
9514 #           'IPSEC' and
9515 #           'TNL_1000' and
9516 #           'IMIX' and
9517 #           '8T4C' and
9518 #           'NDRPDR'"
9519 #  parameters:
9520 #  - "throughput"
9521 #  - "name"
9522 #  - "tags"
9523 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9524 #  x-axis: "X = CNFs per Service Chain"
9525 #  y-axis: "Y = Number of Service Chains"
9526 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9527 #  layout:
9528 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9529 #    layout: "plot-service-density"
9530 #
9531 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9532 #- type: "plot"
9533 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9534 #  algorithm: "plot_nf_heatmap"
9535 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9536 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9537 #  filter: "'NIC_Intel-XXV710' and
9538 #           'NF_DENSITY' and
9539 #           'DOCKER' and
9540 #           'CHAIN' and
9541 #           'NF_VPPIP4' and
9542 #           'IPSEC' and
9543 #           'TNL_1000' and
9544 #           'IMIX' and
9545 #           '2T1C' and
9546 #           'NDRPDR'"
9547 #  parameters:
9548 #  - "throughput"
9549 #  - "name"
9550 #  - "tags"
9551 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9552 #  x-axis: "X = CNFs per Service Chain"
9553 #  y-axis: "Y = Number of Service Chains"
9554 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9555 #  layout:
9556 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9557 #    layout: "plot-service-density"
9558 #
9559 #- type: "plot"
9560 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9561 #  algorithm: "plot_nf_heatmap"
9562 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9563 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9564 #  filter: "'NIC_Intel-XXV710' and
9565 #           'NF_DENSITY' and
9566 #           'DOCKER' and
9567 #           'CHAIN' and
9568 #           'NF_VPPIP4' and
9569 #           'IPSEC' and
9570 #           'TNL_1000' and
9571 #           'IMIX' and
9572 #           '4T2C' and
9573 #           'NDRPDR'"
9574 #  parameters:
9575 #  - "throughput"
9576 #  - "name"
9577 #  - "tags"
9578 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9579 #  x-axis: "X = CNFs per Service Chain"
9580 #  y-axis: "Y = Number of Service Chains"
9581 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9582 #  layout:
9583 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9584 #    layout: "plot-service-density"
9585 #
9586 #- type: "plot"
9587 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9588 #  algorithm: "plot_nf_heatmap"
9589 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9590 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9591 #  filter: "'NIC_Intel-XXV710' and
9592 #           'NF_DENSITY' and
9593 #           'DOCKER' and
9594 #           'CHAIN' and
9595 #           'NF_VPPIP4' and
9596 #           'IPSEC' and
9597 #           'TNL_1000' and
9598 #           'IMIX' and
9599 #           '8T4C' and
9600 #           'NDRPDR'"
9601 #  parameters:
9602 #  - "throughput"
9603 #  - "name"
9604 #  - "tags"
9605 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9606 #  x-axis: "X = CNFs per Service Chain"
9607 #  y-axis: "Y = Number of Service Chains"
9608 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9609 #  layout:
9610 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9611 #    layout: "plot-service-density"
9612
9613 ###############################################################################
9614
9615 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9616 #- type: "plot"
9617 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9618 #  algorithm: "plot_nf_heatmap"
9619 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9620 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9621 #  filter: "'NIC_Intel-XL710' and
9622 #           'NF_DENSITY' and
9623 #           'DOCKER' and
9624 #           'CHAIN' and
9625 #           'NF_VPPIP4' and
9626 #           'IMIX' and
9627 #           'TNL_1000' and
9628 #           '1T1C' and
9629 #           'MRR'"
9630 #  parameters:
9631 #  - "result"
9632 #  - "name"
9633 #  - "tags"
9634 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9635 #  x-axis: "X = CNFs per Service Chain"
9636 #  y-axis: "Y = Number of Service Chains"
9637 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9638 #  layout:
9639 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9640 #    layout: "plot-service-density"
9641 #
9642 #- type: "plot"
9643 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9644 #  algorithm: "plot_nf_heatmap"
9645 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9646 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9647 #  filter: "'NIC_Intel-XL710' and
9648 #           'NF_DENSITY' and
9649 #           'DOCKER' and
9650 #           'CHAIN' and
9651 #           'NF_VPPIP4' and
9652 #           'IPSEC' and
9653 #           'TNL_1000' and
9654 #           'IMIX' and
9655 #           '2T2C' and
9656 #           'MRR'"
9657 #  parameters:
9658 #  - "result"
9659 #  - "name"
9660 #  - "tags"
9661 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9662 #  x-axis: "X = CNFs per Service Chain"
9663 #  y-axis: "Y = Number of Service Chains"
9664 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9665 #  layout:
9666 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9667 #    layout: "plot-service-density"
9668 #
9669 #- type: "plot"
9670 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9671 #  algorithm: "plot_nf_heatmap"
9672 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9673 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9674 #  filter: "'NIC_Intel-XL710' and
9675 #           'NF_DENSITY' and
9676 #           'DOCKER' and
9677 #           'CHAIN' and
9678 #           'NF_VPPIP4' and
9679 #           'IPSEC' and
9680 #           'TNL_1000' and
9681 #           'IMIX' and
9682 #           '4T4C' and
9683 #           'MRR'"
9684 #  parameters:
9685 #  - "result"
9686 #  - "name"
9687 #  - "tags"
9688 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9689 #  x-axis: "X = CNFs per Service Chain"
9690 #  y-axis: "Y = Number of Service Chains"
9691 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9692 #  layout:
9693 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9694 #    layout: "plot-service-density"
9695
9696 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9697 #- type: "plot"
9698 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9699 #  algorithm: "plot_nf_heatmap"
9700 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9701 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9702 #  filter: "'NIC_Intel-XL710' and
9703 #           'NF_DENSITY' and
9704 #           'DOCKER' and
9705 #           'CHAIN' and
9706 #           'NF_VPPIP4' and
9707 #           'IPSEC' and
9708 #           'TNL_1000' and
9709 #           'IMIX' and
9710 #           '1T1C' and
9711 #           'NDRPDR'"
9712 #  parameters:
9713 #  - "throughput"
9714 #  - "name"
9715 #  - "tags"
9716 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9717 #  x-axis: "X = CNFs per Service Chain"
9718 #  y-axis: "Y = Number of Service Chains"
9719 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9720 #  layout:
9721 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9722 #    layout: "plot-service-density"
9723 #
9724 #- type: "plot"
9725 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9726 #  algorithm: "plot_nf_heatmap"
9727 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9728 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9729 #  filter: "'NIC_Intel-XL710' and
9730 #           'NF_DENSITY' and
9731 #           'DOCKER' and
9732 #           'CHAIN' and
9733 #           'NF_VPPIP4' and
9734 #           'IPSEC' and
9735 #           'TNL_1000' and
9736 #           'IMIX' and
9737 #           '2T2C' and
9738 #           'NDRPDR'"
9739 #  parameters:
9740 #  - "throughput"
9741 #  - "name"
9742 #  - "tags"
9743 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9744 #  x-axis: "X = CNFs per Service Chain"
9745 #  y-axis: "Y = Number of Service Chains"
9746 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9747 #  layout:
9748 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9749 #    layout: "plot-service-density"
9750 #
9751 #- type: "plot"
9752 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9753 #  algorithm: "plot_nf_heatmap"
9754 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9755 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9756 #  filter: "'NIC_Intel-XL710' and
9757 #           'NF_DENSITY' and
9758 #           'DOCKER' and
9759 #           'CHAIN' and
9760 #           'NF_VPPIP4' and
9761 #           'IPSEC' and
9762 #           'TNL_1000' and
9763 #           'IMIX' and
9764 #           '4T4C' and
9765 #           'NDRPDR'"
9766 #  parameters:
9767 #  - "throughput"
9768 #  - "name"
9769 #  - "tags"
9770 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9771 #  x-axis: "X = CNFs per Service Chain"
9772 #  y-axis: "Y = Number of Service Chains"
9773 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9774 #  layout:
9775 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9776 #    layout: "plot-service-density"
9777 #
9778 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9779 #- type: "plot"
9780 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9781 #  algorithm: "plot_nf_heatmap"
9782 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9783 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9784 #  filter: "'NIC_Intel-XL710' and
9785 #           'NF_DENSITY' and
9786 #           'DOCKER' and
9787 #           'CHAIN' and
9788 #           'NF_VPPIP4' and
9789 #           'IPSEC' and
9790 #           'TNL_1000' and
9791 #           'IMIX' and
9792 #           '1T1C' and
9793 #           'NDRPDR'"
9794 #  parameters:
9795 #  - "throughput"
9796 #  - "name"
9797 #  - "tags"
9798 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9799 #  x-axis: "X = CNFs per Service Chain"
9800 #  y-axis: "Y = Number of Service Chains"
9801 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9802 #  layout:
9803 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9804 #    layout: "plot-service-density"
9805 #
9806 #- type: "plot"
9807 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9808 #  algorithm: "plot_nf_heatmap"
9809 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9810 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9811 #  filter: "'NIC_Intel-XL710' and
9812 #           'NF_DENSITY' and
9813 #           'DOCKER' and
9814 #           'CHAIN' and
9815 #           'NF_VPPIP4' and
9816 #           'IPSEC' and
9817 #           'TNL_1000' and
9818 #           'IMIX' and
9819 #           '2T2C' and
9820 #           'NDRPDR'"
9821 #  parameters:
9822 #  - "throughput"
9823 #  - "name"
9824 #  - "tags"
9825 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9826 #  x-axis: "X = CNFs per Service Chain"
9827 #  y-axis: "Y = Number of Service Chains"
9828 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9829 #  layout:
9830 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9831 #    layout: "plot-service-density"
9832 #
9833 #- type: "plot"
9834 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9835 #  algorithm: "plot_nf_heatmap"
9836 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9837 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9838 #  filter: "'NIC_Intel-XL710' and
9839 #           'NF_DENSITY' and
9840 #           'DOCKER' and
9841 #           'CHAIN' and
9842 #           'NF_VPPIP4' and
9843 #           'IPSEC' and
9844 #           'TNL_1000' and
9845 #           'IMIX' and
9846 #           '4T4C' and
9847 #           'NDRPDR'"
9848 #  parameters:
9849 #  - "throughput"
9850 #  - "name"
9851 #  - "tags"
9852 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9853 #  x-axis: "X = CNFs per Service Chain"
9854 #  y-axis: "Y = Number of Service Chains"
9855 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9856 #  layout:
9857 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9858 #    layout: "plot-service-density"
9859
9860 ###############################################################################
9861
9862 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9863 #- type: "plot"
9864 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9865 #  algorithm: "plot_nf_heatmap"
9866 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9867 #  data: "plot-vpp-nfv-3n-skx-mrr"
9868 #  filter: "'NIC_Intel-XXV710' and
9869 #           'NF_DENSITY' and
9870 #           'DOCKER' and
9871 #           'CHAIN' and
9872 #           'NF_VPPIP4' and
9873 #           'IPSEC' and
9874 #           'TNL_10000' and
9875 #           'IMIX' and
9876 #           '2T1C' and
9877 #           'MRR'"
9878 #  parameters:
9879 #  - "result"
9880 #  - "name"
9881 #  - "tags"
9882 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9883 #  x-axis: "X = CNFs per Service Chain"
9884 #  y-axis: "Y = Number of Service Chains"
9885 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9886 #  layout:
9887 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9888 #    layout: "plot-service-density"
9889 #
9890 #- type: "plot"
9891 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9892 #  algorithm: "plot_nf_heatmap"
9893 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9894 #  data: "plot-vpp-nfv-3n-skx-mrr"
9895 #  filter: "'NIC_Intel-XXV710' and
9896 #           'NF_DENSITY' and
9897 #           'DOCKER' and
9898 #           'CHAIN' and
9899 #           'NF_VPPIP4' and
9900 #           'IPSEC' and
9901 #           'TNL_10000' and
9902 #           'IMIX' and
9903 #           '4T2C' and
9904 #           'MRR'"
9905 #  parameters:
9906 #  - "result"
9907 #  - "name"
9908 #  - "tags"
9909 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9910 #  x-axis: "X = CNFs per Service Chain"
9911 #  y-axis: "Y = Number of Service Chains"
9912 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9913 #  layout:
9914 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9915 #    layout: "plot-service-density"
9916 #
9917 #- type: "plot"
9918 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9919 #  algorithm: "plot_nf_heatmap"
9920 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9921 #  data: "plot-vpp-nfv-3n-skx-mrr"
9922 #  filter: "'NIC_Intel-XXV710' and
9923 #           'NF_DENSITY' and
9924 #           'DOCKER' and
9925 #           'CHAIN' and
9926 #           'NF_VPPIP4' and
9927 #           'IPSEC' and
9928 #           'TNL_10000' and
9929 #           'IMIX' and
9930 #           '8T4C' and
9931 #           'MRR'"
9932 #  parameters:
9933 #  - "result"
9934 #  - "name"
9935 #  - "tags"
9936 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9937 #  x-axis: "X = CNFs per Service Chain"
9938 #  y-axis: "Y = Number of Service Chains"
9939 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9940 #  layout:
9941 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9942 #    layout: "plot-service-density"
9943
9944 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9945 #- type: "plot"
9946 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9947 #  algorithm: "plot_nf_heatmap"
9948 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9949 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9950 #  filter: "'NIC_Intel-XXV710' and
9951 #           'NF_DENSITY' and
9952 #           'DOCKER' and
9953 #           'CHAIN' and
9954 #           'NF_VPPIP4' and
9955 #           'IPSEC' and
9956 #           'TNL_10000' and
9957 #           'IMIX' and
9958 #           '2T1C' and
9959 #           'NDRPDR'"
9960 #  parameters:
9961 #  - "throughput"
9962 #  - "name"
9963 #  - "tags"
9964 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9965 #  x-axis: "X = CNFs per Service Chain"
9966 #  y-axis: "Y = Number of Service Chains"
9967 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9968 #  layout:
9969 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9970 #    layout: "plot-service-density"
9971 #
9972 #- type: "plot"
9973 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9974 #  algorithm: "plot_nf_heatmap"
9975 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9976 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9977 #  filter: "'NIC_Intel-XXV710' and
9978 #           'NF_DENSITY' and
9979 #           'DOCKER' and
9980 #           'CHAIN' and
9981 #           'NF_VPPIP4' and
9982 #           'IPSEC' and
9983 #           'TNL_10000' and
9984 #           'IMIX' and
9985 #           '4T2C' and
9986 #           'NDRPDR'"
9987 #  parameters:
9988 #  - "throughput"
9989 #  - "name"
9990 #  - "tags"
9991 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9992 #  x-axis: "X = CNFs per Service Chain"
9993 #  y-axis: "Y = Number of Service Chains"
9994 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9995 #  layout:
9996 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9997 #    layout: "plot-service-density"
9998 #
9999 #- type: "plot"
10000 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10001 #  algorithm: "plot_nf_heatmap"
10002 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
10003 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10004 #  filter: "'NIC_Intel-XXV710' and
10005 #           'NF_DENSITY' and
10006 #           'DOCKER' and
10007 #           'CHAIN' and
10008 #           'NF_VPPIP4' and
10009 #           'IPSEC' and
10010 #           'TNL_10000' and
10011 #           'IMIX' and
10012 #           '8T4C' and
10013 #           'NDRPDR'"
10014 #  parameters:
10015 #  - "throughput"
10016 #  - "name"
10017 #  - "tags"
10018 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10019 #  x-axis: "X = CNFs per Service Chain"
10020 #  y-axis: "Y = Number of Service Chains"
10021 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10022 #  layout:
10023 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10024 #    layout: "plot-service-density"
10025 #
10026 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10027 #- type: "plot"
10028 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10029 #  algorithm: "plot_nf_heatmap"
10030 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
10031 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10032 #  filter: "'NIC_Intel-XXV710' and
10033 #           'NF_DENSITY' and
10034 #           'DOCKER' and
10035 #           'CHAIN' and
10036 #           'NF_VPPIP4' and
10037 #           'IPSEC' and
10038 #           'TNL_10000' and
10039 #           'IMIX' and
10040 #           '2T1C' and
10041 #           'NDRPDR'"
10042 #  parameters:
10043 #  - "throughput"
10044 #  - "name"
10045 #  - "tags"
10046 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10047 #  x-axis: "X = CNFs per Service Chain"
10048 #  y-axis: "Y = Number of Service Chains"
10049 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10050 #  layout:
10051 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10052 #    layout: "plot-service-density"
10053 #
10054 #- type: "plot"
10055 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10056 #  algorithm: "plot_nf_heatmap"
10057 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
10058 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10059 #  filter: "'NIC_Intel-XXV710' and
10060 #           'NF_DENSITY' and
10061 #           'DOCKER' and
10062 #           'CHAIN' and
10063 #           'NF_VPPIP4' and
10064 #           'IPSEC' and
10065 #           'TNL_10000' and
10066 #           'IMIX' and
10067 #           '4T2C' and
10068 #           'NDRPDR'"
10069 #  parameters:
10070 #  - "throughput"
10071 #  - "name"
10072 #  - "tags"
10073 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10074 #  x-axis: "X = CNFs per Service Chain"
10075 #  y-axis: "Y = Number of Service Chains"
10076 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10077 #  layout:
10078 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10079 #    layout: "plot-service-density"
10080 #
10081 #- type: "plot"
10082 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10083 #  algorithm: "plot_nf_heatmap"
10084 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
10085 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10086 #  filter: "'NIC_Intel-XXV710' and
10087 #           'NF_DENSITY' and
10088 #           'DOCKER' and
10089 #           'CHAIN' and
10090 #           'NF_VPPIP4' and
10091 #           'IPSEC' and
10092 #           'TNL_10000' and
10093 #           'IMIX' and
10094 #           '8T4C' and
10095 #           'NDRPDR'"
10096 #  parameters:
10097 #  - "throughput"
10098 #  - "name"
10099 #  - "tags"
10100 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10101 #  x-axis: "X = CNFs per Service Chain"
10102 #  y-axis: "Y = Number of Service Chains"
10103 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10104 #  layout:
10105 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10106 #    layout: "plot-service-density"
10107
10108 ###############################################################################
10109
10110 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10111 #- type: "plot"
10112 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10113 #  algorithm: "plot_nf_heatmap"
10114 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
10115 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10116 #  filter: "'NIC_Intel-XL710' and
10117 #           'NF_DENSITY' and
10118 #           'DOCKER' and
10119 #           'CHAIN' and
10120 #           'NF_VPPIP4' and
10121 #           'IMIX' and
10122 #           'TNL_10000' and
10123 #           '1T1C' and
10124 #           'MRR'"
10125 #  parameters:
10126 #  - "result"
10127 #  - "name"
10128 #  - "tags"
10129 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10130 #  x-axis: "X = CNFs per Service Chain"
10131 #  y-axis: "Y = Number of Service Chains"
10132 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10133 #  layout:
10134 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10135 #    layout: "plot-service-density"
10136 #
10137 #- type: "plot"
10138 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10139 #  algorithm: "plot_nf_heatmap"
10140 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
10141 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10142 #  filter: "'NIC_Intel-XL710' and
10143 #           'NF_DENSITY' and
10144 #           'DOCKER' and
10145 #           'CHAIN' and
10146 #           'NF_VPPIP4' and
10147 #           'IPSEC' and
10148 #           'TNL_10000' and
10149 #           'IMIX' and
10150 #           '2T2C' and
10151 #           'MRR'"
10152 #  parameters:
10153 #  - "result"
10154 #  - "name"
10155 #  - "tags"
10156 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10157 #  x-axis: "X = CNFs per Service Chain"
10158 #  y-axis: "Y = Number of Service Chains"
10159 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10160 #  layout:
10161 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10162 #    layout: "plot-service-density"
10163 #
10164 #- type: "plot"
10165 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10166 #  algorithm: "plot_nf_heatmap"
10167 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
10168 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10169 #  filter: "'NIC_Intel-XL710' and
10170 #           'NF_DENSITY' and
10171 #           'DOCKER' and
10172 #           'CHAIN' and
10173 #           'NF_VPPIP4' and
10174 #           'IPSEC' and
10175 #           'TNL_10000' and
10176 #           'IMIX' and
10177 #           '4T4C' and
10178 #           'MRR'"
10179 #  parameters:
10180 #  - "result"
10181 #  - "name"
10182 #  - "tags"
10183 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10184 #  x-axis: "X = CNFs per Service Chain"
10185 #  y-axis: "Y = Number of Service Chains"
10186 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10187 #  layout:
10188 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10189 #    layout: "plot-service-density"
10190
10191 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10192 #- type: "plot"
10193 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10194 #  algorithm: "plot_nf_heatmap"
10195 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
10196 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10197 #  filter: "'NIC_Intel-XL710' and
10198 #           'NF_DENSITY' and
10199 #           'DOCKER' and
10200 #           'CHAIN' and
10201 #           'NF_VPPIP4' and
10202 #           'IPSEC' and
10203 #           'TNL_10000' and
10204 #           'IMIX' and
10205 #           '1T1C' and
10206 #           'NDRPDR'"
10207 #  parameters:
10208 #  - "throughput"
10209 #  - "name"
10210 #  - "tags"
10211 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10212 #  x-axis: "X = CNFs per Service Chain"
10213 #  y-axis: "Y = Number of Service Chains"
10214 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10215 #  layout:
10216 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10217 #    layout: "plot-service-density"
10218 #
10219 #- type: "plot"
10220 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10221 #  algorithm: "plot_nf_heatmap"
10222 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
10223 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10224 #  filter: "'NIC_Intel-XL710' and
10225 #           'NF_DENSITY' and
10226 #           'DOCKER' and
10227 #           'CHAIN' and
10228 #           'NF_VPPIP4' and
10229 #           'IPSEC' and
10230 #           'TNL_10000' and
10231 #           'IMIX' and
10232 #           '2T2C' and
10233 #           'NDRPDR'"
10234 #  parameters:
10235 #  - "throughput"
10236 #  - "name"
10237 #  - "tags"
10238 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10239 #  x-axis: "X = CNFs per Service Chain"
10240 #  y-axis: "Y = Number of Service Chains"
10241 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10242 #  layout:
10243 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10244 #    layout: "plot-service-density"
10245 #
10246 #- type: "plot"
10247 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10248 #  algorithm: "plot_nf_heatmap"
10249 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10250 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10251 #  filter: "'NIC_Intel-XL710' and
10252 #           'NF_DENSITY' and
10253 #           'DOCKER' and
10254 #           'CHAIN' and
10255 #           'NF_VPPIP4' and
10256 #           'IPSEC' and
10257 #           'TNL_10000' and
10258 #           'IMIX' and
10259 #           '4T4C' and
10260 #           'NDRPDR'"
10261 #  parameters:
10262 #  - "throughput"
10263 #  - "name"
10264 #  - "tags"
10265 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10266 #  x-axis: "X = CNFs per Service Chain"
10267 #  y-axis: "Y = Number of Service Chains"
10268 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10269 #  layout:
10270 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10271 #    layout: "plot-service-density"
10272 #
10273 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10274 #- type: "plot"
10275 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10276 #  algorithm: "plot_nf_heatmap"
10277 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10278 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10279 #  filter: "'NIC_Intel-XL710' and
10280 #           'NF_DENSITY' and
10281 #           'DOCKER' and
10282 #           'CHAIN' and
10283 #           'NF_VPPIP4' and
10284 #           'IPSEC' and
10285 #           'TNL_10000' and
10286 #           'IMIX' and
10287 #           '1T1C' and
10288 #           'NDRPDR'"
10289 #  parameters:
10290 #  - "throughput"
10291 #  - "name"
10292 #  - "tags"
10293 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10294 #  x-axis: "X = CNFs per Service Chain"
10295 #  y-axis: "Y = Number of Service Chains"
10296 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10297 #  layout:
10298 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10299 #    layout: "plot-service-density"
10300 #
10301 #- type: "plot"
10302 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10303 #  algorithm: "plot_nf_heatmap"
10304 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10305 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10306 #  filter: "'NIC_Intel-XL710' and
10307 #           'NF_DENSITY' and
10308 #           'DOCKER' and
10309 #           'CHAIN' and
10310 #           'NF_VPPIP4' and
10311 #           'IPSEC' and
10312 #           'TNL_10000' and
10313 #           'IMIX' and
10314 #           '2T2C' and
10315 #           'NDRPDR'"
10316 #  parameters:
10317 #  - "throughput"
10318 #  - "name"
10319 #  - "tags"
10320 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10321 #  x-axis: "X = CNFs per Service Chain"
10322 #  y-axis: "Y = Number of Service Chains"
10323 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10324 #  layout:
10325 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10326 #    layout: "plot-service-density"
10327 #
10328 #- type: "plot"
10329 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10330 #  algorithm: "plot_nf_heatmap"
10331 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10332 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10333 #  filter: "'NIC_Intel-XL710' and
10334 #           'NF_DENSITY' and
10335 #           'DOCKER' and
10336 #           'CHAIN' and
10337 #           'NF_VPPIP4' and
10338 #           'IPSEC' and
10339 #           'TNL_10000' and
10340 #           'IMIX' and
10341 #           '4T4C' and
10342 #           'NDRPDR'"
10343 #  parameters:
10344 #  - "throughput"
10345 #  - "name"
10346 #  - "tags"
10347 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10348 #  x-axis: "X = CNFs per Service Chain"
10349 #  y-axis: "Y = Number of Service Chains"
10350 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10351 #  layout:
10352 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10353 #    layout: "plot-service-density"
10354
10355 ###############################################################################
10356
10357 # Plots - NF Density - CSP - MRR IMIX
10358 - type: "plot"
10359   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10360   algorithm: "plot_nf_heatmap"
10361   output-file-type: ".html"
10362   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10363   data: "plot-vpp-nfv-2n-skx-mrr"
10364   filter: "'NIC_Intel-XXV710' and
10365            'NF_DENSITY' and
10366            'DOCKER' and
10367            'PIPELINE' and
10368            'NF_VPPIP4' and
10369            'IMIX' and
10370            '2T1C' and
10371            'MRR'"
10372   parameters:
10373   - "result"
10374   - "name"
10375   - "tags"
10376   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10377   x-axis: "X = CNFs per Service Pipeline"
10378   y-axis: "Y = Number of Service Pipelines"
10379   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10380   layout:
10381     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10382     layout: "plot-service-density"
10383
10384 - type: "plot"
10385   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10386   algorithm: "plot_nf_heatmap"
10387   output-file-type: ".html"
10388   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10389   data: "plot-vpp-nfv-2n-skx-mrr"
10390   filter: "'NIC_Intel-XXV710' and
10391            'NF_DENSITY' and
10392            'DOCKER' and
10393            'PIPELINE' and
10394            'NF_VPPIP4' and
10395            'IMIX' and
10396            '4T2C' and
10397            'MRR'"
10398   parameters:
10399   - "result"
10400   - "name"
10401   - "tags"
10402   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10403   x-axis: "X = CNFs per Service Pipeline"
10404   y-axis: "Y = Number of Service Pipelines"
10405   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10406   layout:
10407     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10408     layout: "plot-service-density"
10409
10410 - type: "plot"
10411   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10412   algorithm: "plot_nf_heatmap"
10413   output-file-type: ".html"
10414   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10415   data: "plot-vpp-nfv-2n-skx-mrr"
10416   filter: "'NIC_Intel-XXV710' and
10417            'NF_DENSITY' and
10418            'DOCKER' and
10419            'PIPELINE' and
10420            'NF_VPPIP4' and
10421            'IMIX' and
10422            '8T4C' and
10423            'MRR'"
10424   parameters:
10425   - "result"
10426   - "name"
10427   - "tags"
10428   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10429   x-axis: "X = CNFs per Service Pipeline"
10430   y-axis: "Y = Number of Service Pipelines"
10431   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10432   layout:
10433     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10434     layout: "plot-service-density"
10435
10436 # Plots - NF Density - CSP - NDR IMIX
10437 - type: "plot"
10438   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10439   algorithm: "plot_nf_heatmap"
10440   output-file-type: ".html"
10441   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10442   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10443   filter: "'NIC_Intel-XXV710' and
10444            'NF_DENSITY' and
10445            'DOCKER' and
10446            'PIPELINE' and
10447            'NF_VPPIP4' and
10448            'IMIX' and
10449            '2T1C' and
10450            'NDRPDR'"
10451   parameters:
10452   - "throughput"
10453   - "name"
10454   - "tags"
10455   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10456   x-axis: "X = CNFs per Service Pipeline"
10457   y-axis: "Y = Number of Service Pipelines"
10458   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10459   layout:
10460     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10461     layout: "plot-service-density"
10462
10463 - type: "plot"
10464   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10465   algorithm: "plot_nf_heatmap"
10466   output-file-type: ".html"
10467   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10468   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10469   filter: "'NIC_Intel-XXV710' and
10470            'NF_DENSITY' and
10471            'DOCKER' and
10472            'PIPELINE' and
10473            'NF_VPPIP4' and
10474            'IMIX' and
10475            '4T2C' and
10476            'NDRPDR'"
10477   parameters:
10478   - "throughput"
10479   - "name"
10480   - "tags"
10481   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10482   x-axis: "X = CNFs per Service Pipeline"
10483   y-axis: "Y = Number of Service Pipelines"
10484   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10485   layout:
10486     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10487     layout: "plot-service-density"
10488
10489 - type: "plot"
10490   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10491   algorithm: "plot_nf_heatmap"
10492   output-file-type: ".html"
10493   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10494   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10495   filter: "'NIC_Intel-XXV710' and
10496            'NF_DENSITY' and
10497            'DOCKER' and
10498            'PIPELINE' and
10499            'NF_VPPIP4' and
10500            'IMIX' and
10501            '8T4C' and
10502            'NDRPDR'"
10503   parameters:
10504   - "throughput"
10505   - "name"
10506   - "tags"
10507   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10508   x-axis: "X = CNFs per Service Pipeline"
10509   y-axis: "Y = Number of Service Pipelines"
10510   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10511   layout:
10512     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10513     layout: "plot-service-density"
10514
10515 # Plots - NF Density - CSP - PDR IMIX
10516 - type: "plot"
10517   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10518   algorithm: "plot_nf_heatmap"
10519   output-file-type: ".html"
10520   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10521   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10522   filter: "'NIC_Intel-XXV710' and
10523            'NF_DENSITY' and
10524            'DOCKER' and
10525            'PIPELINE' and
10526            'NF_VPPIP4' and
10527            'IMIX' and
10528            '2T1C' and
10529            'NDRPDR'"
10530   parameters:
10531   - "throughput"
10532   - "name"
10533   - "tags"
10534   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10535   x-axis: "X = CNFs per Service Pipeline"
10536   y-axis: "Y = Number of Service Pipelines"
10537   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10538   layout:
10539     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10540     layout: "plot-service-density"
10541
10542 - type: "plot"
10543   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10544   algorithm: "plot_nf_heatmap"
10545   output-file-type: ".html"
10546   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10547   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10548   filter: "'NIC_Intel-XXV710' and
10549            'NF_DENSITY' and
10550            'DOCKER' and
10551            'PIPELINE' and
10552            'NF_VPPIP4' and
10553            'IMIX' and
10554            '4T2C' and
10555            'NDRPDR'"
10556   parameters:
10557   - "throughput"
10558   - "name"
10559   - "tags"
10560   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10561   x-axis: "X = CNFs per Service Pipeline"
10562   y-axis: "Y = Number of Service Pipelines"
10563   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10564   layout:
10565     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10566     layout: "plot-service-density"
10567
10568 - type: "plot"
10569   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10570   algorithm: "plot_nf_heatmap"
10571   output-file-type: ".html"
10572   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10573   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10574   filter: "'NIC_Intel-XXV710' and
10575            'NF_DENSITY' and
10576            'DOCKER' and
10577            'PIPELINE' and
10578            'NF_VPPIP4' and
10579            'IMIX' and
10580            '8T4C' and
10581            'NDRPDR'"
10582   parameters:
10583   - "throughput"
10584   - "name"
10585   - "tags"
10586   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10587   x-axis: "X = CNFs per Service Pipeline"
10588   y-axis: "Y = Number of Service Pipelines"
10589   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10590   layout:
10591     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10592     layout: "plot-service-density"
10593
10594 ###############################################################################
10595 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10596
10597 - type: "plot"
10598   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10599   algorithm: "plot_nf_heatmap"
10600   output-file-type: ".html"
10601   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10602   data: "plot-vpp-nfv-2n-clx-mrr"
10603   filter: "'NIC_Intel-XXV710' and
10604            'NF_DENSITY' and
10605            'VHOST' and
10606            not 'VXLAN' and
10607            'CHAIN' and
10608            'NF_VPPIP4' and
10609            'IMIX' and
10610            '2T1C' and
10611            'MRR'"
10612   parameters:
10613   - "result"
10614   - "name"
10615   - "tags"
10616   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10617   x-axis: "X = VNFs per Service Chain"
10618   y-axis: "Y = Number of Service Chains"
10619   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10620   layout:
10621     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10622     layout: "plot-service-density"
10623
10624 - type: "plot"
10625   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10626   algorithm: "plot_nf_heatmap"
10627   output-file-type: ".html"
10628   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10629   data: "plot-vpp-nfv-2n-clx-mrr"
10630   filter: "'NIC_Intel-XXV710' and
10631            'NF_DENSITY' and
10632            'VHOST' and
10633            not 'VXLAN' and
10634            'CHAIN' and
10635            'NF_VPPIP4' and
10636            'IMIX' and
10637            '4T2C' and
10638            'MRR'"
10639   parameters:
10640   - "result"
10641   - "name"
10642   - "tags"
10643   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10644   x-axis: "X = VNFs per Service Chain"
10645   y-axis: "Y = Number of Service Chains"
10646   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10647   layout:
10648     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10649     layout: "plot-service-density"
10650
10651 - type: "plot"
10652   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10653   algorithm: "plot_nf_heatmap"
10654   output-file-type: ".html"
10655   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10656   data: "plot-vpp-nfv-2n-clx-mrr"
10657   filter: "'NIC_Intel-XXV710' and
10658            'NF_DENSITY' and
10659            'VHOST' and
10660            not 'VXLAN' and
10661            'CHAIN' and
10662            'NF_VPPIP4' and
10663            'IMIX' and
10664            '8T4C' and
10665            'MRR'"
10666   parameters:
10667   - "result"
10668   - "name"
10669   - "tags"
10670   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10671   x-axis: "X = VNFs per Service Chain"
10672   y-axis: "Y = Number of Service Chains"
10673   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10674   layout:
10675     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10676     layout: "plot-service-density"
10677
10678 # Plots - NF Density - VSC - NDR IMIX
10679 - type: "plot"
10680   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10681   algorithm: "plot_nf_heatmap"
10682   output-file-type: ".html"
10683   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10684   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10685   filter: "'NIC_Intel-XXV710' and
10686            'NF_DENSITY' and
10687            'VHOST' and
10688            not 'VXLAN' and
10689            'CHAIN' and
10690            'NF_VPPIP4' and
10691            'IMIX' and
10692            '2T1C' and
10693            'NDRPDR'"
10694   parameters:
10695   - "throughput"
10696   - "name"
10697   - "tags"
10698   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10699   x-axis: "X = VNFs per Service Chain"
10700   y-axis: "Y = Number of Service Chains"
10701   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10702   layout:
10703     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10704     layout: "plot-service-density"
10705
10706 - type: "plot"
10707   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10708   algorithm: "plot_nf_heatmap"
10709   output-file-type: ".html"
10710   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10711   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10712   filter: "'NIC_Intel-XXV710' and
10713            'NF_DENSITY' and
10714            'VHOST' and
10715            not 'VXLAN' and
10716            'CHAIN' and
10717            'NF_VPPIP4' and
10718            'IMIX' and
10719            '4T2C' and
10720            'NDRPDR'"
10721   parameters:
10722   - "throughput"
10723   - "name"
10724   - "tags"
10725   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10726   x-axis: "X = VNFs per Service Chain"
10727   y-axis: "Y = Number of Service Chains"
10728   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10729   layout:
10730     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10731     layout: "plot-service-density"
10732
10733 - type: "plot"
10734   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10735   algorithm: "plot_nf_heatmap"
10736   output-file-type: ".html"
10737   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10738   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10739   filter: "'NIC_Intel-XXV710' and
10740            'NF_DENSITY' and
10741            'VHOST' and
10742            not 'VXLAN' and
10743            'CHAIN' and
10744            'NF_VPPIP4' and
10745            'IMIX' and
10746            '8T4C' and
10747            'NDRPDR'"
10748   parameters:
10749   - "throughput"
10750   - "name"
10751   - "tags"
10752   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10753   x-axis: "X = VNFs per Service Chain"
10754   y-axis: "Y = Number of Service Chains"
10755   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10756   layout:
10757     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10758     layout: "plot-service-density"
10759
10760 # Plots - NF Density - VSC - PDR IMIX
10761 - type: "plot"
10762   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10763   algorithm: "plot_nf_heatmap"
10764   output-file-type: ".html"
10765   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10766   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10767   filter: "'NIC_Intel-XXV710' and
10768            'NF_DENSITY' and
10769            'VHOST' and
10770            not 'VXLAN' and
10771            'CHAIN' and
10772            'NF_VPPIP4' and
10773            'IMIX' and
10774            '2T1C' and
10775            'NDRPDR'"
10776   parameters:
10777   - "throughput"
10778   - "name"
10779   - "tags"
10780   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10781   x-axis: "X = VNFs per Service Chain"
10782   y-axis: "Y = Number of Service Chains"
10783   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10784   layout:
10785     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10786     layout: "plot-service-density"
10787
10788 - type: "plot"
10789   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10790   algorithm: "plot_nf_heatmap"
10791   output-file-type: ".html"
10792   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10793   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10794   filter: "'NIC_Intel-XXV710' and
10795            'NF_DENSITY' and
10796            'VHOST' and
10797            not 'VXLAN' and
10798            'CHAIN' and
10799            'NF_VPPIP4' and
10800            'IMIX' and
10801            '4T2C' and
10802            'NDRPDR'"
10803   parameters:
10804   - "throughput"
10805   - "name"
10806   - "tags"
10807   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10808   x-axis: "X = VNFs per Service Chain"
10809   y-axis: "Y = Number of Service Chains"
10810   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10811   layout:
10812     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10813     layout: "plot-service-density"
10814
10815 - type: "plot"
10816   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10817   algorithm: "plot_nf_heatmap"
10818   output-file-type: ".html"
10819   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10820   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10821   filter: "'NIC_Intel-XXV710' and
10822            'NF_DENSITY' and
10823            'VHOST' and
10824            not 'VXLAN' and
10825            'CHAIN' and
10826            'NF_VPPIP4' and
10827            'IMIX' and
10828            '8T4C' and
10829            'NDRPDR'"
10830   parameters:
10831   - "throughput"
10832   - "name"
10833   - "tags"
10834   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10835   x-axis: "X = VNFs per Service Chain"
10836   y-axis: "Y = Number of Service Chains"
10837   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10838   layout:
10839     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10840     layout: "plot-service-density"
10841
10842 # Plots - NF Density - VSC - MRR IMIX
10843 - type: "plot"
10844   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10845   algorithm: "plot_nf_heatmap"
10846   output-file-type: ".html"
10847   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10848   data: "plot-vpp-nfv-2n-clx-mrr"
10849   filter: "'NIC_Intel-XXV710' and
10850            'NF_DENSITY' and
10851            'VHOST' and
10852            'VXLAN' and
10853            'CHAIN' and
10854            'IMIX' and
10855            '2T1C' and
10856            'MRR'"
10857   parameters:
10858   - "result"
10859   - "name"
10860   - "tags"
10861   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10862   x-axis: "X = VNFs per Service Chain"
10863   y-axis: "Y = Number of Service Chains"
10864   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10865   layout:
10866     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10867     layout: "plot-service-density"
10868
10869 - type: "plot"
10870   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10871   algorithm: "plot_nf_heatmap"
10872   output-file-type: ".html"
10873   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10874   data: "plot-vpp-nfv-2n-clx-mrr"
10875   filter: "'NIC_Intel-XXV710' and
10876            'NF_DENSITY' and
10877            'VHOST' and
10878            'VXLAN' and
10879            'CHAIN' and
10880            'IMIX' and
10881            '4T2C' and
10882            'MRR'"
10883   parameters:
10884   - "result"
10885   - "name"
10886   - "tags"
10887   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10888   x-axis: "X = VNFs per Service Chain"
10889   y-axis: "Y = Number of Service Chains"
10890   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10891   layout:
10892     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10893     layout: "plot-service-density"
10894
10895 - type: "plot"
10896   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10897   algorithm: "plot_nf_heatmap"
10898   output-file-type: ".html"
10899   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10900   data: "plot-vpp-nfv-2n-clx-mrr"
10901   filter: "'NIC_Intel-XXV710' and
10902            'NF_DENSITY' and
10903            'VHOST' and
10904            'VXLAN' and
10905            'CHAIN' and
10906            'IMIX' and
10907            '8T4C' and
10908            'MRR'"
10909   parameters:
10910   - "result"
10911   - "name"
10912   - "tags"
10913   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10914   x-axis: "X = VNFs per Service Chain"
10915   y-axis: "Y = Number of Service Chains"
10916   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10917   layout:
10918     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10919     layout: "plot-service-density"
10920
10921 # Plots - NF Density - VSC - NDR IMIX
10922 - type: "plot"
10923   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10924   algorithm: "plot_nf_heatmap"
10925   output-file-type: ".html"
10926   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10927   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10928   filter: "'NIC_Intel-XXV710' and
10929            'NF_DENSITY' and
10930            'VHOST' and
10931            'VXLAN' and
10932            'CHAIN' and
10933            'IMIX' and
10934            '2T1C' and
10935            'NDRPDR'"
10936   parameters:
10937   - "throughput"
10938   - "name"
10939   - "tags"
10940   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10941   x-axis: "X = VNFs per Service Chain"
10942   y-axis: "Y = Number of Service Chains"
10943   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10944   layout:
10945     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10946     layout: "plot-service-density"
10947
10948 - type: "plot"
10949   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10950   algorithm: "plot_nf_heatmap"
10951   output-file-type: ".html"
10952   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10953   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10954   filter: "'NIC_Intel-XXV710' and
10955            'NF_DENSITY' and
10956            'VHOST' and
10957            'VXLAN' and
10958            'CHAIN' and
10959            'IMIX' and
10960            '4T2C' and
10961            'NDRPDR'"
10962   parameters:
10963   - "throughput"
10964   - "name"
10965   - "tags"
10966   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10967   x-axis: "X = VNFs per Service Chain"
10968   y-axis: "Y = Number of Service Chains"
10969   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10970   layout:
10971     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10972     layout: "plot-service-density"
10973
10974 - type: "plot"
10975   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10976   algorithm: "plot_nf_heatmap"
10977   output-file-type: ".html"
10978   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10979   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10980   filter: "'NIC_Intel-XXV710' and
10981            'NF_DENSITY' and
10982            'VHOST' and
10983            'VXLAN' and
10984            'CHAIN' and
10985            'IMIX' and
10986            '8T4C' and
10987            'NDRPDR'"
10988   parameters:
10989   - "throughput"
10990   - "name"
10991   - "tags"
10992   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10993   x-axis: "X = VNFs per Service Chain"
10994   y-axis: "Y = Number of Service Chains"
10995   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10996   layout:
10997     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10998     layout: "plot-service-density"
10999
11000 # Plots - NF Density - VSC - PDR IMIX
11001 - type: "plot"
11002   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11003   algorithm: "plot_nf_heatmap"
11004   output-file-type: ".html"
11005   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
11006   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11007   filter: "'NIC_Intel-XXV710' and
11008            'NF_DENSITY' and
11009            'VHOST' and
11010            'VXLAN' and
11011            'CHAIN' and
11012            'IMIX' and
11013            '2T1C' and
11014            'NDRPDR'"
11015   parameters:
11016   - "throughput"
11017   - "name"
11018   - "tags"
11019   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11020   x-axis: "X = VNFs per Service Chain"
11021   y-axis: "Y = Number of Service Chains"
11022   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11023   layout:
11024     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11025     layout: "plot-service-density"
11026
11027 - type: "plot"
11028   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11029   algorithm: "plot_nf_heatmap"
11030   output-file-type: ".html"
11031   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
11032   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11033   filter: "'NIC_Intel-XXV710' and
11034            'NF_DENSITY' and
11035            'VHOST' and
11036            'VXLAN' and
11037            'CHAIN' and
11038            'IMIX' and
11039            '4T2C' and
11040            'NDRPDR'"
11041   parameters:
11042   - "throughput"
11043   - "name"
11044   - "tags"
11045   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11046   x-axis: "X = VNFs per Service Chain"
11047   y-axis: "Y = Number of Service Chains"
11048   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11049   layout:
11050     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11051     layout: "plot-service-density"
11052
11053 - type: "plot"
11054   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11055   algorithm: "plot_nf_heatmap"
11056   output-file-type: ".html"
11057   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
11058   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11059   filter: "'NIC_Intel-XXV710' and
11060            'NF_DENSITY' and
11061            'VHOST' and
11062            'VXLAN' and
11063            'CHAIN' and
11064            'IMIX' and
11065            '8T4C' and
11066            'NDRPDR'"
11067   parameters:
11068   - "throughput"
11069   - "name"
11070   - "tags"
11071   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11072   x-axis: "X = VNFs per Service Chain"
11073   y-axis: "Y = Number of Service Chains"
11074   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11075   layout:
11076     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11077     layout: "plot-service-density"
11078
11079 # Plots - NF Density - CSC - MRR IMIX
11080 - type: "plot"
11081   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11082   algorithm: "plot_nf_heatmap"
11083   output-file-type: ".html"
11084   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
11085   data: "plot-vpp-nfv-2n-clx-mrr"
11086   filter: "'NIC_Intel-XXV710' and
11087            'NF_DENSITY' and
11088            'DOCKER' and
11089            'CHAIN' and
11090            'NF_VPPIP4' and
11091            'IMIX' and
11092            '2T1C' and
11093            'MRR'"
11094   parameters:
11095   - "result"
11096   - "name"
11097   - "tags"
11098   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11099   x-axis: "X = CNFs per Service Chain"
11100   y-axis: "Y = Number of Service Chains"
11101   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11102   layout:
11103     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11104     layout: "plot-service-density"
11105
11106 - type: "plot"
11107   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11108   algorithm: "plot_nf_heatmap"
11109   output-file-type: ".html"
11110   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
11111   data: "plot-vpp-nfv-2n-clx-mrr"
11112   filter: "'NIC_Intel-XXV710' and
11113            'NF_DENSITY' and
11114            'DOCKER' and
11115            'CHAIN' and
11116            'NF_VPPIP4' and
11117            'IMIX' and
11118            '4T2C' and
11119            'MRR'"
11120   parameters:
11121   - "result"
11122   - "name"
11123   - "tags"
11124   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11125   x-axis: "X = CNFs per Service Chain"
11126   y-axis: "Y = Number of Service Chains"
11127   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11128   layout:
11129     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11130     layout: "plot-service-density"
11131
11132 - type: "plot"
11133   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11134   algorithm: "plot_nf_heatmap"
11135   output-file-type: ".html"
11136   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
11137   data: "plot-vpp-nfv-2n-clx-mrr"
11138   filter: "'NIC_Intel-XXV710' and
11139            'NF_DENSITY' and
11140            'DOCKER' and
11141            'CHAIN' and
11142            'NF_VPPIP4' and
11143            'IMIX' and
11144            '8T4C' and
11145            'MRR'"
11146   parameters:
11147   - "result"
11148   - "name"
11149   - "tags"
11150   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11151   x-axis: "X = CNFs per Service Chain"
11152   y-axis: "Y = Number of Service Chains"
11153   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11154   layout:
11155     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11156     layout: "plot-service-density"
11157
11158 # Plots - NF Density - CSC - NDR IMIX
11159 - type: "plot"
11160   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11161   algorithm: "plot_nf_heatmap"
11162   output-file-type: ".html"
11163   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
11164   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11165   filter: "'NIC_Intel-XXV710' and
11166            'NF_DENSITY' and
11167            'DOCKER' and
11168            'CHAIN' and
11169            'NF_VPPIP4' and
11170            'IMIX' and
11171            '2T1C' and
11172            'NDRPDR'"
11173   parameters:
11174   - "throughput"
11175   - "name"
11176   - "tags"
11177   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11178   x-axis: "X = CNFs per Service Chain"
11179   y-axis: "Y = Number of Service Chains"
11180   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11181   layout:
11182     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11183     layout: "plot-service-density"
11184
11185 - type: "plot"
11186   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11187   algorithm: "plot_nf_heatmap"
11188   output-file-type: ".html"
11189   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
11190   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11191   filter: "'NIC_Intel-XXV710' and
11192            'NF_DENSITY' and
11193            'DOCKER' and
11194            'CHAIN' and
11195            'NF_VPPIP4' and
11196            'IMIX' and
11197            '4T2C' and
11198            'NDRPDR'"
11199   parameters:
11200   - "throughput"
11201   - "name"
11202   - "tags"
11203   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11204   x-axis: "X = CNFs per Service Chain"
11205   y-axis: "Y = Number of Service Chains"
11206   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11207   layout:
11208     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11209     layout: "plot-service-density"
11210
11211 - type: "plot"
11212   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11213   algorithm: "plot_nf_heatmap"
11214   output-file-type: ".html"
11215   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11216   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11217   filter: "'NIC_Intel-XXV710' and
11218            'NF_DENSITY' and
11219            'DOCKER' and
11220            'CHAIN' and
11221            'NF_VPPIP4' and
11222            'IMIX' and
11223            '8T4C' and
11224            'NDRPDR'"
11225   parameters:
11226   - "throughput"
11227   - "name"
11228   - "tags"
11229   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11230   x-axis: "X = CNFs per Service Chain"
11231   y-axis: "Y = Number of Service Chains"
11232   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11233   layout:
11234     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11235     layout: "plot-service-density"
11236
11237 # Plots - NF Density - CSC - PDR IMIX
11238 - type: "plot"
11239   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11240   algorithm: "plot_nf_heatmap"
11241   output-file-type: ".html"
11242   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11243   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11244   filter: "'NIC_Intel-XXV710' and
11245            'NF_DENSITY' and
11246            'DOCKER' and
11247            'CHAIN' and
11248            'NF_VPPIP4' and
11249            'IMIX' and
11250            '2T1C' and
11251            'NDRPDR'"
11252   parameters:
11253   - "throughput"
11254   - "name"
11255   - "tags"
11256   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11257   x-axis: "X = CNFs per Service Chain"
11258   y-axis: "Y = Number of Service Chains"
11259   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11260   layout:
11261     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11262     layout: "plot-service-density"
11263
11264 - type: "plot"
11265   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11266   algorithm: "plot_nf_heatmap"
11267   output-file-type: ".html"
11268   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11269   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11270   filter: "'NIC_Intel-XXV710' and
11271            'NF_DENSITY' and
11272            'DOCKER' and
11273            'CHAIN' and
11274            'NF_VPPIP4' and
11275            'IMIX' and
11276            '4T2C' and
11277            'NDRPDR'"
11278   parameters:
11279   - "throughput"
11280   - "name"
11281   - "tags"
11282   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11283   x-axis: "X = CNFs per Service Chain"
11284   y-axis: "Y = Number of Service Chains"
11285   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11286   layout:
11287     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11288     layout: "plot-service-density"
11289
11290 - type: "plot"
11291   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11292   algorithm: "plot_nf_heatmap"
11293   output-file-type: ".html"
11294   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11295   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11296   filter: "'NIC_Intel-XXV710' and
11297            'NF_DENSITY' and
11298            'DOCKER' and
11299            'CHAIN' and
11300            'NF_VPPIP4' and
11301            'IMIX' and
11302            '8T4C' and
11303            'NDRPDR'"
11304   parameters:
11305   - "throughput"
11306   - "name"
11307   - "tags"
11308   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11309   x-axis: "X = CNFs per Service Chain"
11310   y-axis: "Y = Number of Service Chains"
11311   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11312   layout:
11313     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11314     layout: "plot-service-density"
11315
11316 # Plots - NF Density - CSP - MRR IMIX
11317 - type: "plot"
11318   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11319   algorithm: "plot_nf_heatmap"
11320   output-file-type: ".html"
11321   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11322   data: "plot-vpp-nfv-2n-clx-mrr"
11323   filter: "'NIC_Intel-XXV710' and
11324            'NF_DENSITY' and
11325            'DOCKER' and
11326            'PIPELINE' and
11327            'NF_VPPIP4' and
11328            'IMIX' and
11329            '2T1C' and
11330            'MRR'"
11331   parameters:
11332   - "result"
11333   - "name"
11334   - "tags"
11335   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11336   x-axis: "X = CNFs per Service Pipeline"
11337   y-axis: "Y = Number of Service Pipelines"
11338   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11339   layout:
11340     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11341     layout: "plot-service-density"
11342
11343 - type: "plot"
11344   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11345   algorithm: "plot_nf_heatmap"
11346   output-file-type: ".html"
11347   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11348   data: "plot-vpp-nfv-2n-clx-mrr"
11349   filter: "'NIC_Intel-XXV710' and
11350            'NF_DENSITY' and
11351            'DOCKER' and
11352            'PIPELINE' and
11353            'NF_VPPIP4' and
11354            'IMIX' and
11355            '4T2C' and
11356            'MRR'"
11357   parameters:
11358   - "result"
11359   - "name"
11360   - "tags"
11361   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11362   x-axis: "X = CNFs per Service Pipeline"
11363   y-axis: "Y = Number of Service Pipelines"
11364   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11365   layout:
11366     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11367     layout: "plot-service-density"
11368
11369 - type: "plot"
11370   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11371   algorithm: "plot_nf_heatmap"
11372   output-file-type: ".html"
11373   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11374   data: "plot-vpp-nfv-2n-clx-mrr"
11375   filter: "'NIC_Intel-XXV710' and
11376            'NF_DENSITY' and
11377            'DOCKER' and
11378            'PIPELINE' and
11379            'NF_VPPIP4' and
11380            'IMIX' and
11381            '8T4C' and
11382            'MRR'"
11383   parameters:
11384   - "result"
11385   - "name"
11386   - "tags"
11387   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11388   x-axis: "X = CNFs per Service Pipeline"
11389   y-axis: "Y = Number of Service Pipelines"
11390   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11391   layout:
11392     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11393     layout: "plot-service-density"
11394
11395 # Plots - NF Density - CSP - NDR IMIX
11396 - type: "plot"
11397   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11398   algorithm: "plot_nf_heatmap"
11399   output-file-type: ".html"
11400   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11401   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11402   filter: "'NIC_Intel-XXV710' and
11403            'NF_DENSITY' and
11404            'DOCKER' and
11405            'PIPELINE' and
11406            'NF_VPPIP4' and
11407            'IMIX' and
11408            '2T1C' and
11409            'NDRPDR'"
11410   parameters:
11411   - "throughput"
11412   - "name"
11413   - "tags"
11414   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11415   x-axis: "X = CNFs per Service Pipeline"
11416   y-axis: "Y = Number of Service Pipelines"
11417   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11418   layout:
11419     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11420     layout: "plot-service-density"
11421
11422 - type: "plot"
11423   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11424   algorithm: "plot_nf_heatmap"
11425   output-file-type: ".html"
11426   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11427   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11428   filter: "'NIC_Intel-XXV710' and
11429            'NF_DENSITY' and
11430            'DOCKER' and
11431            'PIPELINE' and
11432            'NF_VPPIP4' and
11433            'IMIX' and
11434            '4T2C' and
11435            'NDRPDR'"
11436   parameters:
11437   - "throughput"
11438   - "name"
11439   - "tags"
11440   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11441   x-axis: "X = CNFs per Service Pipeline"
11442   y-axis: "Y = Number of Service Pipelines"
11443   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11444   layout:
11445     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11446     layout: "plot-service-density"
11447
11448 - type: "plot"
11449   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11450   algorithm: "plot_nf_heatmap"
11451   output-file-type: ".html"
11452   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11453   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11454   filter: "'NIC_Intel-XXV710' and
11455            'NF_DENSITY' and
11456            'DOCKER' and
11457            'PIPELINE' and
11458            'NF_VPPIP4' and
11459            'IMIX' and
11460            '8T4C' and
11461            'NDRPDR'"
11462   parameters:
11463   - "throughput"
11464   - "name"
11465   - "tags"
11466   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11467   x-axis: "X = CNFs per Service Pipeline"
11468   y-axis: "Y = Number of Service Pipelines"
11469   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11470   layout:
11471     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11472     layout: "plot-service-density"
11473
11474 # Plots - NF Density - CSP - PDR IMIX
11475 - type: "plot"
11476   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11477   algorithm: "plot_nf_heatmap"
11478   output-file-type: ".html"
11479   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11480   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11481   filter: "'NIC_Intel-XXV710' and
11482            'NF_DENSITY' and
11483            'DOCKER' and
11484            'PIPELINE' and
11485            'NF_VPPIP4' and
11486            'IMIX' and
11487            '2T1C' and
11488            'NDRPDR'"
11489   parameters:
11490   - "throughput"
11491   - "name"
11492   - "tags"
11493   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11494   x-axis: "X = CNFs per Service Pipeline"
11495   y-axis: "Y = Number of Service Pipelines"
11496   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11497   layout:
11498     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11499     layout: "plot-service-density"
11500
11501 - type: "plot"
11502   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11503   algorithm: "plot_nf_heatmap"
11504   output-file-type: ".html"
11505   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11506   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11507   filter: "'NIC_Intel-XXV710' and
11508            'NF_DENSITY' and
11509            'DOCKER' and
11510            'PIPELINE' and
11511            'NF_VPPIP4' and
11512            'IMIX' and
11513            '4T2C' and
11514            'NDRPDR'"
11515   parameters:
11516   - "throughput"
11517   - "name"
11518   - "tags"
11519   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11520   x-axis: "X = CNFs per Service Pipeline"
11521   y-axis: "Y = Number of Service Pipelines"
11522   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11523   layout:
11524     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11525     layout: "plot-service-density"
11526
11527 - type: "plot"
11528   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11529   algorithm: "plot_nf_heatmap"
11530   output-file-type: ".html"
11531   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11532   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11533   filter: "'NIC_Intel-XXV710' and
11534            'NF_DENSITY' and
11535            'DOCKER' and
11536            'PIPELINE' and
11537            'NF_VPPIP4' and
11538            'IMIX' and
11539            '8T4C' and
11540            'NDRPDR'"
11541   parameters:
11542   - "throughput"
11543   - "name"
11544   - "tags"
11545   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11546   x-axis: "X = CNFs per Service Pipeline"
11547   y-axis: "Y = Number of Service Pipelines"
11548   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11549   layout:
11550     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11551     layout: "plot-service-density"
11552
11553 ################################################################################
11554
11555 # Packet Throughput
11556
11557 - type: "plot"
11558   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11559   algorithm: "plot_perf_box_name"
11560   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11561   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11562   include:
11563     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11564     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11565     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11566     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11567   layout:
11568     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11569     layout: "plot-throughput"
11570
11571 - type: "plot"
11572   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11573   algorithm: "plot_perf_box_name"
11574   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11575   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11576   include:
11577     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11578     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11579     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11580     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11581   layout:
11582     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11583     layout: "plot-throughput"
11584
11585 - type: "plot"
11586   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11587   algorithm: "plot_perf_box_name"
11588   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11589   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11590   include:
11591     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11592     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11593     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11594     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11595   layout:
11596     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11597     layout: "plot-throughput"
11598
11599 - type: "plot"
11600   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11601   algorithm: "plot_perf_box_name"
11602   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11603   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11604   include:
11605     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11606     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11607     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11608     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11609   layout:
11610     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11611     layout: "plot-throughput"
11612
11613 - type: "plot"
11614   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11615   algorithm: "plot_perf_box_name"
11616   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11617   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11618   include:
11619     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11620     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11621     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11622     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11623     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11624   layout:
11625     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11626     layout: "plot-throughput"
11627
11628 - type: "plot"
11629   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11630   algorithm: "plot_perf_box_name"
11631   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11632   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11633   include:
11634     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11635     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11636     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11637     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11638     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11639   layout:
11640     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11641     layout: "plot-throughput"
11642
11643 - type: "plot"
11644   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11645   algorithm: "plot_perf_box_name"
11646   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11647   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11648   include:
11649     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11650     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11651     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11652     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11653     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11654   layout:
11655     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11656     layout: "plot-throughput"
11657
11658 - type: "plot"
11659   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11660   algorithm: "plot_perf_box_name"
11661   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11662   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11663   include:
11664     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11665     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11666     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11667     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11668     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11669   layout:
11670     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11671     layout: "plot-throughput"
11672
11673 - type: "plot"
11674   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11675   algorithm: "plot_perf_box_name"
11676   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11677   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11678   include:
11679     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11680     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11681     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11682     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11683     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11684   layout:
11685     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11686     layout: "plot-throughput"
11687
11688 - type: "plot"
11689   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11690   algorithm: "plot_perf_box_name"
11691   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11692   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11693   include:
11694     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11695     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11696     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11697     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11698     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11699   layout:
11700     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11701     layout: "plot-throughput"
11702
11703 - type: "plot"
11704   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11705   algorithm: "plot_perf_box_name"
11706   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11707   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11708   include:
11709     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11710     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11711     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11712     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11713     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11714     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11715   layout:
11716     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11717     layout: "plot-throughput"
11718
11719 - type: "plot"
11720   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11721   algorithm: "plot_perf_box_name"
11722   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11723   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11724   include:
11725     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11726     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11727     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11728     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11729     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11730     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11731   layout:
11732     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11733     layout: "plot-throughput"
11734
11735 - type: "plot"
11736   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11737   algorithm: "plot_perf_box_name"
11738   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11739   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11740   include:
11741     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11742     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11744     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11745     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11746   layout:
11747     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11748     layout: "plot-throughput"
11749
11750 - type: "plot"
11751   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11752   algorithm: "plot_perf_box_name"
11753   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11754   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11755   include:
11756     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11757     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11758     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11761   layout:
11762     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11763     layout: "plot-throughput"
11764
11765 - type: "plot"
11766   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11767   algorithm: "plot_perf_box_name"
11768   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11769   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11770   include:
11771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11774   layout:
11775     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11776     layout: "plot-throughput"
11777
11778 - type: "plot"
11779   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11780   algorithm: "plot_perf_box_name"
11781   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11782   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11783   include:
11784     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11786     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11787   layout:
11788     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11789     layout: "plot-throughput"
11790
11791 - type: "plot"
11792   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11793   algorithm: "plot_perf_box_name"
11794   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11795   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11796   include:
11797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11798     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11799     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11800     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11801     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11802   layout:
11803     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11804     layout: "plot-throughput"
11805
11806 - type: "plot"
11807   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11808   algorithm: "plot_perf_box_name"
11809   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11810   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11811   include:
11812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11813     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11814     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11815     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11816     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11817   layout:
11818     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11819     layout: "plot-throughput"
11820
11821 - type: "plot"
11822   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11823   algorithm: "plot_perf_box_name"
11824   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11825   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11826   include:
11827     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11829     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11830   layout:
11831     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11832     layout: "plot-throughput"
11833
11834 - type: "plot"
11835   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11836   algorithm: "plot_perf_box_name"
11837   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11838   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11839   include:
11840     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11841     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11842     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11843   layout:
11844     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11845     layout: "plot-throughput"
11846
11847 - type: "plot"
11848   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11849   algorithm: "plot_perf_box_name"
11850   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11851   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11852   include:
11853     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11854     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11855     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11856     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11857     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11858     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11859   layout:
11860     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11861     layout: "plot-throughput"
11862
11863 - type: "plot"
11864   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11865   algorithm: "plot_perf_box_name"
11866   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11867   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11868   include:
11869     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11870     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11871     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11872     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11873     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11874     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11875   layout:
11876     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11877     layout: "plot-throughput"
11878
11879 - type: "plot"
11880   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11881   algorithm: "plot_perf_box_name"
11882   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11883   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11884   include:
11885     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11886     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11887     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11888     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11889     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11890   layout:
11891     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11892     layout: "plot-throughput"
11893
11894 - type: "plot"
11895   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11896   algorithm: "plot_perf_box_name"
11897   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11898   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11899   include:
11900     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11901     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11902     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11903     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11904     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11905   layout:
11906     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11907     layout: "plot-throughput"
11908
11909 - type: "plot"
11910   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11911   algorithm: "plot_perf_box_name"
11912   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11913   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11914   include:
11915     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11916     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11917     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11918     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
11919     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11920     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11921     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11922     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
11923     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11924     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11925   layout:
11926     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11927     layout: "plot-cps"
11928
11929 - type: "plot"
11930   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11931   algorithm: "plot_perf_box_name"
11932   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11933   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11934   include:
11935     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11936     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11937     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11938     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
11939     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11940     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11941     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11942     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
11943     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11944     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11945   layout:
11946     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11947     layout: "plot-throughput"
11948
11949 - type: "plot"
11950   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11951   algorithm: "plot_perf_box_name"
11952   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11953   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11954   include:
11955     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11956     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11957     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11958     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
11959     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11960     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11961     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11962     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
11963     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11964     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11965   layout:
11966     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11967     layout: "plot-cps"
11968
11969 - type: "plot"
11970   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11971   algorithm: "plot_perf_box_name"
11972   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11973   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11974   include:
11975     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11976     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11977     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11978     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
11979     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11980     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11981     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11982     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
11983     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11984     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11985   layout:
11986     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11987     layout: "plot-throughput"
11988
11989 - type: "plot"
11990   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11991   algorithm: "plot_perf_box_name"
11992   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11993   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11994   include:
11995     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11996     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11997     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11998     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11999     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
12000   layout:
12001     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
12002     layout: "plot-throughput"
12003
12004 - type: "plot"
12005   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
12006   algorithm: "plot_perf_box_name"
12007   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
12008   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12009   include:
12010     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
12011     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
12012     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
12013     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
12014     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
12015   layout:
12016     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
12017     layout: "plot-throughput"
12018
12019 - type: "plot"
12020   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
12021   algorithm: "plot_perf_box_name"
12022   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
12023   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12024   include:
12025     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
12026     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
12027     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
12028     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
12029     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
12030     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
12031     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
12032     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
12033     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
12034     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
12035   layout:
12036     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
12037     layout: "plot-cps"
12038
12039 - type: "plot"
12040   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
12041   algorithm: "plot_perf_box_name"
12042   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
12043   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12044   include:
12045     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
12046     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
12047     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
12048     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
12049     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
12050     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
12051     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
12052     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
12053     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
12054     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
12055   layout:
12056     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
12057     layout: "plot-throughput"
12058
12059 - type: "plot"
12060   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
12061   algorithm: "plot_perf_box_name"
12062   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
12063   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12064   include:
12065     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
12066     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
12067     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
12068     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
12069     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
12070     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
12071     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
12072     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
12073     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
12074     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
12075   layout:
12076     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
12077     layout: "plot-cps"
12078
12079 - type: "plot"
12080   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
12081   algorithm: "plot_perf_box_name"
12082   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
12083   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12084   include:
12085     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
12086     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
12087     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
12088     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
12089     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
12090     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
12091     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
12092     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
12093     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
12094     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
12095   layout:
12096     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
12097     layout: "plot-throughput"
12098
12099 - type: "plot"
12100   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12101   algorithm: "plot_perf_box_name"
12102   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12103   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12104   include:
12105     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12106     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12107     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12108     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12109     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12110     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12111   layout:
12112     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12113     layout: "plot-throughput"
12114
12115 - type: "plot"
12116   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12117   algorithm: "plot_perf_box_name"
12118   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12119   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12120   include:
12121     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12122     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12123     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12124     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12125     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12126     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12127   layout:
12128     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12129     layout: "plot-throughput"
12130
12131 - type: "plot"
12132   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12133   algorithm: "plot_perf_box_name"
12134   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12135   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12136   include:
12137     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12138     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12139     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12140   layout:
12141     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12142     layout: "plot-throughput"
12143
12144 - type: "plot"
12145   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12146   algorithm: "plot_perf_box_name"
12147   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12148   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12149   include:
12150     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12151     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12152     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12153   layout:
12154     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12155     layout: "plot-throughput"
12156
12157 - type: "plot"
12158   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12159   algorithm: "plot_perf_box_name"
12160   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12161   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12162   include:
12163     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12164     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12165 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12166 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12167 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12168   layout:
12169     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12170     layout: "plot-throughput"
12171
12172 - type: "plot"
12173   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12174   algorithm: "plot_perf_box_name"
12175   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12176   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12177   include:
12178     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12179     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12180 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12181 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12182 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12183   layout:
12184     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12185     layout: "plot-throughput"
12186
12187 - type: "plot"
12188   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12189   algorithm: "plot_perf_box_name"
12190   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12191   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12192   include:
12193     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12194     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12195     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12196     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12197     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12198   layout:
12199     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12200     layout: "plot-throughput"
12201
12202 - type: "plot"
12203   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12204   algorithm: "plot_perf_box_name"
12205   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12206   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12207   include:
12208     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12209     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12210     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12211     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12212     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12213   layout:
12214     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12215     layout: "plot-throughput"
12216
12217 - type: "plot"
12218   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12219   algorithm: "plot_perf_box_name"
12220   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12221   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12222   include:
12223     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12224     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12225     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12226     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12227     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12228   layout:
12229     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12230     layout: "plot-throughput"
12231
12232 - type: "plot"
12233   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12234   algorithm: "plot_perf_box_name"
12235   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12236   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12237   include:
12238     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12239     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12240     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12241     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12242     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12243   layout:
12244     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12245     layout: "plot-throughput"
12246
12247 - type: "plot"
12248   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12249   algorithm: "plot_perf_box_name"
12250   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12251   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12252   include:
12253     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12254     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12255     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12256     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12257   layout:
12258     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12259     layout: "plot-throughput"
12260
12261 - type: "plot"
12262   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12263   algorithm: "plot_perf_box_name"
12264   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12265   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12266   include:
12267     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12268     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12269     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12270     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12271   layout:
12272     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12273     layout: "plot-throughput"
12274
12275 - type: "plot"
12276   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12277   algorithm: "plot_perf_box_name"
12278   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12279   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12280   include:
12281     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12282     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12283     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12284     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12285     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12286   layout:
12287     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12288     layout: "plot-throughput"
12289
12290 - type: "plot"
12291   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12292   algorithm: "plot_perf_box_name"
12293   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12294   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12295   include:
12296     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12297     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12298     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12299     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12300     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12301   layout:
12302     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12303     layout: "plot-throughput"
12304
12305 - type: "plot"
12306   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12307   algorithm: "plot_perf_box_name"
12308   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12309   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12310   include:
12311     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12312     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12313     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12314     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12315     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12316   layout:
12317     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12318     layout: "plot-throughput"
12319
12320 - type: "plot"
12321   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12322   algorithm: "plot_perf_box_name"
12323   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12324   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12325   include:
12326     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12327     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12328     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12329     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12330     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12331   layout:
12332     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12333     layout: "plot-throughput"
12334
12335 - type: "plot"
12336   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12337   algorithm: "plot_perf_box_name"
12338   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12339   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12340   include:
12341     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12342     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12343     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12344     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12345   layout:
12346     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12347     layout: "plot-throughput"
12348
12349 - type: "plot"
12350   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12351   algorithm: "plot_perf_box_name"
12352   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12353   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12354   include:
12355     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12356     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12357     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12358     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12359   layout:
12360     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12361     layout: "plot-throughput"
12362
12363 - type: "plot"
12364   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12365   algorithm: "plot_perf_box_name"
12366   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12367   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12368   include:
12369     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12370     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12371     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12372     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12373     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12374   layout:
12375     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12376     layout: "plot-throughput"
12377
12378 - type: "plot"
12379   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12380   algorithm: "plot_perf_box_name"
12381   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12382   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12383   include:
12384     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12385     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12386     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12387     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12388     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12389   layout:
12390     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12391     layout: "plot-throughput"
12392
12393 - type: "plot"
12394   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12395   algorithm: "plot_perf_box_name"
12396   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12397   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12398   include:
12399     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12400     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12401     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12402     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12403     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12404     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12405   layout:
12406     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12407     layout: "plot-throughput"
12408
12409 - type: "plot"
12410   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12411   algorithm: "plot_perf_box_name"
12412   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12413   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12414   include:
12415     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12416     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12417     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12418     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12419     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12420     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12421   layout:
12422     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12423     layout: "plot-throughput"
12424
12425 - type: "plot"
12426   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12427   algorithm: "plot_perf_box_name"
12428   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12429   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12430   include:
12431     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12432     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12433     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12434     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12435     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12436   layout:
12437     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12438     layout: "plot-throughput"
12439
12440 - type: "plot"
12441   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12442   algorithm: "plot_perf_box_name"
12443   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12444   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12445   include:
12446     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12447     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12448     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12449     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12450     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12451   layout:
12452     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12453     layout: "plot-throughput"
12454
12455 - type: "plot"
12456   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12457   algorithm: "plot_perf_box_name"
12458   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12459   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12460   include:
12461     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12462     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12463     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12464     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12465     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12466   layout:
12467     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12468     layout: "plot-throughput"
12469
12470 - type: "plot"
12471   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12472   algorithm: "plot_perf_box_name"
12473   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12474   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12475   include:
12476     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12477     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12478     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12479     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12480     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12481   layout:
12482     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12483     layout: "plot-throughput"
12484
12485 - type: "plot"
12486   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12487   algorithm: "plot_perf_box_name"
12488   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12489   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12490   include:
12491     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12492     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12493   layout:
12494     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12495     layout: "plot-throughput"
12496
12497 - type: "plot"
12498   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12499   algorithm: "plot_perf_box_name"
12500   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12501   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12502   include:
12503     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12504     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12505   layout:
12506     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12507     layout: "plot-throughput"
12508
12509 - type: "plot"
12510   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12511   algorithm: "plot_perf_box_name"
12512   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12513   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12514   include:
12515     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12516     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12517     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12518     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12519   layout:
12520     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12521     layout: "plot-throughput"
12522
12523 - type: "plot"
12524   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12525   algorithm: "plot_perf_box_name"
12526   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12527   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12528   include:
12529     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12530     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12531     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12532     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12533   layout:
12534     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12535     layout: "plot-throughput"
12536
12537 - type: "plot"
12538   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12539   algorithm: "plot_perf_box_name"
12540   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12541   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12542   include:
12543     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12544     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12545     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12546     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12547   layout:
12548     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12549     layout: "plot-throughput"
12550
12551 - type: "plot"
12552   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12553   algorithm: "plot_perf_box_name"
12554   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12555   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12556   include:
12557     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12558     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12559     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12560     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12561   layout:
12562     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12563     layout: "plot-throughput"
12564
12565 - type: "plot"
12566   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12567   algorithm: "plot_perf_box_name"
12568   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12569   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12570   include:
12571     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12572     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12573     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12574     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12575   layout:
12576     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12577     layout: "plot-throughput"
12578
12579 - type: "plot"
12580   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12581   algorithm: "plot_perf_box_name"
12582   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12583   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12584   include:
12585     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12586     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12587     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12588     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12589   layout:
12590     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12591     layout: "plot-throughput"
12592
12593 - type: "plot"
12594   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12595   algorithm: "plot_perf_box_name"
12596   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12597   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12598   include:
12599     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12600     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12601     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12602     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12603   layout:
12604     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12605     layout: "plot-throughput"
12606
12607 - type: "plot"
12608   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12609   algorithm: "plot_perf_box_name"
12610   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12611   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12612   include:
12613     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12614     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12615     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12616     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12617   layout:
12618     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12619     layout: "plot-throughput"
12620
12621 - type: "plot"
12622   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12623   algorithm: "plot_perf_box_name"
12624   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12625   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12626   include:
12627     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12628     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12629     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12630     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12631     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12632     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12633   layout:
12634     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12635     layout: "plot-throughput"
12636
12637 - type: "plot"
12638   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12639   algorithm: "plot_perf_box_name"
12640   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12641   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12642   include:
12643     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12644     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12645     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12646     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12647     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12648     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12649   layout:
12650     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12651     layout: "plot-throughput"
12652
12653 - type: "plot"
12654   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12655   algorithm: "plot_perf_box_name"
12656   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12657   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12658   include:
12659     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12660     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12661     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12662     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12663     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12664   layout:
12665     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12666     layout: "plot-throughput"
12667
12668 - type: "plot"
12669   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12670   algorithm: "plot_perf_box_name"
12671   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12672   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12673   include:
12674     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12675     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12676     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12677     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12678     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12679   layout:
12680     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12681     layout: "plot-throughput"
12682
12683 - type: "plot"
12684   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12685   algorithm: "plot_perf_box_name"
12686   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12687   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12688   include:
12689     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12690     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12691     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12692     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12693     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12694   layout:
12695     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12696     layout: "plot-throughput"
12697
12698 - type: "plot"
12699   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12700   algorithm: "plot_perf_box_name"
12701   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12702   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12703   include:
12704     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12705     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12706     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12707     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12708     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12709   layout:
12710     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12711     layout: "plot-throughput"
12712
12713 - type: "plot"
12714   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12715   algorithm: "plot_perf_box_name"
12716   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12717   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12718   include:
12719     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12720     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12721     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12722   layout:
12723     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12724     layout: "plot-throughput"
12725
12726 - type: "plot"
12727   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12728   algorithm: "plot_perf_box_name"
12729   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12730   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12731   include:
12732     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12733     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12734     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12735   layout:
12736     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12737     layout: "plot-throughput"
12738
12739 - type: "plot"
12740   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12741   algorithm: "plot_perf_box_name"
12742   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12743   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12744   include:
12745     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12746     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12747     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12748   layout:
12749     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12750     layout: "plot-throughput"
12751
12752 - type: "plot"
12753   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12754   algorithm: "plot_perf_box_name"
12755   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12756   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12757   include:
12758     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12759     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12760     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12761   layout:
12762     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12763     layout: "plot-throughput"
12764
12765 - type: "plot"
12766   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12767   algorithm: "plot_perf_box_name"
12768   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12769   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12770   include:
12771     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12772     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12773     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12774     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12775     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12776   layout:
12777     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12778     layout: "plot-throughput"
12779
12780 - type: "plot"
12781   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12782   algorithm: "plot_perf_box_name"
12783   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12784   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12785   include:
12786     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12787     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12788     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12789     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12790     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12791   layout:
12792     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12793     layout: "plot-throughput"
12794
12795 - type: "plot"
12796   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12797   algorithm: "plot_perf_box_name"
12798   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12799   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12800   include:
12801     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12802     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12803     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12804     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12805     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12806   layout:
12807     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12808     layout: "plot-throughput"
12809
12810 - type: "plot"
12811   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12812   algorithm: "plot_perf_box_name"
12813   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12814   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12815   include:
12816     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12817     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12818     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12819     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12820     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12821   layout:
12822     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12823     layout: "plot-throughput"
12824
12825 - type: "plot"
12826   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12827   algorithm: "plot_perf_box_name"
12828   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12829   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12830   include:
12831     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12832     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12833     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12834     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12835     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12836   layout:
12837     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12838     layout: "plot-throughput"
12839
12840 - type: "plot"
12841   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12842   algorithm: "plot_perf_box_name"
12843   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12844   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12845   include:
12846     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12847     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12848     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12849     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12850     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12851   layout:
12852     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12853     layout: "plot-throughput"
12854
12855 - type: "plot"
12856   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12857   algorithm: "plot_perf_box_name"
12858   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12859   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12860   include:
12861     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12862     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12863     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12864     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12865     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12866   layout:
12867     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12868     layout: "plot-throughput"
12869
12870 - type: "plot"
12871   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12872   algorithm: "plot_perf_box_name"
12873   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12874   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12875   include:
12876     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12877     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12878     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12879     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12880     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12881   layout:
12882     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12883     layout: "plot-throughput"
12884
12885 - type: "plot"
12886   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12887   algorithm: "plot_perf_box_name"
12888   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12889   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12890   include:
12891     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12892     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12893     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12894     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12895     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12896   layout:
12897     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12898     layout: "plot-throughput"
12899
12900 - type: "plot"
12901   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12902   algorithm: "plot_perf_box_name"
12903   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12904   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12905   include:
12906     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12907     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12908     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12909     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12910     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12911   layout:
12912     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12913     layout: "plot-throughput"
12914
12915 - type: "plot"
12916   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12917   algorithm: "plot_perf_box_name"
12918   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12919   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12920   include:
12921     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12922     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12923     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12924     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12925     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12926     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12927   layout:
12928     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12929     layout: "plot-throughput"
12930
12931 - type: "plot"
12932   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12933   algorithm: "plot_perf_box_name"
12934   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12935   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12936   include:
12937     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12938     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12939     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12940     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12941     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12942     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12943   layout:
12944     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12945     layout: "plot-throughput"
12946
12947 - type: "plot"
12948   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12949   algorithm: "plot_perf_box_name"
12950   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12951   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12952   include:
12953     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12954     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12955     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12956     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12957   layout:
12958     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12959     layout: "plot-throughput"
12960
12961 - type: "plot"
12962   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12963   algorithm: "plot_perf_box_name"
12964   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12965   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12966   include:
12967     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12968     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12969     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12970     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12971   layout:
12972     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12973     layout: "plot-throughput"
12974
12975 - type: "plot"
12976   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12977   algorithm: "plot_perf_box_name"
12978   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12979   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12980   include:
12981     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12982     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12983     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12984     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12985     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12986     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12987   layout:
12988     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12989     layout: "plot-throughput"
12990
12991 - type: "plot"
12992   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12993   algorithm: "plot_perf_box_name"
12994   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12995   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12996   include:
12997     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12998     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12999     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13000     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13001     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13002     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13003   layout:
13004     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13005     layout: "plot-throughput"
13006
13007 - type: "plot"
13008   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13009   algorithm: "plot_perf_box_name"
13010   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13011   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13012   include:
13013     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13014     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13015     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13016     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13017     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13018     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13019   layout:
13020     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13021     layout: "plot-throughput"
13022
13023 - type: "plot"
13024   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13025   algorithm: "plot_perf_box_name"
13026   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13027   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13028   include:
13029     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13030     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13031     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13032     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13033     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13034     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13035   layout:
13036     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13037     layout: "plot-throughput"
13038
13039 - type: "plot"
13040   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13041   algorithm: "plot_perf_box_name"
13042   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13043   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13044   include:
13045     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13046     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13047     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13048     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13049     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13050     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13051   layout:
13052     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13053     layout: "plot-throughput"
13054
13055 - type: "plot"
13056   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13057   algorithm: "plot_perf_box_name"
13058   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13059   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13060   include:
13061     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13062     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13063     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13064     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13065     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13066     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13067   layout:
13068     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13069     layout: "plot-throughput"
13070
13071 - type: "plot"
13072   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13073   algorithm: "plot_perf_box_name"
13074   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13075   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13076   include:
13077     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13078     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13079     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13080     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13081     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13082     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13083   layout:
13084     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13085     layout: "plot-throughput"
13086
13087 - type: "plot"
13088   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13089   algorithm: "plot_perf_box_name"
13090   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13091   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13092   include:
13093     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13094     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13095     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13096     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13097     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13098     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13099   layout:
13100     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13101     layout: "plot-throughput"
13102
13103 - type: "plot"
13104   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13105   algorithm: "plot_perf_box_name"
13106   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13107   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13108   include:
13109     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13110     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13111     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13112     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13113     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13114     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13115   layout:
13116     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13117     layout: "plot-throughput"
13118
13119 - type: "plot"
13120   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13121   algorithm: "plot_perf_box_name"
13122   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13123   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13124   include:
13125     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13126     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13127     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13128     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13129     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13130     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13131   layout:
13132     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13133     layout: "plot-throughput"
13134
13135 - type: "plot"
13136   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13137   algorithm: "plot_perf_box_name"
13138   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13139   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13140   include:
13141     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13142     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13143     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13144     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13145     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13146     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13147   layout:
13148     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13149     layout: "plot-throughput"
13150
13151 - type: "plot"
13152   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13153   algorithm: "plot_perf_box_name"
13154   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13155   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13156   include:
13157     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13158     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13159     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13160     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13161     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13162     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13163   layout:
13164     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13165     layout: "plot-throughput"
13166
13167 - type: "plot"
13168   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13169   algorithm: "plot_perf_box_name"
13170   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13171   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13172   include:
13173     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13174     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13175     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13176     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13177     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13178     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13179   layout:
13180     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13181     layout: "plot-throughput"
13182
13183 - type: "plot"
13184   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13185   algorithm: "plot_perf_box_name"
13186   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13187   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13188   include:
13189     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13190     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13191     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13192     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13193     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13194     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13195   layout:
13196     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13197     layout: "plot-throughput"
13198
13199 - type: "plot"
13200   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13201   algorithm: "plot_perf_box_name"
13202   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13203   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13204   include:
13205     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13209     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13210     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13211   layout:
13212     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13213     layout: "plot-throughput"
13214
13215 - type: "plot"
13216   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13217   algorithm: "plot_perf_box_name"
13218   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13219   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13220   include:
13221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13225     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13226     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13227   layout:
13228     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13229     layout: "plot-throughput"
13230
13231 - type: "plot"
13232   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13233   algorithm: "plot_perf_box_name"
13234   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13235   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13236   include:
13237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13239     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13240     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13241   layout:
13242     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13243     layout: "plot-throughput"
13244
13245 - type: "plot"
13246   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13247   algorithm: "plot_perf_box_name"
13248   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13249   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13250   include:
13251     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13252     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13253     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13254     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13255   layout:
13256     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13257     layout: "plot-throughput"
13258
13259 - type: "plot"
13260   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13261   algorithm: "plot_perf_box_name"
13262   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13263   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13264   include:
13265     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13266     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13267     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13268     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13269   layout:
13270     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13271     layout: "plot-throughput"
13272
13273 - type: "plot"
13274   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13275   algorithm: "plot_perf_box_name"
13276   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13277   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13278   include:
13279     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13280     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13281     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13282     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13283   layout:
13284     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13285     layout: "plot-throughput"
13286
13287 - type: "plot"
13288   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13289   algorithm: "plot_perf_box_name"
13290   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13291   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13292   include:
13293     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13294     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13295     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13296     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13297     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13298     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13299   layout:
13300     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13301     layout: "plot-throughput"
13302
13303 - type: "plot"
13304   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13305   algorithm: "plot_perf_box_name"
13306   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13307   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13308   include:
13309     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13310     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13311     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13312     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13313     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13314     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13315   layout:
13316     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13317     layout: "plot-throughput"
13318
13319 - type: "plot"
13320   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13321   algorithm: "plot_perf_box_name"
13322   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13323   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13324   include:
13325     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13326     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13327     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13328     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13329     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13330   layout:
13331     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13332     layout: "plot-throughput"
13333
13334 - type: "plot"
13335   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13336   algorithm: "plot_perf_box_name"
13337   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13338   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13339   include:
13340     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13341     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13342     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13343     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13344     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13345   layout:
13346     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13347     layout: "plot-throughput"
13348
13349 - type: "plot"
13350   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13351   algorithm: "plot_perf_box_name"
13352   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13353   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13354   include:
13355     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13356     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13357     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13358     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13359     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13360   layout:
13361     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13362     layout: "plot-throughput"
13363
13364 - type: "plot"
13365   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13366   algorithm: "plot_perf_box_name"
13367   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13368   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13369   include:
13370     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13371     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13372     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13373     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13374     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13375   layout:
13376     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13377     layout: "plot-throughput"
13378
13379 - type: "plot"
13380   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13381   algorithm: "plot_perf_box_name"
13382   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13383   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13384   include:
13385     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13386     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13387     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13388     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13389   layout:
13390     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13391     layout: "plot-throughput"
13392
13393 - type: "plot"
13394   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13395   algorithm: "plot_perf_box_name"
13396   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13397   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13398   include:
13399     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13400     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13401     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13402     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13403   layout:
13404     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13405     layout: "plot-throughput"
13406
13407 - type: "plot"
13408   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13409   algorithm: "plot_perf_box_name"
13410   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13411   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13412   include:
13413     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13414     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13415     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13416     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13417     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13418     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13419   layout:
13420     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13421     layout: "plot-throughput"
13422
13423 - type: "plot"
13424   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13425   algorithm: "plot_perf_box_name"
13426   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13427   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13428   include:
13429     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13430     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13431     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13432     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13433     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13434     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13435   layout:
13436     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13437     layout: "plot-throughput"
13438
13439 - type: "plot"
13440   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13441   algorithm: "plot_perf_box_name"
13442   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13443   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13444   include:
13445     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13446     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13447     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13448     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13449     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13450     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13451   layout:
13452     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13453     layout: "plot-throughput"
13454
13455 - type: "plot"
13456   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13457   algorithm: "plot_perf_box_name"
13458   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13459   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13460   include:
13461     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13462     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13463     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13464     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13465     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13466     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13467   layout:
13468     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13469     layout: "plot-throughput"
13470
13471 - type: "plot"
13472   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13473   algorithm: "plot_perf_box_name"
13474   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13475   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13476   include:
13477     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13478     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13479     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13480     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13481     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13482     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13483   layout:
13484     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13485     layout: "plot-throughput"
13486
13487 - type: "plot"
13488   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13489   algorithm: "plot_perf_box_name"
13490   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13491   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13492   include:
13493     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13494     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13495     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13496     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13497     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13498     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13499   layout:
13500     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13501     layout: "plot-throughput"
13502
13503 - type: "plot"
13504   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13505   algorithm: "plot_perf_box_name"
13506   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13507   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13508   include:
13509     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13510     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13511     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13512     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13513     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13514     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13515   layout:
13516     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13517     layout: "plot-throughput"
13518
13519 - type: "plot"
13520   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13521   algorithm: "plot_perf_box_name"
13522   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13523   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13524   include:
13525     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13526     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13527     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13528     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13529     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13530     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13531   layout:
13532     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13533     layout: "plot-throughput"
13534
13535 - type: "plot"
13536   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13537   algorithm: "plot_perf_box_name"
13538   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13539   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13540   include:
13541     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13542     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13543     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13544     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13545   layout:
13546     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13547     layout: "plot-throughput"
13548
13549 - type: "plot"
13550   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13551   algorithm: "plot_perf_box_name"
13552   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13553   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13554   include:
13555     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13556     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13557     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13558     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13559   layout:
13560     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13561     layout: "plot-throughput"
13562
13563 - type: "plot"
13564   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13565   algorithm: "plot_perf_box_name"
13566   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13567   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13568   include:
13569     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13570     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13571     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13572     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13573     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13574     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13575   layout:
13576     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13577     layout: "plot-throughput"
13578
13579 - type: "plot"
13580   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13581   algorithm: "plot_perf_box_name"
13582   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13583   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13584   include:
13585     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13586     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13587     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13588     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13589     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13590     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13591   layout:
13592     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13593     layout: "plot-throughput"
13594
13595 - type: "plot"
13596   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13597   algorithm: "plot_perf_box_name"
13598   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13599   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13600   include:
13601     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13602     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13603     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13604     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13605     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13606     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13607   layout:
13608     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13609     layout: "plot-throughput"
13610
13611 - type: "plot"
13612   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13613   algorithm: "plot_perf_box_name"
13614   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13615   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13616   include:
13617     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13618     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13619     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13620     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13621     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13622     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13623   layout:
13624     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13625     layout: "plot-throughput"
13626
13627 - type: "plot"
13628   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13629   algorithm: "plot_perf_box_name"
13630   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13631   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13632   include:
13633     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13634     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13635     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13636     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13637   layout:
13638     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13639     layout: "plot-throughput"
13640
13641 - type: "plot"
13642   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13643   algorithm: "plot_perf_box_name"
13644   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13645   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13646   include:
13647     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13648     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13649     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13650     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13651   layout:
13652     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13653     layout: "plot-throughput"
13654
13655 - type: "plot"
13656   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13657   algorithm: "plot_perf_box_name"
13658   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13659   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13660   include:
13661     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13662     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13663     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13664     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13665     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13666     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13667   layout:
13668     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13669     layout: "plot-throughput"
13670
13671 - type: "plot"
13672   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13673   algorithm: "plot_perf_box_name"
13674   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13675   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13676   include:
13677     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13678     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13679     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13680     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13681     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13682     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13683   layout:
13684     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13685     layout: "plot-throughput"
13686
13687 - type: "plot"
13688   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13689   algorithm: "plot_perf_box_name"
13690   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13691   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13692   include:
13693     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13694     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13695     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13696     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13697   layout:
13698     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13699     layout: "plot-throughput"
13700
13701 - type: "plot"
13702   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13703   algorithm: "plot_perf_box_name"
13704   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13705   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13706   include:
13707     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13708     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13709     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13710     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13711   layout:
13712     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13713     layout: "plot-throughput"
13714
13715 - type: "plot"
13716   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13717   algorithm: "plot_perf_box_name"
13718   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13719   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13720   include:
13721     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13722     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13723     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13724     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13725     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13726     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13727   layout:
13728     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13729     layout: "plot-throughput"
13730
13731 - type: "plot"
13732   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13733   algorithm: "plot_perf_box_name"
13734   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13735   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13736   include:
13737     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13738     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13739     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13740     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13741     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13742     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13743   layout:
13744     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13745     layout: "plot-throughput"
13746
13747 - type: "plot"
13748   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13749   algorithm: "plot_perf_box_name"
13750   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13751   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13752   include:
13753     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13754     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13755     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13756     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13757     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13758     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13759   layout:
13760     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13761     layout: "plot-throughput"
13762
13763 - type: "plot"
13764   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13765   algorithm: "plot_perf_box_name"
13766   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13767   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13768   include:
13769     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13770     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13771     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13772     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13773     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13774     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13775   layout:
13776     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13777     layout: "plot-throughput"
13778
13779 - type: "plot"
13780   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13781   algorithm: "plot_perf_box_name"
13782   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13783   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13784   include:
13785     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13786     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13787     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13788     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13789     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13790     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13791   layout:
13792     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13793     layout: "plot-throughput"
13794
13795 - type: "plot"
13796   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13797   algorithm: "plot_perf_box_name"
13798   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13799   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13800   include:
13801     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13802     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13803     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13804     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13805     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13806     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13807   layout:
13808     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13809     layout: "plot-throughput"
13810
13811 - type: "plot"
13812   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13813   algorithm: "plot_perf_box_name"
13814   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13815   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13816   include:
13817     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13818     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13819     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13820 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13821 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13822 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13823   layout:
13824     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13825     layout: "plot-throughput"
13826
13827 - type: "plot"
13828   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13829   algorithm: "plot_perf_box_name"
13830   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13831   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13832   include:
13833     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13834     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13835     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13836 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13837 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13838 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13839   layout:
13840     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13841     layout: "plot-throughput"
13842
13843 - type: "plot"
13844   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13845   algorithm: "plot_perf_box_name"
13846   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13847   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13848   include:
13849     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13850     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13851     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13852     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13853     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13854     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13855   layout:
13856     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13857     layout: "plot-throughput"
13858
13859 - type: "plot"
13860   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13861   algorithm: "plot_perf_box_name"
13862   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13863   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13864   include:
13865     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13866     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13867     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13868     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13869     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13870     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13871   layout:
13872     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13873     layout: "plot-throughput"
13874
13875 - type: "plot"
13876   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13877   algorithm: "plot_perf_box_name"
13878   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13879   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13880   include:
13881     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13882     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13883     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13884     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13885     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13886     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13887   layout:
13888     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13889     layout: "plot-throughput"
13890
13891 - type: "plot"
13892   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13893   algorithm: "plot_perf_box_name"
13894   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13895   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13896   include:
13897     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13898     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13899     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13900     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13901     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13902     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13903   layout:
13904     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13905     layout: "plot-throughput"
13906
13907 #- type: "plot"
13908 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13909 #  algorithm: "plot_perf_box_name"
13910 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13911 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13912 #  include:
13913 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13914 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13915 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13916 #  layout:
13917 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13918 #    layout: "plot-throughput"
13919 #
13920 #- type: "plot"
13921 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13922 #  algorithm: "plot_perf_box_name"
13923 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13924 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13925 #  include:
13926 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13927 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13928 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13929 #  layout:
13930 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13931 #    layout: "plot-throughput"
13932
13933 - type: "plot"
13934   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13935   algorithm: "plot_perf_box_name"
13936   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13937   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13938   include:
13939     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13940     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13941     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13942     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13943     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13944   layout:
13945     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13946     layout: "plot-throughput"
13947
13948 - type: "plot"
13949   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13950   algorithm: "plot_perf_box_name"
13951   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13952   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13953   include:
13954     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13955     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13956     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13957     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13958     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13959   layout:
13960     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13961     layout: "plot-throughput"
13962
13963 - type: "plot"
13964   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13965   algorithm: "plot_perf_box_name"
13966   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13967   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13968   include:
13969     - "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"
13970     - "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"
13971     - "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"
13972     - "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"
13973     - "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"
13974   layout:
13975     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13976     layout: "plot-throughput"
13977
13978 - type: "plot"
13979   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13980   algorithm: "plot_perf_box_name"
13981   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13982   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13983   include:
13984     - "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"
13985     - "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"
13986     - "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"
13987     - "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"
13988     - "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"
13989   layout:
13990     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13991     layout: "plot-throughput"
13992
13993 - type: "plot"
13994   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13995   algorithm: "plot_perf_box_name"
13996   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13997   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13998   include:
13999     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14000     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14001     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14002     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14003     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14004   layout:
14005     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14006     layout: "plot-throughput"
14007
14008 - type: "plot"
14009   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14010   algorithm: "plot_perf_box_name"
14011   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14012   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14013   include:
14014     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14015     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14016     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14017     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14018     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14019   layout:
14020     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14021     layout: "plot-throughput"
14022
14023 - type: "plot"
14024   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14025   algorithm: "plot_perf_box_name"
14026   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14027   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14028   include:
14029     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14030     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14031     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14032     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14033     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14034   layout:
14035     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14036     layout: "plot-throughput"
14037
14038 - type: "plot"
14039   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14040   algorithm: "plot_perf_box_name"
14041   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14042   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14043   include:
14044     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14045     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14046     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14047     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14048     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14049   layout:
14050     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14051     layout: "plot-throughput"
14052
14053 - type: "plot"
14054   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14055   algorithm: "plot_perf_box_name"
14056   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14057   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14058   include:
14059     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14060     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14061     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14062     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14063     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14064   layout:
14065     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14066     layout: "plot-throughput"
14067
14068 - type: "plot"
14069   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14070   algorithm: "plot_perf_box_name"
14071   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14072   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14073   include:
14074     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14075     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14076     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14077     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14078     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14079   layout:
14080     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14081     layout: "plot-throughput"
14082
14083 - type: "plot"
14084   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14085   algorithm: "plot_perf_box_name"
14086   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14087   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14088   include:
14089     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14090     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14091     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14092     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14093     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14094   layout:
14095     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14096     layout: "plot-throughput"
14097
14098 - type: "plot"
14099   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14100   algorithm: "plot_perf_box_name"
14101   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14102   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14103   include:
14104     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14105     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14106     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14107     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14108     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14109   layout:
14110     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14111     layout: "plot-throughput"
14112
14113 - type: "plot"
14114   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14115   algorithm: "plot_perf_box_name"
14116   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14117   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14118   include:
14119     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14120     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14121     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14122     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14123   layout:
14124     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14125     layout: "plot-throughput"
14126
14127 - type: "plot"
14128   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14129   algorithm: "plot_perf_box_name"
14130   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14131   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14132   include:
14133     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14134     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14135     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14136     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14137   layout:
14138     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14139     layout: "plot-throughput"
14140
14141 - type: "plot"
14142   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14143   algorithm: "plot_perf_box_name"
14144   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14145   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14146   include:
14147     - "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"
14148     - "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"
14149     - "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"
14150     - "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"
14151   layout:
14152     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14153     layout: "plot-throughput"
14154
14155 - type: "plot"
14156   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14157   algorithm: "plot_perf_box_name"
14158   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14159   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14160   include:
14161     - "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"
14162     - "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"
14163     - "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"
14164     - "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"
14165   layout:
14166     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14167     layout: "plot-throughput"
14168
14169 - type: "plot"
14170   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14171   algorithm: "plot_perf_box_name"
14172   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14173   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14174   include:
14175     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14176     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14177     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14178     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14179     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14180     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14181   layout:
14182     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14183     layout: "plot-throughput"
14184
14185 - type: "plot"
14186   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14187   algorithm: "plot_perf_box_name"
14188   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14189   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14190   include:
14191     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14192     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14193     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14194     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14195     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14196     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14197   layout:
14198     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14199     layout: "plot-throughput"
14200
14201 - type: "plot"
14202   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14203   algorithm: "plot_perf_box_name"
14204   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14205   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14206   include:
14207     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14208     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14209     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14210     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14211     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14212     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14213   layout:
14214     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14215     layout: "plot-throughput"
14216
14217 - type: "plot"
14218   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14219   algorithm: "plot_perf_box_name"
14220   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14221   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14222   include:
14223     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14224     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14225     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14226     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14227     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14228     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14229   layout:
14230     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14231     layout: "plot-throughput"
14232
14233 - type: "plot"
14234   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14235   algorithm: "plot_perf_box_name"
14236   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14237   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14238   include:
14239     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14240     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14241     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14242     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14243     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14244     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14245   layout:
14246     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14247     layout: "plot-throughput"
14248
14249 - type: "plot"
14250   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14251   algorithm: "plot_perf_box_name"
14252   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14253   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14254   include:
14255     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14256     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14257     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14258     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14259     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14260     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14261   layout:
14262     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14263     layout: "plot-throughput"
14264
14265 - type: "plot"
14266   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14267   algorithm: "plot_perf_box_name"
14268   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14269   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14270   include:
14271     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14272     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14273     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14274     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14275     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14276   layout:
14277     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14278     layout: "plot-throughput"
14279
14280 - type: "plot"
14281   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14282   algorithm: "plot_perf_box_name"
14283   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14284   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14285   include:
14286     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14287     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14288     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14289     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14290     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14291   layout:
14292     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14293     layout: "plot-throughput"
14294
14295 - type: "plot"
14296   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14297   algorithm: "plot_perf_box_name"
14298   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14299   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14300   include:
14301     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14302     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14303   layout:
14304     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14305     layout: "plot-throughput"
14306
14307 - type: "plot"
14308   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14309   algorithm: "plot_perf_box_name"
14310   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14311   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14312   include:
14313     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14314     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14315   layout:
14316     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14317     layout: "plot-throughput"
14318
14319 - type: "plot"
14320   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14321   algorithm: "plot_perf_box_name"
14322   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14323   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14324   include:
14325     - "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"
14326     - "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"
14327   layout:
14328     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14329     layout: "plot-throughput"
14330
14331 - type: "plot"
14332   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14333   algorithm: "plot_perf_box_name"
14334   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14335   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14336   include:
14337     - "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"
14338     - "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"
14339   layout:
14340     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14341     layout: "plot-throughput"
14342
14343 - type: "plot"
14344   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14345   algorithm: "plot_perf_box_name"
14346   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14347   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14348   include:
14349     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14350     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14351   layout:
14352     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14353     layout: "plot-throughput"
14354
14355 - type: "plot"
14356   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14357   algorithm: "plot_perf_box_name"
14358   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14359   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14360   include:
14361     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14362     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14363   layout:
14364     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14365     layout: "plot-throughput"
14366
14367 - type: "plot"
14368   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14369   algorithm: "plot_perf_box_name"
14370   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14371   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14372   include:
14373     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14374     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14375   layout:
14376     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14377     layout: "plot-throughput"
14378
14379 - type: "plot"
14380   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14381   algorithm: "plot_perf_box_name"
14382   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14383   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14384   include:
14385     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14386     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14387   layout:
14388     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14389     layout: "plot-throughput"
14390
14391 - type: "plot"
14392   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14393   algorithm: "plot_perf_box_name"
14394   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14395   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14396   include:
14397     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14398     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14399     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14400     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14401     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14402     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14403   layout:
14404     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14405     layout: "plot-throughput"
14406
14407 - type: "plot"
14408   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14409   algorithm: "plot_perf_box_name"
14410   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14411   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14412   include:
14413     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14414     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14415     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14416     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14417     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14418     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14419   layout:
14420     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14421     layout: "plot-throughput"
14422
14423 - type: "plot"
14424   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14425   algorithm: "plot_perf_box_name"
14426   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14427   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14428   include:
14429     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14430     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14431     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14432     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14433     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14434     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14435   layout:
14436     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14437     layout: "plot-throughput"
14438
14439 - type: "plot"
14440   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14441   algorithm: "plot_perf_box_name"
14442   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14443   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14444   include:
14445     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14446     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14447     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14448     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14449     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14450     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14451   layout:
14452     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14453     layout: "plot-throughput"
14454
14455 - type: "plot"
14456   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14457   algorithm: "plot_perf_box_name"
14458   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14459   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14460   include:
14461     - "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"
14462     - "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"
14463     - "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"
14464     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14465     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14466     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14467   layout:
14468     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14469     layout: "plot-throughput"
14470
14471 - type: "plot"
14472   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14473   algorithm: "plot_perf_box_name"
14474   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14475   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14476   include:
14477     - "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"
14478     - "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"
14479     - "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"
14480     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14481     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14482     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14483   layout:
14484     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14485     layout: "plot-throughput"
14486
14487 ################################################################################
14488
14489 # Packet Speedup
14490
14491 - type: "plot"
14492   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14493   algorithm: "plot_tsa_name"
14494   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14495   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14496   include:
14497     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14498     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14499     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14500     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14501   layout:
14502     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14503     layout: "plot-throughput-speedup-analysis"
14504
14505 - type: "plot"
14506   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14507   algorithm: "plot_tsa_name"
14508   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14509   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14510   include:
14511     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14512     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14513     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14514     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14515   layout:
14516     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14517     layout: "plot-throughput-speedup-analysis"
14518
14519 - type: "plot"
14520   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14521   algorithm: "plot_tsa_name"
14522   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14523   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14524   include:
14525     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14526     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14527     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14528     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14529   layout:
14530     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14531     layout: "plot-throughput-speedup-analysis"
14532
14533 - type: "plot"
14534   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14535   algorithm: "plot_tsa_name"
14536   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14537   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14538   include:
14539     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14540     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14541     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14542     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14543   layout:
14544     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14545     layout: "plot-throughput-speedup-analysis"
14546
14547 - type: "plot"
14548   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14549   algorithm: "plot_tsa_name"
14550   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14551   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14552   include:
14553     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14554     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14555     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14556     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14557     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14558   layout:
14559     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14560     layout: "plot-throughput-speedup-analysis"
14561
14562 - type: "plot"
14563   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14564   algorithm: "plot_tsa_name"
14565   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14566   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14567   include:
14568     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14569     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14570     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14571     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14572     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14573   layout:
14574     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14575     layout: "plot-throughput-speedup-analysis"
14576
14577 - type: "plot"
14578   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14579   algorithm: "plot_tsa_name"
14580   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14581   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14582   include:
14583     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14584     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14585     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14586     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14587     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14588   layout:
14589     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14590     layout: "plot-throughput-speedup-analysis"
14591
14592 - type: "plot"
14593   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14594   algorithm: "plot_tsa_name"
14595   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14596   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14597   include:
14598     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14599     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14600     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14601     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14602     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14603   layout:
14604     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14605     layout: "plot-throughput-speedup-analysis"
14606
14607 - type: "plot"
14608   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14609   algorithm: "plot_tsa_name"
14610   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14611   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14612   include:
14613     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14614     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14615     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14616     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14617     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14618     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14619   layout:
14620     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14621     layout: "plot-throughput-speedup-analysis"
14622
14623 - type: "plot"
14624   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14625   algorithm: "plot_tsa_name"
14626   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14627   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14628   include:
14629     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14630     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14631     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14632     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14633     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14634     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14635   layout:
14636     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14637     layout: "plot-throughput-speedup-analysis"
14638
14639 - type: "plot"
14640   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14641   algorithm: "plot_tsa_name"
14642   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14643   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14644   include:
14645     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14646     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14647     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14648     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14649     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14650   layout:
14651     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14652     layout: "plot-throughput-speedup-analysis"
14653
14654 - type: "plot"
14655   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14656   algorithm: "plot_tsa_name"
14657   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14658   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14659   include:
14660     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14661     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14662     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14665   layout:
14666     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14667     layout: "plot-throughput-speedup-analysis"
14668
14669 - type: "plot"
14670   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14671   algorithm: "plot_tsa_name"
14672   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14673   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14674   include:
14675     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14678   layout:
14679     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14680     layout: "plot-throughput-speedup-analysis"
14681
14682 - type: "plot"
14683   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14684   algorithm: "plot_tsa_name"
14685   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14686   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14687   include:
14688     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14689     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14690     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14691   layout:
14692     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14693     layout: "plot-throughput-speedup-analysis"
14694
14695 - type: "plot"
14696   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14697   algorithm: "plot_tsa_name"
14698   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14699   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14700   include:
14701     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14702     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14703     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14706   layout:
14707     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14708     layout: "plot-throughput-speedup-analysis"
14709
14710 - type: "plot"
14711   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14712   algorithm: "plot_tsa_name"
14713   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14714   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14715   include:
14716     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14721   layout:
14722     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14723     layout: "plot-throughput-speedup-analysis"
14724
14725 - type: "plot"
14726   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14727   algorithm: "plot_tsa_name"
14728   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14729   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14730   include:
14731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14734   layout:
14735     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14736     layout: "plot-throughput-speedup-analysis"
14737
14738 - type: "plot"
14739   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14740   algorithm: "plot_tsa_name"
14741   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14742   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14743   include:
14744     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14745     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14747   layout:
14748     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14749     layout: "plot-throughput-speedup-analysis"
14750
14751 - type: "plot"
14752   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14753   algorithm: "plot_tsa_name"
14754   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14755   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14756   include:
14757     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14758     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14763   layout:
14764     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14765     layout: "plot-throughput-speedup-analysis"
14766
14767 - type: "plot"
14768   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14769   algorithm: "plot_tsa_name"
14770   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14771   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14772   include:
14773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14779   layout:
14780     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14781     layout: "plot-throughput-speedup-analysis"
14782
14783 - type: "plot"
14784   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14785   algorithm: "plot_tsa_name"
14786   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14787   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14788   include:
14789     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14790     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14791     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14792     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14793     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14794   layout:
14795     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
14796     layout: "plot-throughput-speedup-analysis"
14797
14798 - type: "plot"
14799   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14800   algorithm: "plot_tsa_name"
14801   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14802   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14803   include:
14804     - "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"
14805     - "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"
14806     - "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"
14807     - "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"
14808     - "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"
14809   layout:
14810     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
14811     layout: "plot-throughput-speedup-analysis"
14812
14813 - type: "plot"
14814   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14815   algorithm: "plot_tsa_name"
14816   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14817   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14818   include:
14819     - "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"
14820     - "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"
14821     - "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"
14822     - "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"
14823     - "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"
14824     - "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"
14825     - "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"
14826     - "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"
14827     - "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"
14828     - "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"
14829   layout:
14830     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
14831     layout: "plot-throughput-speedup-analysis-cps"
14832
14833 - type: "plot"
14834   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14835   algorithm: "plot_tsa_name"
14836   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14837   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14838   include:
14839     - "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"
14840     - "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"
14841     - "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"
14842     - "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"
14843     - "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"
14844     - "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"
14845     - "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"
14846     - "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"
14847     - "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"
14848     - "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"
14849   layout:
14850     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
14851     layout: "plot-throughput-speedup-analysis"
14852
14853 - type: "plot"
14854   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14855   algorithm: "plot_tsa_name"
14856   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14857   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14858   include:
14859     - "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"
14860     - "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"
14861     - "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"
14862     - "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"
14863     - "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"
14864     - "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"
14865     - "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"
14866     - "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"
14867     - "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"
14868     - "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"
14869   layout:
14870     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
14871     layout: "plot-throughput-speedup-analysis-cps"
14872
14873 - type: "plot"
14874   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14875   algorithm: "plot_tsa_name"
14876   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14877   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14878   include:
14879     - "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"
14880     - "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"
14881     - "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"
14882     - "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"
14883     - "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"
14884     - "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"
14885     - "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"
14886     - "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"
14887     - "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"
14888     - "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"
14889   layout:
14890     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
14891     layout: "plot-throughput-speedup-analysis"
14892
14893 - type: "plot"
14894   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14895   algorithm: "plot_tsa_name"
14896   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14897   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14898   include:
14899     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14900     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14901     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14902     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14903     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14904   layout:
14905     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
14906     layout: "plot-throughput-speedup-analysis"
14907
14908 - type: "plot"
14909   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14910   algorithm: "plot_tsa_name"
14911   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14912   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14913   include:
14914     - "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"
14915     - "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"
14916     - "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"
14917     - "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"
14918     - "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"
14919   layout:
14920     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
14921     layout: "plot-throughput-speedup-analysis"
14922
14923 - type: "plot"
14924   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14925   algorithm: "plot_tsa_name"
14926   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14927   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14928   include:
14929     - "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"
14930     - "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"
14931     - "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"
14932     - "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"
14933     - "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"
14934     - "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"
14935     - "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"
14936     - "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"
14937     - "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"
14938     - "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"
14939   layout:
14940     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
14941     layout: "plot-throughput-speedup-analysis-cps"
14942
14943 - type: "plot"
14944   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14945   algorithm: "plot_tsa_name"
14946   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14947   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14948   include:
14949     - "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"
14950     - "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"
14951     - "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"
14952     - "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"
14953     - "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"
14954     - "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"
14955     - "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"
14956     - "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"
14957     - "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"
14958     - "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"
14959   layout:
14960     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
14961     layout: "plot-throughput-speedup-analysis"
14962
14963 - type: "plot"
14964   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14965   algorithm: "plot_tsa_name"
14966   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14967   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14968   include:
14969     - "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"
14970     - "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"
14971     - "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"
14972     - "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"
14973     - "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"
14974     - "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"
14975     - "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"
14976     - "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"
14977     - "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"
14978     - "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"
14979   layout:
14980     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
14981     layout: "plot-throughput-speedup-analysis-cps"
14982
14983 - type: "plot"
14984   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14985   algorithm: "plot_tsa_name"
14986   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14987   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14988   include:
14989     - "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"
14990     - "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"
14991     - "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"
14992     - "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"
14993     - "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"
14994     - "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"
14995     - "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"
14996     - "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"
14997     - "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"
14998     - "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"
14999   layout:
15000     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
15001     layout: "plot-throughput-speedup-analysis"
15002
15003 - type: "plot"
15004   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15005   algorithm: "plot_tsa_name"
15006   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15007   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15008   include:
15009     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15010     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15011     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15012     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15013     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15014     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
15015   layout:
15016     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15017     layout: "plot-throughput-speedup-analysis"
15018
15019 - type: "plot"
15020   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15021   algorithm: "plot_tsa_name"
15022   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15023   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15024   include:
15025     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15026     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15027     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15028     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15029     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15030     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
15031   layout:
15032     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15033     layout: "plot-throughput-speedup-analysis"
15034
15035 - type: "plot"
15036   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15037   algorithm: "plot_tsa_name"
15038   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15039   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15040   include:
15041     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15042     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15043     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15044   layout:
15045     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
15046     layout: "plot-throughput-speedup-analysis"
15047
15048 - type: "plot"
15049   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15050   algorithm: "plot_tsa_name"
15051   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15052   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15053   include:
15054     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15055     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15056     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15057   layout:
15058     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
15059     layout: "plot-throughput-speedup-analysis"
15060
15061 - type: "plot"
15062   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
15063   algorithm: "plot_tsa_name"
15064   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
15065   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15066   include:
15067     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15068     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15069     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15070 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15071 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15072   layout:
15073     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
15074     layout: "plot-throughput-speedup-analysis"
15075
15076 - type: "plot"
15077   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
15078   algorithm: "plot_tsa_name"
15079   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
15080   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15081   include:
15082     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15083     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15084     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15085 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15086 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15087   layout:
15088     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
15089     layout: "plot-throughput-speedup-analysis"
15090
15091 - type: "plot"
15092   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15093   algorithm: "plot_tsa_name"
15094   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15095   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15096   include:
15097     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15098     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
15099     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15100     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15101     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15102   layout:
15103     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
15104     layout: "plot-throughput-speedup-analysis"
15105
15106 - type: "plot"
15107   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15108   algorithm: "plot_tsa_name"
15109   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15110   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15111   include:
15112     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15113     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
15114     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15115     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15116     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15117   layout:
15118     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
15119     layout: "plot-throughput-speedup-analysis"
15120
15121 - type: "plot"
15122   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15123   algorithm: "plot_tsa_name"
15124   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15125   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15126   include:
15127     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15128     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15129     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15130     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15131     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15132   layout:
15133     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
15134     layout: "plot-throughput-speedup-analysis"
15135
15136 - type: "plot"
15137   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15138   algorithm: "plot_tsa_name"
15139   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15140   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15141   include:
15142     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15143     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15144     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15145     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15146     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15147   layout:
15148     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15149     layout: "plot-throughput-speedup-analysis"
15150
15151 - type: "plot"
15152   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15153   algorithm: "plot_tsa_name"
15154   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15155   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15156   include:
15157     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15158     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15159     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15160     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15161   layout:
15162     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
15163     layout: "plot-throughput-speedup-analysis"
15164
15165 - type: "plot"
15166   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15167   algorithm: "plot_tsa_name"
15168   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15169   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15170   include:
15171     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15172     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15173     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15174     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15175   layout:
15176     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
15177     layout: "plot-throughput-speedup-analysis"
15178
15179 - type: "plot"
15180   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15181   algorithm: "plot_tsa_name"
15182   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15183   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15184   include:
15185     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15186     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15187     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15188     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15189     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15190   layout:
15191     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15192     layout: "plot-throughput-speedup-analysis"
15193
15194 - type: "plot"
15195   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15196   algorithm: "plot_tsa_name"
15197   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15198   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15199   include:
15200     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15201     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15202     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15203     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15204     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15205   layout:
15206     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15207     layout: "plot-throughput-speedup-analysis"
15208
15209 - type: "plot"
15210   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15211   algorithm: "plot_tsa_name"
15212   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15213   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15214   include:
15215     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15216     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15217   layout:
15218     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
15219     layout: "plot-throughput-speedup-analysis"
15220
15221 - type: "plot"
15222   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15223   algorithm: "plot_tsa_name"
15224   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15225   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15226   include:
15227     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15228     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15229   layout:
15230     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
15231     layout: "plot-throughput-speedup-analysis"
15232
15233 - type: "plot"
15234   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15235   algorithm: "plot_tsa_name"
15236   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15237   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15238   include:
15239     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15240     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15241     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15242     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15243   layout:
15244     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
15245     layout: "plot-throughput-speedup-analysis"
15246
15247 - type: "plot"
15248   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15249   algorithm: "plot_tsa_name"
15250   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15251   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15252   include:
15253     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15254     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15255     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15256     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15257   layout:
15258     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
15259     layout: "plot-throughput-speedup-analysis"
15260
15261 - type: "plot"
15262   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15263   algorithm: "plot_tsa_name"
15264   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15265   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15266   include:
15267     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15268     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15269     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15270     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15271   layout:
15272     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
15273     layout: "plot-throughput-speedup-analysis"
15274
15275 - type: "plot"
15276   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15277   algorithm: "plot_tsa_name"
15278   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15279   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15280   include:
15281     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15282     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15283     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15284     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15285   layout:
15286     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15287     layout: "plot-throughput-speedup-analysis"
15288
15289 - type: "plot"
15290   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15291   algorithm: "plot_tsa_name"
15292   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15293   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15294   include:
15295     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15296     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15297     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15298     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15299     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15300     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15301   layout:
15302     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
15303     layout: "plot-throughput-speedup-analysis"
15304
15305 - type: "plot"
15306   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15307   algorithm: "plot_tsa_name"
15308   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15309   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15310   include:
15311     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15312     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15313     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15314     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15315     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15316     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15317   layout:
15318     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15319     layout: "plot-throughput-speedup-analysis"
15320
15321 - type: "plot"
15322   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15323   algorithm: "plot_tsa_name"
15324   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15325   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15326   include:
15327     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15328     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15329     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15330     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15331     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15332   layout:
15333     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15334     layout: "plot-throughput-speedup-analysis"
15335
15336 - type: "plot"
15337   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15338   algorithm: "plot_tsa_name"
15339   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15340   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15341   include:
15342     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15343     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15344     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15345     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15346     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15347   layout:
15348     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15349     layout: "plot-throughput-speedup-analysis"
15350
15351 - type: "plot"
15352   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15353   algorithm: "plot_tsa_name"
15354   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15355   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15356   include:
15357     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15358     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15359     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15360     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15361     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15362   layout:
15363     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15364     layout: "plot-throughput-speedup-analysis"
15365
15366 - type: "plot"
15367   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15368   algorithm: "plot_tsa_name"
15369   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15370   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15371   include:
15372     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15373     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15374     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15375     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15376     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15377   layout:
15378     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15379     layout: "plot-throughput-speedup-analysis"
15380
15381 - type: "plot"
15382   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15383   algorithm: "plot_tsa_name"
15384   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15385   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15386   include:
15387     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15388     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15389     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15390   layout:
15391     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15392     layout: "plot-throughput-speedup-analysis"
15393
15394 - type: "plot"
15395   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15396   algorithm: "plot_tsa_name"
15397   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15398   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15399   include:
15400     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15401     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15402     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15403   layout:
15404     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15405     layout: "plot-throughput-speedup-analysis"
15406
15407 - type: "plot"
15408   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15409   algorithm: "plot_tsa_name"
15410   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15411   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15412   include:
15413     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15414     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15415     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15416   layout:
15417     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15418     layout: "plot-throughput-speedup-analysis"
15419
15420 - type: "plot"
15421   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15422   algorithm: "plot_tsa_name"
15423   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15424   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15425   include:
15426     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15427     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15428     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15429   layout:
15430     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15431     layout: "plot-throughput-speedup-analysis"
15432
15433 - type: "plot"
15434   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15435   algorithm: "plot_tsa_name"
15436   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15437   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15438   include:
15439     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15440     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15441     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15442     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15443     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15444   layout:
15445     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15446     layout: "plot-throughput-speedup-analysis"
15447
15448 - type: "plot"
15449   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15450   algorithm: "plot_tsa_name"
15451   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15452   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15453   include:
15454     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15455     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15456     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15457     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15458     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15459   layout:
15460     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15461     layout: "plot-throughput-speedup-analysis"
15462
15463 - type: "plot"
15464   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15465   algorithm: "plot_tsa_name"
15466   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15467   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15468   include:
15469     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15470     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15471     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15472     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15473     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15474   layout:
15475     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15476     layout: "plot-throughput-speedup-analysis"
15477
15478 - type: "plot"
15479   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15480   algorithm: "plot_tsa_name"
15481   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15482   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15483   include:
15484     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15485     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15486     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15487     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15488     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15489   layout:
15490     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15491     layout: "plot-throughput-speedup-analysis"
15492
15493 - type: "plot"
15494   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15495   algorithm: "plot_tsa_name"
15496   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15497   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15498   include:
15499     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15500     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15501     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15502     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15503     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15504     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15505   layout:
15506     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15507     layout: "plot-throughput-speedup-analysis"
15508
15509 - type: "plot"
15510   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15511   algorithm: "plot_tsa_name"
15512   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15513   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15514   include:
15515     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15516     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15517     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15518     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15519     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15520     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15521   layout:
15522     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15523     layout: "plot-throughput-speedup-analysis"
15524
15525 - type: "plot"
15526   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15527   algorithm: "plot_tsa_name"
15528   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15529   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15530   include:
15531     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15532     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15533     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15534     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15535   layout:
15536     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15537     layout: "plot-throughput-speedup-analysis"
15538
15539 - type: "plot"
15540   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15541   algorithm: "plot_tsa_name"
15542   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15543   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15544   include:
15545     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15546     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15547     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15548     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15549   layout:
15550     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15551     layout: "plot-throughput-speedup-analysis"
15552
15553 - type: "plot"
15554   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15555   algorithm: "plot_tsa_name"
15556   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15557   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15558   include:
15559     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15560     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15561     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15562     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15563     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15564     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15565   layout:
15566     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15567     layout: "plot-throughput-speedup-analysis"
15568
15569 - type: "plot"
15570   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15571   algorithm: "plot_tsa_name"
15572   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15573   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15574   include:
15575     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15576     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15577     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15578     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15579     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15580     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15581   layout:
15582     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15583     layout: "plot-throughput-speedup-analysis"
15584
15585 - type: "plot"
15586   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15587   algorithm: "plot_tsa_name"
15588   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15589   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15590   include:
15591     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15592     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15593     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15594     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15595     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15596     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15597   layout:
15598     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15599     layout: "plot-throughput-speedup-analysis"
15600
15601 - type: "plot"
15602   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15603   algorithm: "plot_tsa_name"
15604   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15605   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15606   include:
15607     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15608     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15609     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15610     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15611     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15612     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15613   layout:
15614     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15615     layout: "plot-throughput-speedup-analysis"
15616
15617 - type: "plot"
15618   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15619   algorithm: "plot_tsa_name"
15620   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15621   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15622   include:
15623     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15624     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15625     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15626     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15627     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15628     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15629   layout:
15630     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15631     layout: "plot-throughput-speedup-analysis"
15632
15633 - type: "plot"
15634   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15635   algorithm: "plot_tsa_name"
15636   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15637   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15638   include:
15639     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15640     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15641     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15642     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15643     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15644     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15645   layout:
15646     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15647     layout: "plot-throughput-speedup-analysis"
15648
15649 - type: "plot"
15650   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15651   algorithm: "plot_tsa_name"
15652   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15653   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15654   include:
15655     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15656     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15657     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15658     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15659     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15660     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15661   layout:
15662     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15663     layout: "plot-throughput-speedup-analysis"
15664
15665 - type: "plot"
15666   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15667   algorithm: "plot_tsa_name"
15668   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15669   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15670   include:
15671     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15672     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15673     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15674     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15675     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15676     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15677   layout:
15678     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15679     layout: "plot-throughput-speedup-analysis"
15680
15681 - type: "plot"
15682   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15683   algorithm: "plot_tsa_name"
15684   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15685   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15686   include:
15687     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15688     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15689     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15690     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15691     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15692     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15693   layout:
15694     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15695     layout: "plot-throughput-speedup-analysis"
15696
15697 - type: "plot"
15698   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15699   algorithm: "plot_tsa_name"
15700   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15701   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15702   include:
15703     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15704     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15705     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15706     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15707     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15708     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15709   layout:
15710     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15711     layout: "plot-throughput-speedup-analysis"
15712
15713 - type: "plot"
15714   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15715   algorithm: "plot_tsa_name"
15716   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15717   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15718   include:
15719     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15720     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15721     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15722     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15723   layout:
15724     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15725     layout: "plot-throughput-speedup-analysis"
15726
15727 - type: "plot"
15728   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15729   algorithm: "plot_tsa_name"
15730   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15731   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15732   include:
15733     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15734     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15735     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15736     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15737   layout:
15738     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15739     layout: "plot-throughput-speedup-analysis"
15740
15741 - type: "plot"
15742   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15743   algorithm: "plot_tsa_name"
15744   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15745   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15746   include:
15747     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15748     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15749     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15750     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15751   layout:
15752     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15753     layout: "plot-throughput-speedup-analysis"
15754
15755 - type: "plot"
15756   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15757   algorithm: "plot_tsa_name"
15758   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15759   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15760   include:
15761     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15762     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15763     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15764     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15765   layout:
15766     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15767     layout: "plot-throughput-speedup-analysis"
15768
15769 - type: "plot"
15770   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15771   algorithm: "plot_tsa_name"
15772   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15773   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15774   include:
15775     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15776     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15777     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15778     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15779     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15780     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15781   layout:
15782     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15783     layout: "plot-throughput-speedup-analysis"
15784
15785 - type: "plot"
15786   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15787   algorithm: "plot_tsa_name"
15788   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15789   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15790   include:
15791     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15792     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15793     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15794     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15795     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15796     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15797   layout:
15798     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15799     layout: "plot-throughput-speedup-analysis"
15800
15801 - type: "plot"
15802   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15803   algorithm: "plot_tsa_name"
15804   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15805   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15806   include:
15807     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15808     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15809     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15810     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15811     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15812   layout:
15813     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15814     layout: "plot-throughput-speedup-analysis"
15815
15816 - type: "plot"
15817   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15818   algorithm: "plot_tsa_name"
15819   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15820   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15821   include:
15822     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15823     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15824     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15825     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15826     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15827   layout:
15828     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15829     layout: "plot-throughput-speedup-analysis"
15830
15831 - type: "plot"
15832   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15833   algorithm: "plot_tsa_name"
15834   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15835   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15836   include:
15837     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15838     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15839     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15840     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15841     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15842   layout:
15843     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15844     layout: "plot-throughput-speedup-analysis"
15845
15846 - type: "plot"
15847   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15848   algorithm: "plot_tsa_name"
15849   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15850   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15851   include:
15852     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15853     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15854     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15855     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15856     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15857   layout:
15858     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15859     layout: "plot-throughput-speedup-analysis"
15860
15861 - type: "plot"
15862   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15863   algorithm: "plot_tsa_name"
15864   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15865   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15866   include:
15867     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15868     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15869     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15870     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15871   layout:
15872     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15873     layout: "plot-throughput-speedup-analysis"
15874
15875 - type: "plot"
15876   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15877   algorithm: "plot_tsa_name"
15878   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15879   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15880   include:
15881     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15882     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15883     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15884     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15885   layout:
15886     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15887     layout: "plot-throughput-speedup-analysis"
15888
15889 - type: "plot"
15890   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15891   algorithm: "plot_tsa_name"
15892   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15893   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15894   include:
15895     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15896     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15897     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15898     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15899     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15900     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15901   layout:
15902     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15903     layout: "plot-throughput-speedup-analysis"
15904
15905 - type: "plot"
15906   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15907   algorithm: "plot_tsa_name"
15908   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15909   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15910   include:
15911     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15912     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15913     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15914     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15915     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15916     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15917   layout:
15918     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15919     layout: "plot-throughput-speedup-analysis"
15920
15921 - type: "plot"
15922   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15923   algorithm: "plot_tsa_name"
15924   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15925   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15926   include:
15927     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15928     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15929     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15930     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15931     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15932     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15933   layout:
15934     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15935     layout: "plot-throughput-speedup-analysis"
15936
15937 - type: "plot"
15938   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15939   algorithm: "plot_tsa_name"
15940   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15941   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15942   include:
15943     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15944     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15945     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15946     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15947     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15948     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15949   layout:
15950     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15951     layout: "plot-throughput-speedup-analysis"
15952
15953 - type: "plot"
15954   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15955   algorithm: "plot_tsa_name"
15956   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15957   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15958   include:
15959     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15960     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15961     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15962     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15963     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15964     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15965   layout:
15966     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15967     layout: "plot-throughput-speedup-analysis"
15968
15969 - type: "plot"
15970   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15971   algorithm: "plot_tsa_name"
15972   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15973   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15974   include:
15975     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15976     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15977     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15978     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15979     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15980     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15981   layout:
15982     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15983     layout: "plot-throughput-speedup-analysis"
15984
15985 - type: "plot"
15986   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15987   algorithm: "plot_tsa_name"
15988   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15989   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15990   include:
15991     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15992     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15993     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15994     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15995     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15996     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15997   layout:
15998     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15999     layout: "plot-throughput-speedup-analysis"
16000
16001 - type: "plot"
16002   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
16003   algorithm: "plot_tsa_name"
16004   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
16005   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16006   include:
16007     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16008     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16009     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16010     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16011     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16012     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16013   layout:
16014     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
16015     layout: "plot-throughput-speedup-analysis"
16016
16017 - type: "plot"
16018   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
16019   algorithm: "plot_tsa_name"
16020   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
16021   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16022   include:
16023     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16024     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16025     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16026     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16027     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16028     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16029   layout:
16030     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
16031     layout: "plot-throughput-speedup-analysis"
16032
16033 - type: "plot"
16034   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
16035   algorithm: "plot_tsa_name"
16036   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
16037   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16038   include:
16039     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16040     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16041     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16042     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16043     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16044     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16045   layout:
16046     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
16047     layout: "plot-throughput-speedup-analysis"
16048
16049 - type: "plot"
16050   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
16051   algorithm: "plot_tsa_name"
16052   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16053   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16054   include:
16055     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16056     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16057     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16058     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16059     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16060   layout:
16061     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
16062     layout: "plot-throughput-speedup-analysis"
16063
16064 - type: "plot"
16065   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
16066   algorithm: "plot_tsa_name"
16067   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16068   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16069   include:
16070     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16071     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16072     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16073     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16074     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16075   layout:
16076     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
16077     layout: "plot-throughput-speedup-analysis"
16078
16079 - type: "plot"
16080   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16081   algorithm: "plot_tsa_name"
16082   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16083   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16084   include:
16085     - "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"
16086     - "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"
16087     - "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"
16088     - "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"
16089     - "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"
16090   layout:
16091     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16092     layout: "plot-throughput-speedup-analysis"
16093
16094 - type: "plot"
16095   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16096   algorithm: "plot_tsa_name"
16097   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16098   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16099   include:
16100     - "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"
16101     - "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"
16102     - "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"
16103     - "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"
16104     - "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"
16105   layout:
16106     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16107     layout: "plot-throughput-speedup-analysis"
16108
16109 - type: "plot"
16110   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16111   algorithm: "plot_tsa_name"
16112   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16113   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16114   include:
16115     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16116     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16117     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16118     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16119     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16120   layout:
16121     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16122     layout: "plot-throughput-speedup-analysis"
16123
16124 - type: "plot"
16125   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16126   algorithm: "plot_tsa_name"
16127   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16128   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16129   include:
16130     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16131     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16132     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16133     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16134     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16135   layout:
16136     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16137     layout: "plot-throughput-speedup-analysis"
16138
16139 - type: "plot"
16140   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16141   algorithm: "plot_tsa_name"
16142   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16143   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16144   include:
16145     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16146     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16147     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16148     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16149     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16150   layout:
16151     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16152     layout: "plot-throughput-speedup-analysis"
16153
16154 - type: "plot"
16155   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16156   algorithm: "plot_tsa_name"
16157   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16158   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16159   include:
16160     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16161     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16162     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16163     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16164     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16165   layout:
16166     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16167     layout: "plot-throughput-speedup-analysis"
16168
16169 - type: "plot"
16170   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16171   algorithm: "plot_tsa_name"
16172   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
16173   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16174   include:
16175     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16176     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16177     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16178     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16179     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16180   layout:
16181     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16182     layout: "plot-throughput-speedup-analysis"
16183
16184 - type: "plot"
16185   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16186   algorithm: "plot_tsa_name"
16187   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
16188   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16189   include:
16190     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16191     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16192     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16193     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16194     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16195   layout:
16196     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16197     layout: "plot-throughput-speedup-analysis"
16198
16199 - type: "plot"
16200   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16201   algorithm: "plot_tsa_name"
16202   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16203   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16204   include:
16205     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16206     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16207     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16208     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16209     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16210   layout:
16211     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16212     layout: "plot-throughput-speedup-analysis"
16213
16214 - type: "plot"
16215   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16216   algorithm: "plot_tsa_name"
16217   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16218   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16219   include:
16220     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16221     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16222     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16223     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16224     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16225   layout:
16226     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16227     layout: "plot-throughput-speedup-analysis"
16228
16229 - type: "plot"
16230   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16231   algorithm: "plot_tsa_name"
16232   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16233   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16234   include:
16235     - "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"
16236     - "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"
16237     - "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"
16238     - "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"
16239   layout:
16240     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16241     layout: "plot-throughput-speedup-analysis"
16242
16243 - type: "plot"
16244   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16245   algorithm: "plot_tsa_name"
16246   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16247   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16248   include:
16249     - "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"
16250     - "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"
16251     - "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"
16252     - "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"
16253   layout:
16254     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16255     layout: "plot-throughput-speedup-analysis"
16256
16257 - type: "plot"
16258   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16259   algorithm: "plot_tsa_name"
16260   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16261   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16262   include:
16263     - "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"
16264     - "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"
16265     - "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"
16266     - "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"
16267   layout:
16268     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16269     layout: "plot-throughput-speedup-analysis"
16270
16271 - type: "plot"
16272   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16273   algorithm: "plot_tsa_name"
16274   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16275   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16276   include:
16277     - "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"
16278     - "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"
16279     - "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"
16280     - "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"
16281   layout:
16282     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16283     layout: "plot-throughput-speedup-analysis"
16284
16285 - type: "plot"
16286   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16287   algorithm: "plot_tsa_name"
16288   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16289   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16290   include:
16291     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16292     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16293     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16294     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16295     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16296     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16297   layout:
16298     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
16299     layout: "plot-throughput-speedup-analysis"
16300
16301 - type: "plot"
16302   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16303   algorithm: "plot_tsa_name"
16304   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16305   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16306   include:
16307     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16308     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16309     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16310     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16311     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16312     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16313   layout:
16314     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16315     layout: "plot-throughput-speedup-analysis"
16316
16317 - type: "plot"
16318   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16319   algorithm: "plot_tsa_name"
16320   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16321   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16322   include:
16323     - "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"
16324     - "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"
16325     - "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"
16326     - "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"
16327     - "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"
16328     - "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"
16329   layout:
16330     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16331     layout: "plot-throughput-speedup-analysis"
16332
16333 - type: "plot"
16334   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16335   algorithm: "plot_tsa_name"
16336   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16337   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16338   include:
16339     - "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"
16340     - "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"
16341     - "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"
16342     - "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"
16343     - "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"
16344     - "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"
16345   layout:
16346     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16347     layout: "plot-throughput-speedup-analysis"
16348
16349 - type: "plot"
16350   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16351   algorithm: "plot_tsa_name"
16352   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16353   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16354   include:
16355     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16356     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16357     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16358     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16359     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16360     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16361   layout:
16362     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16363     layout: "plot-throughput-speedup-analysis"
16364
16365 - type: "plot"
16366   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16367   algorithm: "plot_tsa_name"
16368   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16369   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16370   include:
16371     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16372     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16373     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16374     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16375     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16376     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16377   layout:
16378     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16379     layout: "plot-throughput-speedup-analysis"
16380
16381 - type: "plot"
16382   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16383   algorithm: "plot_tsa_name"
16384   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16385   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16386   include:
16387     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16388     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16389     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16390     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16391     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16392   layout:
16393     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16394     layout: "plot-throughput-speedup-analysis"
16395
16396 - type: "plot"
16397   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16398   algorithm: "plot_tsa_name"
16399   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16400   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16401   include:
16402     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16403     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16404     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16405     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16406     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16407   layout:
16408     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16409     layout: "plot-throughput-speedup-analysis"
16410
16411 - type: "plot"
16412   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16413   algorithm: "plot_tsa_name"
16414   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16415   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16416   include:
16417     - "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"
16418     - "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"
16419   layout:
16420     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16421     layout: "plot-throughput-speedup-analysis"
16422
16423 - type: "plot"
16424   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16425   algorithm: "plot_tsa_name"
16426   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16427   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16428   include:
16429     - "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"
16430     - "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"
16431   layout:
16432     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16433     layout: "plot-throughput-speedup-analysis"
16434
16435 - type: "plot"
16436   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16437   algorithm: "plot_tsa_name"
16438   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16439   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16440   include:
16441     - "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"
16442     - "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"
16443   layout:
16444     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16445     layout: "plot-throughput-speedup-analysis"
16446
16447 - type: "plot"
16448   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16449   algorithm: "plot_tsa_name"
16450   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16451   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16452   include:
16453     - "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"
16454     - "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"
16455   layout:
16456     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16457     layout: "plot-throughput-speedup-analysis"
16458
16459 - type: "plot"
16460   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16461   algorithm: "plot_tsa_name"
16462   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16463   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16464   include:
16465     - "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"
16466     - "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"
16467     - "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"
16468     - "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"
16469     - "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"
16470     - "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"
16471   layout:
16472     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16473     layout: "plot-throughput-speedup-analysis"
16474
16475 - type: "plot"
16476   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16477   algorithm: "plot_tsa_name"
16478   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16479   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16480   include:
16481     - "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"
16482     - "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"
16483     - "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"
16484     - "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"
16485     - "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"
16486     - "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"
16487   layout:
16488     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16489     layout: "plot-throughput-speedup-analysis"
16490
16491 - type: "plot"
16492   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16493   algorithm: "plot_tsa_name"
16494   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16495   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16496   include:
16497     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16498     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16499     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16500     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16501     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16502   layout:
16503     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16504     layout: "plot-throughput-speedup-analysis"
16505
16506 - type: "plot"
16507   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16508   algorithm: "plot_tsa_name"
16509   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16510   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16511   include:
16512     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16513     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16514     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16515     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16516     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16517   layout:
16518     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16519     layout: "plot-throughput-speedup-analysis"
16520
16521 - type: "plot"
16522   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16523   algorithm: "plot_tsa_name"
16524   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16525   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16526   include:
16527     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16528     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16529     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16530     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16531     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16532   layout:
16533     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16534     layout: "plot-throughput-speedup-analysis"
16535
16536 - type: "plot"
16537   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16538   algorithm: "plot_tsa_name"
16539   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16540   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16541   include:
16542     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16543     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16544     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16545     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16546     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16547   layout:
16548     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16549     layout: "plot-throughput-speedup-analysis"
16550
16551 - type: "plot"
16552   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16553   algorithm: "plot_tsa_name"
16554   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16555   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16556   include:
16557     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16558     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16559     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16560     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16561   layout:
16562     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16563     layout: "plot-throughput-speedup-analysis"
16564
16565 - type: "plot"
16566   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16567   algorithm: "plot_tsa_name"
16568   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16569   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16570   include:
16571     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16572     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16573     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16574     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16575   layout:
16576     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16577     layout: "plot-throughput-speedup-analysis"
16578
16579 - type: "plot"
16580   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16581   algorithm: "plot_tsa_name"
16582   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16583   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16584   include:
16585     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16586     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16587     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16588     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16589   layout:
16590     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16591     layout: "plot-throughput-speedup-analysis"
16592
16593 - type: "plot"
16594   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16595   algorithm: "plot_tsa_name"
16596   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16597   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16598   include:
16599     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16600     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16601     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16602     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16603   layout:
16604     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16605     layout: "plot-throughput-speedup-analysis"
16606
16607 - type: "plot"
16608   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16609   algorithm: "plot_tsa_name"
16610   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16611   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16612   include:
16613     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16614     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16615     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16616     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16617     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16618   layout:
16619     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16620     layout: "plot-throughput-speedup-analysis"
16621
16622 - type: "plot"
16623   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16624   algorithm: "plot_tsa_name"
16625   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16626   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16627   include:
16628     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16629     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16630     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16631     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16632     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16633   layout:
16634     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16635     layout: "plot-throughput-speedup-analysis"
16636
16637 - type: "plot"
16638   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16639   algorithm: "plot_tsa_name"
16640   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16641   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16642   include:
16643     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16644     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16645     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16646     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16647     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16648     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16649   layout:
16650     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16651     layout: "plot-throughput-speedup-analysis"
16652
16653 - type: "plot"
16654   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16655   algorithm: "plot_tsa_name"
16656   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16657   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16658   include:
16659     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16660     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16661     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16662     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16663     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16664     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16665   layout:
16666     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16667     layout: "plot-throughput-speedup-analysis"
16668
16669 - type: "plot"
16670   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16671   algorithm: "plot_tsa_name"
16672   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16673   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16674   include:
16675     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16676     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16677     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16678     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16679   layout:
16680     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16681     layout: "plot-throughput-speedup-analysis"
16682
16683 - type: "plot"
16684   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16685   algorithm: "plot_tsa_name"
16686   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16687   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16688   include:
16689     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16690     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16691     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16692     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16693   layout:
16694     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16695     layout: "plot-throughput-speedup-analysis"
16696
16697 - type: "plot"
16698   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16699   algorithm: "plot_tsa_name"
16700   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16701   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16702   include:
16703     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16704     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16705     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16706     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16707     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16708     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16709   layout:
16710     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16711     layout: "plot-throughput-speedup-analysis"
16712
16713 - type: "plot"
16714   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16715   algorithm: "plot_tsa_name"
16716   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16717   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16718   include:
16719     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16720     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16721     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16722     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16723     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16724     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16725   layout:
16726     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16727     layout: "plot-throughput-speedup-analysis"
16728
16729 - type: "plot"
16730   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16731   algorithm: "plot_tsa_name"
16732   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16733   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16734   include:
16735     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16736     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16737     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16738     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16739     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16740     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16741   layout:
16742     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16743     layout: "plot-throughput-speedup-analysis"
16744
16745 - type: "plot"
16746   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16747   algorithm: "plot_tsa_name"
16748   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16749   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16750   include:
16751     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16752     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16753     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16754     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16755     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16756     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16757   layout:
16758     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16759     layout: "plot-throughput-speedup-analysis"
16760
16761 - type: "plot"
16762   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16763   algorithm: "plot_tsa_name"
16764   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16765   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16766   include:
16767     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16768     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16769     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16770     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16771     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16772     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16773   layout:
16774     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16775     layout: "plot-throughput-speedup-analysis"
16776
16777 - type: "plot"
16778   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16779   algorithm: "plot_tsa_name"
16780   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16781   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16782   include:
16783     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16784     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16785     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16786     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16787     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16788     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16789   layout:
16790     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16791     layout: "plot-throughput-speedup-analysis"
16792
16793 - type: "plot"
16794   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16795   algorithm: "plot_tsa_name"
16796   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16797   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16798   include:
16799     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16800     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16801     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16802     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16803     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16804     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16805   layout:
16806     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16807     layout: "plot-throughput-speedup-analysis"
16808
16809 - type: "plot"
16810   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16811   algorithm: "plot_tsa_name"
16812   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16813   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16814   include:
16815     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16816     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16817     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16818     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16819     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16820     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16821   layout:
16822     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16823     layout: "plot-throughput-speedup-analysis"
16824
16825 - type: "plot"
16826   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16827   algorithm: "plot_tsa_name"
16828   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16829   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16830   include:
16831     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16832     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16833     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16834     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16835     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16836     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16837   layout:
16838     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16839     layout: "plot-throughput-speedup-analysis"
16840
16841 - type: "plot"
16842   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16843   algorithm: "plot_tsa_name"
16844   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16845   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16846   include:
16847     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16848     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16849     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16850     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16851     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16852     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16853   layout:
16854     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16855     layout: "plot-throughput-speedup-analysis"
16856
16857 #- type: "plot"
16858 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16859 #  algorithm: "plot_tsa_name"
16860 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16861 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16862 #  include:
16863 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16864 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16865 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16866 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16867 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16868 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16869 #  layout:
16870 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16871 #    layout: "plot-throughput-speedup-analysis"
16872 #
16873 #- type: "plot"
16874 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16875 #  algorithm: "plot_tsa_name"
16876 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16877 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16878 #  include:
16879 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16880 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16881 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16882 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16883 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16884 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16885 #  layout:
16886 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16887 #    layout: "plot-throughput-speedup-analysis"
16888
16889 - type: "plot"
16890   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16891   algorithm: "plot_tsa_name"
16892   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16893   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16894   include:
16895     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16896     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16897     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16898     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16899     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16900   layout:
16901     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16902     layout: "plot-throughput-speedup-analysis"
16903
16904 - type: "plot"
16905   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16906   algorithm: "plot_tsa_name"
16907   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16908   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16909   include:
16910     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16911     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16912     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16913     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16914     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16915   layout:
16916     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16917     layout: "plot-throughput-speedup-analysis"
16918
16919 - type: "plot"
16920   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16921   algorithm: "plot_tsa_name"
16922   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16923   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16924   include:
16925     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16926     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16927     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16928     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16929     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16930     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16931   layout:
16932     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16933     layout: "plot-throughput-speedup-analysis"
16934
16935 - type: "plot"
16936   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16937   algorithm: "plot_tsa_name"
16938   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16939   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16940   include:
16941     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16942     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16943     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16944     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16945     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16946     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16947   layout:
16948     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16949     layout: "plot-throughput-speedup-analysis"
16950
16951 - type: "plot"
16952   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16953   algorithm: "plot_tsa_name"
16954   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16955   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16956   include:
16957     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16958     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16959     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16960     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16961     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16962   layout:
16963     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16964     layout: "plot-throughput-speedup-analysis"
16965
16966 - type: "plot"
16967   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16968   algorithm: "plot_tsa_name"
16969   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16970   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16971   include:
16972     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16973     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16974     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16975     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16976     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16977   layout:
16978     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16979     layout: "plot-throughput-speedup-analysis"
16980
16981 - type: "plot"
16982   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16983   algorithm: "plot_tsa_name"
16984   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16985   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16986   include:
16987     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16988     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16989     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16990     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16991   layout:
16992     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16993     layout: "plot-throughput-speedup-analysis"
16994
16995 - type: "plot"
16996   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16997   algorithm: "plot_tsa_name"
16998   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16999   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17000   include:
17001     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17002     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17003     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17004     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17005   layout:
17006     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17007     layout: "plot-throughput-speedup-analysis"
17008
17009 - type: "plot"
17010   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17011   algorithm: "plot_tsa_name"
17012   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17013   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17014   include:
17015     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17016     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17017     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17018     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17019     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17020     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17021   layout:
17022     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17023     layout: "plot-throughput-speedup-analysis"
17024
17025 - type: "plot"
17026   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17027   algorithm: "plot_tsa_name"
17028   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17029   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17030   include:
17031     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17032     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17033     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17034     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17035     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17036     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17037   layout:
17038     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17039     layout: "plot-throughput-speedup-analysis"
17040
17041 - type: "plot"
17042   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17043   algorithm: "plot_tsa_name"
17044   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17045   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17046   include:
17047     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17048     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17049     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17050     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17051     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17052   layout:
17053     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17054     layout: "plot-throughput-speedup-analysis"
17055
17056 - type: "plot"
17057   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17058   algorithm: "plot_tsa_name"
17059   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17060   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17061   include:
17062     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17063     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17064     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17065     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17066     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17067   layout:
17068     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17069     layout: "plot-throughput-speedup-analysis"
17070
17071 - type: "plot"
17072   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17073   algorithm: "plot_tsa_name"
17074   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17075   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17076   include:
17077     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17078     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17079     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17080     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17081     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17082   layout:
17083     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17084     layout: "plot-throughput-speedup-analysis"
17085
17086 - type: "plot"
17087   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17088   algorithm: "plot_tsa_name"
17089   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17090   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17091   include:
17092     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17093     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17094     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17095     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17096     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17097   layout:
17098     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17099     layout: "plot-throughput-speedup-analysis"
17100
17101 - type: "plot"
17102   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17103   algorithm: "plot_tsa_name"
17104   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17105   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17106   include:
17107     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17108     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17109     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17110     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17111   layout:
17112     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17113     layout: "plot-throughput-speedup-analysis"
17114
17115 - type: "plot"
17116   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17117   algorithm: "plot_tsa_name"
17118   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17119   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17120   include:
17121     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17122     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17123     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17124     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17125   layout:
17126     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17127     layout: "plot-throughput-speedup-analysis"
17128
17129 - type: "plot"
17130   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17131   algorithm: "plot_tsa_name"
17132   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17133   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17134   include:
17135     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17136     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17137     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17138     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17139     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17140   layout:
17141     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17142     layout: "plot-throughput-speedup-analysis"
17143
17144 - type: "plot"
17145   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17146   algorithm: "plot_tsa_name"
17147   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17148   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17149   include:
17150     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17151     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17152     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17153     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17154     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17155   layout:
17156     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17157     layout: "plot-throughput-speedup-analysis"
17158
17159 - type: "plot"
17160   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17161   algorithm: "plot_tsa_name"
17162   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17163   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17164   include:
17165     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17166     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17167     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17168     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17169     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17170     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17171   layout:
17172     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17173     layout: "plot-throughput-speedup-analysis"
17174
17175 - type: "plot"
17176   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17177   algorithm: "plot_tsa_name"
17178   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17179   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17180   include:
17181     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17182     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17183     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17184     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17185     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17186     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17187   layout:
17188     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17189     layout: "plot-throughput-speedup-analysis"
17190
17191 - type: "plot"
17192   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17193   algorithm: "plot_tsa_name"
17194   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17195   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17196   include:
17197     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17198     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17199     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17200     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17201   layout:
17202     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17203     layout: "plot-throughput-speedup-analysis"
17204
17205 - type: "plot"
17206   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17207   algorithm: "plot_tsa_name"
17208   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17209   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17210   include:
17211     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17212     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17213     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17214     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17215   layout:
17216     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17217     layout: "plot-throughput-speedup-analysis"
17218
17219 - type: "plot"
17220   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17221   algorithm: "plot_tsa_name"
17222   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17223   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17224   include:
17225     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17226     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17227     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17228     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17229     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17230     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17231   layout:
17232     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17233     layout: "plot-throughput-speedup-analysis"
17234
17235 - type: "plot"
17236   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17237   algorithm: "plot_tsa_name"
17238   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17239   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17240   include:
17241     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17242     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17243     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17244     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17245     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17246     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17247   layout:
17248     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17249     layout: "plot-throughput-speedup-analysis"
17250
17251 - type: "plot"
17252   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17253   algorithm: "plot_tsa_name"
17254   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17255   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17256   include:
17257     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17258     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17259     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17260     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17261     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17262     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17263   layout:
17264     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17265     layout: "plot-throughput-speedup-analysis"
17266
17267 - type: "plot"
17268   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17269   algorithm: "plot_tsa_name"
17270   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17271   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17272   include:
17273     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17274     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17275     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17276     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17277     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17278     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17279   layout:
17280     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17281     layout: "plot-throughput-speedup-analysis"
17282
17283 #- type: "plot"
17284 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17285 #  algorithm: "plot_tsa_name"
17286 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17287 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17288 #  include:
17289 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17290 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17291 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17292 #  layout:
17293 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17294 #    layout: "plot-throughput-speedup-analysis"
17295 #
17296 #- type: "plot"
17297 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17298 #  algorithm: "plot_tsa_name"
17299 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17300 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17301 #  include:
17302 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17303 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17304 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17305 #  layout:
17306 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17307 #    layout: "plot-throughput-speedup-analysis"
17308
17309 ################################################################################
17310
17311 # Packet Throughput - DPDK
17312
17313 # 2n-skx-xxv710
17314
17315 - type: "plot"
17316   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17317   algorithm: "plot_perf_box_name"
17318   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17319   data: "plot-dpdk-throughput-latency-2n-skx"
17320   include:
17321     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17322     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17323   layout:
17324     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17325     layout: "plot-throughput"
17326
17327 - type: "plot"
17328   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17329   algorithm: "plot_perf_box_name"
17330   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17331   data: "plot-dpdk-throughput-latency-2n-skx"
17332   include:
17333     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17334     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17335   layout:
17336     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17337     layout: "plot-throughput"
17338
17339 - type: "plot"
17340   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17341   algorithm: "plot_perf_box_name"
17342   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17343   data: "plot-dpdk-throughput-latency-2n-skx"
17344   include:
17345     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17346     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17347   layout:
17348     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17349     layout: "plot-throughput"
17350
17351 - type: "plot"
17352   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17353   algorithm: "plot_perf_box_name"
17354   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17355   data: "plot-dpdk-throughput-latency-2n-skx"
17356   include:
17357     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17358     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17359   layout:
17360     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17361     layout: "plot-throughput"
17362
17363 # 2n-skx-x710
17364
17365 - type: "plot"
17366   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17367   algorithm: "plot_perf_box_name"
17368   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17369   data: "plot-dpdk-throughput-latency-2n-skx"
17370   include:
17371     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17372     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17373   layout:
17374     title: "2n-skx-x710-64b-2t1c-base-ndr"
17375     layout: "plot-throughput"
17376
17377 - type: "plot"
17378   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17379   algorithm: "plot_perf_box_name"
17380   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17381   data: "plot-dpdk-throughput-latency-2n-skx"
17382   include:
17383     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17384     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17385   layout:
17386     title: "2n-skx-x710-64b-4t2c-base-ndr"
17387     layout: "plot-throughput"
17388
17389 - type: "plot"
17390   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17391   algorithm: "plot_perf_box_name"
17392   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17393   data: "plot-dpdk-throughput-latency-2n-skx"
17394   include:
17395     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17396     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17397   layout:
17398     title: "2n-skx-x710-64b-2t1c-base-pdr"
17399     layout: "plot-throughput"
17400
17401 - type: "plot"
17402   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17403   algorithm: "plot_perf_box_name"
17404   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17405   data: "plot-dpdk-throughput-latency-2n-skx"
17406   include:
17407     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17408     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17409   layout:
17410     title: "2n-skx-x710-64b-4t2c-base-pdr"
17411     layout: "plot-throughput"
17412
17413 # 3n-skx-xxv710
17414
17415 - type: "plot"
17416   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17417   algorithm: "plot_perf_box_name"
17418   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17419   data: "plot-dpdk-throughput-latency-3n-skx"
17420   include:
17421     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17422     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17423   layout:
17424     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17425     layout: "plot-throughput"
17426
17427 - type: "plot"
17428   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17429   algorithm: "plot_perf_box_name"
17430   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17431   data: "plot-dpdk-throughput-latency-3n-skx"
17432   include:
17433     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17434     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17435   layout:
17436     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17437     layout: "plot-throughput"
17438
17439 - type: "plot"
17440   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17441   algorithm: "plot_perf_box_name"
17442   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17443   data: "plot-dpdk-throughput-latency-3n-skx"
17444   include:
17445     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17446     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17447   layout:
17448     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17449     layout: "plot-throughput"
17450
17451 - type: "plot"
17452   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17453   algorithm: "plot_perf_box_name"
17454   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17455   data: "plot-dpdk-throughput-latency-3n-skx"
17456   include:
17457     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17458     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17459   layout:
17460     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17461     layout: "plot-throughput"
17462
17463 # 3n-skx-x710
17464
17465 - type: "plot"
17466   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17467   algorithm: "plot_perf_box_name"
17468   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17469   data: "plot-dpdk-throughput-latency-3n-skx"
17470   include:
17471     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17472     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17473   layout:
17474     title: "3n-skx-x710-64b-2t1c-base-ndr"
17475     layout: "plot-throughput"
17476
17477 - type: "plot"
17478   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17479   algorithm: "plot_perf_box_name"
17480   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17481   data: "plot-dpdk-throughput-latency-3n-skx"
17482   include:
17483     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17484     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17485   layout:
17486     title: "3n-skx-x710-64b-4t2c-base-ndr"
17487     layout: "plot-throughput"
17488
17489 - type: "plot"
17490   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17491   algorithm: "plot_perf_box_name"
17492   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17493   data: "plot-dpdk-throughput-latency-3n-skx"
17494   include:
17495     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17496     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17497   layout:
17498     title: "3n-skx-x710-64b-2t1c-base-pdr"
17499     layout: "plot-throughput"
17500
17501 - type: "plot"
17502   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17503   algorithm: "plot_perf_box_name"
17504   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17505   data: "plot-dpdk-throughput-latency-3n-skx"
17506   include:
17507     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17508     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17509   layout:
17510     title: "3n-skx-x710-64b-4t2c-base-pdr"
17511     layout: "plot-throughput"
17512
17513 # 3n-hsw-xl710
17514
17515 - type: "plot"
17516   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17517   algorithm: "plot_perf_box_name"
17518   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17519   data: "plot-dpdk-throughput-latency-3n-hsw"
17520   include:
17521     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17522     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17523   layout:
17524     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17525     layout: "plot-throughput"
17526
17527 - type: "plot"
17528   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17529   algorithm: "plot_perf_box_name"
17530   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17531   data: "plot-dpdk-throughput-latency-3n-hsw"
17532   include:
17533     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17534     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17535   layout:
17536     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17537     layout: "plot-throughput"
17538
17539 - type: "plot"
17540   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17541   algorithm: "plot_perf_box_name"
17542   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17543   data: "plot-dpdk-throughput-latency-3n-hsw"
17544   include:
17545     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17546     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17547   layout:
17548     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17549     layout: "plot-throughput"
17550
17551 - type: "plot"
17552   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17553   algorithm: "plot_perf_box_name"
17554   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17555   data: "plot-dpdk-throughput-latency-3n-hsw"
17556   include:
17557     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17558     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17559   layout:
17560     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17561     layout: "plot-throughput"
17562
17563 # 3n-hsw-x710
17564
17565 - type: "plot"
17566   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17567   algorithm: "plot_perf_box_name"
17568   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17569   data: "plot-dpdk-throughput-latency-3n-hsw"
17570   include:
17571     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17572     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17573   layout:
17574     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17575     layout: "plot-throughput"
17576
17577 - type: "plot"
17578   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17579   algorithm: "plot_perf_box_name"
17580   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17581   data: "plot-dpdk-throughput-latency-3n-hsw"
17582   include:
17583     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17584     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17585   layout:
17586     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17587     layout: "plot-throughput"
17588
17589 - type: "plot"
17590   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17591   algorithm: "plot_perf_box_name"
17592   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17593   data: "plot-dpdk-throughput-latency-3n-hsw"
17594   include:
17595     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17596     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17597   layout:
17598     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17599     layout: "plot-throughput"
17600
17601 - type: "plot"
17602   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17603   algorithm: "plot_perf_box_name"
17604   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17605   data: "plot-dpdk-throughput-latency-3n-hsw"
17606   include:
17607     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17608     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17609   layout:
17610     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17611     layout: "plot-throughput"
17612
17613 ## 2n-dnv-x553
17614 #
17615 #- type: "plot"
17616 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17617 #  algorithm: "plot_perf_box_name"
17618 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17619 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17620 #  include:
17621 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17622 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17623 #  layout:
17624 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
17625 #    layout: "plot-throughput"
17626 #
17627 #- type: "plot"
17628 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17629 #  algorithm: "plot_perf_box_name"
17630 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17631 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17632 #  include:
17633 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17634 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17635 #  layout:
17636 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
17637 #    layout: "plot-throughput"
17638 #
17639 #- type: "plot"
17640 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17641 #  algorithm: "plot_perf_box_name"
17642 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17643 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17644 #  include:
17645 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17646 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17647 #  layout:
17648 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
17649 #    layout: "plot-throughput"
17650 #
17651 #- type: "plot"
17652 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17653 #  algorithm: "plot_perf_box_name"
17654 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17655 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17656 #  include:
17657 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17658 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17659 #  layout:
17660 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
17661 #    layout: "plot-throughput"
17662 #
17663 ## 3n-dnv-x553
17664 #
17665 #- type: "plot"
17666 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17667 #  algorithm: "plot_perf_box_name"
17668 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17669 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17670 #  include:
17671 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17672 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17673 #  layout:
17674 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
17675 #    layout: "plot-throughput"
17676 #
17677 #- type: "plot"
17678 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17679 #  algorithm: "plot_perf_box_name"
17680 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17681 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17682 #  include:
17683 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17684 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17685 #  layout:
17686 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
17687 #    layout: "plot-throughput"
17688 #
17689 #- type: "plot"
17690 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17691 #  algorithm: "plot_perf_box_name"
17692 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17693 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17694 #  include:
17695 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17696 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17697 #  layout:
17698 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
17699 #    layout: "plot-throughput"
17700 #
17701 #- type: "plot"
17702 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17703 #  algorithm: "plot_perf_box_name"
17704 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17705 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17706 #  include:
17707 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17708 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17709 #  layout:
17710 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
17711 #    layout: "plot-throughput"
17712
17713 # 3n-tsh-x520
17714
17715 - type: "plot"
17716   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17717   algorithm: "plot_perf_box_name"
17718   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17719   data: "plot-dpdk-throughput-latency-3n-tsh"
17720   include:
17721     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17722     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17723   layout:
17724     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17725     layout: "plot-throughput"
17726
17727 - type: "plot"
17728   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17729   algorithm: "plot_perf_box_name"
17730   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17731   data: "plot-dpdk-throughput-latency-3n-tsh"
17732   include:
17733     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17734     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17735   layout:
17736     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17737     layout: "plot-throughput"
17738
17739 - type: "plot"
17740   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17741   algorithm: "plot_perf_box_name"
17742   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17743   data: "plot-dpdk-throughput-latency-3n-tsh"
17744   include:
17745     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17746     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17747   layout:
17748     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17749     layout: "plot-throughput"
17750
17751 - type: "plot"
17752   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17753   algorithm: "plot_perf_box_name"
17754   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17755   data: "plot-dpdk-throughput-latency-3n-tsh"
17756   include:
17757     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17758     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17759   layout:
17760     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17761     layout: "plot-throughput"
17762
17763 ################################################################################
17764 ###   2n-clx                                                                 ###
17765 ################################################################################
17766
17767 # Packet Throughput
17768
17769 - type: "plot"
17770   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17771   algorithm: "plot_perf_box_name"
17772   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17773   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17774   include:
17775     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17776     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17777     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17778     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17779   layout:
17780     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17781     layout: "plot-throughput"
17782
17783 - type: "plot"
17784   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17785   algorithm: "plot_perf_box_name"
17786   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17787   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17788   include:
17789     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17790     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17791     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17792     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17793   layout:
17794     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17795     layout: "plot-throughput"
17796
17797 - type: "plot"
17798   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17799   algorithm: "plot_perf_box_name"
17800   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17801   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17802   include:
17803     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17804     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17805     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17806     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17807   layout:
17808     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17809     layout: "plot-throughput"
17810
17811 - type: "plot"
17812   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17813   algorithm: "plot_perf_box_name"
17814   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17815   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17816   include:
17817     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17818     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17819     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17820     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17821   layout:
17822     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17823     layout: "plot-throughput"
17824
17825 - type: "plot"
17826   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17827   algorithm: "plot_perf_box_name"
17828   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17829   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17830   include:
17831     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17832     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17833     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17834     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17835   layout:
17836     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17837     layout: "plot-throughput"
17838
17839 - type: "plot"
17840   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17841   algorithm: "plot_perf_box_name"
17842   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17843   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17844   include:
17845     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17846     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17847     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17848     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17849   layout:
17850     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17851     layout: "plot-throughput"
17852
17853 - type: "plot"
17854   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17855   algorithm: "plot_perf_box_name"
17856   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17857   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17858   include:
17859     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17860     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17861     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17862     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17863     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17864     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17865   layout:
17866     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17867     layout: "plot-throughput"
17868
17869 - type: "plot"
17870   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17871   algorithm: "plot_perf_box_name"
17872   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17873   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17874   include:
17875     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17876     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17877     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17878     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17879     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17880     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17881   layout:
17882     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17883     layout: "plot-throughput"
17884
17885 - type: "plot"
17886   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17887   algorithm: "plot_perf_box_name"
17888   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17889   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17890   include:
17891     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17893     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17894     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17895   layout:
17896     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17897     layout: "plot-throughput"
17898
17899 - type: "plot"
17900   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17901   algorithm: "plot_perf_box_name"
17902   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17903   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17904   include:
17905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17906     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17907     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17908     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17909   layout:
17910     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17911     layout: "plot-throughput"
17912
17913 - type: "plot"
17914   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17915   algorithm: "plot_perf_box_name"
17916   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17917   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17918   include:
17919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17921     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17922   layout:
17923     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17924     layout: "plot-throughput"
17925
17926 - type: "plot"
17927   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17928   algorithm: "plot_perf_box_name"
17929   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17930   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17931   include:
17932     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17933     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17934     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17935   layout:
17936     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17937     layout: "plot-throughput"
17938
17939 - type: "plot"
17940   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17941   algorithm: "plot_perf_box_name"
17942   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17943   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17944   include:
17945     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17946     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17947     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17948     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17949     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17950   layout:
17951     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17952     layout: "plot-throughput"
17953
17954 - type: "plot"
17955   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17956   algorithm: "plot_perf_box_name"
17957   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17958   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17959   include:
17960     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17961     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17962     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17963     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17964     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17965   layout:
17966     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17967     layout: "plot-throughput"
17968
17969 - type: "plot"
17970   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17971   algorithm: "plot_perf_box_name"
17972   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17973   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17974   include:
17975     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17976     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17977     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17978   layout:
17979     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17980     layout: "plot-throughput"
17981
17982 - type: "plot"
17983   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17984   algorithm: "plot_perf_box_name"
17985   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17986   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17987   include:
17988     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17989     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17990     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17991   layout:
17992     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17993     layout: "plot-throughput"
17994
17995 - type: "plot"
17996   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17997   algorithm: "plot_perf_box_name"
17998   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17999   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18000   include:
18001     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18002     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18005     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18006     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18007   layout:
18008     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
18009     layout: "plot-throughput"
18010
18011 - type: "plot"
18012   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
18013   algorithm: "plot_perf_box_name"
18014   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
18015   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18016   include:
18017     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18018     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18019     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18020     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18021     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18022     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18023   layout:
18024     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
18025     layout: "plot-throughput"
18026
18027 - type: "plot"
18028   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
18029   algorithm: "plot_perf_box_name"
18030   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
18031   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18032   include:
18033     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18034     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18035     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18036     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18037     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18038   layout:
18039     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
18040     layout: "plot-throughput"
18041
18042 - type: "plot"
18043   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
18044   algorithm: "plot_perf_box_name"
18045   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
18046   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18047   include:
18048     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
18049     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
18050     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
18051     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
18052     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
18053   layout:
18054     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
18055     layout: "plot-throughput"
18056
18057 - type: "plot"
18058   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
18059   algorithm: "plot_perf_box_name"
18060   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
18061   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18062   include:
18063     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18064     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18065     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18066     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
18067     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18068     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18069     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18070     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
18071     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18072     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18073   layout:
18074     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
18075     layout: "plot-cps"
18076
18077 - type: "plot"
18078   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
18079   algorithm: "plot_perf_box_name"
18080   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
18081   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18082   include:
18083     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18084     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18085     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18086     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
18087     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18088     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18089     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18090     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
18091     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18092     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18093   layout:
18094     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
18095     layout: "plot-throughput"
18096
18097 - type: "plot"
18098   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18099   algorithm: "plot_perf_box_name"
18100   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18101   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18102   include:
18103     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18104     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18105     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18106     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
18107     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18108     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18109     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18110     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
18111     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18112     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18113   layout:
18114     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18115     layout: "plot-cps"
18116
18117 - type: "plot"
18118   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18119   algorithm: "plot_perf_box_name"
18120   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18121   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18122   include:
18123     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18124     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18125     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18126     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
18127     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18128     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18129     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18130     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
18131     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18132     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18133   layout:
18134     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18135     layout: "plot-throughput"
18136
18137 - type: "plot"
18138   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
18139   algorithm: "plot_perf_box_name"
18140   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
18141   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18142   include:
18143     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18144     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18145     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18146     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18147     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18148   layout:
18149     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
18150     layout: "plot-throughput"
18151
18152 - type: "plot"
18153   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
18154   algorithm: "plot_perf_box_name"
18155   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
18156   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18157   include:
18158     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
18159     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
18160     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
18161     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
18162     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
18163   layout:
18164     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
18165     layout: "plot-throughput"
18166
18167 - type: "plot"
18168   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18169   algorithm: "plot_perf_box_name"
18170   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18171   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18172   include:
18173     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18174     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18175     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18176     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
18177     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18178     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18179     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18180     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
18181     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18182     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18183   layout:
18184     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18185     layout: "plot-cps"
18186
18187 - type: "plot"
18188   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18189   algorithm: "plot_perf_box_name"
18190   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18191   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18192   include:
18193     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18194     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18195     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18196     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
18197     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18198     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18199     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18200     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
18201     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18202     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18203   layout:
18204     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18205     layout: "plot-throughput"
18206
18207 - type: "plot"
18208   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18209   algorithm: "plot_perf_box_name"
18210   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18211   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18212   include:
18213     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18214     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18215     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18216     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
18217     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18218     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18219     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18220     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
18221     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18222     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18223   layout:
18224     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18225     layout: "plot-cps"
18226
18227 - type: "plot"
18228   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18229   algorithm: "plot_perf_box_name"
18230   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18231   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18232   include:
18233     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18234     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18235     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18236     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
18237     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18238     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18239     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18240     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
18241     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18242     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18243   layout:
18244     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18245     layout: "plot-throughput"
18246
18247 - type: "plot"
18248   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18249   algorithm: "plot_perf_box_name"
18250   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18251   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18252   include:
18253     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18254     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18255     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18259   layout:
18260     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18261     layout: "plot-throughput"
18262
18263 - type: "plot"
18264   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18265   algorithm: "plot_perf_box_name"
18266   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18267   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18268   include:
18269     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18270     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18275   layout:
18276     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18277     layout: "plot-throughput"
18278
18279 - type: "plot"
18280   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18281   algorithm: "plot_perf_box_name"
18282   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18283   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18284   include:
18285     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
18286     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
18287   layout:
18288     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18289     layout: "plot-throughput"
18290
18291 - type: "plot"
18292   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18293   algorithm: "plot_perf_box_name"
18294   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18295   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18296   include:
18297     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
18298     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
18299   layout:
18300     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18301     layout: "plot-throughput"
18302
18303 - type: "plot"
18304   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18305   algorithm: "plot_perf_box_name"
18306   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18307   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18308   include:
18309     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
18310     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18311     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
18312     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18313     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
18314     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18315   layout:
18316     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18317     layout: "plot-throughput"
18318
18319 - type: "plot"
18320   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18321   algorithm: "plot_perf_box_name"
18322   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18323   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18324   include:
18325     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
18326     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18327     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
18328     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18329     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
18330     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18331   layout:
18332     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18333     layout: "plot-throughput"
18334
18335 - type: "plot"
18336   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18337   algorithm: "plot_perf_box_name"
18338   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18339   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18340   include:
18341     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18342     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18343     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18344     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18345     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18346     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18347   layout:
18348     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18349     layout: "plot-throughput"
18350
18351 - type: "plot"
18352   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18353   algorithm: "plot_perf_box_name"
18354   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18355   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18356   include:
18357     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18358     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18359     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18360     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18361     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18362     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18363   layout:
18364     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18365     layout: "plot-throughput"
18366
18367 - type: "plot"
18368   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18369   algorithm: "plot_perf_box_name"
18370   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18371   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18372   include:
18373     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18374     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18375     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18376     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18377     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18378     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18379   layout:
18380     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18381     layout: "plot-throughput"
18382
18383 - type: "plot"
18384   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18385   algorithm: "plot_perf_box_name"
18386   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18387   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18388   include:
18389     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18390     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18391     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18392     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18393     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18394     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18395   layout:
18396     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18397     layout: "plot-throughput"
18398
18399 - type: "plot"
18400   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18401   algorithm: "plot_perf_box_name"
18402   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18403   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18404   include:
18405     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18406     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18407     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18408     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18409     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18410   layout:
18411     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18412     layout: "plot-throughput"
18413
18414 - type: "plot"
18415   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18416   algorithm: "plot_perf_box_name"
18417   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18418   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18419   include:
18420     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18421     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18422     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18423     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18424     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18425   layout:
18426     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18427     layout: "plot-throughput"
18428
18429 - type: "plot"
18430   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18431   algorithm: "plot_perf_box_name"
18432   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18433   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18434   include:
18435     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18436     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18437     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18438     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18439     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18440   layout:
18441     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18442     layout: "plot-throughput"
18443
18444 - type: "plot"
18445   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18446   algorithm: "plot_perf_box_name"
18447   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18448   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18449   include:
18450     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18451     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18452     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18453     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18454     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18455   layout:
18456     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18457     layout: "plot-throughput"
18458
18459 - type: "plot"
18460   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18461   algorithm: "plot_perf_box_name"
18462   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18463   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18464   include:
18465     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18466     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18467     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18468     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18469     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18470   layout:
18471     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18472     layout: "plot-throughput"
18473
18474 - type: "plot"
18475   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18476   algorithm: "plot_perf_box_name"
18477   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18478   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18479   include:
18480     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18481     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18482     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18483     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18484     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18485   layout:
18486     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18487     layout: "plot-throughput"
18488
18489 - type: "plot"
18490   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18491   algorithm: "plot_perf_box_name"
18492   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18493   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18494   include:
18495     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18496     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18497     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18498     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18499     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18500   layout:
18501     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18502     layout: "plot-throughput"
18503
18504 - type: "plot"
18505   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18506   algorithm: "plot_perf_box_name"
18507   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18508   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18509   include:
18510     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18511     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18512     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18513     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18514     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18515   layout:
18516     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18517     layout: "plot-throughput"
18518
18519 - type: "plot"
18520   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18521   algorithm: "plot_perf_box_name"
18522   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18523   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18524   include:
18525     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18526     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18527     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18528     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18529     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18530   layout:
18531     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18532     layout: "plot-throughput"
18533
18534 - type: "plot"
18535   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18536   algorithm: "plot_perf_box_name"
18537   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18538   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18539   include:
18540     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18541     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18542     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18543     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18544     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18545   layout:
18546     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18547     layout: "plot-throughput"
18548
18549 - type: "plot"
18550   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18551   algorithm: "plot_perf_box_name"
18552   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18553   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18554   include:
18555     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18556     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18557     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18558     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18559     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18560     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18561   layout:
18562     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18563     layout: "plot-throughput"
18564
18565 - type: "plot"
18566   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18567   algorithm: "plot_perf_box_name"
18568   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18569   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18570   include:
18571     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18572     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18573     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18574     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18575     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18576     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18577   layout:
18578     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18579     layout: "plot-throughput"
18580
18581 - type: "plot"
18582   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18583   algorithm: "plot_perf_box_name"
18584   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18585   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18586   include:
18587     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18588     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18589     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18590     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18591   layout:
18592     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18593     layout: "plot-throughput"
18594
18595 - type: "plot"
18596   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18597   algorithm: "plot_perf_box_name"
18598   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18599   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18600   include:
18601     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18602     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18603     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18604     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18605   layout:
18606     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18607     layout: "plot-throughput"
18608
18609 - type: "plot"
18610   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18611   algorithm: "plot_perf_box_name"
18612   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18613   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18614   include:
18615     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18616     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18617     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18618     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18619     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18620     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18621   layout:
18622     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18623     layout: "plot-throughput"
18624
18625 - type: "plot"
18626   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18627   algorithm: "plot_perf_box_name"
18628   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18629   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18630   include:
18631     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18632     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18633     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18634     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18635     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18636     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18637   layout:
18638     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18639     layout: "plot-throughput"
18640
18641 - type: "plot"
18642   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18643   algorithm: "plot_perf_box_name"
18644   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18645   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18646   include:
18647     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18648     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18649     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18650     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18651   layout:
18652     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18653     layout: "plot-throughput"
18654
18655 - type: "plot"
18656   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18657   algorithm: "plot_perf_box_name"
18658   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18659   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18660   include:
18661     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18662     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18663     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18664     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18665   layout:
18666     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18667     layout: "plot-throughput"
18668
18669 - type: "plot"
18670   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18671   algorithm: "plot_perf_box_name"
18672   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18673   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18674   include:
18675     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18676     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18677     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18678     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18679     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18680     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18681   layout:
18682     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18683     layout: "plot-throughput"
18684
18685 - type: "plot"
18686   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18687   algorithm: "plot_perf_box_name"
18688   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18689   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18690   include:
18691     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18692     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18693     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18694     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18695     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18696     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18697   layout:
18698     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18699     layout: "plot-throughput"
18700
18701 - type: "plot"
18702   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18703   algorithm: "plot_perf_box_name"
18704   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18705   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18706   include:
18707     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18708     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18709     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18710     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18711   layout:
18712     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18713     layout: "plot-throughput"
18714
18715 - type: "plot"
18716   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18717   algorithm: "plot_perf_box_name"
18718   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18719   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18720   include:
18721     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18722     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18723     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18724     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18725   layout:
18726     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18727     layout: "plot-throughput"
18728
18729 - type: "plot"
18730   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18731   algorithm: "plot_perf_box_name"
18732   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18733   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18734   include:
18735     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18736     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18737     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18738     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18739     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18740   layout:
18741     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18742     layout: "plot-throughput"
18743
18744 - type: "plot"
18745   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18746   algorithm: "plot_perf_box_name"
18747   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18748   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18749   include:
18750     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18751     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18752     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18753     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18754     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18755   layout:
18756     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18757     layout: "plot-throughput"
18758
18759 - type: "plot"
18760   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18761   algorithm: "plot_perf_box_name"
18762   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18763   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18764   include:
18765     - "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"
18766     - "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"
18767     - "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"
18768     - "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"
18769     - "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"
18770   layout:
18771     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18772     layout: "plot-throughput"
18773
18774 - type: "plot"
18775   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18776   algorithm: "plot_perf_box_name"
18777   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18778   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18779   include:
18780     - "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"
18781     - "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"
18782     - "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"
18783     - "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"
18784     - "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"
18785   layout:
18786     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18787     layout: "plot-throughput"
18788
18789 - type: "plot"
18790   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18791   algorithm: "plot_perf_box_name"
18792   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18793   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18794   include:
18795     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18796     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18797     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18798     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18799     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18800   layout:
18801     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18802     layout: "plot-throughput"
18803
18804 - type: "plot"
18805   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18806   algorithm: "plot_perf_box_name"
18807   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18808   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18809   include:
18810     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18811     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18812     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18813     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18814     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18815   layout:
18816     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18817     layout: "plot-throughput"
18818
18819 - type: "plot"
18820   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18821   algorithm: "plot_perf_box_name"
18822   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18823   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18824   include:
18825     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18826     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18827     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18828     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18829     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18830   layout:
18831     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18832     layout: "plot-throughput"
18833
18834 - type: "plot"
18835   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18836   algorithm: "plot_perf_box_name"
18837   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18838   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18839   include:
18840     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18841     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18842     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18843     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18844     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18845   layout:
18846     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18847     layout: "plot-throughput"
18848
18849 - type: "plot"
18850   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18851   algorithm: "plot_perf_box_name"
18852   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18853   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18854   include:
18855     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18856     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18857     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18858     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18859   layout:
18860     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18861     layout: "plot-throughput"
18862
18863 - type: "plot"
18864   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18865   algorithm: "plot_perf_box_name"
18866   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18867   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18868   include:
18869     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18870     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18871     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18872     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18873   layout:
18874     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18875     layout: "plot-throughput"
18876
18877 - type: "plot"
18878   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18879   algorithm: "plot_perf_box_name"
18880   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18881   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18882   include:
18883     - "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"
18884     - "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"
18885     - "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"
18886     - "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"
18887   layout:
18888     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18889     layout: "plot-throughput"
18890
18891 - type: "plot"
18892   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18893   algorithm: "plot_perf_box_name"
18894   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18895   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18896   include:
18897     - "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"
18898     - "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"
18899     - "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"
18900     - "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"
18901   layout:
18902     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18903     layout: "plot-throughput"
18904
18905 - type: "plot"
18906   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18907   algorithm: "plot_perf_box_name"
18908   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18909   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18910   include:
18911     - "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"
18912     - "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"
18913     - "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"
18914     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18915     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18916     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18917   layout:
18918     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18919     layout: "plot-throughput"
18920
18921 - type: "plot"
18922   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18923   algorithm: "plot_perf_box_name"
18924   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18925   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18926   include:
18927     - "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"
18928     - "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"
18929     - "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"
18930     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18931     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18932     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18933   layout:
18934     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18935     layout: "plot-throughput"
18936
18937 ################################################################################
18938
18939 # Packet Speedup
18940
18941 - type: "plot"
18942   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18943   algorithm: "plot_tsa_name"
18944   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18945   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18946   include:
18947     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18948     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18949     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18950     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18951   layout:
18952     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18953     layout: "plot-throughput-speedup-analysis"
18954
18955 - type: "plot"
18956   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18957   algorithm: "plot_tsa_name"
18958   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18959   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18960   include:
18961     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18962     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18963     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18964     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18965   layout:
18966     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18967     layout: "plot-throughput-speedup-analysis"
18968
18969 - type: "plot"
18970   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18971   algorithm: "plot_tsa_name"
18972   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18973   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18974   include:
18975     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18976     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18977     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18978     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18979   layout:
18980     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18981     layout: "plot-throughput-speedup-analysis"
18982
18983 - type: "plot"
18984   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18985   algorithm: "plot_tsa_name"
18986   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18987   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18988   include:
18989     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18990     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18991     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18992     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18993   layout:
18994     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18995     layout: "plot-throughput-speedup-analysis"
18996
18997 - type: "plot"
18998   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18999   algorithm: "plot_tsa_name"
19000   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
19001   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19002   include:
19003     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19004     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19005     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19006     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19007   layout:
19008     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
19009     layout: "plot-throughput-speedup-analysis"
19010
19011 - type: "plot"
19012   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
19013   algorithm: "plot_tsa_name"
19014   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
19015   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19016   include:
19017     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19018     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19019     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19020     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19021   layout:
19022     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
19023     layout: "plot-throughput-speedup-analysis"
19024
19025 - type: "plot"
19026   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
19027   algorithm: "plot_tsa_name"
19028   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
19029   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19030   include:
19031     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
19032     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
19033     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
19034     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19035     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19036     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19037   layout:
19038     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
19039     layout: "plot-throughput-speedup-analysis"
19040
19041 - type: "plot"
19042   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
19043   algorithm: "plot_tsa_name"
19044   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
19045   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19046   include:
19047     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
19048     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
19049     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
19050     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19051     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19052     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19053   layout:
19054     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
19055     layout: "plot-throughput-speedup-analysis"
19056
19057 - type: "plot"
19058   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
19059   algorithm: "plot_tsa_name"
19060   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
19061   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19062   include:
19063     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
19064     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
19065     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
19066     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
19067   layout:
19068     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
19069     layout: "plot-throughput-speedup-analysis"
19070
19071 - type: "plot"
19072   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
19073   algorithm: "plot_tsa_name"
19074   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
19075   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19076   include:
19077     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
19078     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
19079     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
19080     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
19081   layout:
19082     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
19083     layout: "plot-throughput-speedup-analysis"
19084
19085 - type: "plot"
19086   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
19087   algorithm: "plot_tsa_name"
19088   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
19089   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19090   include:
19091     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
19092     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
19093     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19094   layout:
19095     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
19096     layout: "plot-throughput-speedup-analysis"
19097
19098 - type: "plot"
19099   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
19100   algorithm: "plot_tsa_name"
19101   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
19102   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19103   include:
19104     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
19105     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
19106     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19107   layout:
19108     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
19109     layout: "plot-throughput-speedup-analysis"
19110
19111 - type: "plot"
19112   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
19113   algorithm: "plot_tsa_name"
19114   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
19115   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19116   include:
19117     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19118     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19119     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19120     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19121     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19122   layout:
19123     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
19124     layout: "plot-throughput-speedup-analysis"
19125
19126 - type: "plot"
19127   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
19128   algorithm: "plot_tsa_name"
19129   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
19130   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19131   include:
19132     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19133     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19134     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19135     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19136     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19137   layout:
19138     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
19139     layout: "plot-throughput-speedup-analysis"
19140
19141 - type: "plot"
19142   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
19143   algorithm: "plot_tsa_name"
19144   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
19145   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19146   include:
19147     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
19148     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
19149     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
19150   layout:
19151     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
19152     layout: "plot-throughput-speedup-analysis"
19153
19154 - type: "plot"
19155   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
19156   algorithm: "plot_tsa_name"
19157   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
19158   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19159   include:
19160     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
19161     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
19162     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
19163   layout:
19164     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
19165     layout: "plot-throughput-speedup-analysis"
19166
19167 - type: "plot"
19168   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
19169   algorithm: "plot_tsa_name"
19170   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
19171   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19172   include:
19173     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19174     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19175     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19176     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19177     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19178     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19179   layout:
19180     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
19181     layout: "plot-throughput-speedup-analysis"
19182
19183 - type: "plot"
19184   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
19185   algorithm: "plot_tsa_name"
19186   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
19187   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19188   include:
19189     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19190     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
19191     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
19192     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
19193     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
19194   layout:
19195     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
19196     layout: "plot-throughput-speedup-analysis"
19197
19198 - type: "plot"
19199   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
19200   algorithm: "plot_tsa_name"
19201   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
19202   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19203   include:
19204     - "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"
19205     - "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"
19206     - "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"
19207     - "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"
19208     - "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"
19209   layout:
19210     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
19211     layout: "plot-throughput-speedup-analysis"
19212
19213 - type: "plot"
19214   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
19215   algorithm: "plot_tsa_name"
19216   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
19217   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19218   include:
19219     - "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"
19220     - "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"
19221     - "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"
19222     - "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"
19223     - "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"
19224     - "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"
19225     - "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"
19226     - "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"
19227     - "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"
19228     - "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"
19229   layout:
19230     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
19231     layout: "plot-throughput-speedup-analysis-cps"
19232
19233 - type: "plot"
19234   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
19235   algorithm: "plot_tsa_name"
19236   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
19237   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19238   include:
19239     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
19240     - "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"
19241     - "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"
19242     - "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"
19243     - "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"
19244     - "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"
19245     - "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"
19246     - "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"
19247     - "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"
19248     - "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"
19249   layout:
19250     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
19251     layout: "plot-throughput-speedup-analysis"
19252
19253 - type: "plot"
19254   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
19255   algorithm: "plot_tsa_name"
19256   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
19257   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19258   include:
19259     - "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"
19260     - "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"
19261     - "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"
19262     - "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"
19263     - "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"
19264     - "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"
19265     - "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"
19266     - "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"
19267     - "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"
19268     - "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"
19269   layout:
19270     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
19271     layout: "plot-throughput-speedup-analysis-cps"
19272
19273 - type: "plot"
19274   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
19275   algorithm: "plot_tsa_name"
19276   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
19277   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19278   include:
19279     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
19280     - "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"
19281     - "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"
19282     - "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"
19283     - "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"
19284     - "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"
19285     - "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"
19286     - "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"
19287     - "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"
19288     - "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"
19289   layout:
19290     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
19291     layout: "plot-throughput-speedup-analysis"
19292
19293 - type: "plot"
19294   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
19295   algorithm: "plot_tsa_name"
19296   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
19297   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19298   include:
19299     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19300     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19301     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19302     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19305   layout:
19306     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
19307     layout: "plot-throughput-speedup-analysis"
19308
19309 - type: "plot"
19310   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
19311   algorithm: "plot_tsa_name"
19312   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
19313   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19314   include:
19315     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19316     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
19317     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
19318     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
19319     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
19320   layout:
19321     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
19322     layout: "plot-throughput-speedup-analysis"
19323
19324 - type: "plot"
19325   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
19326   algorithm: "plot_tsa_name"
19327   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
19328   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19329   include:
19330     - "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"
19331     - "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"
19332     - "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"
19333     - "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"
19334     - "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"
19335   layout:
19336     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
19337     layout: "plot-throughput-speedup-analysis"
19338
19339 - type: "plot"
19340   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
19341   algorithm: "plot_tsa_name"
19342   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
19343   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19344   include:
19345     - "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"
19346     - "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"
19347     - "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"
19348     - "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"
19349     - "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"
19350     - "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"
19351     - "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"
19352     - "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"
19353     - "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"
19354     - "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"
19355   layout:
19356     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
19357     layout: "plot-throughput-speedup-analysis-cps"
19358
19359 - type: "plot"
19360   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
19361   algorithm: "plot_tsa_name"
19362   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
19363   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19364   include:
19365     - "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"
19366     - "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"
19367     - "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"
19368     - "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"
19369     - "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"
19370     - "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"
19371     - "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"
19372     - "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"
19373     - "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"
19374     - "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"
19375   layout:
19376     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
19377     layout: "plot-throughput-speedup-analysis"
19378
19379 - type: "plot"
19380   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
19381   algorithm: "plot_tsa_name"
19382   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
19383   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19384   include:
19385     - "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"
19386     - "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"
19387     - "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"
19388     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
19389     - "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"
19390     - "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"
19391     - "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"
19392     - "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"
19393     - "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"
19394     - "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"
19395   layout:
19396     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
19397     layout: "plot-throughput-speedup-analysis-cps"
19398
19399 - type: "plot"
19400   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19401   algorithm: "plot_tsa_name"
19402   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19403   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19404   include:
19405     - "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"
19406     - "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"
19407     - "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"
19408     - "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"
19409     - "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"
19410     - "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"
19411     - "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"
19412     - "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"
19413     - "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"
19414     - "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"
19415   layout:
19416     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
19417     layout: "plot-throughput-speedup-analysis"
19418
19419 - type: "plot"
19420   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
19421   algorithm: "plot_tsa_name"
19422   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
19423   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19424   include:
19425     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19426     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19427     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19428     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19429     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19430     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19431   layout:
19432     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
19433     layout: "plot-throughput-speedup-analysis"
19434
19435 - type: "plot"
19436   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
19437   algorithm: "plot_tsa_name"
19438   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
19439   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19440   include:
19441     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19442     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19443     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19444     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19445     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19446     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19447   layout:
19448     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
19449     layout: "plot-throughput-speedup-analysis"
19450
19451 - type: "plot"
19452   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
19453   algorithm: "plot_tsa_name"
19454   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
19455   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19456   include:
19457     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
19458     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
19459   layout:
19460     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
19461     layout: "plot-throughput-speedup-analysis"
19462
19463 - type: "plot"
19464   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
19465   algorithm: "plot_tsa_name"
19466   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
19467   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19468   include:
19469     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
19470     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
19471   layout:
19472     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
19473     layout: "plot-throughput-speedup-analysis"
19474
19475 - type: "plot"
19476   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
19477   algorithm: "plot_tsa_name"
19478   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
19479   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19480   include:
19481     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
19482     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19483     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
19484     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19485     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
19486     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19487   layout:
19488     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
19489     layout: "plot-throughput-speedup-analysis"
19490
19491 - type: "plot"
19492   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
19493   algorithm: "plot_tsa_name"
19494   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
19495   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19496   include:
19497     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
19498     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19499     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
19500     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19501     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
19502     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19503   layout:
19504     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
19505     layout: "plot-throughput-speedup-analysis"
19506
19507 - type: "plot"
19508   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
19509   algorithm: "plot_tsa_name"
19510   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
19511   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19512   include:
19513     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19514     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19515     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19516     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19517     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19518     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19519   layout:
19520     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
19521     layout: "plot-throughput-speedup-analysis"
19522
19523 - type: "plot"
19524   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
19525   algorithm: "plot_tsa_name"
19526   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
19527   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19528   include:
19529     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19530     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19531     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19532     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19533     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19534     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19535   layout:
19536     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
19537     layout: "plot-throughput-speedup-analysis"
19538
19539 - type: "plot"
19540   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
19541   algorithm: "plot_tsa_name"
19542   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
19543   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19544   include:
19545     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19546     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19547     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19548     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19549     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19550     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19551   layout:
19552     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
19553     layout: "plot-throughput-speedup-analysis"
19554
19555 - type: "plot"
19556   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
19557   algorithm: "plot_tsa_name"
19558   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
19559   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19560   include:
19561     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19562     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19563     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19564     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19565     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19566     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19567   layout:
19568     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
19569     layout: "plot-throughput-speedup-analysis"
19570
19571 - type: "plot"
19572   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19573   algorithm: "plot_tsa_name"
19574   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19575   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19576   include:
19577     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19578     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19579     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19580     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19581     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19582   layout:
19583     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
19584     layout: "plot-throughput-speedup-analysis"
19585
19586 - type: "plot"
19587   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19588   algorithm: "plot_tsa_name"
19589   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19590   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19591   include:
19592     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19593     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19594     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19595     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19596     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19597   layout:
19598     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
19599     layout: "plot-throughput-speedup-analysis"
19600
19601 - type: "plot"
19602   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19603   algorithm: "plot_tsa_name"
19604   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19605   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19606   include:
19607     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19608     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19609     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19610     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19611     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19612   layout:
19613     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
19614     layout: "plot-throughput-speedup-analysis"
19615
19616 - type: "plot"
19617   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19618   algorithm: "plot_tsa_name"
19619   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19620   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19621   include:
19622     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19623     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19624     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19625     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19626     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19627   layout:
19628     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
19629     layout: "plot-throughput-speedup-analysis"
19630
19631 - type: "plot"
19632   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19633   algorithm: "plot_tsa_name"
19634   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19635   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19636   include:
19637     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19638     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19639     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19640     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19641     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19642   layout:
19643     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
19644     layout: "plot-throughput-speedup-analysis"
19645
19646 - type: "plot"
19647   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19648   algorithm: "plot_tsa_name"
19649   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19650   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19651   include:
19652     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19653     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19654     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19655     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19656     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19657   layout:
19658     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
19659     layout: "plot-throughput-speedup-analysis"
19660
19661 - type: "plot"
19662   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19663   algorithm: "plot_tsa_name"
19664   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19665   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19666   include:
19667     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19668     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19669     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19670     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19671     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19672   layout:
19673     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
19674     layout: "plot-throughput-speedup-analysis"
19675
19676 - type: "plot"
19677   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19678   algorithm: "plot_tsa_name"
19679   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19680   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19681   include:
19682     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19683     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19684     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19685     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19686     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19687   layout:
19688     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19689     layout: "plot-throughput-speedup-analysis"
19690
19691 - type: "plot"
19692   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19693   algorithm: "plot_tsa_name"
19694   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19695   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19696   include:
19697     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19698     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19699     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19700     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19701     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19702   layout:
19703     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19704     layout: "plot-throughput-speedup-analysis"
19705
19706 - type: "plot"
19707   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19708   algorithm: "plot_tsa_name"
19709   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19710   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19711   include:
19712     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19713     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19714     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19715     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19716     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19717   layout:
19718     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19719     layout: "plot-throughput-speedup-analysis"
19720
19721 - type: "plot"
19722   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19723   algorithm: "plot_tsa_name"
19724   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19725   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19726   include:
19727     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19728     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19729     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19730     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19731     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19732     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19733   layout:
19734     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19735     layout: "plot-throughput-speedup-analysis"
19736
19737 - type: "plot"
19738   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19739   algorithm: "plot_tsa_name"
19740   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19741   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19742   include:
19743     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19744     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19745     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19746     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19747     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19748     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19749   layout:
19750     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19751     layout: "plot-throughput-speedup-analysis"
19752
19753 - type: "plot"
19754   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19755   algorithm: "plot_tsa_name"
19756   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19757   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19758   include:
19759     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19760     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19761     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19762     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19763   layout:
19764     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19765     layout: "plot-throughput-speedup-analysis"
19766
19767 - type: "plot"
19768   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19769   algorithm: "plot_tsa_name"
19770   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19771   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19772   include:
19773     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19774     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19775     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19776     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19777   layout:
19778     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19779     layout: "plot-throughput-speedup-analysis"
19780
19781 - type: "plot"
19782   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19783   algorithm: "plot_tsa_name"
19784   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19785   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19786   include:
19787     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19788     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19789     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19790     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19791     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19792     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19793   layout:
19794     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19795     layout: "plot-throughput-speedup-analysis"
19796
19797 - type: "plot"
19798   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19799   algorithm: "plot_tsa_name"
19800   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19801   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19802   include:
19803     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19804     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19805     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19806     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19807     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19808     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19809   layout:
19810     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19811     layout: "plot-throughput-speedup-analysis"
19812
19813 - type: "plot"
19814   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19815   algorithm: "plot_tsa_name"
19816   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19817   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19818   include:
19819     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19820     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19821     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19822     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19823   layout:
19824     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19825     layout: "plot-throughput-speedup-analysis"
19826
19827 - type: "plot"
19828   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19829   algorithm: "plot_tsa_name"
19830   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19831   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19832   include:
19833     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19834     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19835     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19836     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19837   layout:
19838     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19839     layout: "plot-throughput-speedup-analysis"
19840
19841 - type: "plot"
19842   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19843   algorithm: "plot_tsa_name"
19844   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19845   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19846   include:
19847     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19848     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19849     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19850     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19851     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19852     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19853   layout:
19854     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19855     layout: "plot-throughput-speedup-analysis"
19856
19857 - type: "plot"
19858   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19859   algorithm: "plot_tsa_name"
19860   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19861   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19862   include:
19863     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19864     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19865     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19866     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19867     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19868     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19869   layout:
19870     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19871     layout: "plot-throughput-speedup-analysis"
19872
19873 - type: "plot"
19874   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19875   algorithm: "plot_tsa_name"
19876   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19877   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19878   include:
19879     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19880     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19881     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19882     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19883   layout:
19884     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19885     layout: "plot-throughput-speedup-analysis"
19886
19887 - type: "plot"
19888   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19889   algorithm: "plot_tsa_name"
19890   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19891   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19892   include:
19893     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19894     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19895     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19896     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19897   layout:
19898     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19899     layout: "plot-throughput-speedup-analysis"
19900
19901 - type: "plot"
19902   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19903   algorithm: "plot_tsa_name"
19904   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19905   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19906   include:
19907     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19908     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19909     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19910     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19911     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19912   layout:
19913     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19914     layout: "plot-throughput-speedup-analysis"
19915
19916 - type: "plot"
19917   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19918   algorithm: "plot_tsa_name"
19919   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19920   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19921   include:
19922     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19923     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19924     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19925     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19926     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19927   layout:
19928     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19929     layout: "plot-throughput-speedup-analysis"
19930
19931 - type: "plot"
19932   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19933   algorithm: "plot_tsa_name"
19934   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19935   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19936   include:
19937     - "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"
19938     - "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"
19939     - "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"
19940     - "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"
19941     - "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"
19942   layout:
19943     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19944     layout: "plot-throughput-speedup-analysis"
19945
19946 - type: "plot"
19947   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19948   algorithm: "plot_tsa_name"
19949   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19950   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19951   include:
19952     - "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"
19953     - "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"
19954     - "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"
19955     - "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"
19956     - "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"
19957   layout:
19958     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19959     layout: "plot-throughput-speedup-analysis"
19960
19961 - type: "plot"
19962   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19963   algorithm: "plot_tsa_name"
19964   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19965   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19966   include:
19967     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19968     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19969     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19970     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19971     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19972   layout:
19973     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19974     layout: "plot-throughput-speedup-analysis"
19975
19976 - type: "plot"
19977   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19978   algorithm: "plot_tsa_name"
19979   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19980   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19981   include:
19982     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19983     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19984     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19985     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19986     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19987   layout:
19988     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19989     layout: "plot-throughput-speedup-analysis"
19990
19991 - type: "plot"
19992   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19993   algorithm: "plot_tsa_name"
19994   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19995   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19996   include:
19997     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19998     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19999     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20000     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20001     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
20002   layout:
20003     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
20004     layout: "plot-throughput-speedup-analysis"
20005
20006 - type: "plot"
20007   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
20008   algorithm: "plot_tsa_name"
20009   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
20010   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20011   include:
20012     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20013     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20014     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20015     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20016     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
20017   layout:
20018     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
20019     layout: "plot-throughput-speedup-analysis"
20020
20021 - type: "plot"
20022   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
20023   algorithm: "plot_tsa_name"
20024   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
20025   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20026   include:
20027     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20028     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20029     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20030     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20031   layout:
20032     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
20033     layout: "plot-throughput-speedup-analysis"
20034
20035 - type: "plot"
20036   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
20037   algorithm: "plot_tsa_name"
20038   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
20039   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20040   include:
20041     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20042     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20043     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20044     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20045   layout:
20046     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
20047     layout: "plot-throughput-speedup-analysis"
20048
20049 - type: "plot"
20050   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
20051   algorithm: "plot_tsa_name"
20052   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
20053   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20054   include:
20055     - "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"
20056     - "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"
20057     - "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"
20058     - "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"
20059   layout:
20060     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
20061     layout: "plot-throughput-speedup-analysis"
20062
20063 - type: "plot"
20064   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
20065   algorithm: "plot_tsa_name"
20066   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
20067   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20068   include:
20069     - "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"
20070     - "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"
20071     - "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"
20072     - "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"
20073   layout:
20074     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
20075     layout: "plot-throughput-speedup-analysis"
20076
20077 - type: "plot"
20078   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
20079   algorithm: "plot_tsa_name"
20080   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
20081   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20082   include:
20083     - "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"
20084     - "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"
20085     - "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"
20086     - "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"
20087     - "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"
20088     - "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"
20089   layout:
20090     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
20091     layout: "plot-throughput-speedup-analysis"
20092
20093 - type: "plot"
20094   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
20095   algorithm: "plot_tsa_name"
20096   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
20097   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20098   include:
20099     - "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"
20100     - "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"
20101     - "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"
20102     - "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"
20103     - "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"
20104     - "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"
20105   layout:
20106     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
20107     layout: "plot-throughput-speedup-analysis"
20108
20109 # Packet Throughput - DPDK
20110
20111 # 2n-clx-xxv710
20112
20113 - type: "plot"
20114   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
20115   algorithm: "plot_perf_box_name"
20116   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
20117   data: "plot-dpdk-throughput-latency-2n-clx"
20118   include:
20119     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20120     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20121   layout:
20122     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
20123     layout: "plot-throughput"
20124
20125 - type: "plot"
20126   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
20127   algorithm: "plot_perf_box_name"
20128   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
20129   data: "plot-dpdk-throughput-latency-2n-clx"
20130   include:
20131     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20132     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20133   layout:
20134     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
20135     layout: "plot-throughput"
20136
20137 - type: "plot"
20138   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
20139   algorithm: "plot_perf_box_name"
20140   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
20141   data: "plot-dpdk-throughput-latency-2n-clx"
20142   include:
20143     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20144     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20145   layout:
20146     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
20147     layout: "plot-throughput"
20148
20149 - type: "plot"
20150   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
20151   algorithm: "plot_perf_box_name"
20152   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
20153   data: "plot-dpdk-throughput-latency-2n-clx"
20154   include:
20155     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20156     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20157   layout:
20158     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
20159     layout: "plot-throughput"
20160
20161 # 2n-clx-x710
20162
20163 - type: "plot"
20164   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
20165   algorithm: "plot_perf_box_name"
20166   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
20167   data: "plot-dpdk-throughput-latency-2n-clx"
20168   include:
20169     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20170     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20171   layout:
20172     title: "2n-clx-x710-64b-2t1c-base-ndr"
20173     layout: "plot-throughput"
20174
20175 - type: "plot"
20176   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
20177   algorithm: "plot_perf_box_name"
20178   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
20179   data: "plot-dpdk-throughput-latency-2n-clx"
20180   include:
20181     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20182     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20183   layout:
20184     title: "2n-clx-x710-64b-4t2c-base-ndr"
20185     layout: "plot-throughput"
20186
20187 - type: "plot"
20188   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
20189   algorithm: "plot_perf_box_name"
20190   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
20191   data: "plot-dpdk-throughput-latency-2n-clx"
20192   include:
20193     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20194     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20195   layout:
20196     title: "2n-clx-x710-64b-2t1c-base-pdr"
20197     layout: "plot-throughput"
20198
20199 - type: "plot"
20200   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
20201   algorithm: "plot_perf_box_name"
20202   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
20203   data: "plot-dpdk-throughput-latency-2n-clx"
20204   include:
20205     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20206     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20207   layout:
20208     title: "2n-clx-x710-64b-4t2c-base-pdr"
20209     layout: "plot-throughput"
20210
20211 ###############################################################################
20212
20213 # 2n-zn2
20214
20215 # Packet Throughput
20216
20217 - type: "plot"
20218   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-avf-ndr"
20219   algorithm: "plot_perf_box_name"
20220   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-avf-ndr"
20221   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20222   include:
20223     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20224     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20225     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20226     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20227   layout:
20228     title: "2n-zn2-xxv710-64b-2t1c-memif-base-avf-ndr"
20229     layout: "plot-throughput"
20230
20231 - type: "plot"
20232   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-avf-pdr"
20233   algorithm: "plot_perf_box_name"
20234   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-avf-pdr"
20235   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20236   include:
20237     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20238     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20239     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20240     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20241   layout:
20242     title: "2n-zn2-xxv710-64b-2t1c-memif-base-avf-pdr"
20243     layout: "plot-throughput"
20244
20245 - type: "plot"
20246   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-ndr"
20247   algorithm: "plot_perf_box_name"
20248   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-ndr"
20249   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20250   include:
20251     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20252     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20253     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20254     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20255   layout:
20256     title: "2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-ndr"
20257     layout: "plot-throughput"
20258
20259 - type: "plot"
20260   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-pdr"
20261   algorithm: "plot_perf_box_name"
20262   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-pdr"
20263   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20264   include:
20265     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20266     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20267     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20268     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20269   layout:
20270     title: "2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-pdr"
20271     layout: "plot-throughput"
20272
20273 - type: "plot"
20274   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
20275   algorithm: "plot_perf_box_name"
20276   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
20277   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20278   include:
20279     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20280     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20281     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20282     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20283   layout:
20284     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
20285     layout: "plot-throughput"
20286
20287 - type: "plot"
20288   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
20289   algorithm: "plot_perf_box_name"
20290   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
20291   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20292   include:
20293     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20294     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20295     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20296     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20297   layout:
20298     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
20299     layout: "plot-throughput"
20300
20301 - type: "plot"
20302   title: "Throughput: 2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
20303   algorithm: "plot_perf_box_name"
20304   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
20305   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20306   include:
20307     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
20308     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20309     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20310     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20311     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20312     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20313   layout:
20314     title: "2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
20315     layout: "plot-throughput"
20316
20317 - type: "plot"
20318   title: "Throughput: 2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
20319   algorithm: "plot_perf_box_name"
20320   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
20321   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20322   include:
20323     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
20324     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20325     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20326     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20327     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20328     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20329   layout:
20330     title: "2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
20331     layout: "plot-throughput"
20332
20333 - type: "plot"
20334   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
20335   algorithm: "plot_perf_box_name"
20336   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
20337   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20338   include:
20339     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20340     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
20341     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
20342     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20343   layout:
20344     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
20345     layout: "plot-throughput"
20346
20347 - type: "plot"
20348   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
20349   algorithm: "plot_perf_box_name"
20350   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
20351   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20352   include:
20353     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20354     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
20355     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
20356     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20357   layout:
20358     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
20359     layout: "plot-throughput"
20360
20361 - type: "plot"
20362   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
20363   algorithm: "plot_perf_box_name"
20364   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
20365   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20366   include:
20367     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
20368     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
20369     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20370   layout:
20371     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
20372     layout: "plot-throughput"
20373
20374 - type: "plot"
20375   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
20376   algorithm: "plot_perf_box_name"
20377   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
20378   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20379   include:
20380     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
20381     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
20382     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20383   layout:
20384     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
20385     layout: "plot-throughput"
20386
20387 - type: "plot"
20388   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
20389   algorithm: "plot_perf_box_name"
20390   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
20391   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20392   include:
20393     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20394     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20395     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
20396     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
20397     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
20398   layout:
20399     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
20400     layout: "plot-throughput"
20401
20402 - type: "plot"
20403   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
20404   algorithm: "plot_perf_box_name"
20405   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
20406   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20407   include:
20408     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20409     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20410     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
20411     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
20412     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
20413   layout:
20414     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
20415     layout: "plot-throughput"
20416
20417 - type: "plot"
20418   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
20419   algorithm: "plot_perf_box_name"
20420   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
20421   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20422   include:
20423     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
20424     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
20425     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
20426   layout:
20427     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
20428     layout: "plot-throughput"
20429
20430 - type: "plot"
20431   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
20432   algorithm: "plot_perf_box_name"
20433   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
20434   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20435   include:
20436     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
20437     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
20438     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
20439   layout:
20440     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
20441     layout: "plot-throughput"
20442
20443 - type: "plot"
20444   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
20445   algorithm: "plot_perf_box_name"
20446   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
20447   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20448   include:
20449     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20450     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20451     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20452     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20453     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20454     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20455   layout:
20456     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
20457     layout: "plot-throughput"
20458
20459 - type: "plot"
20460   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
20461   algorithm: "plot_perf_box_name"
20462   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
20463   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20464   include:
20465     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20466     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20467     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20468     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20469     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20470     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20471   layout:
20472     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
20473     layout: "plot-throughput"
20474
20475 - type: "plot"
20476   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
20477   algorithm: "plot_perf_box_name"
20478   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
20479   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20480   include:
20481     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20482     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
20483     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
20484     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
20485     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
20486   layout:
20487     title: "2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
20488     layout: "plot-throughput"
20489
20490 #- type: "plot"
20491 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
20492 #  algorithm: "plot_perf_box_name"
20493 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
20494 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20495 #  include:
20496 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
20497 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
20498 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
20499 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
20500 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
20501 #  layout:
20502 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
20503 #    layout: "plot-throughput"
20504 #
20505 #- type: "plot"
20506 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
20507 #  algorithm: "plot_perf_box_name"
20508 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
20509 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20510 #  include:
20511 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20512 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20513 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20514 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20515 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20516 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20517 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20518 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20519 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20520 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20521 #  layout:
20522 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
20523 #    layout: "plot-cps"
20524 #
20525 #- type: "plot"
20526 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
20527 #  algorithm: "plot_perf_box_name"
20528 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
20529 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20530 #  include:
20531 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20532 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20533 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20534 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20535 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20536 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20537 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20538 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20539 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20540 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20541 #  layout:
20542 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
20543 #    layout: "plot-throughput"
20544 #
20545 #- type: "plot"
20546 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
20547 #  algorithm: "plot_perf_box_name"
20548 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
20549 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20550 #  include:
20551 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20552 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20553 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20554 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20555 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20556 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20557 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20558 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20559 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20560 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20561 #  layout:
20562 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
20563 #    layout: "plot-cps"
20564 #
20565 #- type: "plot"
20566 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
20567 #  algorithm: "plot_perf_box_name"
20568 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
20569 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20570 #  include:
20571 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20572 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20573 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20574 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20575 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20576 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20577 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20578 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20579 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20580 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20581 #  layout:
20582 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
20583 #    layout: "plot-throughput"
20584
20585 - type: "plot"
20586   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
20587   algorithm: "plot_perf_box_name"
20588   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
20589   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20590   include:
20591     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20592     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
20593     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
20594     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
20595     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
20596   layout:
20597     title: "2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
20598     layout: "plot-throughput"
20599
20600 #- type: "plot"
20601 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
20602 #  algorithm: "plot_perf_box_name"
20603 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
20604 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20605 #  include:
20606 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
20607 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
20608 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
20609 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
20610 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
20611 #  layout:
20612 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
20613 #    layout: "plot-throughput"
20614 #
20615 #- type: "plot"
20616 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
20617 #  algorithm: "plot_perf_box_name"
20618 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
20619 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20620 #  include:
20621 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20622 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20623 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20624 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20625 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20626 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20627 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20628 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20629 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20630 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20631 #  layout:
20632 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
20633 #    layout: "plot-cps"
20634 #
20635 #- type: "plot"
20636 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
20637 #  algorithm: "plot_perf_box_name"
20638 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
20639 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20640 #  include:
20641 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20642 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20643 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20644 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20645 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20646 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20647 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20648 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20649 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20650 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20651 #  layout:
20652 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
20653 #    layout: "plot-throughput"
20654 #
20655 #- type: "plot"
20656 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
20657 #  algorithm: "plot_perf_box_name"
20658 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
20659 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20660 #  include:
20661 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20662 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20663 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20664 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20665 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20666 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20667 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20668 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20669 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20670 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20671 #  layout:
20672 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
20673 #    layout: "plot-cps"
20674 #
20675 #- type: "plot"
20676 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
20677 #  algorithm: "plot_perf_box_name"
20678 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
20679 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20680 #  include:
20681 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20682 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20683 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20684 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20685 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20686 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20687 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20688 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20689 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20690 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20691 #  layout:
20692 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
20693 #    layout: "plot-throughput"
20694
20695 - type: "plot"
20696   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
20697   algorithm: "plot_perf_box_name"
20698   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
20699   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20700   include:
20701     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20702     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20703     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20707   layout:
20708     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
20709     layout: "plot-throughput"
20710
20711 - type: "plot"
20712   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
20713   algorithm: "plot_perf_box_name"
20714   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
20715   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20716   include:
20717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20723   layout:
20724     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
20725     layout: "plot-throughput"
20726
20727 - type: "plot"
20728   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ip4base-ndr"
20729   algorithm: "plot_perf_box_name"
20730   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ip4base-ndr"
20731   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20732   include:
20733     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
20734     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
20735   layout:
20736     title: "2n-zn2-cx556a-64b-2t1c-rdma-ip4base-ndr"
20737     layout: "plot-throughput"
20738
20739 - type: "plot"
20740   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ip4base-pdr"
20741   algorithm: "plot_perf_box_name"
20742   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ip4base-pdr"
20743   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20744   include:
20745     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
20746     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
20747   layout:
20748     title: "2n-zn2-cx556a-64b-2t1c-rdma-ip4base-pdr"
20749     layout: "plot-throughput"
20750
20751 - type: "plot"
20752   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
20753   algorithm: "plot_perf_box_name"
20754   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
20755   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20756   include:
20757     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
20758     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
20759     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
20760     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
20761     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
20762     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
20763   layout:
20764     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
20765     layout: "plot-throughput"
20766
20767 - type: "plot"
20768   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
20769   algorithm: "plot_perf_box_name"
20770   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
20771   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20772   include:
20773     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
20774     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
20775     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
20776     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
20777     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
20778     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
20779   layout:
20780     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
20781     layout: "plot-throughput"
20782
20783 - type: "plot"
20784   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20785   algorithm: "plot_perf_box_name"
20786   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20787   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20788   include:
20789     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20790     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20791     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20792     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20793     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20794     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20795   layout:
20796     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20797     layout: "plot-throughput"
20798
20799 - type: "plot"
20800   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
20801   algorithm: "plot_perf_box_name"
20802   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
20803   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20804   include:
20805     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20806     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20807     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20808     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20809     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20810     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20811   layout:
20812     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
20813     layout: "plot-throughput"
20814
20815 - type: "plot"
20816   title: "Throughput: 2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
20817   algorithm: "plot_perf_box_name"
20818   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
20819   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20820   include:
20821     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20822     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20823     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20824     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20825     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20826     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20827   layout:
20828     title: "2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
20829     layout: "plot-throughput"
20830
20831 - type: "plot"
20832   title: "Throughput: 2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
20833   algorithm: "plot_perf_box_name"
20834   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
20835   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20836   include:
20837     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20838     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20839     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20840     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20841     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20842     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20843   layout:
20844     title: "2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
20845     layout: "plot-throughput"
20846
20847 - type: "plot"
20848   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
20849   algorithm: "plot_perf_box_name"
20850   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
20851   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20852   include:
20853     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20854     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20855     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
20856     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
20857     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20858   layout:
20859     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
20860     layout: "plot-throughput"
20861
20862 - type: "plot"
20863   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
20864   algorithm: "plot_perf_box_name"
20865   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
20866   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20867   include:
20868     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20869     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20870     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
20871     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
20872     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20873   layout:
20874     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
20875     layout: "plot-throughput"
20876
20877 - type: "plot"
20878   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
20879   algorithm: "plot_perf_box_name"
20880   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
20881   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20882   include:
20883     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20884     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20885     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
20886     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
20887     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20888   layout:
20889     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
20890     layout: "plot-throughput"
20891
20892 - type: "plot"
20893   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
20894   algorithm: "plot_perf_box_name"
20895   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
20896   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20897   include:
20898     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20899     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20900     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
20901     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
20902     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20903   layout:
20904     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
20905     layout: "plot-throughput"
20906
20907 - type: "plot"
20908   title: "Throughput: 2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20909   algorithm: "plot_perf_box_name"
20910   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20911   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20912   include:
20913     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
20914     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
20915     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
20916     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
20917     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
20918   layout:
20919     title: "2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20920     layout: "plot-throughput"
20921
20922 - type: "plot"
20923   title: "Throughput: 2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20924   algorithm: "plot_perf_box_name"
20925   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20926   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20927   include:
20928     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
20929     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
20930     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
20931     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
20932     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
20933   layout:
20934     title: "2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20935     layout: "plot-throughput"
20936
20937 - type: "plot"
20938   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
20939   algorithm: "plot_perf_box_name"
20940   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
20941   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20942   include:
20943     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20944     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20945     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20946     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20947     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
20948   layout:
20949     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
20950     layout: "plot-throughput"
20951
20952 - type: "plot"
20953   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
20954   algorithm: "plot_perf_box_name"
20955   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
20956   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20957   include:
20958     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20959     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20960     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20961     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20962     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
20963   layout:
20964     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
20965     layout: "plot-throughput"
20966
20967 - type: "plot"
20968   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20969   algorithm: "plot_perf_box_name"
20970   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20971   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20972   include:
20973     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20974     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20975     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20976     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20977     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20978   layout:
20979     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20980     layout: "plot-throughput"
20981
20982 - type: "plot"
20983   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20984   algorithm: "plot_perf_box_name"
20985   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20986   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20987   include:
20988     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20989     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20990     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20991     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20992     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20993   layout:
20994     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20995     layout: "plot-throughput"
20996
20997 - type: "plot"
20998   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-ndr"
20999   algorithm: "plot_perf_box_name"
21000   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-ndr"
21001   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21002   include:
21003     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
21004     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21005     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21006     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
21007     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
21008     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
21009   layout:
21010     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-ndr"
21011     layout: "plot-throughput"
21012
21013 - type: "plot"
21014   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-pdr"
21015   algorithm: "plot_perf_box_name"
21016   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-pdr"
21017   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21018   include:
21019     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
21020     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21021     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21022     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
21023     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
21024     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
21025   layout:
21026     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-pdr"
21027     layout: "plot-throughput"
21028
21029 - type: "plot"
21030   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
21031   algorithm: "plot_perf_box_name"
21032   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
21033   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21034   include:
21035     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
21036     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
21037     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
21038     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
21039   layout:
21040     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
21041     layout: "plot-throughput"
21042
21043 - type: "plot"
21044   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
21045   algorithm: "plot_perf_box_name"
21046   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
21047   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21048   include:
21049     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
21050     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
21051     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
21052     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
21053   layout:
21054     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
21055     layout: "plot-throughput"
21056
21057 - type: "plot"
21058   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
21059   algorithm: "plot_perf_box_name"
21060   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
21061   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21062   include:
21063     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
21064     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
21065     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21066     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
21067     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
21068     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21069   layout:
21070     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
21071     layout: "plot-throughput"
21072
21073 - type: "plot"
21074   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
21075   algorithm: "plot_perf_box_name"
21076   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
21077   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21078   include:
21079     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
21080     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
21081     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21082     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
21083     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
21084     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21085   layout:
21086     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
21087     layout: "plot-throughput"
21088
21089 - type: "plot"
21090   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
21091   algorithm: "plot_perf_box_name"
21092   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
21093   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21094   include:
21095     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21096     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
21097     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
21098     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
21099   layout:
21100     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
21101     layout: "plot-throughput"
21102
21103 - type: "plot"
21104   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
21105   algorithm: "plot_perf_box_name"
21106   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
21107   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21108   include:
21109     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21110     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
21111     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
21112     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
21113   layout:
21114     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
21115     layout: "plot-throughput"
21116
21117 - type: "plot"
21118   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
21119   algorithm: "plot_perf_box_name"
21120   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
21121   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21122   include:
21123     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
21124     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
21125     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21126     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
21127     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
21128     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21129   layout:
21130     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
21131     layout: "plot-throughput"
21132
21133 - type: "plot"
21134   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
21135   algorithm: "plot_perf_box_name"
21136   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
21137   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21138   include:
21139     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
21140     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
21141     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21142     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
21143     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
21144     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21145   layout:
21146     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
21147     layout: "plot-throughput"
21148
21149 - type: "plot"
21150   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
21151   algorithm: "plot_perf_box_name"
21152   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
21153   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21154   include:
21155     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21156     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
21157     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
21158     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
21159   layout:
21160     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
21161     layout: "plot-throughput"
21162
21163 - type: "plot"
21164   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
21165   algorithm: "plot_perf_box_name"
21166   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
21167   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21168   include:
21169     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21170     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
21171     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
21172     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
21173   layout:
21174     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
21175     layout: "plot-throughput"
21176
21177 - type: "plot"
21178   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-ndr"
21179   algorithm: "plot_perf_box_name"
21180   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-ndr"
21181   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21182   include:
21183     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21184     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21185     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21186     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21187     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21188   layout:
21189     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-ndr"
21190     layout: "plot-throughput"
21191
21192 - type: "plot"
21193   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-pdr"
21194   algorithm: "plot_perf_box_name"
21195   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-pdr"
21196   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21197   include:
21198     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21199     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21200     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21201     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21202     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21203   layout:
21204     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-pdr"
21205     layout: "plot-throughput"
21206
21207 - type: "plot"
21208   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
21209   algorithm: "plot_perf_box_name"
21210   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
21211   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21212   include:
21213     - "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"
21214     - "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"
21215     - "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"
21216     - "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"
21217     - "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"
21218   layout:
21219     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
21220     layout: "plot-throughput"
21221
21222 - type: "plot"
21223   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
21224   algorithm: "plot_perf_box_name"
21225   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
21226   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21227   include:
21228     - "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"
21229     - "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"
21230     - "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"
21231     - "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"
21232     - "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"
21233   layout:
21234     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
21235     layout: "plot-throughput"
21236
21237 - type: "plot"
21238   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
21239   algorithm: "plot_perf_box_name"
21240   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
21241   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21242   include:
21243     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21244     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21245     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21246     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21247     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21248   layout:
21249     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
21250     layout: "plot-throughput"
21251
21252 - type: "plot"
21253   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
21254   algorithm: "plot_perf_box_name"
21255   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
21256   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21257   include:
21258     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21259     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21260     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21261     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21262     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21263   layout:
21264     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
21265     layout: "plot-throughput"
21266
21267 - type: "plot"
21268   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
21269   algorithm: "plot_perf_box_name"
21270   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
21271   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21272   include:
21273     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21274     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21275     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21276     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21277     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
21278   layout:
21279     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
21280     layout: "plot-throughput"
21281
21282 - type: "plot"
21283   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
21284   algorithm: "plot_perf_box_name"
21285   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
21286   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21287   include:
21288     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21289     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21290     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21291     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21292     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
21293   layout:
21294     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
21295     layout: "plot-throughput"
21296
21297 - type: "plot"
21298   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
21299   algorithm: "plot_perf_box_name"
21300   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
21301   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21302   include:
21303     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21304     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21305     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21306     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21307   layout:
21308     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
21309     layout: "plot-throughput"
21310
21311 - type: "plot"
21312   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
21313   algorithm: "plot_perf_box_name"
21314   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
21315   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21316   include:
21317     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21318     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21319     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21320     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21321   layout:
21322     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
21323     layout: "plot-throughput"
21324
21325 - type: "plot"
21326   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
21327   algorithm: "plot_perf_box_name"
21328   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
21329   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21330   include:
21331     - "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"
21332     - "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"
21333     - "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"
21334     - "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"
21335   layout:
21336     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
21337     layout: "plot-throughput"
21338
21339 - type: "plot"
21340   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
21341   algorithm: "plot_perf_box_name"
21342   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
21343   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21344   include:
21345     - "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"
21346     - "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"
21347     - "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"
21348     - "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"
21349   layout:
21350     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
21351     layout: "plot-throughput"
21352
21353 - type: "plot"
21354   title: "Throughput: 2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
21355   algorithm: "plot_perf_box_name"
21356   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
21357   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21358   include:
21359     - "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"
21360     - "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"
21361     - "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"
21362     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
21363     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
21364     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
21365   layout:
21366     title: "2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
21367     layout: "plot-throughput"
21368
21369 - type: "plot"
21370   title: "Throughput: 2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
21371   algorithm: "plot_perf_box_name"
21372   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
21373   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21374   include:
21375     - "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"
21376     - "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"
21377     - "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"
21378     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
21379     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
21380     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
21381   layout:
21382     title: "2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
21383     layout: "plot-throughput"
21384
21385 ################################################################################
21386
21387 # Packet Speedup
21388
21389 - type: "plot"
21390   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-avf-ndr-tsa"
21391   algorithm: "plot_tsa_name"
21392   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-avf-ndr-tsa"
21393   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21394   include:
21395     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21396     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21397     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21398     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21399   layout:
21400     title: "2n-zn2-xxv710-64b-memif-base-avf-ndr"
21401     layout: "plot-throughput-speedup-analysis"
21402
21403 - type: "plot"
21404   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-avf-pdr-tsa"
21405   algorithm: "plot_tsa_name"
21406   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-avf-pdr-tsa"
21407   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21408   include:
21409     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21410     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21411     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21412     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21413   layout:
21414     title: "2n-zn2-xxv710-64b-memif-base-avf-pdr"
21415     layout: "plot-throughput-speedup-analysis"
21416
21417 - type: "plot"
21418   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-dpdk-ndr-tsa"
21419   algorithm: "plot_tsa_name"
21420   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-dpdk-ndr-tsa"
21421   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21422   include:
21423     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21424     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21425     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21426     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21427   layout:
21428     title: "2n-zn2-xxv710-64b-memif-base-dpdk-ndr"
21429     layout: "plot-throughput-speedup-analysis"
21430
21431 - type: "plot"
21432   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-dpdk-pdr-tsa"
21433   algorithm: "plot_tsa_name"
21434   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-dpdk-pdr-tsa"
21435   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21436   include:
21437     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21438     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21439     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21440     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21441   layout:
21442     title: "2n-zn2-xxv710-64b-memif-base-dpdk-pdr"
21443     layout: "plot-throughput-speedup-analysis"
21444
21445 - type: "plot"
21446   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
21447   algorithm: "plot_tsa_name"
21448   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
21449   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21450   include:
21451     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21452     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21453     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21454     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21455   layout:
21456     title: "2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
21457     layout: "plot-throughput-speedup-analysis"
21458
21459 - type: "plot"
21460   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
21461   algorithm: "plot_tsa_name"
21462   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
21463   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21464   include:
21465     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21466     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21467     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21468     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21469   layout:
21470     title: "2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
21471     layout: "plot-throughput-speedup-analysis"
21472
21473 - type: "plot"
21474   title: "Speedup: 2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
21475   algorithm: "plot_tsa_name"
21476   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
21477   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21478   include:
21479     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
21480     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21481     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21482     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21483     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21484     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21485   layout:
21486     title: "2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
21487     layout: "plot-throughput-speedup-analysis"
21488
21489 - type: "plot"
21490   title: "Speedup: 2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
21491   algorithm: "plot_tsa_name"
21492   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
21493   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21494   include:
21495     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
21496     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21497     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21498     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21499     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21500     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21501   layout:
21502     title: "2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
21503     layout: "plot-throughput-speedup-analysis"
21504
21505 - type: "plot"
21506   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
21507   algorithm: "plot_tsa_name"
21508   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
21509   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21510   include:
21511     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21512     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
21513     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
21514     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21515   layout:
21516     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-avf-ndr"
21517     layout: "plot-throughput-speedup-analysis"
21518
21519 - type: "plot"
21520   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
21521   algorithm: "plot_tsa_name"
21522   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
21523   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21524   include:
21525     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21526     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
21527     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
21528     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21529   layout:
21530     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-avf-pdr"
21531     layout: "plot-throughput-speedup-analysis"
21532
21533 - type: "plot"
21534   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
21535   algorithm: "plot_tsa_name"
21536   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
21537   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21538   include:
21539     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
21540     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
21541     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21542   layout:
21543     title: "2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
21544     layout: "plot-throughput-speedup-analysis"
21545
21546 - type: "plot"
21547   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
21548   algorithm: "plot_tsa_name"
21549   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
21550   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21551   include:
21552     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
21553     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
21554     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21555   layout:
21556     title: "2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
21557     layout: "plot-throughput-speedup-analysis"
21558
21559 - type: "plot"
21560   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
21561   algorithm: "plot_tsa_name"
21562   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
21563   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21564   include:
21565     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21566     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21567     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
21568     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
21569     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
21570   layout:
21571     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
21572     layout: "plot-throughput-speedup-analysis"
21573
21574 - type: "plot"
21575   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
21576   algorithm: "plot_tsa_name"
21577   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
21578   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21579   include:
21580     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21581     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21582     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
21583     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
21584     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
21585   layout:
21586     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
21587     layout: "plot-throughput-speedup-analysis"
21588
21589 - type: "plot"
21590   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
21591   algorithm: "plot_tsa_name"
21592   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
21593   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21594   include:
21595     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
21596     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
21597     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
21598   layout:
21599     title: "2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
21600     layout: "plot-throughput-speedup-analysis"
21601
21602 - type: "plot"
21603   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
21604   algorithm: "plot_tsa_name"
21605   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
21606   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21607   include:
21608     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
21609     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
21610     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
21611   layout:
21612     title: "2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
21613     layout: "plot-throughput-speedup-analysis"
21614
21615 - type: "plot"
21616   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
21617   algorithm: "plot_tsa_name"
21618   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
21619   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21620   include:
21621     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21622     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21623     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21624     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21625     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21626     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21627   layout:
21628     title: "2n-zn2-xxv710-64b-features-ip4routing-base-avf-ndr"
21629     layout: "plot-throughput-speedup-analysis"
21630
21631 - type: "plot"
21632   title: "Speedup: 2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
21633   algorithm: "plot_tsa_name"
21634   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
21635   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21636   include:
21637     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21638     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
21639     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
21640     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
21641     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
21642   layout:
21643     title: "2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
21644     layout: "plot-throughput-speedup-analysis"
21645
21646 #- type: "plot"
21647 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
21648 #  algorithm: "plot_tsa_name"
21649 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
21650 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21651 #  include:
21652 #    - "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"
21653 #    - "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"
21654 #    - "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"
21655 #    - "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"
21656 #    - "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"
21657 #  layout:
21658 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
21659 #    layout: "plot-throughput-speedup-analysis"
21660 #
21661 #- type: "plot"
21662 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
21663 #  algorithm: "plot_tsa_name"
21664 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
21665 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21666 #  include:
21667 #    - "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"
21668 #    - "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"
21669 #    - "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"
21670 #    - "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"
21671 #    - "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"
21672 #    - "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"
21673 #    - "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"
21674 #    - "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"
21675 #    - "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"
21676 #    - "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"
21677 #  layout:
21678 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
21679 #    layout: "plot-throughput-speedup-analysis-cps"
21680 #
21681 #- type: "plot"
21682 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
21683 #  algorithm: "plot_tsa_name"
21684 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
21685 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21686 #  include:
21687 #    - "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"
21688 #    - "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"
21689 #    - "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"
21690 #    - "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"
21691 #    - "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"
21692 #    - "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"
21693 #    - "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"
21694 #    - "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"
21695 #    - "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"
21696 #    - "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"
21697 #  layout:
21698 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
21699 #    layout: "plot-throughput-speedup-analysis"
21700 #
21701 #- type: "plot"
21702 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
21703 #  algorithm: "plot_tsa_name"
21704 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
21705 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21706 #  include:
21707 #    - "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"
21708 #    - "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"
21709 #    - "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"
21710 #    - "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"
21711 #    - "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"
21712 #    - "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"
21713 #    - "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"
21714 #    - "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"
21715 #    - "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"
21716 #    - "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"
21717 #  layout:
21718 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
21719 #    layout: "plot-throughput-speedup-analysis-cps"
21720 #
21721 #- type: "plot"
21722 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
21723 #  algorithm: "plot_tsa_name"
21724 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
21725 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21726 #  include:
21727 #    - "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"
21728 #    - "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"
21729 #    - "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"
21730 #    - "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"
21731 #    - "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"
21732 #    - "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"
21733 #    - "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"
21734 #    - "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"
21735 #    - "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"
21736 #    - "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"
21737 #  layout:
21738 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
21739 #    layout: "plot-throughput-speedup-analysis"
21740
21741 - type: "plot"
21742   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
21743   algorithm: "plot_tsa_name"
21744   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
21745   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21746   include:
21747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21752     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21753   layout:
21754     title: "2n-zn2-xxv710-64b-features-ip4routing-base-avf-pdr"
21755     layout: "plot-throughput-speedup-analysis"
21756
21757 - type: "plot"
21758   title: "Speedup: 2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
21759   algorithm: "plot_tsa_name"
21760   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
21761   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21762   include:
21763     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21764     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
21765     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
21766     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
21767     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
21768   layout:
21769     title: "2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
21770     layout: "plot-throughput-speedup-analysis"
21771
21772 #- type: "plot"
21773 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
21774 #  algorithm: "plot_tsa_name"
21775 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
21776 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21777 #  include:
21778 #    - "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"
21779 #    - "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"
21780 #    - "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"
21781 #    - "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"
21782 #    - "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"
21783 #  layout:
21784 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
21785 #    layout: "plot-throughput-speedup-analysis"
21786 #
21787 #- type: "plot"
21788 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
21789 #  algorithm: "plot_tsa_name"
21790 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
21791 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21792 #  include:
21793 #    - "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"
21794 #    - "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"
21795 #    - "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"
21796 #    - "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"
21797 #    - "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"
21798 #    - "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"
21799 #    - "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"
21800 #    - "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"
21801 #    - "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"
21802 #    - "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"
21803 #  layout:
21804 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
21805 #    layout: "plot-throughput-speedup-analysis-cps"
21806 #
21807 #- type: "plot"
21808 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
21809 #  algorithm: "plot_tsa_name"
21810 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
21811 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21812 #  include:
21813 #    - "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"
21814 #    - "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"
21815 #    - "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"
21816 #    - "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"
21817 #    - "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"
21818 #    - "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"
21819 #    - "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"
21820 #    - "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"
21821 #    - "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"
21822 #    - "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"
21823 #  layout:
21824 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
21825 #    layout: "plot-throughput-speedup-analysis"
21826 #
21827 #- type: "plot"
21828 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
21829 #  algorithm: "plot_tsa_name"
21830 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
21831 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21832 #  include:
21833 #    - "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"
21834 #    - "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"
21835 #    - "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"
21836 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
21837 #    - "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"
21838 #    - "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"
21839 #    - "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"
21840 #    - "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"
21841 #    - "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"
21842 #    - "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"
21843 #  layout:
21844 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
21845 #    layout: "plot-throughput-speedup-analysis-cps"
21846 #
21847 #- type: "plot"
21848 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
21849 #  algorithm: "plot_tsa_name"
21850 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
21851 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21852 #  include:
21853 #    - "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"
21854 #    - "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"
21855 #    - "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"
21856 #    - "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"
21857 #    - "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"
21858 #    - "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"
21859 #    - "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"
21860 #    - "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"
21861 #    - "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"
21862 #    - "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"
21863 #  layout:
21864 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
21865 #    layout: "plot-throughput-speedup-analysis"
21866
21867 - type: "plot"
21868   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
21869   algorithm: "plot_tsa_name"
21870   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
21871   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21872   include:
21873     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21874     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21875     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21876     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21877     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21878     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21879   layout:
21880     title: "2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-ndr"
21881     layout: "plot-throughput-speedup-analysis"
21882
21883 - type: "plot"
21884   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
21885   algorithm: "plot_tsa_name"
21886   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
21887   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21888   include:
21889     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21890     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21891     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21893     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21894     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21895   layout:
21896     title: "2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-pdr"
21897     layout: "plot-throughput-speedup-analysis"
21898
21899 - type: "plot"
21900   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ip4base-ndr-tsa"
21901   algorithm: "plot_tsa_name"
21902   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ip4base-ndr-tsa"
21903   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21904   include:
21905     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
21906     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
21907   layout:
21908     title: "2n-zn2-cx556a-64b-rdma-ip4base-ndr"
21909     layout: "plot-throughput-speedup-analysis"
21910
21911 - type: "plot"
21912   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ip4base-pdr-tsa"
21913   algorithm: "plot_tsa_name"
21914   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ip4base-pdr-tsa"
21915   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21916   include:
21917     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
21918     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
21919   layout:
21920     title: "2n-zn2-cx556a-64b-rdma-ip4base-pdr"
21921     layout: "plot-throughput-speedup-analysis"
21922
21923 - type: "plot"
21924   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
21925   algorithm: "plot_tsa_name"
21926   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
21927   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21928   include:
21929     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
21930     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
21931     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
21932     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
21933     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
21934     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
21935   layout:
21936     title: "2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-ndr"
21937     layout: "plot-throughput-speedup-analysis"
21938
21939 - type: "plot"
21940   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
21941   algorithm: "plot_tsa_name"
21942   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
21943   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21944   include:
21945     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
21946     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
21947     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
21948     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
21949     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
21950     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
21951   layout:
21952     title: "2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-pdr"
21953     layout: "plot-throughput-speedup-analysis"
21954
21955 - type: "plot"
21956   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-features-ndr-tsa"
21957   algorithm: "plot_tsa_name"
21958   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-features-ndr-tsa"
21959   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21960   include:
21961     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21962     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21963     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21964     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21965     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21966     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21967   layout:
21968     title: "2n-zn2-cx556a-64b-rdma-ethip4-features-ndr"
21969     layout: "plot-throughput-speedup-analysis"
21970
21971 - type: "plot"
21972   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-features-pdr-tsa"
21973   algorithm: "plot_tsa_name"
21974   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-features-pdr-tsa"
21975   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21976   include:
21977     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21978     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21979     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21980     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21981     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21982     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21983   layout:
21984     title: "2n-zn2-cx556a-64b-rdma-ethip4-features-pdr"
21985     layout: "plot-throughput-speedup-analysis"
21986
21987 - type: "plot"
21988   title: "Speedup: 2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
21989   algorithm: "plot_tsa_name"
21990   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
21991   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21992   include:
21993     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
21994     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
21995     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
21996     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
21997     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
21998     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
21999   layout:
22000     title: "2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
22001     layout: "plot-throughput-speedup-analysis"
22002
22003 - type: "plot"
22004   title: "Speedup: 2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
22005   algorithm: "plot_tsa_name"
22006   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
22007   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22008   include:
22009     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
22010     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
22011     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
22012     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
22013     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
22014     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
22015   layout:
22016     title: "2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
22017     layout: "plot-throughput-speedup-analysis"
22018
22019 - type: "plot"
22020   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
22021   algorithm: "plot_tsa_name"
22022   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
22023   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22024   include:
22025     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
22026     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
22027     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
22028     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
22029     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
22030   layout:
22031     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-avf-ndr"
22032     layout: "plot-throughput-speedup-analysis"
22033
22034 - type: "plot"
22035   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
22036   algorithm: "plot_tsa_name"
22037   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
22038   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22039   include:
22040     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
22041     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
22042     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
22043     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
22044     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
22045   layout:
22046     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-avf-pdr"
22047     layout: "plot-throughput-speedup-analysis"
22048
22049 - type: "plot"
22050   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
22051   algorithm: "plot_tsa_name"
22052   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
22053   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22054   include:
22055     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
22056     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
22057     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
22058     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
22059     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
22060   layout:
22061     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
22062     layout: "plot-throughput-speedup-analysis"
22063
22064 - type: "plot"
22065   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
22066   algorithm: "plot_tsa_name"
22067   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
22068   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22069   include:
22070     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
22071     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
22072     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
22073     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
22074     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
22075   layout:
22076     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
22077     layout: "plot-throughput-speedup-analysis"
22078
22079 - type: "plot"
22080   title: "Speedup: 2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
22081   algorithm: "plot_tsa_name"
22082   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
22083   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22084   include:
22085     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
22086     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
22087     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
22088     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
22089     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
22090   layout:
22091     title: "2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-ndr"
22092     layout: "plot-throughput-speedup-analysis"
22093
22094 - type: "plot"
22095   title: "Speedup: 2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
22096   algorithm: "plot_tsa_name"
22097   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
22098   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22099   include:
22100     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
22101     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
22102     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
22103     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
22104     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
22105   layout:
22106     title: "2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-pdr"
22107     layout: "plot-throughput-speedup-analysis"
22108
22109 - type: "plot"
22110   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-avf-ndr-tsa"
22111   algorithm: "plot_tsa_name"
22112   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-avf-ndr-tsa"
22113   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22114   include:
22115     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22116     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22117     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22118     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22119     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22120   layout:
22121     title: "2n-zn2-x710-64b-l2switching-base-scale-avf-ndr"
22122     layout: "plot-throughput-speedup-analysis"
22123
22124 - type: "plot"
22125   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-avf-pdr-tsa"
22126   algorithm: "plot_tsa_name"
22127   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-avf-pdr-tsa"
22128   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22129   include:
22130     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22131     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22132     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22133     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22134     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22135   layout:
22136     title: "2n-zn2-x710-64b-l2switching-base-scale-avf-pdr"
22137     layout: "plot-throughput-speedup-analysis"
22138
22139 - type: "plot"
22140   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
22141   algorithm: "plot_tsa_name"
22142   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
22143   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22144   include:
22145     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22146     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22147     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22148     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22149     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22150   layout:
22151     title: "2n-zn2-x710-64b-l2switching-base-scale-dpdk-ndr"
22152     layout: "plot-throughput-speedup-analysis"
22153
22154 - type: "plot"
22155   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22156   algorithm: "plot_tsa_name"
22157   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22158   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22159   include:
22160     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22161     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22162     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22163     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22164     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22165   layout:
22166     title: "2n-zn2-x710-64b-l2switching-base-scale-dpdk-pdr"
22167     layout: "plot-throughput-speedup-analysis"
22168
22169 - type: "plot"
22170   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-avf-ndr-tsa"
22171   algorithm: "plot_tsa_name"
22172   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-avf-ndr-tsa"
22173   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22174   include:
22175     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
22176     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22177     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22178     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22179     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22180     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22181   layout:
22182     title: "2n-zn2-xxv710-64b-l2switching-base-avf-ndr"
22183     layout: "plot-throughput-speedup-analysis"
22184
22185 - type: "plot"
22186   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-avf-pdr-tsa"
22187   algorithm: "plot_tsa_name"
22188   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-avf-pdr-tsa"
22189   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22190   include:
22191     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
22192     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22193     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22194     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22195     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22196     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22197   layout:
22198     title: "2n-zn2-xxv710-64b-l2switching-base-avf-pdr"
22199     layout: "plot-throughput-speedup-analysis"
22200
22201 - type: "plot"
22202   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
22203   algorithm: "plot_tsa_name"
22204   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
22205   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22206   include:
22207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
22209     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
22210     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22211   layout:
22212     title: "2n-zn2-xxv710-64b-l2switching-base-scale-avf-ndr"
22213     layout: "plot-throughput-speedup-analysis"
22214
22215 - type: "plot"
22216   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
22217   algorithm: "plot_tsa_name"
22218   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
22219   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22220   include:
22221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
22223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
22224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22225   layout:
22226     title: "2n-zn2-xxv710-64b-l2switching-base-scale-avf-pdr"
22227     layout: "plot-throughput-speedup-analysis"
22228
22229 - type: "plot"
22230   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
22231   algorithm: "plot_tsa_name"
22232   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
22233   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22234   include:
22235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
22236     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22239     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22240     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22241   layout:
22242     title: "2n-zn2-xxv710-64b-l2switching-base-dpdk-ndr"
22243     layout: "plot-throughput-speedup-analysis"
22244
22245 - type: "plot"
22246   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
22247   algorithm: "plot_tsa_name"
22248   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
22249   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22250   include:
22251     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
22252     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22253     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22254     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22255     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22256     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22257   layout:
22258     title: "2n-zn2-xxv710-64b-l2switching-base-dpdk-pdr"
22259     layout: "plot-throughput-speedup-analysis"
22260
22261 - type: "plot"
22262   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
22263   algorithm: "plot_tsa_name"
22264   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
22265   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22266   include:
22267     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22268     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
22269     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
22270     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22271   layout:
22272     title: "2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-ndr"
22273     layout: "plot-throughput-speedup-analysis"
22274
22275 - type: "plot"
22276   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22277   algorithm: "plot_tsa_name"
22278   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22279   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22280   include:
22281     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22282     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
22283     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
22284     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22285   layout:
22286     title: "2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-pdr"
22287     layout: "plot-throughput-speedup-analysis"
22288
22289 - type: "plot"
22290   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-base-ndr-tsa"
22291   algorithm: "plot_tsa_name"
22292   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-base-ndr-tsa"
22293   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22294   include:
22295     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
22296     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
22297     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22298     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
22299     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
22300     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22301   layout:
22302     title: "2n-zn2-cx556a-64b-rdma-l2switching-base-ndr"
22303     layout: "plot-throughput-speedup-analysis"
22304
22305 - type: "plot"
22306   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-base-pdr-tsa"
22307   algorithm: "plot_tsa_name"
22308   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-base-pdr-tsa"
22309   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22310   include:
22311     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
22312     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
22313     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22314     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
22315     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
22316     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22317   layout:
22318     title: "2n-zn2-cx556a-64b-rdma-l2switching-base-pdr"
22319     layout: "plot-throughput-speedup-analysis"
22320
22321 - type: "plot"
22322   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
22323   algorithm: "plot_tsa_name"
22324   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
22325   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22326   include:
22327     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22328     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
22329     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
22330     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
22331   layout:
22332     title: "2n-zn2-cx556a-64b-rdma-l2switching-scale-ndr"
22333     layout: "plot-throughput-speedup-analysis"
22334
22335 - type: "plot"
22336   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
22337   algorithm: "plot_tsa_name"
22338   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
22339   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22340   include:
22341     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22342     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
22343     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
22344     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
22345   layout:
22346     title: "2n-zn2-cx556a-64b-rdma-l2switching-scale-pdr"
22347     layout: "plot-throughput-speedup-analysis"
22348
22349 - type: "plot"
22350   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-ndr"
22351   algorithm: "plot_tsa_name"
22352   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-ndr-tsa"
22353   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22354   include:
22355     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22356     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22357     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22358     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22359     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22360   layout:
22361     title: "2n-zn2-xxv710-64b-vhost-base-avf-ndr"
22362     layout: "plot-throughput-speedup-analysis"
22363
22364 - type: "plot"
22365   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-pdr"
22366   algorithm: "plot_tsa_name"
22367   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-pdr-tsa"
22368   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22369   include:
22370     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22371     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22372     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22373     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22374     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22375   layout:
22376     title: "2n-zn2-xxv710-64b-vhost-base-avf-pdr"
22377     layout: "plot-throughput-speedup-analysis"
22378
22379 - type: "plot"
22380   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-vpp-ndr"
22381   algorithm: "plot_tsa_name"
22382   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
22383   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22384   include:
22385     - "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"
22386     - "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"
22387     - "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"
22388     - "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"
22389     - "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"
22390   layout:
22391     title: "2n-zn2-xxv710-64b-vhost-base-avf-vpp-ndr"
22392     layout: "plot-throughput-speedup-analysis"
22393
22394 - type: "plot"
22395   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-vpp-pdr"
22396   algorithm: "plot_tsa_name"
22397   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
22398   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22399   include:
22400     - "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"
22401     - "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"
22402     - "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"
22403     - "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"
22404     - "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"
22405   layout:
22406     title: "2n-zn2-xxv710-64b-vhost-base-avf-vpp-pdr"
22407     layout: "plot-throughput-speedup-analysis"
22408
22409 - type: "plot"
22410   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-ndr"
22411   algorithm: "plot_tsa_name"
22412   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-ndr-tsa"
22413   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22414   include:
22415     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22416     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22417     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22418     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22419     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22420   layout:
22421     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-ndr"
22422     layout: "plot-throughput-speedup-analysis"
22423
22424 - type: "plot"
22425   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-pdr"
22426   algorithm: "plot_tsa_name"
22427   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-pdr-tsa"
22428   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22429   include:
22430     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22431     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22432     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22433     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22434     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22435   layout:
22436     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-pdr"
22437     layout: "plot-throughput-speedup-analysis"
22438
22439 - type: "plot"
22440   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-ndr"
22441   algorithm: "plot_tsa_name"
22442   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
22443   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22444   include:
22445     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22446     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22447     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22448     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22449     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
22450   layout:
22451     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-ndr"
22452     layout: "plot-throughput-speedup-analysis"
22453
22454 - type: "plot"
22455   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-pdr"
22456   algorithm: "plot_tsa_name"
22457   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
22458   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22459   include:
22460     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22461     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22462     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22463     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22464     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
22465   layout:
22466     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-pdr"
22467     layout: "plot-throughput-speedup-analysis"
22468
22469 - type: "plot"
22470   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
22471   algorithm: "plot_tsa_name"
22472   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
22473   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22474   include:
22475     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22476     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22477     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22478     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22479   layout:
22480     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-base-ndr"
22481     layout: "plot-throughput-speedup-analysis"
22482
22483 - type: "plot"
22484   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
22485   algorithm: "plot_tsa_name"
22486   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
22487   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22488   include:
22489     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22490     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22491     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22492     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22493   layout:
22494     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-base-pdr"
22495     layout: "plot-throughput-speedup-analysis"
22496
22497 - type: "plot"
22498   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
22499   algorithm: "plot_tsa_name"
22500   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
22501   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22502   include:
22503     - "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"
22504     - "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"
22505     - "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"
22506     - "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"
22507   layout:
22508     title: "2n-zn2-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
22509     layout: "plot-throughput-speedup-analysis"
22510
22511 - type: "plot"
22512   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
22513   algorithm: "plot_tsa_name"
22514   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
22515   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22516   include:
22517     - "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"
22518     - "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"
22519     - "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"
22520     - "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"
22521   layout:
22522     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
22523     layout: "plot-throughput-speedup-analysis"
22524
22525 - type: "plot"
22526   title: "Speedup: 2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
22527   algorithm: "plot_tsa_name"
22528   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
22529   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22530   include:
22531     - "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"
22532     - "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"
22533     - "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"
22534     - "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"
22535     - "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"
22536     - "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"
22537   layout:
22538     title: "2n-zn2-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
22539     layout: "plot-throughput-speedup-analysis"
22540
22541 - type: "plot"
22542   title: "Speedup: 2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
22543   algorithm: "plot_tsa_name"
22544   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
22545   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22546   include:
22547     - "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"
22548     - "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"
22549     - "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"
22550     - "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"
22551     - "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"
22552     - "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"
22553   layout:
22554     title: "2n-zn2-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
22555     layout: "plot-throughput-speedup-analysis"
22556
22557 # Packet Throughput - DPDK
22558
22559 # 2n-zn2-xxv710
22560
22561 - type: "plot"
22562   title: "DPDK Throughput: 2n-zn2-xxv710-64b-2t1c-base-ndr"
22563   algorithm: "plot_perf_box_name"
22564   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-2t1c-base-ndr"
22565   data: "plot-dpdk-throughput-latency-2n-zn2"
22566   include:
22567     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22568     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22569   layout:
22570     title: "2n-zn2-xxv710-64b-2t1c-base-ndr"
22571     layout: "plot-throughput"
22572
22573 - type: "plot"
22574   title: "DPDK Throughput: 2n-zn2-xxv710-64b-4t2c-base-ndr"
22575   algorithm: "plot_perf_box_name"
22576   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-4t2c-base-ndr"
22577   data: "plot-dpdk-throughput-latency-2n-zn2"
22578   include:
22579     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22580     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22581   layout:
22582     title: "2n-zn2-xxv710-64b-4t2c-base-ndr"
22583     layout: "plot-throughput"
22584
22585 - type: "plot"
22586   title: "DPDK Throughput: 2n-zn2-xxv710-64b-2t1c-base-pdr"
22587   algorithm: "plot_perf_box_name"
22588   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-2t1c-base-pdr"
22589   data: "plot-dpdk-throughput-latency-2n-zn2"
22590   include:
22591     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22592     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22593   layout:
22594     title: "2n-zn2-xxv710-64b-2t1c-base-pdr"
22595     layout: "plot-throughput"
22596
22597 - type: "plot"
22598   title: "DPDK Throughput: 2n-zn2-xxv710-64b-4t2c-base-pdr"
22599   algorithm: "plot_perf_box_name"
22600   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-4t2c-base-pdr"
22601   data: "plot-dpdk-throughput-latency-2n-zn2"
22602   include:
22603     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22604     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22605   layout:
22606     title: "2n-zn2-xxv710-64b-4t2c-base-pdr"
22607     layout: "plot-throughput"
22608
22609 # 2n-zn2-x710
22610
22611 - type: "plot"
22612   title: "DPDK Throughput: 2n-zn2-x710-64b-2t1c-base-ndr"
22613   algorithm: "plot_perf_box_name"
22614   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-2t1c-base-ndr"
22615   data: "plot-dpdk-throughput-latency-2n-zn2"
22616   include:
22617     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22618     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22619   layout:
22620     title: "2n-zn2-x710-64b-2t1c-base-ndr"
22621     layout: "plot-throughput"
22622
22623 - type: "plot"
22624   title: "DPDK Throughput: 2n-zn2-x710-64b-4t2c-base-ndr"
22625   algorithm: "plot_perf_box_name"
22626   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-4t2c-base-ndr"
22627   data: "plot-dpdk-throughput-latency-2n-zn2"
22628   include:
22629     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22630     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22631   layout:
22632     title: "2n-zn2-x710-64b-4t2c-base-ndr"
22633     layout: "plot-throughput"
22634
22635 - type: "plot"
22636   title: "DPDK Throughput: 2n-zn2-x710-64b-2t1c-base-pdr"
22637   algorithm: "plot_perf_box_name"
22638   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-2t1c-base-pdr"
22639   data: "plot-dpdk-throughput-latency-2n-zn2"
22640   include:
22641     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22642     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22643   layout:
22644     title: "2n-zn2-x710-64b-2t1c-base-pdr"
22645     layout: "plot-throughput"
22646
22647 - type: "plot"
22648   title: "DPDK Throughput: 2n-zn2-x710-64b-4t2c-base-pdr"
22649   algorithm: "plot_perf_box_name"
22650   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-4t2c-base-pdr"
22651   data: "plot-dpdk-throughput-latency-2n-zn2"
22652   include:
22653     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22654     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22655   layout:
22656     title: "2n-zn2-x710-64b-4t2c-base-pdr"
22657     layout: "plot-throughput"
22658
22659 ################################################################################
22660
22661 - type: "plot"
22662   title: "Latency by percentile: 2n-skx"
22663   algorithm: "plot_hdrh_lat_by_percentile"
22664   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
22665   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
22666   target-links: "../../_static/vpp"
22667   data: "plot-vpp-hdrh-lat-2n-skx"
22668   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22669   layout:
22670     layout: "plot-hdrh-latency-by-percentile"
22671
22672 - type: "plot"
22673   title: "Latency by percentile: 2n-skx-nat44"
22674   algorithm: "plot_hdrh_lat_by_percentile"
22675   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
22676   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
22677   target-links: "../../_static/vpp"
22678   data: "plot-vpp-hdrh-lat-2n-skx-nat44"
22679   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22680   layout:
22681     layout: "plot-hdrh-latency-by-percentile"
22682
22683 - type: "plot"
22684   title: "Latency by percentile: 2n-zn2"
22685   algorithm: "plot_hdrh_lat_by_percentile"
22686   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-zn2"
22687   output-file-links: "{DIR[LAT,VPP]}/2n_zn2.rst"
22688   target-links: "../../_static/vpp"
22689   data: "plot-vpp-hdrh-lat-2n-zn2"
22690   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22691   layout:
22692     layout: "plot-hdrh-latency-by-percentile"
22693
22694 - type: "plot"
22695   title: "Latency by percentile: 3n-skx"
22696   algorithm: "plot_hdrh_lat_by_percentile"
22697   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
22698   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
22699   target-links: "../../_static/vpp"
22700   data: "plot-vpp-hdrh-lat-3n-skx"
22701   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22702   layout:
22703     layout: "plot-hdrh-latency-by-percentile"
22704
22705 - type: "plot"
22706   title: "Latency by percentile: 2n-clx"
22707   algorithm: "plot_hdrh_lat_by_percentile"
22708   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
22709   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
22710   target-links: "../../_static/vpp"
22711   data: "plot-vpp-hdrh-lat-2n-clx"
22712   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22713   layout:
22714     layout: "plot-hdrh-latency-by-percentile"
22715
22716 - type: "plot"
22717   title: "Latency by percentile: 2n-clx-nat44"
22718   algorithm: "plot_hdrh_lat_by_percentile"
22719   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
22720   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
22721   target-links: "../../_static/vpp"
22722   data: "plot-vpp-hdrh-lat-2n-clx-nat44"
22723   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22724   layout:
22725     layout: "plot-hdrh-latency-by-percentile"
22726
22727 - type: "plot"
22728   title: "Latency by percentile: 3n-hsw"
22729   algorithm: "plot_hdrh_lat_by_percentile"
22730   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
22731   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
22732   target-links: "../../_static/vpp"
22733   data: "plot-vpp-hdrh-lat-3n-hsw"
22734   filter: "'1T1C' and 'NIC_Intel-XL710'"
22735   layout:
22736     layout: "plot-hdrh-latency-by-percentile"
22737
22738 - type: "plot"
22739   title: "Latency by percentile: 3n-tsh"
22740   algorithm: "plot_hdrh_lat_by_percentile"
22741   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
22742   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
22743   target-links: "../../_static/vpp"
22744   data: "plot-vpp-hdrh-lat-3n-tsh"
22745   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
22746   layout:
22747     layout: "plot-hdrh-latency-by-percentile"
22748
22749 - type: "plot"
22750   title: "Latency by percentile: DPDK 2n-skx"
22751   algorithm: "plot_hdrh_lat_by_percentile"
22752   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
22753   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
22754   target-links: "../../_static/dpdk"
22755   data: "plot-dpdk-hdrh-lat-2n-skx"
22756   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22757   layout:
22758     layout: "plot-hdrh-latency-by-percentile"
22759
22760 - type: "plot"
22761   title: "Latency by percentile: DPDK 3n-skx"
22762   algorithm: "plot_hdrh_lat_by_percentile"
22763   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
22764   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
22765   target-links: "../../_static/dpdk"
22766   data: "plot-dpdk-hdrh-lat-3n-skx"
22767   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22768   layout:
22769     layout: "plot-hdrh-latency-by-percentile"
22770
22771 - type: "plot"
22772   title: "Latency by percentile: DPDK 2n-clx"
22773   algorithm: "plot_hdrh_lat_by_percentile"
22774   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
22775   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
22776   target-links: "../../_static/dpdk"
22777   data: "plot-dpdk-hdrh-lat-2n-clx"
22778   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22779   layout:
22780     layout: "plot-hdrh-latency-by-percentile"
22781
22782 - type: "plot"
22783   title: "Latency by percentile: DPDK 2n-zn2"
22784   algorithm: "plot_hdrh_lat_by_percentile"
22785   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-zn2"
22786   output-file-links: "{DIR[LAT,DPDK]}/2n_zn2.rst"
22787   target-links: "../../_static/dpdk"
22788   data: "plot-dpdk-hdrh-lat-2n-zn2"
22789   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22790   layout:
22791     layout: "plot-hdrh-latency-by-percentile"
22792
22793 - type: "plot"
22794   title: "Latency by percentile: DPDK 3n-hsw"
22795   algorithm: "plot_hdrh_lat_by_percentile"
22796   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
22797   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
22798   target-links: "../../_static/dpdk"
22799   data: "plot-dpdk-hdrh-lat-3n-hsw"
22800   filter: "'1T1C' and 'NIC_Intel-XL710'"
22801   layout:
22802     layout: "plot-hdrh-latency-by-percentile"
22803
22804 - type: "plot"
22805   title: "Latency by percentile: DPDK 3n-tsh"
22806   algorithm: "plot_hdrh_lat_by_percentile"
22807   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
22808   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
22809   target-links: "../../_static/dpdk"
22810   data: "plot-dpdk-hdrh-lat-3n-tsh"
22811   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
22812   layout:
22813     layout: "plot-hdrh-latency-by-percentile"