Report: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,ZN2]: "{DIR[DTR]}/dpdk_performance_results_2n_zn2"
33     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
34     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
35     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
36     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
37     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
38     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
39     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
40     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
41     DIR[DTR,PERF,VPP,2N,ZN2]: "{DIR[DTR]}/vpp_performance_results_2n_zn2"
42     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
43     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
44     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
45     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
46     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
47     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
48     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
49     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
50     DIR[DTR,MRR,VPP,2N,ZN2]: "{DIR[DTR]}/vpp_mrr_results_2n_zn2"
51     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
52     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
53     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
54     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
55     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
56
57     # Detailed test configurations
58     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
59     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
60     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
61     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
62     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
63     DIR[DTC,PERF,VPP,2N,ZN2]: "{DIR[DTC]}/vpp_performance_configuration_2n_zn2"
64     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
65     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
66     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
67     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
68     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
69     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
70     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
71     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
72     DIR[DTC,MRR,VPP,2N,ZN2]: "{DIR[DTC]}/vpp_mrr_configuration_2n_zn2"
73     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
74     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
75     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
76     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
77     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
78
79     # Detailed tests operational data
80     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
81     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
82     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
83     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
84     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
85     DIR[DTO,PERF,VPP,2N,ZN2]: "{DIR[DTO]}/vpp_performance_operational_data_2n_zn2"
86     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
87     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
88     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
89     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
90
91     # Latencies:
92     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
93     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
94
95     # .css patch file to fix tables generated by Sphinx
96     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
97     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
98
99   urls:
100     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
101     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
102     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
103     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
104     DIR[NEXUS,DOC]: "report/_static/archive"
105
106   make-dirs:
107   # List the directories which are created while preparing the environment.
108   # All directories MUST be defined in "paths" section.
109   - "DIR[WORKING,DATA]"
110   - "DIR[STATIC,VPP]"
111   - "DIR[STATIC,DPDK]"
112   - "DIR[STATIC,ARCH]"
113   - "DIR[BUILD,LATEX]"
114   - "DIR[WORKING,SRC]"
115   - "DIR[WORKING,SRC,STATIC]"
116
117   remove-dirs:
118   # List the directories which are deleted while cleaning the environment.
119   # All directories MUST be defined in "paths" section.
120   #- "DIR[BUILD,HTML]"
121   - "DIR[WORKING,DATA]"
122
123   build-dirs:
124   # List the directories where the results (build) is stored.
125   # All directories MUST be defined in "paths" section.
126   - "DIR[BUILD,HTML]"
127   - "DIR[BUILD,LATEX]"
128
129 - type: "configuration"
130
131   mapping-file: "mapping_report.yaml"
132
133   limits:
134     nic:
135       x520: 24460000
136       x553: 29761905
137       x710: 35800000
138       xxv710: 35800000
139       xl710: 35800000
140       cx556a: 148809523.81
141
142     link:
143       10ge: 14880952.38
144       25ge: 37202380.95
145       40ge: 59523809.52
146       100ge: 148809523.81
147
148     pci:
149       pci-g3-x8: 74404761.90
150       pci-g3-x16: 148809523.81
151
152   data-sets:
153
154     ###########################################################################
155     # Plots:
156
157     # 3n-hsw
158
159     plot-vpp-throughput-lat-tsa-3n-hsw:
160       csit-vpp-perf-report-iterative-2009-3n-hsw:
161         - 21  # rls2009 NDRPDR iter env 5
162         - 22  # rls2009 NDRPDR iter env 5
163         - 24  # rls2009 NDRPDR iter env 5
164         - 25  # rls2009 NDRPDR iter env 5
165         - 26  # rls2009 NDRPDR iter env 5
166         - 27  # rls2009 NDRPDR iter env 5
167         - 28  # rls2009 NDRPDR iter env 5
168         - 29  # rls2009 NDRPDR iter env 5
169         - 30  # rls2009 NDRPDR iter env 5
170         - 31  # rls2009 NDRPDR iter env 5
171
172     plot-vpp-hdrh-lat-3n-hsw:
173       csit-vpp-perf-report-iterative-2009-3n-hsw:
174         - 22  # rls2009 NDRPDR iter env 5
175
176     plot-vpp-hoststack-3n-hsw:
177       csit-vpp-perf-report-iterative-2009-3n-hsw:
178         - 32  # rls2009 Hoststack iter env 5
179         - 33  # rls2009 Hoststack iter env 5
180         - 34  # rls2009 Hoststack iter env 5
181         - 35  # rls2009 Hoststack iter env 5
182         - 36  # rls2009 Hoststack iter env 5
183         - 37  # rls2009 Hoststack iter env 5
184         - 38  # rls2009 Hoststack iter env 5
185         - 39  # rls2009 Hoststack iter env 5
186         - 40  # rls2009 Hoststack iter env 5
187         - 41  # rls2009 Hoststack iter env 5
188
189     plot-dpdk-throughput-latency-3n-hsw:
190       csit-dpdk-perf-report-iterative-2009-3n-hsw:
191         - 6   # NDRPDR iter env5
192         - 7   # NDRPDR iter env5
193         - 8   # NDRPDR iter env5
194         - 9   # NDRPDR iter env5
195         - 10  # NDRPDR iter env5
196         - 11  # NDRPDR iter env5
197         - 12  # NDRPDR iter env5
198         - 13  # NDRPDR iter env5
199         - 14  # NDRPDR iter env5
200         - 15  # NDRPDR iter env5
201
202     plot-dpdk-hdrh-lat-3n-hsw:
203       csit-dpdk-perf-report-iterative-2009-3n-hsw:
204         - 6   # NDRPDR iter env5
205
206     # 3n-skx
207
208     plot-vpp-throughput-lat-tsa-3n-skx:
209       csit-vpp-perf-report-iterative-2009-3n-skx:
210         - 26  # rls2009 NDRPDR iter env 5
211         - 27  # rls2009 NDRPDR iter env 5
212         - 28  # rls2009 NDRPDR iter env 5
213         - 29  # rls2009 NDRPDR iter env 5
214         - 35  # rls2009 NDRPDR iter env 5
215         - 36  # rls2009 NDRPDR iter env 5
216         - 37  # rls2009 NDRPDR iter env 5
217         - 38  # rls2009 NDRPDR iter env 5
218         - 39  # rls2009 NDRPDR iter env 5
219         - 40  # rls2009 NDRPDR iter env 5
220
221     plot-vpp-hdrh-lat-3n-skx:
222       csit-vpp-perf-report-iterative-2009-3n-skx:
223         - 27  # rls2009 NDRPDR iter env 5
224
225 #    plot-vpp-nfv-3n-skx-ndrpdr:
226 #      # No data
227 #      csit-vpp-perf-report-iterative-2009-3n-skx:
228
229 #    plot-vpp-nfv-3n-skx-mrr:
230 #      # No data
231 #      csit-vpp-perf-report-iterative-2009-3n-skx:
232
233     plot-dpdk-throughput-latency-3n-skx:
234       csit-dpdk-perf-report-iterative-2009-3n-skx:
235         - 4   # NDRPDR sel env5
236         - 5   # NDRPDR sel env5
237         - 6   # NDRPDR sel env5
238         - 7   # NDRPDR sel env5
239         - 8   # NDRPDR sel env5
240         - 9   # NDRPDR sel env5
241         - 14  # NDRPDR sel env5
242         - 11  # NDRPDR sel env5
243         - 12  # NDRPDR sel env5
244         - 13  # NDRPDR sel env5
245
246     plot-dpdk-hdrh-lat-3n-skx:
247       csit-dpdk-perf-report-iterative-2009-3n-skx:
248         - 4   # NDRPDR sel env5
249
250     # 2n-skx
251
252     plot-vpp-throughput-lat-tsa-2n-skx:
253       csit-vpp-perf-report-iterative-2009-2n-skx:
254         - 35  # rls2009 NDRPDR iter env 5
255         - 36  # rls2009 NDRPDR iter env 5
256         - 37  # rls2009 NDRPDR iter env 5
257         - 39  # rls2009 NDRPDR iter env 5
258         - 40  # rls2009 NDRPDR iter env 5
259         - 42  # rls2009 NDRPDR iter env 5
260         - 43  # rls2009 NDRPDR iter env 5
261         - 44  # rls2009 NDRPDR iter env 5
262         - 46  # rls2009 NDRPDR iter env 5
263         - 48  # rls2009 NDRPDR iter env 5
264         - 110 # rls2009 NDRPDR iter NAT44 env 5
265         - 111 # rls2009 NDRPDR iter NAT44 env 5
266         - 112 # rls2009 NDRPDR iter NAT44 env 5
267         - 113 # rls2009 NDRPDR iter NAT44 env 5
268         - 114 # rls2009 NDRPDR iter NAT44 env 5
269         - 115 # rls2009 NDRPDR iter NAT44 env 5
270         - 116 # rls2009 NDRPDR iter NAT44 env 5
271         - 118 # rls2009 NDRPDR iter NAT44 env 5
272         - 119 # rls2009 NDRPDR iter NAT44 env 5
273         - 121 # rls2009 NDRPDR iter NAT44 env 5
274
275     plot-vpp-hdrh-lat-2n-skx:
276       csit-vpp-perf-report-iterative-2009-2n-skx:
277         - 35  # rls2009 NDRPDR iter env 5
278
279     plot-vpp-hdrh-lat-2n-skx-nat44:
280       csit-vpp-perf-report-iterative-2009-2n-skx:
281         - 110 # rls2009 NDRPDR iter NAT44 env 5
282
283     plot-vpp-soak-2n-skx:
284       csit-vpp-perf-report-iterative-2009-2n-skx:
285         - 33  # rls2009 soak env 5
286         - 34  # rls2009 soak env 5
287
288     plot-vpp-nfv-2n-skx-ndrpdr:
289       csit-vpp-perf-report-iterative-2009-2n-skx:
290         - 38  # rls2009 nf-density iter env 5
291         - 41  # rls2009 nf-density iter env 5
292         - 45  # rls2009 nf-density iter env 5
293         - 47  # rls2009 nf-density iter env 5
294         - 49  # rls2009 nf-density iter env 5
295         - 63  # rls2009 nf-density iter env 5
296         - 65  # rls2009 nf-density iter env 5
297         - 66  # rls2009 nf-density iter env 5
298         - 71  # rls2009 nf-density iter env 5
299         - 72  # rls2009 nf-density iter env 5
300
301     plot-vpp-nfv-2n-skx-mrr:
302       csit-vpp-perf-report-iterative-2009-2n-skx:
303         - 50  # rls2009 MRR nf-density iter env 5
304
305     plot-vpp-nfv-reconf-2n-skx:
306       csit-vpp-perf-report-iterative-2009-2n-skx:
307         - 27  # rls2009 reconf env 5
308         - 28  # rls2009 reconf env 5
309         - 29  # rls2009 reconf env 5
310         - 30  # rls2009 reconf env 5
311         - 31  # rls2009 reconf env 5
312         - 32  # rls2009 reconf env 5
313         - 61  # rls2009 reconf env 5
314         - 62  # rls2009 reconf env 5
315         - 68  # rls2009 reconf env 5
316         - 70  # rls2009 reconf env 5
317
318     plot-dpdk-throughput-latency-2n-skx:
319       csit-dpdk-perf-report-iterative-2009-2n-skx:
320         - 4   # NDRPDR iter env5
321         - 5   # NDRPDR iter env5
322         - 6   # NDRPDR iter env5
323         - 7   # NDRPDR iter env5
324         - 8   # NDRPDR iter env5
325         - 9   # NDRPDR iter env5
326         - 10  # NDRPDR iter env5
327         - 11  # NDRPDR iter env5
328         - 12  # NDRPDR iter env5
329         - 13  # NDRPDR iter env5
330
331     plot-dpdk-hdrh-lat-2n-skx:
332       csit-dpdk-perf-report-iterative-2009-2n-skx:
333         - 4   # NDRPDR iter env5
334
335     # 2n-zn2
336
337     plot-vpp-throughput-lat-tsa-2n-zn2:
338       csit-vpp-perf-report-iterative-2009-2n-zn2:
339         - 3   # rls2009 NDRPDR iter env 5
340         - 4   # rls2009 NDRPDR iter env 5
341         - 6   # rls2009 NDRPDR iter env 5
342         - 7   # rls2009 NDRPDR iter env 5
343         - 8   # rls2009 NDRPDR iter env 5
344         - 10  # rls2009 NDRPDR iter env 5
345         - 11  # rls2009 NDRPDR iter env 5
346
347     plot-vpp-hdrh-lat-2n-zn2:
348       csit-vpp-perf-report-iterative-2009-2n-zn2:
349         - 3   # rls2009 NDRPDR iter env 5
350
351     plot-dpdk-throughput-latency-2n-zn2:
352       csit-dpdk-perf-report-iterative-2009-2n-zn2:
353         - 1   # NDRPDR iter env5
354
355     plot-dpdk-hdrh-lat-2n-zn2:
356       csit-dpdk-perf-report-iterative-2009-2n-zn2:
357         - 1   # NDRPDR iter env5
358
359     # 2n-clx
360
361     plot-vpp-throughput-lat-tsa-2n-clx:
362       csit-vpp-perf-report-iterative-2009-2n-clx:
363         - 36  # rls2009 NDRPDR iter env 5
364         - 39  # rls2009 NDRPDR iter env 5
365         - 40  # rls2009 NDRPDR iter env 5
366         - 65  # rls2009 NDRPDR iter env 5
367         - 66  # rls2009 NDRPDR iter env 5
368         - 79  # rls2009 NDRPDR iter env 5
369         - 82  # rls2009 NDRPDR iter env 5
370         - 88  # rls2009 NDRPDR iter env 5
371         - 89  # rls2009 NDRPDR iter env 5
372         - 90  # rls2009 NDRPDR iter env 5
373         - 114 # rls2009 NDRPDR iter NAT44 env 5
374         - 115 # rls2009 NDRPDR iter NAT44 env 5
375         - 116 # rls2009 NDRPDR iter NAT44 env 5
376         - 117 # rls2009 NDRPDR iter NAT44 env 5
377         - 118 # rls2009 NDRPDR iter NAT44 env 5
378         - 119 # rls2009 NDRPDR iter NAT44 env 5
379         - 121 # rls2009 NDRPDR iter NAT44 env 5
380         - 122 # rls2009 NDRPDR iter NAT44 env 5
381         - 123 # rls2009 NDRPDR iter NAT44 env 5
382         - 126 # rls2009 NDRPDR iter NAT44 env 5
383
384     plot-vpp-hdrh-lat-2n-clx:
385       csit-vpp-perf-report-iterative-2009-2n-clx:
386         - 36  # rls2009 NDRPDR iter env 5
387
388     plot-vpp-hdrh-lat-2n-clx-nat44:
389       csit-vpp-perf-report-iterative-2009-2n-clx:
390         - 123 # rls2009 NDRPDR iter NAT44 env 5
391
392     plot-vpp-nfv-2n-clx-ndrpdr:
393       csit-vpp-perf-report-iterative-2009-2n-clx:
394         - 37  # rls2009 nf-density iter env 5
395         - 43  # rls2009 nf-density iter env 5
396         - 69  # rls2009 nf-density iter env 5
397         - 70  # rls2009 nf-density iter env 5
398         - 71  # rls2009 nf-density iter env 5
399         - 72  # rls2009 nf-density iter env 5
400         - 73  # rls2009 nf-density iter env 5
401         - 74  # rls2009 nf-density iter env 5
402         - 75  # rls2009 nf-density iter env 5
403         - 76  # rls2009 nf-density iter env 5
404
405     plot-vpp-nfv-2n-clx-mrr:
406       csit-vpp-perf-report-iterative-2009-2n-clx:
407         - 45  # rls2009 MRR nf-density iter env 5
408
409     plot-vpp-nfv-reconf-2n-clx:
410       csit-vpp-perf-report-iterative-2009-2n-clx:
411         - 25  # rls2009 reconf env 5
412         - 27  # rls2009 reconf env 5
413         - 28  # rls2009 reconf env 5
414         - 29  # rls2009 reconf env 5
415         - 30  # rls2009 reconf env 5
416         - 30  # rls2009 reconf env 5
417         - 32  # rls2009 reconf env 5
418         - 48  # rls2009 reconf env 5
419         - 53  # rls2009 reconf env 5
420         - 68  # rls2009 reconf env 5
421
422     plot-vpp-soak-2n-clx:
423       csit-vpp-perf-report-iterative-2009-2n-clx:
424         - 33  # rls2009 soak env 5
425         - 34  # rls2009 soak env 5
426
427     plot-dpdk-throughput-latency-2n-clx:
428       csit-dpdk-perf-report-iterative-2009-2n-clx:
429         - 4   # NDRPDR iter env5
430         - 5   # NDRPDR iter env5
431         - 6   # NDRPDR iter env5
432         - 7   # NDRPDR iter env5
433         - 8   # NDRPDR iter env5
434         - 9   # NDRPDR iter env5
435         - 10  # NDRPDR iter env5
436         - 11  # NDRPDR iter env5
437         - 12  # NDRPDR iter env5
438         - 13  # NDRPDR iter env5
439
440     plot-dpdk-hdrh-lat-2n-clx:
441       csit-dpdk-perf-report-iterative-2009-2n-clx:
442         - 4   # NDRPDR iter env5
443
444     # 3n-tsh
445
446     plot-vpp-throughput-lat-tsa-3n-tsh:
447       csit-vpp-perf-report-iterative-2009-3n-tsh:
448         - 14  # rls2009 NDRPDR iter env 5
449         - 20  # rls2009 NDRPDR iter env 5
450         - 21  # rls2009 NDRPDR iter env 5
451         - 22  # rls2009 NDRPDR iter env 5
452         - 23  # rls2009 NDRPDR iter env 5
453         - 28  # rls2009 NDRPDR iter env 5
454         - 30  # rls2009 NDRPDR iter env 5
455         - 33  # rls2009 NDRPDR iter env 5
456         - 38  # rls2009 NDRPDR iter env 5
457         - 41  # rls2009 NDRPDR iter env 5
458
459     plot-vpp-hdrh-lat-3n-tsh:
460       csit-vpp-perf-report-iterative-2009-3n-tsh:
461         - 14  # rls2009 NDRPDR iter env 5
462
463     plot-dpdk-throughput-latency-3n-tsh:
464       csit-dpdk-perf-report-iterative-2009-3n-tsh:
465         - 1   # NDRPDR iter env5
466         - 2   # NDRPDR iter env5
467         - 3   # NDRPDR iter env5
468         - 4   # NDRPDR iter env5
469         - 5   # NDRPDR iter env5
470         - 6   # NDRPDR iter env5
471         - 7   # NDRPDR iter env5
472         - 9   # NDRPDR iter env5
473         - 10  # NDRPDR iter env5
474         - 11  # NDRPDR iter env5
475
476     plot-dpdk-hdrh-lat-3n-tsh:
477       csit-dpdk-perf-report-iterative-2009-3n-tsh:
478         - 1   # NDRPDR iter env5
479
480     # 3n-dnv
481
482     plot-vpp-throughput-lat-tsa-3n-dnv:
483       csit-vpp-perf-report-iterative-2009-3n-dnv:
484         - 3   # rls2009 NDRPDR iter env 5
485         - 6   # rls2009 NDRPDR iter env 5
486         - 7   # rls2009 NDRPDR iter env 5
487         - 8   # rls2009 NDRPDR iter env 5
488         - 10  # rls2009 NDRPDR iter env 5
489         - 11  # rls2009 NDRPDR iter env 5
490         - 12  # rls2009 NDRPDR iter env 5
491         - 14  # rls2009 NDRPDR iter env 5
492         - 15  # rls2009 NDRPDR iter env 5
493         - 24  # rls2009 NDRPDR iter env 5
494
495 #    plot-dpdk-throughput-latency-3n-dnv:
496 #      # No data
497 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
498
499     # 2n-dnv
500
501     plot-vpp-throughput-lat-tsa-2n-dnv:
502       csit-vpp-perf-report-iterative-2009-2n-dnv:
503         - 3   # rls2009 NDRPDR iter env 5
504         - 5   # rls2009 NDRPDR iter env 5
505         - 6   # rls2009 NDRPDR iter env 5
506         - 7   # rls2009 NDRPDR iter env 5
507         - 9   # rls2009 NDRPDR iter env 5
508         - 10  # rls2009 NDRPDR iter env 5
509         - 11  # rls2009 NDRPDR iter env 5
510         - 12  # rls2009 NDRPDR iter env 5
511         - 14  # rls2009 NDRPDR iter env 5
512         - 15  # rls2009 NDRPDR iter env 5
513
514 #    plot-dpdk-throughput-latency-2n-dnv:
515 #      # No data
516 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
517
518     ###########################################################################
519     # Simple tables (only one data set):
520
521     # NIC Comparisons
522
523     vpp-nic-comparison-3n-skx:
524       csit-vpp-perf-report-iterative-2009-3n-skx:
525         - 26  # rls2009 NDRPDR iter env 5
526         - 27  # rls2009 NDRPDR iter env 5
527         - 28  # rls2009 NDRPDR iter env 5
528         - 29  # rls2009 NDRPDR iter env 5
529         - 35  # rls2009 NDRPDR iter env 5
530         - 36  # rls2009 NDRPDR iter env 5
531         - 37  # rls2009 NDRPDR iter env 5
532         - 38  # rls2009 NDRPDR iter env 5
533         - 39  # rls2009 NDRPDR iter env 5
534         - 40  # rls2009 NDRPDR iter env 5
535
536     vpp-nic-comparison-2n-skx:
537       csit-vpp-perf-report-iterative-2009-2n-skx:
538         - 35  # rls2009 NDRPDR iter env 5
539         - 36  # rls2009 NDRPDR iter env 5
540         - 37  # rls2009 NDRPDR iter env 5
541         - 39  # rls2009 NDRPDR iter env 5
542         - 40  # rls2009 NDRPDR iter env 5
543         - 42  # rls2009 NDRPDR iter env 5
544         - 43  # rls2009 NDRPDR iter env 5
545         - 44  # rls2009 NDRPDR iter env 5
546         - 46  # rls2009 NDRPDR iter env 5
547         - 48  # rls2009 NDRPDR iter env 5
548         - 110 # rls2009 NDRPDR iter NAT44 env 5
549         - 111 # rls2009 NDRPDR iter NAT44 env 5
550         - 112 # rls2009 NDRPDR iter NAT44 env 5
551         - 113 # rls2009 NDRPDR iter NAT44 env 5
552         - 114 # rls2009 NDRPDR iter NAT44 env 5
553         - 115 # rls2009 NDRPDR iter NAT44 env 5
554         - 116 # rls2009 NDRPDR iter NAT44 env 5
555         - 118 # rls2009 NDRPDR iter NAT44 env 5
556         - 119 # rls2009 NDRPDR iter NAT44 env 5
557         - 121 # rls2009 NDRPDR iter NAT44 env 5
558
559     vpp-nic-comparison-3n-skx-mrr:
560       csit-vpp-perf-report-iterative-2009-3n-skx:
561         - 24  # rls2009 MRR iter env 5
562
563     vpp-nic-comparison-2n-skx-mrr:
564       csit-vpp-perf-report-iterative-2009-2n-skx:
565         - 120 # rls2009 MRR iter env 5
566
567     # Results
568
569     vpp-perf-results-3n-hsw:
570       csit-vpp-perf-report-coverage-2009-3n-hsw:
571         - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
572         - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
573         - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
574         - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
575         - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
576         - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
577         - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
578         - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
579         - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
580         - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
581         - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
582         - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
583         - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
584         - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
585         - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
586         - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
587         - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
588         - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
589         - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
590         - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
591         - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
592         - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
593         - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
594         - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
595         - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
596         - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
597         - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
598         - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
599         - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
600         - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
601         - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
602         - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
603         - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
604         - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
605         - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
606
607     vpp-perf-results-3n-skx:
608       csit-vpp-perf-report-coverage-2009-3n-skx:
609         - 36  # rls2009 NDRPDR cov 3n-skx-crypto-00
610         - 3   # rls2009 NDRPDR cov 3n-skx-crypto-01
611         - 4   # rls2009 NDRPDR cov 3n-skx-crypto-02
612         - 37  # rls2009 NDRPDR cov 3n-skx-crypto-03
613         - 6   # rls2009 NDRPDR cov 3n-skx-ip4-00
614         - 7   # rls2009 NDRPDR cov 3n-skx-ip4-01
615         - 8   # rls2009 NDRPDR cov 3n-skx-ip4-02
616         - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
617         - 10  # rls2009 NDRPDR cov 3n-skx-ip4-04
618         - 38  # rls2009 NDRPDR cov 3n-skx-ip4-05
619         - 12  # rls2009 NDRPDR cov 3n-skx-ip4-06
620         - 39  # rls2009 NDRPDR cov 3n-skx-ip4-07
621         - 14  # rls2009 NDRPDR cov 3n-skx-ip4tun-00
622         - 15  # rls2009 NDRPDR cov 3n-skx-ip4tun-01
623         - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
624         - 40  # rls2009 NDRPDR cov 3n-skx-ip6-00
625         - 18  # rls2009 NDRPDR cov 3n-skx-ip6-01
626         - 19  # rls2009 NDRPDR cov 3n-skx-ip6tun-00
627         - 20  # rls2009 NDRPDR cov 3n-skx-l2-00
628         - 21  # rls2009 NDRPDR cov 3n-skx-l2-01
629         - 22  # rls2009 NDRPDR cov 3n-skx-l2-02
630         - 23  # rls2009 NDRPDR cov 3n-skx-l2-03
631         - 24  # rls2009 NDRPDR cov 3n-skx-l2-04
632         - 41  # rls2009 NDRPDR cov 3n-skx-l2-05
633         - 42  # rls2009 NDRPDR cov 3n-skx-l2-06
634         - 43  # rls2009 NDRPDR cov 3n-skx-l2-07
635         - 28  # rls2009 NDRPDR cov 3n-skx-l2-08
636         - 44  # rls2009 NDRPDR cov 3n-skx-l2-09
637         - 45  # rls2009 NDRPDR cov 3n-skx-l2-10
638         - 46  # rls2009 NDRPDR cov 3n-skx-memif-00
639         - 47  # rls2009 NDRPDR cov 3n-skx-srv6-00
640         - 48  # rls2009 NDRPDR cov 3n-skx-srv6-01
641         - 49  # rls2009 NDRPDR cov 3n-skx-vhost-00
642         - 50  # rls2009 NDRPDR cov 3n-skx-vhost-01
643         - 51  # rls2009 NDRPDR cov 3n-skx-vhost-02
644         - 54  # rls2009 NDRPDR cov 3n-skx-vhost-03
645
646     vpp-perf-results-2n-skx:
647       csit-vpp-perf-report-coverage-2009-2n-skx:
648         - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
649         - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
650         - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
651         - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
652         - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
653         - 31  # rls2009 NDRPDR cov 2n-skx-ip4-05
654         - 32  # rls2009 NDRPDR cov 2n-skx-ip4-06
655         - 33  # rls2009 NDRPDR cov 2n-skx-ip4-07
656         - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
657         - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
658         - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
659         - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
660         - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
661         - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
662         - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
663         - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
664         - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
665
666     vpp-perf-results-2n-zn2:
667       csit-vpp-perf-report-iterative-2009-2n-zn2:
668         - 3   # rls2009 NDRPDR iter env 5
669
670     vpp-perf-results-2n-clx:
671       csit-vpp-perf-report-coverage-2009-2n-clx:
672         - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
673         - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
674         - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
675         - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
676         - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
677         - 23  # rls2009 NDRPDR cov 2n-clx-ip4-05
678         - 24  # rls2009 NDRPDR cov 2n-clx-ip4-06
679         - 25  # rls2009 NDRPDR cov 2n-clx-ip4-07
680         - 22  # rls2009 NDRPDR cov 2n-clx-ip6-00
681         - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
682         - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
683         - 21  # rls2009 NDRPDR cov 2n-clx-l2-01
684         - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
685         - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
686         - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
687         - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
688         - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
689
690     vpp-perf-results-3n-tsh:
691       csit-vpp-perf-report-iterative-2009-3n-tsh:
692         - 14  # rls2009 NDRPDR iter env 5
693
694     vpp-perf-results-3n-dnv:
695       csit-vpp-perf-report-coverage-2009-3n-dnv:
696         - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
697         - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
698         - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
699         - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
700         - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
701         - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
702         - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
703         - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
704         - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
705
706     vpp-perf-results-2n-dnv:
707       csit-vpp-perf-report-coverage-2009-2n-dnv:
708         - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
709         - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
710         - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
711         - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
712         - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
713         - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
714
715     vpp-mrr-results-3n-hsw:
716       csit-vpp-perf-report-iterative-2009-3n-hsw:
717         - 23  # rls2009 MRR iter env 5
718
719     vpp-mrr-results-3n-skx:
720       csit-vpp-perf-report-iterative-2009-3n-skx:
721         - 24  # rls2009 MRR iter env 5
722
723     vpp-mrr-results-2n-skx:
724       csit-vpp-perf-report-iterative-2009-2n-skx:
725         - 120 # rls2009 MRR iter env 5
726
727     vpp-mrr-results-2n-zn2:
728       csit-vpp-perf-report-iterative-2009-2n-zn2:
729         - 1   # rls2009 MRR iter env 5
730
731     vpp-mrr-results-2n-clx:
732       csit-vpp-perf-report-iterative-2009-2n-clx:
733         - 125 # rls2009 MRR iter env 5
734
735     vpp-mrr-results-3n-tsh:
736       csit-vpp-perf-report-iterative-2009-3n-tsh:
737         - 15  # rls2009 MRR iter env 5
738
739     vpp-mrr-results-3n-dnv:
740       csit-vpp-perf-report-iterative-2009-3n-dnv:
741         - 22  # rls2009 MRR iter env 5
742
743     vpp-mrr-results-2n-dnv:
744       csit-vpp-perf-report-iterative-2009-2n-dnv:
745         - 13  # rls2009 MRR iter env 5
746
747     vpp-device-results-ubuntu:
748       csit-vpp-device-2009-ubuntu1804-1n-skx:
749         - 131 # rls2009 env 5
750
751     dpdk-perf-results-3n-hsw:
752       csit-dpdk-perf-report-iterative-2009-3n-hsw:
753         - 6   # NDRPDR iter env5
754
755     dpdk-perf-results-3n-skx:
756       csit-dpdk-perf-report-iterative-2009-3n-skx:
757         - 4   # NDRPDR sel env5
758
759     dpdk-perf-results-2n-skx:
760       csit-dpdk-perf-report-iterative-2009-2n-skx:
761         - 4   # NDRPDR iter env5
762
763     dpdk-perf-results-2n-zn2:
764       csit-dpdk-perf-report-iterative-2009-2n-zn2:
765         - 1   # NDRPDR iter env5
766
767     dpdk-perf-results-2n-clx:
768       csit-dpdk-perf-report-iterative-2009-2n-clx:
769         - 4   # NDRPDR iter env5
770
771 #    dpdk-perf-results-2n-dnv:
772 #      # No data
773 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
774
775 #    dpdk-perf-results-3n-dnv:
776 #      # No data
777 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
778
779     dpdk-perf-results-3n-tsh:
780       csit-dpdk-perf-report-iterative-2009-3n-tsh:
781         - 1   # NDRPDR iter env5
782
783 ###########################################################################
784     # Tables (more than one data set)
785
786     # Performance changes
787
788     vpp-performance-changes-3n-hsw-h1:
789       csit-vpp-perf-report-iterative-2005-3n-hsw:
790         - 31  # NDRPDR sel 2001.0-4
791         - 32  # NDRPDR sel 2001.0-4
792         - 33  # NDRPDR sel 2001.0-4
793         - 34  # NDRPDR sel 2001.0-4
794         - 35  # NDRPDR sel 2001.0-4
795         - 36  # NDRPDR sel 2001.0-4
796         - 38  # NDRPDR sel 2001.0-4
797     vpp-performance-changes-3n-hsw-ref-env4:
798       csit-vpp-perf-report-iterative-2005-3n-hsw:
799         - 20  # NDRPDR sel env 4
800         - 21  # NDRPDR sel env 4
801         - 22  # NDRPDR sel env 4
802         - 23  # NDRPDR sel env 4
803         - 24  # NDRPDR sel env 4
804         - 25  # NDRPDR sel env 4
805         - 26  # NDRPDR sel env 4
806         - 27  # NDRPDR sel env 4
807         - 28  # NDRPDR sel env 4
808         - 29  # NDRPDR sel env 4
809     vpp-performance-changes-3n-hsw-ref-env5:
810       csit-vpp-perf-report-iterative-2009-3n-hsw:
811         - 9   # rls2005 NDRPDR iter env 5
812         - 10  # rls2005 NDRPDR iter env 5
813         - 11  # rls2005 NDRPDR iter env 5
814         - 12  # rls2005 NDRPDR iter env 5
815         - 13  # rls2005 NDRPDR iter env 5
816         - 14  # rls2005 NDRPDR iter env 5
817         - 15  # rls2005 NDRPDR iter env 5
818         - 16  # rls2005 NDRPDR iter env 5
819         - 17  # rls2005 NDRPDR iter env 5
820         - 19  # rls2005 NDRPDR iter env 5
821     vpp-performance-changes-3n-hsw-cmp:
822       csit-vpp-perf-report-iterative-2009-3n-hsw:
823         - 21  # rls2009 NDRPDR iter env 5
824         - 22  # rls2009 NDRPDR iter env 5
825         - 24  # rls2009 NDRPDR iter env 5
826         - 25  # rls2009 NDRPDR iter env 5
827         - 26  # rls2009 NDRPDR iter env 5
828         - 27  # rls2009 NDRPDR iter env 5
829         - 28  # rls2009 NDRPDR iter env 5
830         - 29  # rls2009 NDRPDR iter env 5
831         - 30  # rls2009 NDRPDR iter env 5
832         - 31  # rls2009 NDRPDR iter env 5
833
834     vpp-performance-changes-3n-skx-h1:
835       csit-vpp-perf-report-iterative-2005-3n-skx:
836         - 50  # NDRPDR sel 2001.0-4
837         - 51  # NDRPDR sel 2001.0-4
838         - 52  # NDRPDR sel 2001.0-4
839         - 53  # NDRPDR sel 2001.0-4
840         - 54  # NDRPDR sel 2001.0-4
841     vpp-performance-changes-3n-skx-ref-env4:
842       csit-vpp-perf-report-iterative-2005-3n-skx:
843         - 42  # NDRPDR sel env 4
844         - 43  # NDRPDR sel env 4
845         - 44  # NDRPDR sel env 4
846         - 45  # NDRPDR sel env 4
847         - 47  # NDRPDR sel env 4
848         - 55  # NDRPDR sel env 4
849         - 56  # NDRPDR sel env 4
850         - 57  # NDRPDR sel env 4
851         - 61  # NDRPDR sel env 4
852         - 62  # NDRPDR sel env 4
853     vpp-performance-changes-3n-skx-ref-env5:
854       csit-vpp-perf-report-iterative-2009-3n-skx:
855         - 13  # rls2005 NDRPDR iter env 5
856         - 18  # rls2005 NDRPDR iter env 5
857         - 19  # rls2005 NDRPDR iter env 5
858         - 41  # rls2005 NDRPDR iter env 5
859         - 43  # rls2005 NDRPDR iter env 5
860         - 44  # rls2005 NDRPDR iter env 5
861         - 45  # rls2005 NDRPDR iter env 5
862         - 46  # rls2005 NDRPDR iter env 5
863         - 48  # rls2005 NDRPDR iter env 5
864         - 49  # rls2005 NDRPDR iter env 5
865     vpp-performance-changes-3n-skx-cmp:
866       csit-vpp-perf-report-iterative-2009-3n-skx:
867         - 26  # rls2009 NDRPDR iter env 5
868         - 27  # rls2009 NDRPDR iter env 5
869         - 28  # rls2009 NDRPDR iter env 5
870         - 29  # rls2009 NDRPDR iter env 5
871         - 35  # rls2009 NDRPDR iter env 5
872         - 36  # rls2009 NDRPDR iter env 5
873         - 37  # rls2009 NDRPDR iter env 5
874         - 38  # rls2009 NDRPDR iter env 5
875         - 39  # rls2009 NDRPDR iter env 5
876         - 40  # rls2009 NDRPDR iter env 5
877
878     vpp-performance-changes-2n-skx-h1:
879       csit-vpp-perf-report-iterative-2005-2n-skx:
880         - 100 # NDRPDR sel 2001.0-4
881         - 101 # NDRPDR sel 2001.0-4
882         - 102 # NDRPDR sel 2001.0-4
883         - 103 # NDRPDR sel 2001.0-4
884         - 104 # NDRPDR sel 2001.0-4
885         - 105 # NDRPDR sel 2001.0-4
886     vpp-performance-changes-2n-skx-ref-env4:
887       csit-vpp-perf-report-iterative-2005-2n-skx:
888         - 88  # NDRPDR sel env 4
889         - 89  # NDRPDR sel env 4
890         - 90  # NDRPDR sel env 4
891         - 91  # NDRPDR sel env 4
892         - 92  # NDRPDR sel env 4
893         - 93  # NDRPDR sel env 4
894         - 94  # NDRPDR sel env 4
895         - 125 # NDRPDR sel env 4
896         - 126 # NDRPDR sel env 4
897         - 127 # NDRPDR sel env 4
898     vpp-performance-changes-2n-skx-ref-env5:
899       csit-vpp-perf-report-iterative-2009-2n-skx:
900         - 13  # rls2005 NDRPDR iter env 5
901         - 16  # rls2005 NDRPDR iter env 5
902         - 17  # rls2005 NDRPDR iter env 5
903         - 18  # rls2005 NDRPDR iter env 5
904         - 19  # rls2005 NDRPDR iter env 5
905         - 21  # rls2005 NDRPDR iter env 5
906         - 22  # rls2005 NDRPDR iter env 5
907         - 23  # rls2005 NDRPDR iter env 5
908         - 24  # rls2005 NDRPDR iter env 5
909         - 25  # rls2005 NDRPDR iter env 5
910     vpp-performance-changes-2n-skx-cmp:
911       csit-vpp-perf-report-iterative-2009-2n-skx:
912         - 35  # rls2009 NDRPDR iter env 5
913         - 36  # rls2009 NDRPDR iter env 5
914         - 37  # rls2009 NDRPDR iter env 5
915         - 39  # rls2009 NDRPDR iter env 5
916         - 40  # rls2009 NDRPDR iter env 5
917         - 42  # rls2009 NDRPDR iter env 5
918         - 43  # rls2009 NDRPDR iter env 5
919         - 44  # rls2009 NDRPDR iter env 5
920         - 46  # rls2009 NDRPDR iter env 5
921         - 48  # rls2009 NDRPDR iter env 5
922         - 110 # rls2009 NDRPDR iter NAT44 env 5
923         - 111 # rls2009 NDRPDR iter NAT44 env 5
924         - 112 # rls2009 NDRPDR iter NAT44 env 5
925         - 113 # rls2009 NDRPDR iter NAT44 env 5
926         - 114 # rls2009 NDRPDR iter NAT44 env 5
927         - 115 # rls2009 NDRPDR iter NAT44 env 5
928         - 116 # rls2009 NDRPDR iter NAT44 env 5
929         - 118 # rls2009 NDRPDR iter NAT44 env 5
930         - 119 # rls2009 NDRPDR iter NAT44 env 5
931         - 121 # rls2009 NDRPDR iter NAT44 env 5
932
933     vpp-performance-changes-2n-clx-h1:
934       csit-vpp-perf-report-iterative-2005-2n-clx:
935         - 73  # NDRPDR sel 2001.0-4
936         - 74  # NDRPDR sel 2001.0-4
937         - 75  # NDRPDR sel 2001.0-4
938         - 76  # NDRPDR sel 2001.0-4
939         - 77  # NDRPDR sel 2001.0-4
940         - 78  # NDRPDR sel 2001.0-4
941         - 79  # NDRPDR sel 2001.0-4
942         - 80  # NDRPDR sel 2001.0-4
943     vpp-performance-changes-2n-clx-ref-env4:
944       csit-vpp-perf-report-iterative-2005-2n-clx:
945         - 62  # NDRPDR sel env 4
946         - 63  # NDRPDR sel env 4
947         - 64  # NDRPDR sel env 4
948         - 65  # NDRPDR sel env 4
949         - 66  # NDRPDR sel env 4
950         - 68  # NDRPDR sel env 4
951         - 69  # NDRPDR sel env 4
952         - 70  # NDRPDR sel env 4
953         - 103 # NDRPDR sel env 4
954         - 104 # NDRPDR sel env 4
955     vpp-performance-changes-2n-clx-ref-env5:
956       csit-vpp-perf-report-iterative-2009-2n-clx:
957         - 13  # rls2005 NDRPDR iter env 5
958         - 15  # rls2005 NDRPDR iter env 5
959         - 17  # rls2005 NDRPDR iter env 5
960         - 18  # rls2005 NDRPDR iter env 5
961         - 19  # rls2005 NDRPDR iter env 5
962         - 20  # rls2005 NDRPDR iter env 5
963         - 21  # rls2005 NDRPDR iter env 5
964         - 22  # rls2005 NDRPDR iter env 5
965         - 23  # rls2005 NDRPDR iter env 5
966         - 24  # rls2005 NDRPDR iter env 5
967     vpp-performance-changes-2n-clx-cmp:
968       csit-vpp-perf-report-iterative-2009-2n-clx:
969         - 36  # rls2009 NDRPDR iter env 5
970         - 39  # rls2009 NDRPDR iter env 5
971         - 40  # rls2009 NDRPDR iter env 5
972         - 65  # rls2009 NDRPDR iter env 5
973         - 66  # rls2009 NDRPDR iter env 5
974         - 79  # rls2009 NDRPDR iter env 5
975         - 82  # rls2009 NDRPDR iter env 5
976         - 88  # rls2009 NDRPDR iter env 5
977         - 89  # rls2009 NDRPDR iter env 5
978         - 90  # rls2009 NDRPDR iter env 5
979         - 114 # rls2009 NDRPDR iter NAT44 env 5
980         - 115 # rls2009 NDRPDR iter NAT44 env 5
981         - 116 # rls2009 NDRPDR iter NAT44 env 5
982         - 117 # rls2009 NDRPDR iter NAT44 env 5
983         - 118 # rls2009 NDRPDR iter NAT44 env 5
984         - 119 # rls2009 NDRPDR iter NAT44 env 5
985         - 121 # rls2009 NDRPDR iter NAT44 env 5
986         - 122 # rls2009 NDRPDR iter NAT44 env 5
987         - 123 # rls2009 NDRPDR iter NAT44 env 5
988         - 126 # rls2009 NDRPDR iter NAT44 env 5
989
990     vpp-performance-changes-2n-dnv-h1:
991       csit-vpp-perf-verify-2001-2n-dnv:
992         - 4   # NDRPDR sel
993         - 5   # NDRPDR sel
994         - 6   # NDRPDR sel
995         - 7   # NDRPDR sel
996         - 8   # NDRPDR sel
997         - 9   # NDRPDR sel
998         - 10  # NDRPDR sel
999         - 11  # NDRPDR sel
1000         - 13  # NDRPDR sel
1001         - 16  # NDRPDR sel
1002     vpp-performance-changes-2n-dnv-ref:
1003       csit-vpp-perf-report-iterative-2009-2n-dnv:
1004         - 16  # rls2005 NDRPDR iter env 5
1005         - 17  # rls2005 NDRPDR iter env 5
1006         - 18  # rls2005 NDRPDR iter env 5
1007         - 19  # rls2005 NDRPDR iter env 5
1008         - 21  # rls2005 NDRPDR iter env 5
1009         - 24  # rls2005 NDRPDR iter env 5
1010         - 27  # rls2005 NDRPDR iter env 5
1011         - 28  # rls2005 NDRPDR iter env 5
1012         - 29  # rls2005 NDRPDR iter env 5
1013         - 30  # rls2005 NDRPDR iter env 5
1014     vpp-performance-changes-2n-dnv-cmp:
1015       csit-vpp-perf-report-iterative-2009-2n-dnv:
1016         - 3   # rls2009 NDRPDR iter env 5
1017         - 5   # rls2009 NDRPDR iter env 5
1018         - 6   # rls2009 NDRPDR iter env 5
1019         - 7   # rls2009 NDRPDR iter env 5
1020         - 9   # rls2009 NDRPDR iter env 5
1021         - 10  # rls2009 NDRPDR iter env 5
1022         - 11  # rls2009 NDRPDR iter env 5
1023         - 12  # rls2009 NDRPDR iter env 5
1024         - 14  # rls2009 NDRPDR iter env 5
1025         - 15  # rls2009 NDRPDR iter env 5
1026
1027     vpp-performance-changes-3n-dnv-h1:
1028       csit-vpp-perf-verify-2001-3n-dnv:
1029         - 5   # NDRPDR sel
1030         - 6   # NDRPDR sel
1031         - 7   # NDRPDR sel
1032         - 8   # NDRPDR sel
1033         - 9   # NDRPDR sel
1034         - 10  # NDRPDR sel
1035         - 12  # NDRPDR sel
1036         - 16  # NDRPDR sel
1037         - 17  # NDRPDR sel
1038         - 18  # NDRPDR sel
1039     vpp-performance-changes-3n-dnv-ref:
1040       csit-vpp-perf-report-iterative-2009-3n-dnv:
1041         - 16  # rls2005 NDRPDR iter env 5
1042         - 23  # rls2005 NDRPDR iter env 5
1043         - 25  # rls2005 NDRPDR iter env 5
1044         - 26  # rls2005 NDRPDR iter env 5
1045         - 27  # rls2005 NDRPDR iter env 5
1046         - 28  # rls2005 NDRPDR iter env 5
1047         - 29  # rls2005 NDRPDR iter env 5
1048         - 30  # rls2005 NDRPDR iter env 5
1049         - 31  # rls2005 NDRPDR iter env 5
1050         - 32  # rls2005 NDRPDR iter env 5
1051     vpp-performance-changes-3n-dnv-cmp:
1052       csit-vpp-perf-report-iterative-2009-3n-dnv:
1053         - 3   # rls2009 NDRPDR iter env 5
1054         - 6   # rls2009 NDRPDR iter env 5
1055         - 7   # rls2009 NDRPDR iter env 5
1056         - 8   # rls2009 NDRPDR iter env 5
1057         - 10  # rls2009 NDRPDR iter env 5
1058         - 11  # rls2009 NDRPDR iter env 5
1059         - 12  # rls2009 NDRPDR iter env 5
1060         - 14  # rls2009 NDRPDR iter env 5
1061         - 15  # rls2009 NDRPDR iter env 5
1062         - 24  # rls2009 NDRPDR iter env 5
1063
1064     vpp-performance-changes-3n-tsh-h1:
1065       csit-vpp-perf-report-iterative-2005-3n-tsh:
1066         - 28  # NDRPDR sel 2001.0-4
1067         - 29  # NDRPDR sel 2001.0-4
1068         - 31  # NDRPDR sel 2001.0-4
1069     vpp-performance-changes-3n-tsh-ref-env4:
1070       csit-vpp-perf-report-iterative-2005-3n-tsh:
1071         - 23  # NDRPDR sel env 4
1072         - 25  # NDRPDR sel env 4
1073         - 33  # NDRPDR sel env 4
1074         - 34  # NDRPDR sel env 4
1075         - 35  # NDRPDR sel env 4
1076         - 36  # NDRPDR sel env 4
1077         - 37  # NDRPDR sel env 4
1078         - 38  # NDRPDR sel env 4
1079         - 39  # NDRPDR sel env 4
1080         - 40  # NDRPDR sel env 4
1081     vpp-performance-changes-3n-tsh-ref-env5:
1082       csit-vpp-perf-report-iterative-2009-3n-tsh:
1083         - 8   # rls2005 NDRPDR iter env 5
1084         - 11  # rls2005 NDRPDR iter env 5
1085         - 12  # rls2005 NDRPDR iter env 5
1086         - 24  # rls2005 NDRPDR iter env 5
1087         - 27  # rls2005 NDRPDR iter env 5
1088         - 29  # rls2005 NDRPDR iter env 5
1089         - 31  # rls2005 NDRPDR iter env 5
1090         - 39  # rls2005 NDRPDR iter env 5
1091         - 40  # rls2005 NDRPDR iter env 5
1092         - 42  # rls2005 NDRPDR iter env 5
1093     vpp-performance-changes-3n-tsh-cmp:
1094       csit-vpp-perf-report-iterative-2009-3n-tsh:
1095         - 14  # rls2009 NDRPDR iter env 5
1096         - 20  # rls2009 NDRPDR iter env 5
1097         - 21  # rls2009 NDRPDR iter env 5
1098         - 22  # rls2009 NDRPDR iter env 5
1099         - 23  # rls2009 NDRPDR iter env 5
1100         - 28  # rls2009 NDRPDR iter env 5
1101         - 30  # rls2009 NDRPDR iter env 5
1102         - 33  # rls2009 NDRPDR iter env 5
1103         - 38  # rls2009 NDRPDR iter env 5
1104         - 41  # rls2009 NDRPDR iter env 5
1105
1106     vpp-soak-vs-ndr-2n-skx-ref:
1107       csit-vpp-perf-report-iterative-2009-2n-skx:
1108         - 35  # rls2009 NDRPDR iter env 5
1109         - 36  # rls2009 NDRPDR iter env 5
1110         - 37  # rls2009 NDRPDR iter env 5
1111         - 39  # rls2009 NDRPDR iter env 5
1112         - 40  # rls2009 NDRPDR iter env 5
1113         - 42  # rls2009 NDRPDR iter env 5
1114         - 43  # rls2009 NDRPDR iter env 5
1115         - 44  # rls2009 NDRPDR iter env 5
1116         - 46  # rls2009 NDRPDR iter env 5
1117         - 48  # rls2009 NDRPDR iter env 5
1118     vpp-soak-vs-ndr-2n-skx-cmp:
1119       csit-vpp-perf-report-iterative-2009-2n-skx:
1120         - 33  # rls2009 soak env 5
1121         - 34  # rls2009 soak env 5
1122     vpp-soak-vs-ndr-2n-skx:
1123       csit-vpp-perf-report-iterative-2009-2n-skx:
1124         - 35  # rls2009 NDRPDR iter env 5
1125         - 36  # rls2009 NDRPDR iter env 5
1126         - 37  # rls2009 NDRPDR iter env 5
1127         - 39  # rls2009 NDRPDR iter env 5
1128         - 40  # rls2009 NDRPDR iter env 5
1129         - 42  # rls2009 NDRPDR iter env 5
1130         - 43  # rls2009 NDRPDR iter env 5
1131         - 44  # rls2009 NDRPDR iter env 5
1132         - 46  # rls2009 NDRPDR iter env 5
1133         - 48  # rls2009 NDRPDR iter env 5
1134         - 33  # rls2009 soak env 5
1135         - 34  # rls2009 soak env 5
1136
1137     vpp-soak-vs-ndr-2n-clx-ref:
1138       csit-vpp-perf-report-iterative-2009-2n-clx:
1139         - 36  # rls2009 NDRPDR iter env 5
1140         - 39  # rls2009 NDRPDR iter env 5
1141         - 40  # rls2009 NDRPDR iter env 5
1142         - 65  # rls2009 NDRPDR iter env 5
1143         - 66  # rls2009 NDRPDR iter env 5
1144         - 79  # rls2009 NDRPDR iter env 5
1145         - 82  # rls2009 NDRPDR iter env 5
1146         - 88  # rls2009 NDRPDR iter env 5
1147         - 89  # rls2009 NDRPDR iter env 5
1148         - 90  # rls2009 NDRPDR iter env 5
1149     vpp-soak-vs-ndr-2n-clx-cmp:
1150       csit-vpp-perf-report-iterative-2009-2n-clx:
1151         - 33  # rls2009 soak env 5
1152         - 34  # rls2009 soak env 5
1153     vpp-soak-vs-ndr-2n-clx:
1154       csit-vpp-perf-report-iterative-2009-2n-clx:
1155         - 36  # rls2009 NDRPDR iter env 5
1156         - 39  # rls2009 NDRPDR iter env 5
1157         - 40  # rls2009 NDRPDR iter env 5
1158         - 65  # rls2009 NDRPDR iter env 5
1159         - 66  # rls2009 NDRPDR iter env 5
1160         - 79  # rls2009 NDRPDR iter env 5
1161         - 82  # rls2009 NDRPDR iter env 5
1162         - 88  # rls2009 NDRPDR iter env 5
1163         - 89  # rls2009 NDRPDR iter env 5
1164         - 90  # rls2009 NDRPDR iter env 5
1165         - 33  # rls2009 soak env 5
1166         - 34  # rls2009 soak env 5
1167
1168     vpp-performance-changes-3n-hsw-mrr-h1:
1169       csit-vpp-perf-verify-2001-3n-hsw:
1170         - 17  # MRR sel
1171     vpp-performance-changes-3n-hsw-mrr-ref-env4:
1172       csit-vpp-perf-report-iterative-2005-3n-hsw:
1173         - 30  # MRR env 4
1174     vpp-performance-changes-3n-hsw-mrr-ref-env5:
1175       csit-vpp-perf-report-iterative-2009-3n-hsw:
1176         - 18  # rls2005 MRR iter env 5
1177     vpp-performance-changes-3n-hsw-mrr-cmp:
1178       csit-vpp-perf-report-iterative-2009-3n-hsw:
1179         - 23  # rls2009 MRR iter env 5
1180
1181     vpp-performance-changes-3n-skx-mrr-h1:
1182       csit-vpp-perf-verify-2001-3n-skx:
1183         - 50  # MRR sel
1184         - 53  # MRR sel addition
1185     vpp-performance-changes-3n-skx-mrr-ref-env4:
1186       csit-vpp-perf-report-iterative-2005-3n-skx:
1187         - 49  # MRR sel env 4
1188     vpp-performance-changes-3n-skx-mrr-ref-env5:
1189       csit-vpp-perf-report-iterative-2009-3n-skx:
1190         - 17  # rls2005 MRR iter env 5
1191     vpp-performance-changes-3n-skx-mrr-cmp:
1192       csit-vpp-perf-report-iterative-2009-3n-skx:
1193         - 24  # rls2009 MRR iter env 5
1194
1195     vpp-performance-changes-2n-skx-mrr-h1:
1196       csit-vpp-perf-verify-2001-2n-skx:
1197         - 101 # MRR sel
1198         - 128 # MRR sel addition
1199     vpp-performance-changes-2n-skx-mrr-ref-env4:
1200       csit-vpp-perf-report-iterative-2005-2n-skx:
1201         - 99  # MRR sel env 4
1202     vpp-performance-changes-2n-skx-mrr-ref-env5:
1203       csit-vpp-perf-report-iterative-2009-2n-skx:
1204         - 20  # rls2005 MRR iter env 5
1205     vpp-performance-changes-2n-skx-mrr-cmp:
1206       csit-vpp-perf-report-iterative-2009-2n-skx:
1207         - 120 # rls2009 MRR iter env 5
1208
1209     vpp-performance-changes-2n-clx-mrr-h1:
1210       csit-vpp-perf-verify-2001-2n-clx:
1211         - 39  # MRR
1212     vpp-performance-changes-2n-clx-mrr-ref-env4:
1213       csit-vpp-perf-report-iterative-2005-2n-clx:
1214         - 72   # MRR sel env 4
1215     vpp-performance-changes-2n-clx-mrr-ref-env5:
1216       csit-vpp-perf-report-iterative-2009-2n-clx:
1217         - 77  # rls2005 MRR iter env 5
1218     vpp-performance-changes-2n-clx-mrr-cmp:
1219       csit-vpp-perf-report-iterative-2009-2n-clx:
1220         - 125 # rls2009 MRR iter env 5
1221
1222     vpp-performance-changes-2n-dnv-mrr-h1:
1223       csit-vpp-perf-verify-2001-2n-dnv:
1224         - 12  # MRR sel
1225     vpp-performance-changes-2n-dnv-mrr-ref:
1226       csit-vpp-perf-report-iterative-2009-2n-dnv:
1227         - 23  # rls2005 MRR iter env 5
1228     vpp-performance-changes-2n-dnv-mrr-cmp:
1229       csit-vpp-perf-report-iterative-2009-2n-dnv:
1230         - 13  # rls2009 MRR iter env 5
1231
1232     vpp-performance-changes-3n-dnv-mrr-h1:
1233       csit-vpp-perf-verify-2001-3n-dnv:
1234         - 11  # MRR sel
1235     vpp-performance-changes-3n-dnv-mrr-ref:
1236       csit-vpp-perf-report-iterative-2009-3n-dnv:
1237         - 19  # rls2005 MRR iter env 5
1238     vpp-performance-changes-3n-dnv-mrr-cmp:
1239       csit-vpp-perf-report-iterative-2009-3n-dnv:
1240         - 22  # rls2009 MRR iter env 5
1241
1242     vpp-performance-changes-3n-tsh-mrr-h1:
1243       csit-vpp-perf-verify-2001-3n-tsh:
1244         - 9   # MRR sel
1245     vpp-performance-changes-3n-tsh-mrr-ref-env4:
1246       csit-vpp-perf-report-iterative-2005-3n-tsh:
1247         - 27  # MRR sel env 4
1248     vpp-performance-changes-3n-tsh-mrr-ref-env5:
1249       csit-vpp-perf-report-iterative-2009-3n-tsh:
1250         - 13  # rls2005 MRR iter env 5
1251     vpp-performance-changes-3n-tsh-mrr-cmp:
1252       csit-vpp-perf-report-iterative-2009-3n-tsh:
1253         - 15  # rls2009 MRR iter env 5
1254
1255     dpdk-performance-changes-3n-hsw-h1:
1256       csit-dpdk-perf-verify-2001-3n-hsw:
1257         - 4   # NDRPDR sel
1258         - 5   # NDRPDR sel
1259         - 6   # NDRPDR sel
1260         - 7   # NDRPDR sel
1261         - 8   # NDRPDR sel
1262         - 9   # NDRPDR sel
1263         - 10  # NDRPDR sel
1264         - 11  # NDRPDR sel
1265         - 12  # NDRPDR sel
1266         - 13  # NDRPDR sel
1267         - 15  # NDRPDR sel
1268         - 16  # NDRPDR sel
1269         - 17  # NDRPDR sel
1270         - 18  # NDRPDR sel
1271         - 19  # NDRPDR sel
1272         - 20  # NDRPDR sel
1273         - 21  # NDRPDR sel
1274         - 22  # NDRPDR sel
1275         - 23  # NDRPDR sel
1276         - 24  # NDRPDR sel
1277     dpdk-performance-changes-3n-hsw-ref:
1278       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1279         - 25  # NDRPDR iter
1280         - 26  # NDRPDR iter
1281         - 27  # NDRPDR iter
1282         - 28  # NDRPDR iter
1283         - 29  # NDRPDR iter
1284         - 30  # NDRPDR iter
1285         - 31  # NDRPDR iter
1286         - 32  # NDRPDR iter
1287         - 33  # NDRPDR iter
1288         - 34  # NDRPDR iter
1289     dpdk-performance-changes-3n-hsw-cmp:
1290       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1291         - 6   # NDRPDR iter env5
1292         - 7   # NDRPDR iter env5
1293         - 8   # NDRPDR iter env5
1294         - 9   # NDRPDR iter env5
1295         - 10  # NDRPDR iter env5
1296         - 11  # NDRPDR iter env5
1297         - 12  # NDRPDR iter env5
1298         - 13  # NDRPDR iter env5
1299         - 14  # NDRPDR iter env5
1300         - 15  # NDRPDR iter env5
1301
1302     dpdk-performance-changes-3n-skx-h1:
1303       csit-dpdk-perf-verify-2001-3n-skx:
1304         - 29  # NDRPDR sel xxv710
1305         - 33  # NDRPDR sel xxv710
1306         - 34  # NDRPDR sel xxv710
1307         - 35  # NDRPDR sel xxv710
1308         - 36  # NDRPDR sel xxv710
1309         - 37  # NDRPDR sel xxv710
1310         - 41  # NDRPDR sel xxv710
1311         - 42  # NDRPDR sel xxv710
1312         - 43  # NDRPDR sel xxv710
1313         - 45  # NDRPDR sel xxv710
1314         - 30  # NDRPDR sel x710
1315         - 31  # NDRPDR sel x710
1316         - 32  # NDRPDR sel x710
1317         - 38  # NDRPDR sel x710
1318         - 39  # NDRPDR sel x710
1319         - 40  # NDRPDR sel x710
1320         - 44  # NDRPDR sel x710
1321         - 46  # NDRPDR sel x710
1322         - 47  # NDRPDR sel x710
1323         - 48  # NDRPDR sel x710
1324     dpdk-performance-changes-3n-skx-ref:
1325       csit-dpdk-perf-report-iterative-2005-3n-skx:
1326         - 28  # NDRPDR iter
1327         - 29  # NDRPDR iter
1328         - 30  # NDRPDR iter
1329         - 31  # NDRPDR iter
1330         - 32  # NDRPDR iter
1331         - 33  # NDRPDR iter
1332         - 34  # NDRPDR iter
1333         - 35  # NDRPDR iter
1334         - 36  # NDRPDR iter
1335         - 37  # NDRPDR iter
1336     dpdk-performance-changes-3n-skx-cmp:
1337       csit-dpdk-perf-report-iterative-2009-3n-skx:
1338         - 4   # NDRPDR sel env5
1339         - 5   # NDRPDR sel env5
1340         - 6   # NDRPDR sel env5
1341         - 7   # NDRPDR sel env5
1342         - 8   # NDRPDR sel env5
1343         - 9   # NDRPDR sel env5
1344         - 14  # NDRPDR sel env5
1345         - 11  # NDRPDR sel env5
1346         - 12  # NDRPDR sel env5
1347         - 13  # NDRPDR sel env5
1348
1349     dpdk-performance-changes-2n-skx-h1:
1350       csit-dpdk-perf-verify-2001-2n-skx:
1351         - 35  # NDRPDR sel xxv710
1352         - 36  # NDRPDR sel xxv710
1353         - 37  # NDRPDR sel xxv710
1354         - 41  # NDRPDR sel xxv710
1355         - 42  # NDRPDR sel xxv710
1356         - 43  # NDRPDR sel xxv710
1357         - 46  # NDRPDR sel xxv710
1358         - 47  # NDRPDR sel xxv710
1359         - 52  # NDRPDR sel xxv710
1360         - 53  # NDRPDR sel xxv710
1361         - 38  # NDRPDR sel x710
1362         - 39  # NDRPDR sel x710
1363         - 40  # NDRPDR sel x710
1364         - 44  # NDRPDR sel x710
1365         - 45  # NDRPDR sel x710
1366         - 48  # NDRPDR sel x710
1367         - 49  # NDRPDR sel x710
1368         - 50  # NDRPDR sel x710
1369         - 51  # NDRPDR sel x710
1370         - 54  # NDRPDR sel x710
1371     dpdk-performance-changes-2n-skx-ref:
1372       csit-dpdk-perf-report-iterative-2005-2n-skx:
1373         - 20  # NDRPDR iter
1374         - 21  # NDRPDR iter
1375         - 22  # NDRPDR iter
1376         - 23  # NDRPDR iter
1377         - 24  # NDRPDR iter
1378         - 25  # NDRPDR iter
1379         - 26  # NDRPDR iter
1380         - 27  # NDRPDR iter
1381         - 28  # NDRPDR iter
1382         - 29  # NDRPDR iter
1383     dpdk-performance-changes-2n-skx-cmp:
1384       csit-dpdk-perf-report-iterative-2009-2n-skx:
1385         - 4   # NDRPDR iter env5
1386         - 5   # NDRPDR iter env5
1387         - 6   # NDRPDR iter env5
1388         - 7   # NDRPDR iter env5
1389         - 8   # NDRPDR iter env5
1390         - 9   # NDRPDR iter env5
1391         - 10  # NDRPDR iter env5
1392         - 11  # NDRPDR iter env5
1393         - 12  # NDRPDR iter env5
1394         - 13  # NDRPDR iter env5
1395
1396     dpdk-performance-changes-2n-clx-h1:
1397       csit-dpdk-perf-verify-2001-2n-clx:
1398         - 15  # NDRPDR sel
1399         - 16  # NDRPDR sel
1400         - 17  # NDRPDR sel
1401         - 18  # NDRPDR sel
1402         - 19  # NDRPDR sel
1403         - 20  # NDRPDR sel
1404         - 21  # NDRPDR sel
1405         - 22  # NDRPDR sel
1406         - 23  # NDRPDR sel
1407         - 24  # NDRPDR sel
1408         - 25  # NDRPDR sel
1409         - 26  # NDRPDR sel
1410         - 27  # NDRPDR sel
1411         - 28  # NDRPDR sel
1412         - 29  # NDRPDR sel
1413         - 30  # NDRPDR sel
1414         - 31  # NDRPDR sel
1415         - 32  # NDRPDR sel
1416         - 33  # NDRPDR sel
1417         - 34  # NDRPDR sel
1418     dpdk-performance-changes-2n-clx-ref:
1419       csit-dpdk-perf-report-iterative-2005-2n-clx:
1420         - 20  # NDRPDR iter
1421         - 21  # NDRPDR iter
1422         - 22  # NDRPDR iter
1423         - 23  # NDRPDR iter
1424         - 24  # NDRPDR iter
1425         - 25  # NDRPDR iter
1426         - 26  # NDRPDR iter
1427         - 27  # NDRPDR iter
1428         - 28  # NDRPDR iter
1429         - 29  # NDRPDR iter
1430     dpdk-performance-changes-2n-clx-cmp:
1431       csit-dpdk-perf-report-iterative-2009-2n-clx:
1432         - 4   # NDRPDR iter env5
1433         - 5   # NDRPDR iter env5
1434         - 6   # NDRPDR iter env5
1435         - 7   # NDRPDR iter env5
1436         - 8   # NDRPDR iter env5
1437         - 9   # NDRPDR iter env5
1438         - 10  # NDRPDR iter env5
1439         - 11  # NDRPDR iter env5
1440         - 12  # NDRPDR iter env5
1441         - 13  # NDRPDR iter env5
1442
1443 #    dpdk-performance-changes-2n-dnv-h1:
1444 #      csit-dpdk-perf-verify-2001-2n-dnv:
1445 #        - 9   # NDRPDR sel
1446 #        - 10  # NDRPDR sel
1447 #        - 11  # NDRPDR sel
1448 #        - 12  # NDRPDR sel
1449 #        - 13  # NDRPDR sel
1450 #        - 14  # NDRPDR sel
1451 #        - 15  # NDRPDR sel
1452 #        - 16  # NDRPDR sel
1453 #        - 17  # NDRPDR sel
1454 #        - 18  # NDRPDR sel
1455 #    dpdk-performance-changes-2n-dnv-ref:
1456 #      # No data
1457 #    dpdk-performance-changes-2n-dnv-cmp:
1458 #      # No data
1459 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
1460
1461 #    dpdk-performance-changes-3n-dnv-h1:
1462 #      csit-dpdk-perf-verify-2001-3n-dnv:
1463 #        - 12  # NDRPDR sel
1464 #        - 13  # NDRPDR sel
1465 #        - 14  # NDRPDR sel
1466 #        - 15  # NDRPDR sel
1467 #        - 16  # NDRPDR sel
1468 #        - 17  # NDRPDR sel
1469 #        - 18  # NDRPDR sel
1470 #        - 19  # NDRPDR sel
1471 #        - 20  # NDRPDR sel
1472 #        - 22  # NDRPDR sel
1473 #    dpdk-performance-changes-3n-dnv-ref:
1474 #      # No data
1475 #    dpdk-performance-changes-3n-dnv-cmp:
1476 #      # No data
1477 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
1478
1479     dpdk-performance-changes-3n-tsh-h1:
1480       csit-dpdk-perf-verify-2001-3n-tsh:
1481         - 3   # NDRPDR sel
1482         - 4   # NDRPDR sel
1483         - 5   # NDRPDR sel
1484         - 9   # NDRPDR sel
1485         - 10  # NDRPDR sel
1486         - 11  # NDRPDR sel
1487         - 12  # NDRPDR sel
1488         - 14  # NDRPDR sel
1489         - 15  # NDRPDR sel
1490         - 18  # NDRPDR sel
1491     dpdk-performance-changes-3n-tsh-ref:
1492       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1493         - 5   # NDRPDR sel
1494     dpdk-performance-changes-3n-tsh-cmp:
1495       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1496         - 1   # NDRPDR iter env5
1497         - 2   # NDRPDR iter env5
1498         - 3   # NDRPDR iter env5
1499         - 4   # NDRPDR iter env5
1500         - 5   # NDRPDR iter env5
1501         - 6   # NDRPDR iter env5
1502         - 7   # NDRPDR iter env5
1503         - 9   # NDRPDR iter env5
1504         - 10  # NDRPDR iter env5
1505         - 11  # NDRPDR iter env5
1506
1507     # Compare testbeds
1508
1509     vpp-compare-testbeds-ref:
1510       csit-vpp-perf-report-iterative-2009-3n-hsw:
1511         - 21  # rls2009 NDRPDR iter env 5
1512         - 22  # rls2009 NDRPDR iter env 5
1513         - 24  # rls2009 NDRPDR iter env 5
1514         - 25  # rls2009 NDRPDR iter env 5
1515         - 26  # rls2009 NDRPDR iter env 5
1516         - 27  # rls2009 NDRPDR iter env 5
1517         - 28  # rls2009 NDRPDR iter env 5
1518         - 29  # rls2009 NDRPDR iter env 5
1519         - 30  # rls2009 NDRPDR iter env 5
1520         - 31  # rls2009 NDRPDR iter env 5
1521     vpp-compare-testbeds-cmp:
1522       csit-vpp-perf-report-iterative-2009-3n-skx:
1523         - 26  # rls2009 NDRPDR iter env 5
1524         - 27  # rls2009 NDRPDR iter env 5
1525         - 28  # rls2009 NDRPDR iter env 5
1526         - 29  # rls2009 NDRPDR iter env 5
1527         - 35  # rls2009 NDRPDR iter env 5
1528         - 36  # rls2009 NDRPDR iter env 5
1529         - 37  # rls2009 NDRPDR iter env 5
1530         - 38  # rls2009 NDRPDR iter env 5
1531         - 39  # rls2009 NDRPDR iter env 5
1532         - 40  # rls2009 NDRPDR iter env 5
1533
1534     vpp-compare-testbeds-skx-clx-ref:
1535       csit-vpp-perf-report-iterative-2009-2n-skx:
1536         - 35  # rls2009 NDRPDR iter env 5
1537         - 36  # rls2009 NDRPDR iter env 5
1538         - 37  # rls2009 NDRPDR iter env 5
1539         - 39  # rls2009 NDRPDR iter env 5
1540         - 40  # rls2009 NDRPDR iter env 5
1541         - 42  # rls2009 NDRPDR iter env 5
1542         - 43  # rls2009 NDRPDR iter env 5
1543         - 44  # rls2009 NDRPDR iter env 5
1544         - 46  # rls2009 NDRPDR iter env 5
1545         - 48  # rls2009 NDRPDR iter env 5
1546         - 110 # rls2009 NDRPDR iter NAT44 env 5
1547         - 111 # rls2009 NDRPDR iter NAT44 env 5
1548         - 112 # rls2009 NDRPDR iter NAT44 env 5
1549         - 113 # rls2009 NDRPDR iter NAT44 env 5
1550         - 114 # rls2009 NDRPDR iter NAT44 env 5
1551         - 115 # rls2009 NDRPDR iter NAT44 env 5
1552         - 116 # rls2009 NDRPDR iter NAT44 env 5
1553         - 118 # rls2009 NDRPDR iter NAT44 env 5
1554         - 119 # rls2009 NDRPDR iter NAT44 env 5
1555         - 121 # rls2009 NDRPDR iter NAT44 env 5
1556     vpp-compare-testbeds-skx-clx-cmp:
1557       csit-vpp-perf-report-iterative-2009-2n-clx:
1558         - 36  # rls2009 NDRPDR iter env 5
1559         - 39  # rls2009 NDRPDR iter env 5
1560         - 40  # rls2009 NDRPDR iter env 5
1561         - 65  # rls2009 NDRPDR iter env 5
1562         - 66  # rls2009 NDRPDR iter env 5
1563         - 79  # rls2009 NDRPDR iter env 5
1564         - 82  # rls2009 NDRPDR iter env 5
1565         - 88  # rls2009 NDRPDR iter env 5
1566         - 89  # rls2009 NDRPDR iter env 5
1567         - 90  # rls2009 NDRPDR iter env 5
1568         - 114 # rls2009 NDRPDR iter NAT44 env 5
1569         - 115 # rls2009 NDRPDR iter NAT44 env 5
1570         - 116 # rls2009 NDRPDR iter NAT44 env 5
1571         - 117 # rls2009 NDRPDR iter NAT44 env 5
1572         - 118 # rls2009 NDRPDR iter NAT44 env 5
1573         - 119 # rls2009 NDRPDR iter NAT44 env 5
1574         - 121 # rls2009 NDRPDR iter NAT44 env 5
1575         - 122 # rls2009 NDRPDR iter NAT44 env 5
1576         - 123 # rls2009 NDRPDR iter NAT44 env 5
1577         - 126 # rls2009 NDRPDR iter NAT44 env 5
1578
1579     vpp-compare-testbeds-hsw-clx-ref:
1580       csit-vpp-perf-report-iterative-2009-3n-hsw:
1581         - 21  # rls2009 NDRPDR iter env 5
1582         - 22  # rls2009 NDRPDR iter env 5
1583         - 24  # rls2009 NDRPDR iter env 5
1584         - 25  # rls2009 NDRPDR iter env 5
1585         - 26  # rls2009 NDRPDR iter env 5
1586         - 27  # rls2009 NDRPDR iter env 5
1587         - 28  # rls2009 NDRPDR iter env 5
1588         - 29  # rls2009 NDRPDR iter env 5
1589         - 30  # rls2009 NDRPDR iter env 5
1590         - 31  # rls2009 NDRPDR iter env 5
1591     vpp-compare-testbeds-hsw-clx-cmp:
1592       csit-vpp-perf-report-iterative-2009-2n-clx:
1593         - 36  # rls2009 NDRPDR iter env 5
1594         - 39  # rls2009 NDRPDR iter env 5
1595         - 40  # rls2009 NDRPDR iter env 5
1596         - 65  # rls2009 NDRPDR iter env 5
1597         - 66  # rls2009 NDRPDR iter env 5
1598         - 79  # rls2009 NDRPDR iter env 5
1599         - 82  # rls2009 NDRPDR iter env 5
1600         - 88  # rls2009 NDRPDR iter env 5
1601         - 89  # rls2009 NDRPDR iter env 5
1602         - 90  # rls2009 NDRPDR iter env 5
1603
1604     vpp-compare-testbeds-mrr-ref:
1605       csit-vpp-perf-report-iterative-2009-3n-hsw:
1606         - 23  # rls2009 MRR iter env 5
1607     vpp-compare-testbeds-mrr-cmp:
1608       csit-vpp-perf-report-iterative-2009-3n-skx:
1609         - 24  # rls2009 MRR iter env 5
1610
1611     vpp-compare-testbeds-mrr-skx-clx-ref:
1612       csit-vpp-perf-report-iterative-2009-2n-skx:
1613         - 120 # rls2009 MRR iter env 5
1614     vpp-compare-testbeds-mrr-skx-clx-cmp:
1615       csit-vpp-perf-report-iterative-2009-2n-clx:
1616         - 125 # rls2009 MRR iter env 5
1617
1618     vpp-compare-testbeds-mrr-hsw-clx-ref:
1619       csit-vpp-perf-report-iterative-2009-3n-hsw:
1620         - 23  # rls2009 MRR iter env 5
1621     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1622       csit-vpp-perf-report-iterative-2009-2n-clx:
1623         - 125 # rls2009 MRR iter env 5
1624
1625     dpdk-compare-testbeds-ref:
1626       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1627         - 6   # NDRPDR iter env5
1628         - 7   # NDRPDR iter env5
1629         - 8   # NDRPDR iter env5
1630         - 9   # NDRPDR iter env5
1631         - 10  # NDRPDR iter env5
1632         - 11  # NDRPDR iter env5
1633         - 12  # NDRPDR iter env5
1634         - 13  # NDRPDR iter env5
1635         - 14  # NDRPDR iter env5
1636         - 15  # NDRPDR iter env5
1637     dpdk-compare-testbeds-cmp:
1638       csit-dpdk-perf-report-iterative-2009-3n-skx:
1639         - 4   # NDRPDR sel env5
1640         - 5   # NDRPDR sel env5
1641         - 6   # NDRPDR sel env5
1642         - 7   # NDRPDR sel env5
1643         - 8   # NDRPDR sel env5
1644         - 9   # NDRPDR sel env5
1645         - 14  # NDRPDR sel env5
1646         - 11  # NDRPDR sel env5
1647         - 12  # NDRPDR sel env5
1648         - 13  # NDRPDR sel env5
1649
1650     dpdk-compare-testbeds-skx-clx-ref:
1651       csit-dpdk-perf-report-iterative-2009-2n-skx:
1652         - 4   # NDRPDR iter env5
1653         - 5   # NDRPDR iter env5
1654         - 6   # NDRPDR iter env5
1655         - 7   # NDRPDR iter env5
1656         - 8   # NDRPDR iter env5
1657         - 9   # NDRPDR iter env5
1658         - 10  # NDRPDR iter env5
1659         - 11  # NDRPDR iter env5
1660         - 12  # NDRPDR iter env5
1661         - 13  # NDRPDR iter env5
1662     dpdk-compare-testbeds-skx-clx-cmp:
1663       csit-dpdk-perf-report-iterative-2009-2n-clx:
1664         - 4   # NDRPDR iter env5
1665         - 5   # NDRPDR iter env5
1666         - 6   # NDRPDR iter env5
1667         - 7   # NDRPDR iter env5
1668         - 8   # NDRPDR iter env5
1669         - 9   # NDRPDR iter env5
1670         - 10  # NDRPDR iter env5
1671         - 11  # NDRPDR iter env5
1672         - 12  # NDRPDR iter env5
1673         - 13  # NDRPDR iter env5
1674
1675     # Compare topologies
1676
1677     vpp-compare-topologies-ref:
1678       csit-vpp-perf-report-iterative-2009-3n-skx:
1679         - 26  # rls2009 NDRPDR iter env 5
1680         - 27  # rls2009 NDRPDR iter env 5
1681         - 28  # rls2009 NDRPDR iter env 5
1682         - 29  # rls2009 NDRPDR iter env 5
1683         - 35  # rls2009 NDRPDR iter env 5
1684         - 36  # rls2009 NDRPDR iter env 5
1685         - 37  # rls2009 NDRPDR iter env 5
1686         - 38  # rls2009 NDRPDR iter env 5
1687         - 39  # rls2009 NDRPDR iter env 5
1688         - 40  # rls2009 NDRPDR iter env 5
1689     vpp-compare-topologies-cmp:
1690       csit-vpp-perf-report-iterative-2009-2n-skx:
1691         - 35  # rls2009 NDRPDR iter env 5
1692         - 36  # rls2009 NDRPDR iter env 5
1693         - 37  # rls2009 NDRPDR iter env 5
1694         - 39  # rls2009 NDRPDR iter env 5
1695         - 40  # rls2009 NDRPDR iter env 5
1696         - 42  # rls2009 NDRPDR iter env 5
1697         - 43  # rls2009 NDRPDR iter env 5
1698         - 44  # rls2009 NDRPDR iter env 5
1699         - 46  # rls2009 NDRPDR iter env 5
1700         - 48  # rls2009 NDRPDR iter env 5
1701
1702     vpp-compare-topologies-mrr-ref:
1703       csit-vpp-perf-report-iterative-2009-3n-skx:
1704         - 24  # rls2009 MRR iter env 5
1705     vpp-compare-topologies-mrr-cmp:
1706       csit-vpp-perf-report-iterative-2009-2n-skx:
1707         - 120 # rls2009 MRR iter env 5
1708
1709     dpdk-compare-topologies-ref:
1710       csit-dpdk-perf-report-iterative-2009-3n-skx:
1711         - 4   # NDRPDR sel env5
1712         - 5   # NDRPDR sel env5
1713         - 6   # NDRPDR sel env5
1714         - 7   # NDRPDR sel env5
1715         - 8   # NDRPDR sel env5
1716         - 9   # NDRPDR sel env5
1717         - 14  # NDRPDR sel env5
1718         - 11  # NDRPDR sel env5
1719         - 12  # NDRPDR sel env5
1720         - 13  # NDRPDR sel env5
1721     dpdk-compare-topologies-cmp:
1722       csit-dpdk-perf-report-iterative-2009-2n-skx:
1723         - 4   # NDRPDR iter env5
1724         - 5   # NDRPDR iter env5
1725         - 6   # NDRPDR iter env5
1726         - 7   # NDRPDR iter env5
1727         - 8   # NDRPDR iter env5
1728         - 9   # NDRPDR iter env5
1729         - 10  # NDRPDR iter env5
1730         - 11  # NDRPDR iter env5
1731         - 12  # NDRPDR iter env5
1732         - 13  # NDRPDR iter env5
1733
1734   plot-layouts:
1735
1736     plot-soak-throughput:
1737       titlefont:
1738         size: 16
1739       xaxis:
1740         title: "<b>Test Cases [Index]</b>"
1741         titlefont:
1742           size: 14
1743         autorange: True
1744         fixedrange: False
1745         gridcolor: "rgb(230, 230, 230)"
1746         linecolor: "rgb(220, 220, 220)"
1747         linewidth: 1
1748         showgrid: True
1749         showline: True
1750         showticklabels: True
1751         tickcolor: "rgb(220, 220, 220)"
1752         tickmode: "linear"
1753         tickfont:
1754           size: 14
1755         zeroline: False
1756       yaxis:
1757         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1758         titlefont:
1759           size: 14
1760         gridcolor: "rgb(230, 230, 230)"
1761         hoverformat: ".4r"
1762         tickformat: ".3r"
1763         linecolor: "rgb(220, 220, 220)"
1764         linewidth: 1
1765         showgrid: True
1766         showline: True
1767         showticklabels: True
1768         tickcolor: "rgb(220, 220, 220)"
1769         tickfont:
1770           size: 14
1771         zeroline: False
1772         range: [0,50]
1773       autosize: False
1774       margin:
1775         t: 50
1776         b: 0
1777         l: 80
1778         r: 20
1779       showlegend: True
1780       legend:
1781         orientation: "h"
1782         font:
1783           size: 14
1784       width: 700
1785       height: 900
1786       paper_bgcolor: "#fff"
1787       plot_bgcolor: "#fff"
1788       hoverlabel:
1789         namelength: -1
1790
1791     plot-service-density:
1792       titlefont:
1793         size: 16
1794       xaxis:
1795         side: "top"
1796         autorange: True
1797         fixedrange: False
1798         showgrid: False
1799         showline: False
1800         showticklabels: False
1801         ticks: ""
1802         ticklen: 0
1803         tickwidth: 0
1804         zeroline: False
1805       yaxis:
1806         autorange: "reversed"
1807         showgrid: False
1808         showline: False
1809         showticklabels: False
1810         ticks: ""
1811         ticklen: 0
1812         tickwidth: 0
1813         zeroline: False
1814       showlegend: False
1815       paper_bgcolor: "#fff"
1816       plot_bgcolor: "#fff"
1817       width: 700
1818       height: 700
1819       hoverlabel:
1820         namelength: -1
1821
1822     plot-hoststack:
1823       titlefont:
1824         size: 16
1825       xaxis:
1826         title: "<b>Test Cases [Index]</b>"
1827         titlefont:
1828           size: 14
1829         autorange: True
1830         fixedrange: False
1831         gridcolor: "rgb(230, 230, 230)"
1832         linecolor: "rgb(220, 220, 220)"
1833         linewidth: 1
1834         showgrid: True
1835         showline: True
1836         showticklabels: True
1837         tickcolor: "rgb(220, 220, 220)"
1838         tickmode: "linear"
1839         tickfont:
1840           size: 14
1841         zeroline: False
1842       yaxis:
1843         title: "<b>Bandwidth [Gbps]</b>"
1844         titlefont:
1845           size: 14
1846         gridcolor: "rgb(230, 230, 230)"
1847         hoverformat: ".4s"
1848         linecolor: "rgb(220, 220, 220)"
1849         linewidth: 1
1850         rangemode: "tozero"
1851         showgrid: True
1852         showline: True
1853         showticklabels: True
1854         tickcolor: "rgb(230, 230, 230)"
1855         tickformat: ".3s"
1856         tickfont:
1857           size: 14
1858         zeroline: False
1859       autosize: False
1860       margin:
1861         t: 50
1862         b: 20
1863         l: 80
1864         r: 20
1865       showlegend: True
1866       legend:
1867         orientation: "h"
1868         font:
1869           size: 14
1870       width: 700
1871       height: 800
1872       paper_bgcolor: "#fff"
1873       plot_bgcolor: "#fff"
1874       hoverlabel:
1875         namelength: -1
1876
1877     plot-throughput:
1878       titlefont:
1879         size: 16
1880       xaxis:
1881         title: "<b>Test Cases [Index]</b>"
1882         titlefont:
1883           size: 14
1884         autorange: True
1885         fixedrange: False
1886         gridcolor: "rgb(230, 230, 230)"
1887         linecolor: "rgb(220, 220, 220)"
1888         linewidth: 1
1889         showgrid: True
1890         showline: True
1891         showticklabels: True
1892         tickcolor: "rgb(220, 220, 220)"
1893         tickmode: "linear"
1894         tickfont:
1895           size: 14
1896         zeroline: False
1897       yaxis:
1898         title: "<b>Packet Throughput [Mpps]</b>"
1899         titlefont:
1900           size: 14
1901         gridcolor: "rgb(230, 230, 230)"
1902         hoverformat: ".4r"
1903         tickformat: ".3r"
1904         linecolor: "rgb(220, 220, 220)"
1905         linewidth: 1
1906         showgrid: True
1907         showline: True
1908         showticklabels: True
1909         tickcolor: "rgb(220, 220, 220)"
1910         tickfont:
1911           size: 14
1912         zeroline: False
1913         range: [0,50]
1914       autosize: False
1915       margin:
1916         t: 50
1917         b: 0
1918         l: 80
1919         r: 20
1920       showlegend: True
1921       legend:
1922         orientation: "h"
1923         font:
1924           size: 14
1925       width: 700
1926       height: 900
1927       paper_bgcolor: "#fff"
1928       plot_bgcolor: "#fff"
1929       hoverlabel:
1930         namelength: -1
1931
1932     plot-throughput-gbps:
1933       titlefont:
1934         size: 16
1935       xaxis:
1936         title: "<b>Test Cases [Index]</b>"
1937         titlefont:
1938           size: 14
1939         autorange: True
1940         fixedrange: False
1941         gridcolor: "rgb(230, 230, 230)"
1942         linecolor: "rgb(220, 220, 220)"
1943         linewidth: 1
1944         showgrid: True
1945         showline: True
1946         showticklabels: True
1947         tickcolor: "rgb(220, 220, 220)"
1948         tickmode: "linear"
1949         tickfont:
1950           size: 14
1951         zeroline: False
1952       yaxis:
1953         title: "<b>Packet Throughput [Gbps]</b>"
1954         titlefont:
1955           size: 14
1956         gridcolor: "rgb(230, 230, 230)"
1957         hoverformat: ".4r"
1958         tickformat: ".3r"
1959         linecolor: "rgb(220, 220, 220)"
1960         linewidth: 1
1961         showgrid: True
1962         showline: True
1963         showticklabels: True
1964         tickcolor: "rgb(220, 220, 220)"
1965         tickfont:
1966           size: 14
1967         zeroline: False
1968         range: [0,10]
1969       autosize: False
1970       margin:
1971         t: 50
1972         b: 0
1973         l: 80
1974         r: 20
1975       showlegend: True
1976       legend:
1977         orientation: "h"
1978         font:
1979           size: 14
1980       width: 700
1981       height: 900
1982       paper_bgcolor: "#fff"
1983       plot_bgcolor: "#fff"
1984       hoverlabel:
1985         namelength: -1
1986
1987     plot-cps:
1988       titlefont:
1989         size: 16
1990       xaxis:
1991         title: "<b>Test Cases [Index]</b>"
1992         titlefont:
1993           size: 14
1994         autorange: True
1995         fixedrange: False
1996         gridcolor: "rgb(230, 230, 230)"
1997         linecolor: "rgb(220, 220, 220)"
1998         linewidth: 1
1999         showgrid: True
2000         showline: True
2001         showticklabels: True
2002         tickcolor: "rgb(220, 220, 220)"
2003         tickmode: "linear"
2004         tickfont:
2005           size: 14
2006         zeroline: False
2007       yaxis:
2008         title: "<b>Connection Rate [Mcps]</b>"
2009         titlefont:
2010           size: 14
2011         gridcolor: "rgb(230, 230, 230)"
2012         hoverformat: ".4r"
2013         tickformat: ".3s"
2014         linecolor: "rgb(220, 220, 220)"
2015         linewidth: 1
2016         showgrid: True
2017         showline: True
2018         showticklabels: True
2019         tickcolor: "rgb(220, 220, 220)"
2020         tickfont:
2021           size: 14
2022         zeroline: False
2023         range: [0,10]
2024       autosize: False
2025       margin:
2026         t: 50
2027         b: 0
2028         l: 80
2029         r: 20
2030       showlegend: True
2031       legend:
2032         orientation: "h"
2033         font:
2034           size: 14
2035       width: 700
2036       height: 900
2037       paper_bgcolor: "#fff"
2038       plot_bgcolor: "#fff"
2039       hoverlabel:
2040         namelength: -1
2041
2042     plot-throughput-speedup-analysis:
2043       titlefont:
2044         size: 16
2045       xaxis:
2046         title: "<b>Number of Cores [Qty]</b>"
2047         titlefont:
2048           size: 14
2049         autorange: True
2050         fixedrange: False
2051         gridcolor: "rgb(230, 230, 230)"
2052         linecolor: "rgb(220, 220, 220)"
2053         linewidth: 1
2054         showgrid: True
2055         showline: True
2056         showticklabels: True
2057         tickcolor: "rgb(238, 238, 238)"
2058         tickmode: "linear"
2059         tickfont:
2060           size: 14
2061         zeroline: False
2062       yaxis:
2063         title: "<b>Packet Throughput [Mpps]</b>"
2064         titlefont:
2065           size: 14
2066         type: "linear"
2067         gridcolor: "rgb(230, 230, 230)"
2068         hoverformat: ".4s"
2069         linecolor: "rgb(220, 220, 220)"
2070         linewidth: 1
2071         showgrid: True
2072         showline: True
2073         showticklabels: True
2074         tickcolor: "rgb(220, 220, 220)"
2075         tickformat: ".4s"
2076         tickfont:
2077           size: 14
2078         zeroline: True
2079         rangemode: "tozero"
2080         range: [0,100]
2081       legend:
2082         orientation: "h"
2083         font:
2084           size: 14
2085         xanchor: "left"
2086         yanchor: "top"
2087         x: 0
2088         y: -0.2
2089         bgcolor: "rgba(255, 255, 255, 0)"
2090         bordercolor: "rgba(255, 255, 255, 0)"
2091         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2092       autosize: False
2093       margin:
2094           't': 50
2095           'b': 150
2096           'l': 85
2097           'r': 10
2098       showlegend: True
2099       width: 700
2100       height: 700
2101       paper_bgcolor: "#fff"
2102       plot_bgcolor: "#fff"
2103       hoverlabel:
2104         namelength: -1
2105       annotations: [
2106         {
2107           text: "_ _          __          ...",
2108           align: "left",
2109           showarrow: False,
2110           xref: "paper",
2111           yref: "paper",
2112           xanchor: "left",
2113           yanchor: "top",
2114           x: 0,
2115           y: -0.14,
2116           font: {
2117             family: "Consolas, Courier New",
2118             size: 13
2119           },
2120         },
2121         {
2122           text: "    Perfect     Measured     Limit",
2123           align: "left",
2124           showarrow: False,
2125           xref: "paper",
2126           yref: "paper",
2127           xanchor: "left",
2128           yanchor: "top",
2129           x: 0,
2130           y: -0.15,
2131           font: {
2132             family: "Consolas, Courier New",
2133             size: 13
2134           },
2135         },
2136       ]
2137
2138     plot-throughput-speedup-analysis-gbps:
2139       titlefont:
2140         size: 16
2141       xaxis:
2142         title: "<b>Number of Cores [Qty]</b>"
2143         titlefont:
2144           size: 14
2145         autorange: True
2146         fixedrange: False
2147         gridcolor: "rgb(230, 230, 230)"
2148         linecolor: "rgb(220, 220, 220)"
2149         linewidth: 1
2150         showgrid: True
2151         showline: True
2152         showticklabels: True
2153         tickcolor: "rgb(238, 238, 238)"
2154         tickmode: "linear"
2155         tickfont:
2156           size: 14
2157         zeroline: False
2158       yaxis:
2159         title: "<b>Packet Throughput [Gbps]</b>"
2160         titlefont:
2161           size: 14
2162         type: "linear"
2163         gridcolor: "rgb(230, 230, 230)"
2164         hoverformat: ".4s"
2165         linecolor: "rgb(220, 220, 220)"
2166         linewidth: 1
2167         showgrid: True
2168         showline: True
2169         showticklabels: True
2170         tickcolor: "rgb(220, 220, 220)"
2171         tickformat: ".4s"
2172         tickfont:
2173           size: 14
2174         zeroline: True
2175         rangemode: "tozero"
2176         range: [0,100]
2177       legend:
2178         orientation: "h"
2179         font:
2180           size: 14
2181         xanchor: "left"
2182         yanchor: "top"
2183         x: 0
2184         y: -0.2
2185         bgcolor: "rgba(255, 255, 255, 0)"
2186         bordercolor: "rgba(255, 255, 255, 0)"
2187         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2188       autosize: False
2189       margin:
2190           't': 50
2191           'b': 150
2192           'l': 85
2193           'r': 10
2194       showlegend: True
2195       width: 700
2196       height: 700
2197       paper_bgcolor: "#fff"
2198       plot_bgcolor: "#fff"
2199       hoverlabel:
2200         namelength: -1
2201       annotations: [
2202         {
2203           text: "_ _          __",
2204           align: "left",
2205           showarrow: False,
2206           xref: "paper",
2207           yref: "paper",
2208           xanchor: "left",
2209           yanchor: "top",
2210           x: 0,
2211           y: -0.13,
2212           font: {
2213             family: "Consolas, Courier New",
2214             size: 13
2215           },
2216         },
2217         {
2218           text: "    Perfect     Measured",
2219           align: "left",
2220           showarrow: False,
2221           xref: "paper",
2222           yref: "paper",
2223           xanchor: "left",
2224           yanchor: "top",
2225           x: 0,
2226           y: -0.15,
2227           font: {
2228             family: "Consolas, Courier New",
2229             size: 13
2230           },
2231         },
2232       ]
2233
2234     plot-throughput-speedup-analysis-cps:
2235       titlefont:
2236         size: 16
2237       xaxis:
2238         title: "<b>Number of Cores [Qty]</b>"
2239         titlefont:
2240           size: 14
2241         autorange: True
2242         fixedrange: False
2243         gridcolor: "rgb(230, 230, 230)"
2244         linecolor: "rgb(220, 220, 220)"
2245         linewidth: 1
2246         showgrid: True
2247         showline: True
2248         showticklabels: True
2249         tickcolor: "rgb(238, 238, 238)"
2250         tickmode: "linear"
2251         tickfont:
2252           size: 14
2253         zeroline: False
2254       yaxis:
2255         title: "<b>Connection Rate [Mcps]</b>"
2256         titlefont:
2257           size: 14
2258         type: "linear"
2259         gridcolor: "rgb(230, 230, 230)"
2260         hoverformat: ".4s"
2261         linecolor: "rgb(220, 220, 220)"
2262         linewidth: 1
2263         showgrid: True
2264         showline: True
2265         showticklabels: True
2266         tickcolor: "rgb(220, 220, 220)"
2267         tickformat: ".4s"
2268         tickfont:
2269           size: 14
2270         zeroline: True
2271         rangemode: "tozero"
2272         range: [0,100]
2273       legend:
2274         orientation: "h"
2275         font:
2276           size: 14
2277         xanchor: "left"
2278         yanchor: "top"
2279         x: 0
2280         y: -0.2
2281         bgcolor: "rgba(255, 255, 255, 0)"
2282         bordercolor: "rgba(255, 255, 255, 0)"
2283         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2284       autosize: False
2285       margin:
2286           't': 50
2287           'b': 150
2288           'l': 85
2289           'r': 10
2290       showlegend: True
2291       width: 700
2292       height: 700
2293       paper_bgcolor: "#fff"
2294       plot_bgcolor: "#fff"
2295       hoverlabel:
2296         namelength: -1
2297       annotations: [
2298         {
2299           text: "_ _          __",
2300           align: "left",
2301           showarrow: False,
2302           xref: "paper",
2303           yref: "paper",
2304           xanchor: "left",
2305           yanchor: "top",
2306           x: 0,
2307           y: -0.13,
2308           font: {
2309             family: "Consolas, Courier New",
2310             size: 13
2311           },
2312         },
2313         {
2314           text: "    Perfect     Measured",
2315           align: "left",
2316           showarrow: False,
2317           xref: "paper",
2318           yref: "paper",
2319           xanchor: "left",
2320           yanchor: "top",
2321           x: 0,
2322           y: -0.15,
2323           font: {
2324             family: "Consolas, Courier New",
2325             size: 13
2326           },
2327         },
2328       ]
2329
2330     plot-latency:
2331       titlefont:
2332         size: 16
2333       xaxis:
2334         title: "<b>Direction</b>"
2335         titlefont:
2336           size: 14
2337         autorange: True
2338         fixedrange: False
2339         gridcolor: "rgb(230, 230, 230)"
2340         linecolor: "rgb(220, 220, 220)"
2341         linewidth: 1
2342         showgrid: True
2343         showline: True
2344         showticklabels: False
2345         tickcolor: "rgb(220, 220, 220)"
2346         tickmode: "linear"
2347         tickfont:
2348           size: 14
2349         zeroline: False
2350       yaxis:
2351         title: "<b>Packet Latency [uSec]</b>"
2352         titlefont:
2353           size: 14
2354         type: "linear"
2355         gridcolor: "rgb(230, 230, 230)"
2356         hoverformat: ".4s"
2357         linecolor: "rgb(220, 220, 220)"
2358         linewidth: 1
2359         showgrid: True
2360         showline: True
2361         showticklabels: True
2362         tickcolor: "rgb(220, 220, 220)"
2363         tickformat: ".4s"
2364         tickfont:
2365           size: 14
2366         zeroline: True
2367         rangemode: "tozero"
2368       legend:
2369         orientation: "h"
2370         font:
2371           size: 14
2372         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2373       autosize: False
2374       margin:
2375           't': 50
2376           'b': 150
2377           'l': 80
2378           'r': 10
2379       showlegend: True
2380       width: 700
2381       height: 700
2382       paper_bgcolor: "#fff"
2383       plot_bgcolor: "#fff"
2384       hoverlabel:
2385         namelength: -1
2386
2387     plot-hdrh-latency:
2388       title:
2389         text: ""
2390         xanchor: "center"
2391         x: 0.5
2392         font:
2393           size: 16
2394       width: 700
2395       plot_bgcolor: "white"
2396       annotations:
2397         - font:
2398             size: 14
2399           showarrow: False
2400           text: "<b>Packet Latency [uSec]</b>"
2401           x: 1
2402           xanchor: "right"
2403           xref: "paper"
2404           y: -0.045
2405           yanchor: "top"
2406           yref: "paper"
2407         - font:
2408             size: 14
2409           showarrow: False
2410           text: "<b>Probability [%]</b>"
2411           textangle: 270
2412           x: -0.06
2413           xanchor: "center"
2414           xref: "paper"
2415           y: 0.5
2416           yanchor: "middle"
2417           yref: "paper"
2418         - font:
2419             size: 14
2420           showarrow: False
2421           text: "<b>Direction: E-W</b>"
2422           x: 0.24
2423           xanchor: "center"
2424           xref: "paper"
2425           y: 1.05
2426           yanchor: "bottom"
2427           yref: "paper"
2428         - font:
2429             size: 14
2430           showarrow: False
2431           text: "<b>Direction: W-E</b>"
2432           x: 0.74
2433           xanchor: "center"
2434           xref: "paper"
2435           y: 1.05
2436           yanchor: "bottom"
2437           yref: "paper"
2438
2439     plot-hdrh-latency-percentile:
2440       title:
2441         text: ""
2442         xanchor: "center"
2443         x: 0.5
2444         font:
2445           size: 16
2446       xaxis:
2447         type: "log"
2448         title: "<b>Percentile [%]</b>"
2449         titlefont:
2450           size: 14
2451         autorange: True
2452         fixedrange: False
2453         gridcolor: "rgb(230, 230, 230)"
2454         linecolor: "rgb(220, 220, 220)"
2455         linewidth: 1
2456         showgrid: True
2457         showline: True
2458         showticklabels: True
2459         tickcolor: "rgb(220, 220, 220)"
2460         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2461         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2462         tickfont:
2463           size: 14
2464       yaxis:
2465         title: "<b>Packet Latency [uSec]</b>"
2466         titlefont:
2467           size: 14
2468         gridcolor: "rgb(230, 230, 230)"
2469         linecolor: "rgb(220, 220, 220)"
2470         linewidth: 1
2471         showgrid: True
2472         showline: True
2473         showticklabels: True
2474         tickcolor: "rgb(220, 220, 220)"
2475         tickfont:
2476           size: 14
2477       autosize: False
2478       showlegend: True
2479       legend:
2480         traceorder: "normal"
2481         orientation: "h"
2482         font:
2483           size: 14
2484         xanchor: "left"
2485         yanchor: "top"
2486         x: 0
2487         y: -0.15
2488         bgcolor: "rgba(255, 255, 255, 0)"
2489         bordercolor: "rgba(255, 255, 255, 0)"
2490       width: 700
2491       height: 700
2492       paper_bgcolor: "white"
2493       plot_bgcolor: "white"
2494
2495     plot-hdrh-latency-by-percentile:
2496       title:
2497         text: "<b>Latency by Percentile Distribution</b>"
2498         xanchor: "center"
2499         x: 0.5
2500         font:
2501           size: 18
2502       showlegend: True
2503       legend:
2504         traceorder: "normal"
2505         orientation: "h"
2506         font:
2507           size: 16
2508         xanchor: "left"
2509         yanchor: "top"
2510         x: 0
2511         y: -0.2
2512         bgcolor: "rgba(255, 255, 255, 0)"
2513         bordercolor: "rgba(255, 255, 255, 0)"
2514       xaxis:
2515         type: "linear"
2516         title: "<b>Percentile [%]</b>"
2517         titlefont:
2518           size: 14
2519         autorange: False
2520         fixedrange: False
2521         range: [0, 100]
2522         gridcolor: "rgb(230, 230, 230)"
2523         linecolor: "rgb(220, 220, 220)"
2524         linewidth: 1
2525         showgrid: True
2526         showline: True
2527         showticklabels: True
2528         tickcolor: "rgb(220, 220, 220)"
2529         tickvals: [0, 25, 50, 75, 100]
2530         ticktext: [0, 25, 50, 75, 100]
2531         tickfont:
2532           size: 14
2533       yaxis:
2534         title: "<b>One-Way Latency per Direction [uSec]</b>"
2535         titlefont:
2536           size: 14
2537         gridcolor: "rgb(230, 230, 230)"
2538         linecolor: "rgb(220, 220, 220)"
2539         linewidth: 1
2540         showgrid: True
2541         showline: True
2542         showticklabels: True
2543         tickcolor: "rgb(220, 220, 220)"
2544         tickfont:
2545           size: 14
2546       width: 700
2547       height: 700
2548       paper_bgcolor: "white"
2549       plot_bgcolor: "white"
2550
2551 - type: "static"
2552   src-path: "{DIR[RST]}"
2553   dst-path: "{DIR[WORKING,SRC]}"
2554
2555 - type: "input"
2556   general:
2557     file-name: "output_info.xml.gz"
2558     file-format: ".gz"
2559     arch-file-format:
2560       - ".gz"
2561       - ".zip"
2562     download-path: "{job}/{build}/archives/{filename}"
2563     extract: "output.xml"
2564
2565     zip-file-name: "robot-plugin.zip"
2566     zip-file-format: ".zip"
2567     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2568     zip-extract: "robot-plugin/output.xml"
2569
2570   builds:
2571
2572     csit-vpp-perf-verify-2001-3n-hsw:
2573       - 17  # MRR sel
2574     csit-vpp-perf-report-iterative-2005-3n-hsw:
2575       - 20  # NDRPDR sel env 4
2576       - 21  # NDRPDR sel env 4
2577       - 22  # NDRPDR sel env 4
2578       - 23  # NDRPDR sel env 4
2579       - 24  # NDRPDR sel env 4
2580       - 25  # NDRPDR sel env 4
2581       - 26  # NDRPDR sel env 4
2582       - 27  # NDRPDR sel env 4
2583       - 28  # NDRPDR sel env 4
2584       - 29  # NDRPDR sel env 4
2585       - 30  # MRR env 4
2586       - 31  # NDRPDR sel 2001.0-4
2587       - 32  # NDRPDR sel 2001.0-4
2588       - 33  # NDRPDR sel 2001.0-4
2589       - 34  # NDRPDR sel 2001.0-4
2590       - 35  # NDRPDR sel 2001.0-4
2591       - 36  # NDRPDR sel 2001.0-4
2592       - 38  # NDRPDR sel 2001.0-4
2593     csit-vpp-perf-report-iterative-2009-3n-hsw:
2594       - 18  # rls2005 MRR iter env 5
2595       - 9   # rls2005 NDRPDR iter env 5
2596       - 10  # rls2005 NDRPDR iter env 5
2597       - 11  # rls2005 NDRPDR iter env 5
2598       - 12  # rls2005 NDRPDR iter env 5
2599       - 13  # rls2005 NDRPDR iter env 5
2600       - 14  # rls2005 NDRPDR iter env 5
2601       - 15  # rls2005 NDRPDR iter env 5
2602       - 16  # rls2005 NDRPDR iter env 5
2603       - 17  # rls2005 NDRPDR iter env 5
2604       - 19  # rls2005 NDRPDR iter env 5
2605       - 23  # rls2009 MRR iter env 5
2606       - 21  # rls2009 NDRPDR iter env 5
2607       - 22  # rls2009 NDRPDR iter env 5
2608       - 24  # rls2009 NDRPDR iter env 5
2609       - 25  # rls2009 NDRPDR iter env 5
2610       - 26  # rls2009 NDRPDR iter env 5
2611       - 27  # rls2009 NDRPDR iter env 5
2612       - 28  # rls2009 NDRPDR iter env 5
2613       - 29  # rls2009 NDRPDR iter env 5
2614       - 30  # rls2009 NDRPDR iter env 5
2615       - 31  # rls2009 NDRPDR iter env 5
2616       - 32  # rls2009 Hoststack iter env 5
2617       - 33  # rls2009 Hoststack iter env 5
2618       - 34  # rls2009 Hoststack iter env 5
2619       - 35  # rls2009 Hoststack iter env 5
2620       - 36  # rls2009 Hoststack iter env 5
2621       - 37  # rls2009 Hoststack iter env 5
2622       - 38  # rls2009 Hoststack iter env 5
2623       - 39  # rls2009 Hoststack iter env 5
2624       - 40  # rls2009 Hoststack iter env 5
2625       - 41  # rls2009 Hoststack iter env 5
2626     csit-vpp-perf-report-coverage-2009-3n-hsw:
2627       - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
2628       - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
2629       - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
2630       - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
2631       - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
2632       - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
2633       - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
2634       - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
2635       - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
2636       - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
2637       - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
2638       - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
2639       - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
2640       - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
2641       - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
2642       - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
2643       - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
2644       - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
2645       - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
2646       - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
2647       - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
2648       - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
2649       - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
2650       - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
2651       - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
2652       - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
2653       - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
2654       - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
2655       - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
2656       - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
2657       - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
2658       - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
2659       - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
2660       - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
2661       - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
2662
2663     csit-vpp-perf-verify-2001-3n-skx:
2664       - 50  # MRR sel
2665       - 53  # MRR sel addition
2666     csit-vpp-perf-report-iterative-2005-3n-skx:
2667       - 4   # NDRPDR sel
2668       - 5   # NDRPDR sel ??? all x710 failed
2669       - 33  # NDRPDR sel
2670       - 28  # NDRPDR sel
2671       - 34  # NDRPDR sel
2672       - 42  # NDRPDR sel env 4
2673       - 43  # NDRPDR sel env 4
2674       - 44  # NDRPDR sel env 4
2675       - 45  # NDRPDR sel env 4
2676       - 47  # NDRPDR sel env 4
2677       - 55  # NDRPDR sel env 4
2678       - 56  # NDRPDR sel env 4
2679       - 57  # NDRPDR sel env 4
2680       - 61  # NDRPDR sel env 4
2681       - 62  # NDRPDR sel env 4
2682       - 50  # NDRPDR sel 2001.0-4
2683       - 51  # NDRPDR sel 2001.0-4
2684       - 52  # NDRPDR sel 2001.0-4
2685       - 53  # NDRPDR sel 2001.0-4
2686       - 54  # NDRPDR sel 2001.0-4
2687       - 49  # MRR sel env 4
2688     csit-vpp-perf-report-iterative-2009-3n-skx:
2689       - 17  # rls2005 MRR iter env 5
2690       - 13  # rls2005 NDRPDR iter env 5
2691       - 18  # rls2005 NDRPDR iter env 5
2692       - 19  # rls2005 NDRPDR iter env 5
2693       - 41  # rls2005 NDRPDR iter env 5
2694       - 43  # rls2005 NDRPDR iter env 5
2695       - 44  # rls2005 NDRPDR iter env 5
2696       - 45  # rls2005 NDRPDR iter env 5
2697       - 46  # rls2005 NDRPDR iter env 5
2698       - 48  # rls2005 NDRPDR iter env 5
2699       - 49  # rls2005 NDRPDR iter env 5
2700       - 24  # rls2009 MRR iter env 5
2701       - 26  # rls2009 NDRPDR iter env 5
2702       - 27  # rls2009 NDRPDR iter env 5
2703       - 28  # rls2009 NDRPDR iter env 5
2704       - 29  # rls2009 NDRPDR iter env 5
2705       - 35  # rls2009 NDRPDR iter env 5
2706       - 36  # rls2009 NDRPDR iter env 5
2707       - 37  # rls2009 NDRPDR iter env 5
2708       - 38  # rls2009 NDRPDR iter env 5
2709       - 39  # rls2009 NDRPDR iter env 5
2710       - 40  # rls2009 NDRPDR iter env 5
2711     csit-vpp-perf-report-coverage-2009-3n-skx:
2712       - 36  # rls2009 NDRPDR cov 3n-skx-crypto-00
2713       - 3   # rls2009 NDRPDR cov 3n-skx-crypto-01
2714       - 4   # rls2009 NDRPDR cov 3n-skx-crypto-02
2715       - 37  # rls2009 NDRPDR cov 3n-skx-crypto-03
2716       - 6   # rls2009 NDRPDR cov 3n-skx-ip4-00
2717       - 7   # rls2009 NDRPDR cov 3n-skx-ip4-01
2718       - 8   # rls2009 NDRPDR cov 3n-skx-ip4-02
2719       - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
2720       - 10  # rls2009 NDRPDR cov 3n-skx-ip4-04
2721       - 38  # rls2009 NDRPDR cov 3n-skx-ip4-05
2722       - 12  # rls2009 NDRPDR cov 3n-skx-ip4-06
2723       - 39  # rls2009 NDRPDR cov 3n-skx-ip4-07
2724       - 14  # rls2009 NDRPDR cov 3n-skx-ip4tun-00
2725       - 15  # rls2009 NDRPDR cov 3n-skx-ip4tun-01
2726       - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
2727       - 40  # rls2009 NDRPDR cov 3n-skx-ip6-00
2728       - 18  # rls2009 NDRPDR cov 3n-skx-ip6-01
2729       - 19  # rls2009 NDRPDR cov 3n-skx-ip6tun-00
2730       - 20  # rls2009 NDRPDR cov 3n-skx-l2-00
2731       - 21  # rls2009 NDRPDR cov 3n-skx-l2-01
2732       - 22  # rls2009 NDRPDR cov 3n-skx-l2-02
2733       - 23  # rls2009 NDRPDR cov 3n-skx-l2-03
2734       - 24  # rls2009 NDRPDR cov 3n-skx-l2-04
2735       - 41  # rls2009 NDRPDR cov 3n-skx-l2-05
2736       - 42  # rls2009 NDRPDR cov 3n-skx-l2-06
2737       - 43  # rls2009 NDRPDR cov 3n-skx-l2-07
2738       - 28  # rls2009 NDRPDR cov 3n-skx-l2-08
2739       - 44  # rls2009 NDRPDR cov 3n-skx-l2-09
2740       - 45  # rls2009 NDRPDR cov 3n-skx-l2-10
2741       - 46  # rls2009 NDRPDR cov 3n-skx-memif-00
2742       - 47  # rls2009 NDRPDR cov 3n-skx-srv6-00
2743       - 48  # rls2009 NDRPDR cov 3n-skx-srv6-01
2744       - 49  # rls2009 NDRPDR cov 3n-skx-vhost-00
2745       - 50  # rls2009 NDRPDR cov 3n-skx-vhost-01
2746       - 51  # rls2009 NDRPDR cov 3n-skx-vhost-02
2747       - 54  # rls2009 NDRPDR cov 3n-skx-vhost-03
2748
2749     csit-vpp-perf-verify-2001-2n-skx:
2750       - 101  # MRR sel - old
2751       - 128  # MRR sel addition - old
2752     csit-vpp-perf-report-iterative-2005-2n-skx:
2753       - 88  # NDRPDR sel env 4
2754       - 89  # NDRPDR sel env 4
2755       - 90  # NDRPDR sel env 4
2756       - 91  # NDRPDR sel env 4
2757       - 92  # NDRPDR sel env 4
2758       - 93  # NDRPDR sel env 4
2759       - 94  # NDRPDR sel env 4
2760       - 125 # NDRPDR sel env 4
2761       - 126 # NDRPDR sel env 4
2762       - 127 # NDRPDR sel env 4
2763       - 100 # NDRPDR sel 2001.0-4
2764       - 101 # NDRPDR sel 2001.0-4
2765       - 102 # NDRPDR sel 2001.0-4
2766       - 103 # NDRPDR sel 2001.0-4
2767       - 104 # NDRPDR sel 2001.0-4
2768       - 105 # NDRPDR sel 2001.0-4
2769       - 99  # MRR sel env 4
2770     csit-vpp-perf-report-iterative-2009-2n-skx:
2771       - 20  # rls2005 MRR iter env 5
2772       - 13  # rls2005 NDRPDR iter env 5
2773       - 16  # rls2005 NDRPDR iter env 5
2774       - 17  # rls2005 NDRPDR iter env 5
2775       - 18  # rls2005 NDRPDR iter env 5
2776       - 19  # rls2005 NDRPDR iter env 5
2777       - 21  # rls2005 NDRPDR iter env 5
2778       - 22  # rls2005 NDRPDR iter env 5
2779       - 23  # rls2005 NDRPDR iter env 5
2780       - 24  # rls2005 NDRPDR iter env 5
2781       - 25  # rls2005 NDRPDR iter env 5
2782       - 120 # rls2009 MRR iter env 5
2783       - 35  # rls2009 NDRPDR iter env 5
2784       - 36  # rls2009 NDRPDR iter env 5
2785       - 37  # rls2009 NDRPDR iter env 5
2786       - 39  # rls2009 NDRPDR iter env 5
2787       - 40  # rls2009 NDRPDR iter env 5
2788       - 42  # rls2009 NDRPDR iter env 5
2789       - 43  # rls2009 NDRPDR iter env 5
2790       - 44  # rls2009 NDRPDR iter env 5
2791       - 46  # rls2009 NDRPDR iter env 5
2792       - 48  # rls2009 NDRPDR iter env 5
2793       - 110 # rls2009 NDRPDR iter NAT44 env 5
2794       - 111 # rls2009 NDRPDR iter NAT44 env 5
2795       - 112 # rls2009 NDRPDR iter NAT44 env 5
2796       - 113 # rls2009 NDRPDR iter NAT44 env 5
2797       - 114 # rls2009 NDRPDR iter NAT44 env 5
2798       - 115 # rls2009 NDRPDR iter NAT44 env 5
2799       - 116 # rls2009 NDRPDR iter NAT44 env 5
2800       - 118 # rls2009 NDRPDR iter NAT44 env 5
2801       - 119 # rls2009 NDRPDR iter NAT44 env 5
2802       - 121 # rls2009 NDRPDR iter NAT44 env 5
2803       - 38  # rls2009 nf-density iter env 5
2804       - 41  # rls2009 nf-density iter env 5
2805       - 45  # rls2009 nf-density iter env 5
2806       - 47  # rls2009 nf-density iter env 5
2807       - 49  # rls2009 nf-density iter env 5
2808       - 63  # rls2009 nf-density iter env 5
2809       - 65  # rls2009 nf-density iter env 5
2810       - 66  # rls2009 nf-density iter env 5
2811       - 71  # rls2009 nf-density iter env 5
2812       - 72  # rls2009 nf-density iter env 5
2813       - 50  # rls2009 MRR nf-density iter env 5
2814       - 27  # rls2009 reconf env 5
2815       - 28  # rls2009 reconf env 5
2816       - 29  # rls2009 reconf env 5
2817       - 30  # rls2009 reconf env 5
2818       - 31  # rls2009 reconf env 5
2819       - 32  # rls2009 reconf env 5
2820       - 61  # rls2009 reconf env 5
2821       - 62  # rls2009 reconf env 5
2822       - 68  # rls2009 reconf env 5
2823       - 70  # rls2009 reconf env 5
2824       - 33  # rls2009 soak env 5
2825       - 34  # rls2009 soak env 5
2826     csit-vpp-perf-report-coverage-2009-2n-skx:
2827       - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
2828       - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
2829       - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
2830       - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
2831       - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
2832       - 31  # rls2009 NDRPDR cov 2n-skx-ip4-05
2833       - 32  # rls2009 NDRPDR cov 2n-skx-ip4-06
2834       - 33  # rls2009 NDRPDR cov 2n-skx-ip4-07
2835       - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
2836       - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
2837       - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
2838       - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
2839       - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
2840       - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
2841       - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
2842       - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
2843       - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
2844
2845     csit-vpp-perf-verify-2001-2n-clx:
2846       - 39  # MRR
2847     csit-vpp-perf-report-iterative-2005-2n-clx:
2848       - 62  # NDRPDR sel env 4
2849       - 63  # NDRPDR sel env 4
2850       - 64  # NDRPDR sel env 4
2851       - 65  # NDRPDR sel env 4
2852       - 66  # NDRPDR sel env 4
2853       - 68  # NDRPDR sel env 4
2854       - 69  # NDRPDR sel env 4
2855       - 70  # NDRPDR sel env 4
2856       - 103 # NDRPDR sel env 4
2857       - 104 # NDRPDR sel env 4
2858       - 73  # NDRPDR sel 2001.0-4
2859       - 74  # NDRPDR sel 2001.0-4
2860       - 75  # NDRPDR sel 2001.0-4
2861       - 76  # NDRPDR sel 2001.0-4
2862       - 77  # NDRPDR sel 2001.0-4
2863       - 78  # NDRPDR sel 2001.0-4
2864       - 79  # NDRPDR sel 2001.0-4
2865       - 80  # NDRPDR sel 2001.0-4
2866       - 72  # MRR env 4
2867     csit-vpp-perf-report-iterative-2009-2n-clx:
2868       - 77  # rls2005 MRR iter env 5
2869       - 13  # rls2005 NDRPDR iter env 5
2870       - 15  # rls2005 NDRPDR iter env 5
2871       - 17  # rls2005 NDRPDR iter env 5
2872       - 18  # rls2005 NDRPDR iter env 5
2873       - 19  # rls2005 NDRPDR iter env 5
2874       - 20  # rls2005 NDRPDR iter env 5
2875       - 21  # rls2005 NDRPDR iter env 5
2876       - 22  # rls2005 NDRPDR iter env 5
2877       - 23  # rls2005 NDRPDR iter env 5
2878       - 24  # rls2005 NDRPDR iter env 5
2879       - 125 # rls2009 MRR iter env 5
2880       - 36  # rls2009 NDRPDR iter env 5
2881       - 39  # rls2009 NDRPDR iter env 5
2882       - 40  # rls2009 NDRPDR iter env 5
2883       - 65  # rls2009 NDRPDR iter env 5
2884       - 66  # rls2009 NDRPDR iter env 5
2885       - 79  # rls2009 NDRPDR iter env 5
2886       - 82  # rls2009 NDRPDR iter env 5
2887       - 88  # rls2009 NDRPDR iter env 5
2888       - 89  # rls2009 NDRPDR iter env 5
2889       - 90  # rls2009 NDRPDR iter env 5
2890       - 114 # rls2009 NDRPDR iter NAT44 env 5
2891       - 115 # rls2009 NDRPDR iter NAT44 env 5
2892       - 116 # rls2009 NDRPDR iter NAT44 env 5
2893       - 117 # rls2009 NDRPDR iter NAT44 env 5
2894       - 118 # rls2009 NDRPDR iter NAT44 env 5
2895       - 119 # rls2009 NDRPDR iter NAT44 env 5
2896       - 121 # rls2009 NDRPDR iter NAT44 env 5
2897       - 122 # rls2009 NDRPDR iter NAT44 env 5
2898       - 123 # rls2009 NDRPDR iter NAT44 env 5
2899       - 126 # rls2009 NDRPDR iter NAT44 env 5
2900       - 37  # rls2009 nf-density iter env 5
2901       - 43  # rls2009 nf-density iter env 5
2902       - 69  # rls2009 nf-density iter env 5
2903       - 70  # rls2009 nf-density iter env 5
2904       - 71  # rls2009 nf-density iter env 5
2905       - 72  # rls2009 nf-density iter env 5
2906       - 73  # rls2009 nf-density iter env 5
2907       - 74  # rls2009 nf-density iter env 5
2908       - 75  # rls2009 nf-density iter env 5
2909       - 76  # rls2009 nf-density iter env 5
2910       - 45  # rls2009 MRR nf-density iter env 5
2911       - 25  # rls2009 reconf env 5
2912       - 27  # rls2009 reconf env 5
2913       - 28  # rls2009 reconf env 5
2914       - 29  # rls2009 reconf env 5
2915       - 30  # rls2009 reconf env 5
2916       - 30  # rls2009 reconf env 5
2917       - 32  # rls2009 reconf env 5
2918       - 48  # rls2009 reconf env 5
2919       - 53  # rls2009 reconf env 5
2920       - 68  # rls2009 reconf env 5
2921       - 33  # rls2009 soak env 5
2922       - 34  # rls2009 soak env 5
2923     csit-vpp-perf-report-coverage-2009-2n-clx:
2924       - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
2925       - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
2926       - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
2927       - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
2928       - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
2929       - 23  # rls2009 NDRPDR cov 2n-clx-ip4-05
2930       - 24  # rls2009 NDRPDR cov 2n-clx-ip4-06
2931       - 25  # rls2009 NDRPDR cov 2n-clx-ip4-07
2932       - 22  # rls2009 NDRPDR cov 2n-clx-ip6-00
2933       - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
2934       - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
2935       - 21  # rls2009 NDRPDR cov 2n-clx-l2-01
2936       - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
2937       - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
2938       - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
2939       - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
2940       - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
2941
2942     csit-vpp-perf-report-iterative-2009-2n-zn2:
2943       - 1   # rls2009 MRR iter env 5
2944       - 3   # rls2009 NDRPDR iter env 5
2945       - 4   # rls2009 NDRPDR iter env 5
2946       - 6   # rls2009 NDRPDR iter env 5
2947       - 7   # rls2009 NDRPDR iter env 5
2948       - 8   # rls2009 NDRPDR iter env 5
2949       - 10  # rls2009 NDRPDR iter env 5
2950       - 11  # rls2009 NDRPDR iter env 5
2951
2952     csit-vpp-perf-verify-2001-3n-tsh:
2953       - 9   # MRR sel
2954     csit-vpp-perf-report-iterative-2005-3n-tsh:
2955       - 23  # NDRPDR sel env 4
2956       - 25  # NDRPDR sel env 4
2957       - 33  # NDRPDR sel env 4
2958       - 34  # NDRPDR sel env 4
2959       - 35  # NDRPDR sel env 4
2960       - 36  # NDRPDR sel env 4
2961       - 37  # NDRPDR sel env 4
2962       - 38  # NDRPDR sel env 4
2963       - 39  # NDRPDR sel env 4
2964       - 40  # NDRPDR sel env 4
2965       - 28  # NDRPDR sel 2001.0-4
2966       - 29  # NDRPDR sel 2001.0-4
2967       - 31  # NDRPDR sel 2001.0-4
2968       - 27  # MRR sel env 4
2969     csit-vpp-perf-report-iterative-2009-3n-tsh:
2970       - 8   # rls2005 NDRPDR iter env 5
2971       - 11  # rls2005 NDRPDR iter env 5
2972       - 12  # rls2005 NDRPDR iter env 5
2973       - 24  # rls2005 NDRPDR iter env 5
2974       - 27  # rls2005 NDRPDR iter env 5
2975       - 29  # rls2005 NDRPDR iter env 5
2976       - 31  # rls2005 NDRPDR iter env 5
2977       - 39  # rls2005 NDRPDR iter env 5
2978       - 40  # rls2005 NDRPDR iter env 5
2979       - 42  # rls2005 NDRPDR iter env 5
2980       - 13  # rls2005 MRR iter env 5
2981       - 14  # rls2009 NDRPDR iter env 5
2982       - 20  # rls2009 NDRPDR iter env 5
2983       - 21  # rls2009 NDRPDR iter env 5
2984       - 22  # rls2009 NDRPDR iter env 5
2985       - 23  # rls2009 NDRPDR iter env 5
2986       - 28  # rls2009 NDRPDR iter env 5
2987       - 30  # rls2009 NDRPDR iter env 5
2988       - 33  # rls2009 NDRPDR iter env 5
2989       - 38  # rls2009 NDRPDR iter env 5
2990       - 41  # rls2009 NDRPDR iter env 5
2991       - 15  # rls2009 MRR iter env 5
2992
2993     csit-vpp-perf-verify-2001-3n-dnv:
2994       - 5   # NDRPDR sel
2995       - 6   # NDRPDR sel
2996       - 7   # NDRPDR sel
2997       - 8   # NDRPDR sel
2998       - 9   # NDRPDR sel
2999       - 10  # NDRPDR sel
3000       - 12  # NDRPDR sel
3001       - 16  # NDRPDR sel
3002       - 17  # NDRPDR sel
3003       - 18  # NDRPDR sel
3004       - 11  # MRR sel
3005     csit-vpp-perf-report-iterative-2009-3n-dnv:
3006       - 16  # rls2005 NDRPDR iter env 5
3007       - 23  # rls2005 NDRPDR iter env 5
3008       - 25  # rls2005 NDRPDR iter env 5
3009       - 26  # rls2005 NDRPDR iter env 5
3010       - 27  # rls2005 NDRPDR iter env 5
3011       - 28  # rls2005 NDRPDR iter env 5
3012       - 29  # rls2005 NDRPDR iter env 5
3013       - 30  # rls2005 NDRPDR iter env 5
3014       - 31  # rls2005 NDRPDR iter env 5
3015       - 32  # rls2005 NDRPDR iter env 5
3016       - 19  # rls2005 MRR iter env 5
3017       - 3   # rls2009 NDRPDR iter env 5
3018       - 6   # rls2009 NDRPDR iter env 5
3019       - 7   # rls2009 NDRPDR iter env 5
3020       - 8   # rls2009 NDRPDR iter env 5
3021       - 10  # rls2009 NDRPDR iter env 5
3022       - 11  # rls2009 NDRPDR iter env 5
3023       - 12  # rls2009 NDRPDR iter env 5
3024       - 14  # rls2009 NDRPDR iter env 5
3025       - 15  # rls2009 NDRPDR iter env 5
3026       - 24  # rls2009 NDRPDR iter env 5
3027       - 22  # rls2009 MRR iter env 5
3028     csit-vpp-perf-report-coverage-2009-3n-dnv:
3029       - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
3030       - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
3031       - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
3032       - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
3033       - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
3034       - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
3035       - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
3036       - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
3037       - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
3038
3039     csit-vpp-perf-verify-2001-2n-dnv:
3040       - 4   # NDRPDR sel
3041       - 5   # NDRPDR sel
3042       - 6   # NDRPDR sel
3043       - 7   # NDRPDR sel
3044       - 8   # NDRPDR sel
3045       - 9   # NDRPDR sel
3046       - 10  # NDRPDR sel
3047       - 11  # NDRPDR sel
3048       - 13  # NDRPDR sel
3049       - 16  # NDRPDR sel
3050       - 12  # MRR sel
3051     csit-vpp-perf-report-iterative-2009-2n-dnv:
3052       - 16  # rls2005 NDRPDR iter env 5
3053       - 17  # rls2005 NDRPDR iter env 5
3054       - 18  # rls2005 NDRPDR iter env 5
3055       - 19  # rls2005 NDRPDR iter env 5
3056       - 21  # rls2005 NDRPDR iter env 5
3057       - 24  # rls2005 NDRPDR iter env 5
3058       - 27  # rls2005 NDRPDR iter env 5
3059       - 28  # rls2005 NDRPDR iter env 5
3060       - 29  # rls2005 NDRPDR iter env 5
3061       - 30  # rls2005 NDRPDR iter env 5
3062       - 23  # rls2005 MRR iter env 5
3063       - 3   # rls2009 NDRPDR iter env 5
3064       - 5   # rls2009 NDRPDR iter env 5
3065       - 6   # rls2009 NDRPDR iter env 5
3066       - 7   # rls2009 NDRPDR iter env 5
3067       - 9   # rls2009 NDRPDR iter env 5
3068       - 10  # rls2009 NDRPDR iter env 5
3069       - 11  # rls2009 NDRPDR iter env 5
3070       - 12  # rls2009 NDRPDR iter env 5
3071       - 14  # rls2009 NDRPDR iter env 5
3072       - 15  # rls2009 NDRPDR iter env 5
3073       - 13  # rls2009 MRR iter env 5
3074     csit-vpp-perf-report-coverage-2009-2n-dnv:
3075       - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
3076       - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
3077       - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
3078       - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
3079       - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
3080       - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
3081
3082     csit-dpdk-perf-verify-2001-3n-hsw:
3083       - 4   # NDRPDR sel
3084       - 5   # NDRPDR sel
3085       - 6   # NDRPDR sel
3086       - 7   # NDRPDR sel
3087       - 8   # NDRPDR sel
3088       - 9   # NDRPDR sel
3089       - 10  # NDRPDR sel
3090       - 11  # NDRPDR sel
3091       - 12  # NDRPDR sel
3092       - 13  # NDRPDR sel
3093       - 15  # NDRPDR sel
3094       - 16  # NDRPDR sel
3095       - 17  # NDRPDR sel
3096       - 18  # NDRPDR sel
3097       - 19  # NDRPDR sel
3098       - 20  # NDRPDR sel
3099       - 21  # NDRPDR sel
3100       - 22  # NDRPDR sel
3101       - 23  # NDRPDR sel
3102       - 24  # NDRPDR sel
3103     csit-dpdk-perf-report-iterative-2005-3n-hsw:
3104       - 25  # NDRPDR iter
3105       - 26  # NDRPDR iter
3106       - 27  # NDRPDR iter
3107       - 28  # NDRPDR iter
3108       - 29  # NDRPDR iter
3109       - 30  # NDRPDR iter
3110       - 31  # NDRPDR iter
3111       - 32  # NDRPDR iter
3112       - 33  # NDRPDR iter
3113       - 34  # NDRPDR iter
3114     csit-dpdk-perf-report-iterative-2009-3n-hsw:
3115       - 6   # NDRPDR iter env5
3116       - 7   # NDRPDR iter env5
3117       - 8   # NDRPDR iter env5
3118       - 9   # NDRPDR iter env5
3119       - 10  # NDRPDR iter env5
3120       - 11  # NDRPDR iter env5
3121       - 12  # NDRPDR iter env5
3122       - 13  # NDRPDR iter env5
3123       - 14  # NDRPDR iter env5
3124       - 15  # NDRPDR iter env5
3125
3126     csit-dpdk-perf-verify-2001-3n-skx:
3127       - 29  # NDRPDR sel xxv710
3128       - 33  # NDRPDR sel xxv710
3129       - 34  # NDRPDR sel xxv710
3130       - 35  # NDRPDR sel xxv710
3131       - 36  # NDRPDR sel xxv710
3132       - 37  # NDRPDR sel xxv710
3133       - 41  # NDRPDR sel xxv710
3134       - 42  # NDRPDR sel xxv710
3135       - 43  # NDRPDR sel xxv710
3136       - 45  # NDRPDR sel xxv710
3137       - 30  # NDRPDR sel x710
3138       - 31  # NDRPDR sel x710
3139       - 32  # NDRPDR sel x710
3140       - 38  # NDRPDR sel x710
3141       - 39  # NDRPDR sel x710
3142       - 40  # NDRPDR sel x710
3143       - 44  # NDRPDR sel x710
3144       - 46  # NDRPDR sel x710
3145       - 47  # NDRPDR sel x710
3146       - 48  # NDRPDR sel x710
3147     csit-dpdk-perf-report-iterative-2005-3n-skx:
3148       - 28  # NDRPDR iter
3149       - 29  # NDRPDR iter
3150       - 30  # NDRPDR iter
3151       - 31  # NDRPDR iter
3152       - 32  # NDRPDR iter
3153       - 33  # NDRPDR iter
3154       - 34  # NDRPDR iter
3155       - 35  # NDRPDR iter
3156       - 36  # NDRPDR iter
3157       - 37  # NDRPDR iter
3158     csit-dpdk-perf-report-iterative-2009-3n-skx:
3159       - 4   # NDRPDR sel env5
3160       - 5   # NDRPDR sel env5
3161       - 6   # NDRPDR sel env5
3162       - 7   # NDRPDR sel env5
3163       - 8   # NDRPDR sel env5
3164       - 9   # NDRPDR sel env5
3165       - 14  # NDRPDR sel env5
3166       - 11  # NDRPDR sel env5
3167       - 12  # NDRPDR sel env5
3168       - 13  # NDRPDR sel env5
3169
3170     csit-dpdk-perf-verify-2001-2n-skx:
3171       - 35  # NDRPDR sel xxv710
3172       - 36  # NDRPDR sel xxv710
3173       - 37  # NDRPDR sel xxv710
3174       - 41  # NDRPDR sel xxv710
3175       - 42  # NDRPDR sel xxv710
3176       - 43  # NDRPDR sel xxv710
3177       - 46  # NDRPDR sel xxv710
3178       - 47  # NDRPDR sel xxv710
3179       - 52  # NDRPDR sel xxv710
3180       - 53  # NDRPDR sel xxv710
3181       - 38  # NDRPDR sel x710
3182       - 39  # NDRPDR sel x710
3183       - 40  # NDRPDR sel x710
3184       - 44  # NDRPDR sel x710
3185       - 45  # NDRPDR sel x710
3186       - 48  # NDRPDR sel x710
3187       - 49  # NDRPDR sel x710
3188       - 50  # NDRPDR sel x710
3189       - 51  # NDRPDR sel x710
3190       - 54  # NDRPDR sel x710
3191     csit-dpdk-perf-report-iterative-2005-2n-skx:
3192       - 20  # NDRPDR iter
3193       - 21  # NDRPDR iter
3194       - 22  # NDRPDR iter
3195       - 23  # NDRPDR iter
3196       - 24  # NDRPDR iter
3197       - 25  # NDRPDR iter
3198       - 26  # NDRPDR iter
3199       - 27  # NDRPDR iter
3200       - 28  # NDRPDR iter
3201       - 29  # NDRPDR iter
3202     csit-dpdk-perf-report-iterative-2009-2n-skx:
3203       - 4   # NDRPDR iter env5
3204       - 5   # NDRPDR iter env5
3205       - 6   # NDRPDR iter env5
3206       - 7   # NDRPDR iter env5
3207       - 8   # NDRPDR iter env5
3208       - 9   # NDRPDR iter env5
3209       - 10  # NDRPDR iter env5
3210       - 11  # NDRPDR iter env5
3211       - 12  # NDRPDR iter env5
3212       - 13  # NDRPDR iter env5
3213
3214     csit-dpdk-perf-verify-2001-2n-clx:
3215       - 15  # NDRPDR sel
3216       - 16  # NDRPDR sel
3217       - 17  # NDRPDR sel
3218       - 18  # NDRPDR sel
3219       - 19  # NDRPDR sel
3220       - 20  # NDRPDR sel
3221       - 21  # NDRPDR sel
3222       - 22  # NDRPDR sel
3223       - 23  # NDRPDR sel
3224       - 24  # NDRPDR sel
3225       - 25  # NDRPDR sel
3226       - 26  # NDRPDR sel
3227       - 27  # NDRPDR sel
3228       - 28  # NDRPDR sel
3229       - 29  # NDRPDR sel
3230       - 30  # NDRPDR sel
3231       - 31  # NDRPDR sel
3232       - 32  # NDRPDR sel
3233       - 33  # NDRPDR sel
3234       - 34  # NDRPDR sel
3235     csit-dpdk-perf-report-iterative-2005-2n-clx:
3236       - 20  # NDRPDR iter
3237       - 21  # NDRPDR iter
3238       - 22  # NDRPDR iter
3239       - 23  # NDRPDR iter
3240       - 24  # NDRPDR iter
3241       - 25  # NDRPDR iter
3242       - 26  # NDRPDR iter
3243       - 27  # NDRPDR iter
3244       - 28  # NDRPDR iter
3245       - 29  # NDRPDR iter
3246     csit-dpdk-perf-report-iterative-2009-2n-clx:
3247       - 4   # NDRPDR iter env5
3248       - 5   # NDRPDR iter env5
3249       - 6   # NDRPDR iter env5
3250       - 7   # NDRPDR iter env5
3251       - 8   # NDRPDR iter env5
3252       - 9   # NDRPDR iter env5
3253       - 10  # NDRPDR iter env5
3254       - 11  # NDRPDR iter env5
3255       - 12  # NDRPDR iter env5
3256       - 13  # NDRPDR iter env5
3257
3258     csit-dpdk-perf-report-iterative-2009-2n-zn2:
3259       - 1   # NDRPDR iter env5
3260
3261 #    csit-dpdk-perf-verify-2001-2n-dnv:
3262 #      - 9   # NDRPDR sel
3263 #      - 10  # NDRPDR sel
3264 #      - 11  # NDRPDR sel
3265 #      - 12  # NDRPDR sel
3266 #      - 13  # NDRPDR sel
3267 #      - 14  # NDRPDR sel
3268 #      - 15  # NDRPDR sel
3269 #      - 16  # NDRPDR sel
3270 #      - 17  # NDRPDR sel
3271 #      - 18  # NDRPDR sel
3272 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
3273 #      # No data
3274 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
3275 #      # No data
3276
3277 #    csit-dpdk-perf-verify-2001-3n-dnv:
3278 #      - 12  # NDRPDR sel
3279 #      - 13  # NDRPDR sel
3280 #      - 14  # NDRPDR sel
3281 #      - 15  # NDRPDR sel
3282 #      - 16  # NDRPDR sel
3283 #      - 17  # NDRPDR sel
3284 #      - 18  # NDRPDR sel
3285 #      - 19  # NDRPDR sel
3286 #      - 20  # NDRPDR sel
3287 #      - 22  # NDRPDR sel
3288 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
3289 #      # No data
3290 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
3291 #      # No data
3292
3293     csit-dpdk-perf-verify-2001-3n-tsh:
3294       - 3   # NDRPDR sel
3295       - 4   # NDRPDR sel
3296       - 5   # NDRPDR sel
3297       - 9   # NDRPDR sel
3298       - 10  # NDRPDR sel
3299       - 11  # NDRPDR sel
3300       - 12  # NDRPDR sel
3301       - 14  # NDRPDR sel
3302       - 15  # NDRPDR sel
3303       - 18  # NDRPDR sel
3304     csit-dpdk-perf-report-iterative-2005-3n-tsh:
3305       - 5   # NDRPDR sel
3306     csit-dpdk-perf-report-iterative-2009-3n-tsh:
3307       - 1   # NDRPDR iter env5
3308       - 2   # NDRPDR iter env5
3309       - 3   # NDRPDR iter env5
3310       - 4   # NDRPDR iter env5
3311       - 5   # NDRPDR iter env5
3312       - 6   # NDRPDR iter env5
3313       - 7   # NDRPDR iter env5
3314       - 9   # NDRPDR iter env5
3315       - 10  # NDRPDR iter env5
3316       - 11  # NDRPDR iter env5
3317
3318     csit-vpp-device-2009-ubuntu1804-1n-skx:
3319       - 131 # rls2009 env 5
3320
3321 - type: "output"
3322   output: "report"
3323   format:
3324     html:
3325     - full
3326     pdf:
3327     - minimal
3328
3329 ################################################################################
3330 ###                               T A B L E S                                ###
3331 ################################################################################
3332
3333 # VPP Soak vs NDR - 2n-skx
3334 - type: "table"
3335   title: "VPP Soak vs NDR 2n-skx"
3336   algorithm: "table_soak_vs_ndr"
3337   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
3338   reference:
3339     title: "NDR"
3340     data: "vpp-soak-vs-ndr-2n-skx-ref"
3341   compare:
3342     title: "Soak"
3343     data: "vpp-soak-vs-ndr-2n-skx-cmp"
3344   data: "vpp-soak-vs-ndr-2n-skx"
3345   include-tests: "NDR"
3346   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3347   parameters:
3348     - "throughput"
3349     - "name"
3350     - "parent"
3351
3352 # VPP Soak vs NDR - 2n-clx
3353 - type: "table"
3354   title: "VPP Soak vs NDR 2n-clx"
3355   algorithm: "table_soak_vs_ndr"
3356   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
3357   reference:
3358     title: "NDR"
3359     data: "vpp-soak-vs-ndr-2n-clx-ref"
3360   compare:
3361     title: "Soak"
3362     data: "vpp-soak-vs-ndr-2n-clx-cmp"
3363   data: "vpp-soak-vs-ndr-2n-clx"
3364   include-tests: "NDR"
3365   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3366   parameters:
3367     - "throughput"
3368     - "name"
3369     - "parent"
3370
3371 ################################################################################
3372
3373 # VPP Compare NICs 3n-skx 2t1c ndr
3374 - type: "table"
3375   title: "VPP Compare NICs 3n-skx 2t1c ndr"
3376   algorithm: "table_comparison"
3377   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
3378   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3379   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3380   columns:
3381     - title: "x710"
3382       data-set: "vpp-nic-comparison-3n-skx"
3383       tag: "NIC_Intel-X710"
3384     - title: "xxv710"
3385       data-set: "vpp-nic-comparison-3n-skx"
3386       tag: "NIC_Intel-XXV710"
3387   comparisons:
3388     - title: "Diff"
3389       reference: 1
3390       compare: 2
3391   legend:
3392     - ""
3393     - "x710, xxv710 - NICs tested."
3394     - "Diff - difference between x710 and xxv710 NIC."
3395
3396 # VPP Compare NICs 3n-skx 4t2c ndr
3397 - type: "table"
3398   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3399   algorithm: "table_comparison"
3400   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3401   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3402   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3403   columns:
3404     - title: "x710"
3405       data-set: "vpp-nic-comparison-3n-skx"
3406       tag: "NIC_Intel-X710"
3407     - title: "xxv710"
3408       data-set: "vpp-nic-comparison-3n-skx"
3409       tag: "NIC_Intel-XXV710"
3410   comparisons:
3411     - title: "Diff"
3412       reference: 1
3413       compare: 2
3414   legend:
3415     - ""
3416     - "x710, xxv710 - NICs tested."
3417     - "Diff - difference between x710 and xxv710 NIC."
3418
3419 # VPP Compare NICs 3n-skx 2t1c pdr
3420 - type: "table"
3421   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3422   algorithm: "table_comparison"
3423   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3424   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3425   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3426   columns:
3427     - title: "x710"
3428       data-set: "vpp-nic-comparison-3n-skx"
3429       tag: "NIC_Intel-X710"
3430     - title: "xxv710"
3431       data-set: "vpp-nic-comparison-3n-skx"
3432       tag: "NIC_Intel-XXV710"
3433   comparisons:
3434     - title: "Diff"
3435       reference: 1
3436       compare: 2
3437   legend:
3438     - ""
3439     - "x710, xxv710 - NICs tested."
3440     - "Diff - difference between x710 and xxv710 NIC."
3441
3442 # VPP Compare NICs 3n-skx 4t2c pdr
3443 - type: "table"
3444   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3445   algorithm: "table_comparison"
3446   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3447   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3448   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3449   columns:
3450     - title: "x710"
3451       data-set: "vpp-nic-comparison-3n-skx"
3452       tag: "NIC_Intel-X710"
3453     - title: "xxv710"
3454       data-set: "vpp-nic-comparison-3n-skx"
3455       tag: "NIC_Intel-XXV710"
3456   comparisons:
3457     - title: "Diff"
3458       reference: 1
3459       compare: 2
3460   legend:
3461     - ""
3462     - "x710, xxv710 - NICs tested."
3463     - "Diff - difference between x710 and xxv710 NIC."
3464
3465 # VPP Compare NICs 3n-skx 2t1c mrr
3466 - type: "table"
3467   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3468   algorithm: "table_comparison"
3469   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3470   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3471   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3472   columns:
3473     - title: "x710"
3474       data-set: "vpp-nic-comparison-3n-skx-mrr"
3475       tag: "NIC_Intel-X710"
3476     - title: "xxv710"
3477       data-set: "vpp-nic-comparison-3n-skx-mrr"
3478       tag: "NIC_Intel-XXV710"
3479   comparisons:
3480     - title: "Diff"
3481       reference: 1
3482       compare: 2
3483   legend:
3484     - ""
3485     - "x710, xxv710 - NICs tested."
3486     - "Diff - difference between x710 and xxv710 NIC."
3487
3488 # VPP Compare NICs 3n-skx 4t2c mrr
3489 - type: "table"
3490   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3491   algorithm: "table_comparison"
3492   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3493   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3494   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3495   columns:
3496     - title: "x710"
3497       data-set: "vpp-nic-comparison-3n-skx-mrr"
3498       tag: "NIC_Intel-X710"
3499     - title: "xxv710"
3500       data-set: "vpp-nic-comparison-3n-skx-mrr"
3501       tag: "NIC_Intel-XXV710"
3502   comparisons:
3503     - title: "Diff"
3504       reference: 1
3505       compare: 2
3506   legend:
3507     - ""
3508     - "x710, xxv710 - NICs tested."
3509     - "Diff - difference between x710 and xxv710 NIC."
3510
3511 # VPP Compare NICs 3n-skx 8t4c mrr
3512 - type: "table"
3513   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3514   algorithm: "table_comparison"
3515   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3516   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3517   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3518   columns:
3519     - title: "x710"
3520       data-set: "vpp-nic-comparison-3n-skx-mrr"
3521       tag: "NIC_Intel-X710"
3522     - title: "xxv710"
3523       data-set: "vpp-nic-comparison-3n-skx-mrr"
3524       tag: "NIC_Intel-XXV710"
3525   comparisons:
3526     - title: "Diff"
3527       reference: 1
3528       compare: 2
3529   legend:
3530     - ""
3531     - "x710, xxv710 - NICs tested."
3532     - "Diff - difference between x710 and xxv710 NIC."
3533
3534 # VPP Compare NICs 2n-skx 2t1c ndr
3535 - type: "table"
3536   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3537   algorithm: "table_comparison"
3538   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3539   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3540   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3541   columns:
3542     - title: "x710"
3543       data-set: "vpp-nic-comparison-2n-skx"
3544       tag: "NIC_Intel-X710"
3545     - title: "xxv710"
3546       data-set: "vpp-nic-comparison-2n-skx"
3547       tag: "NIC_Intel-XXV710"
3548   comparisons:
3549     - title: "Diff"
3550       reference: 1
3551       compare: 2
3552   legend:
3553     - ""
3554     - "x710, xxv710 - NICs tested."
3555     - "Diff - difference between x710 and xxv710 NIC."
3556
3557 # VPP Compare NICs 2n-skx 4t2c ndr
3558 - type: "table"
3559   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3560   algorithm: "table_comparison"
3561   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3562   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3563   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3564   columns:
3565     - title: "x710"
3566       data-set: "vpp-nic-comparison-2n-skx"
3567       tag: "NIC_Intel-X710"
3568     - title: "xxv710"
3569       data-set: "vpp-nic-comparison-2n-skx"
3570       tag: "NIC_Intel-XXV710"
3571   comparisons:
3572     - title: "Diff"
3573       reference: 1
3574       compare: 2
3575   legend:
3576     - ""
3577     - "x710, xxv710 - NICs tested."
3578     - "Diff - difference between x710 and xxv710 NIC."
3579
3580 # VPP Compare NICs 2n-skx 2t1c pdr
3581 - type: "table"
3582   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3583   algorithm: "table_comparison"
3584   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3585   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3586   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3587   columns:
3588     - title: "x710"
3589       data-set: "vpp-nic-comparison-2n-skx"
3590       tag: "NIC_Intel-X710"
3591     - title: "xxv710"
3592       data-set: "vpp-nic-comparison-2n-skx"
3593       tag: "NIC_Intel-XXV710"
3594   comparisons:
3595     - title: "Diff"
3596       reference: 1
3597       compare: 2
3598   legend:
3599     - ""
3600     - "x710, xxv710 - NICs tested."
3601     - "Diff - difference between x710 and xxv710 NIC."
3602
3603 # VPP Compare NICs 2n-skx 4t2c pdr
3604 - type: "table"
3605   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3606   algorithm: "table_comparison"
3607   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3608   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3609   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3610   columns:
3611     - title: "x710"
3612       data-set: "vpp-nic-comparison-2n-skx"
3613       tag: "NIC_Intel-X710"
3614     - title: "xxv710"
3615       data-set: "vpp-nic-comparison-2n-skx"
3616       tag: "NIC_Intel-XXV710"
3617   comparisons:
3618     - title: "Diff"
3619       reference: 1
3620       compare: 2
3621   legend:
3622     - ""
3623     - "x710, xxv710 - NICs tested."
3624     - "Diff - difference between x710 and xxv710 NIC."
3625
3626 # VPP Compare NICs 2n-skx 2t1c mrr
3627 - type: "table"
3628   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3629   algorithm: "table_comparison"
3630   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3631   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3632   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3633   columns:
3634     - title: "x710"
3635       data-set: "vpp-nic-comparison-2n-skx-mrr"
3636       tag: "NIC_Intel-X710"
3637     - title: "xxv710"
3638       data-set: "vpp-nic-comparison-2n-skx-mrr"
3639       tag: "NIC_Intel-XXV710"
3640   comparisons:
3641     - title: "Diff"
3642       reference: 1
3643       compare: 2
3644   legend:
3645     - ""
3646     - "x710, xxv710 - NICs tested."
3647     - "Diff - difference between x710 and xxv710 NIC."
3648
3649 # VPP Compare NICs 2n-skx 4t2c mrr
3650 - type: "table"
3651   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3652   algorithm: "table_comparison"
3653   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3654   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3655   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3656   columns:
3657     - title: "x710"
3658       data-set: "vpp-nic-comparison-2n-skx-mrr"
3659       tag: "NIC_Intel-X710"
3660     - title: "xxv710"
3661       data-set: "vpp-nic-comparison-2n-skx-mrr"
3662       tag: "NIC_Intel-XXV710"
3663   comparisons:
3664     - title: "Diff"
3665       reference: 1
3666       compare: 2
3667   legend:
3668     - ""
3669     - "x710, xxv710 - NICs tested."
3670     - "Diff - difference between x710 and xxv710 NIC."
3671
3672 # VPP Compare NICs 2n-skx 8t4c mrr
3673 - type: "table"
3674   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3675   algorithm: "table_comparison"
3676   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3677   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3678   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3679   columns:
3680     - title: "x710"
3681       data-set: "vpp-nic-comparison-2n-skx-mrr"
3682       tag: "NIC_Intel-X710"
3683     - title: "xxv710"
3684       data-set: "vpp-nic-comparison-2n-skx-mrr"
3685       tag: "NIC_Intel-XXV710"
3686   comparisons:
3687     - title: "Diff"
3688       reference: 1
3689       compare: 2
3690   legend:
3691     - ""
3692     - "x710, xxv710 - NICs tested."
3693     - "Diff - difference between x710 and xxv710 NIC."
3694
3695 ################################################################################
3696 # VPP
3697
3698 # VPP Performance Changes 3n-hsw 1t1c pdr
3699 - type: "table"
3700   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3701   algorithm: "table_comparison"
3702   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3703   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3704   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3705   columns:
3706     - title: "2001.0-4"
3707       data-set: "vpp-performance-changes-3n-hsw-h1"
3708     - title: "2005.0-4"
3709       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3710     - title: "2005.0-5"
3711       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3712     - title: "2009.0-5"
3713       data-set: "vpp-performance-changes-3n-hsw-cmp"
3714   comparisons:
3715     - title: "2005.0-5 vs 2005.0-4"
3716       reference: 2
3717       compare: 3
3718 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3719     - title: "2009.0-5 vs 2005.0-5"
3720       reference: 3
3721       compare: 4
3722 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3723   legend:
3724     - ''
3725     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3726     - '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).'
3727     - '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.'
3728     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3729     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3730
3731 # VPP Performance Changes 3n-hsw 2t2c pdr
3732 - type: "table"
3733   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3734   algorithm: "table_comparison"
3735   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3736   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3737   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3738   columns:
3739     - title: "2001.0-4"
3740       data-set: "vpp-performance-changes-3n-hsw-h1"
3741     - title: "2005.0-4"
3742       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3743     - title: "2005.0-5"
3744       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3745     - title: "2009.0-5"
3746       data-set: "vpp-performance-changes-3n-hsw-cmp"
3747   comparisons:
3748     - title: "2005.0-5 vs 2005.0-4"
3749       reference: 2
3750       compare: 3
3751 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3752     - title: "2009.0-5 vs 2005.0-5"
3753       reference: 3
3754       compare: 4
3755 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3756   legend:
3757     - ''
3758     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3759     - '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).'
3760     - '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.'
3761     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3762     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3763
3764 # VPP Performance Changes 3n-hsw 1t1c ndr
3765 - type: "table"
3766   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3767   algorithm: "table_comparison"
3768   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3769   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3770   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3771   columns:
3772     - title: "2001.0-4"
3773       data-set: "vpp-performance-changes-3n-hsw-h1"
3774     - title: "2005.0-4"
3775       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3776     - title: "2005.0-5"
3777       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3778     - title: "2009.0-5"
3779       data-set: "vpp-performance-changes-3n-hsw-cmp"
3780   comparisons:
3781     - title: "2005.0-5 vs 2005.0-4"
3782       reference: 2
3783       compare: 3
3784 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3785     - title: "2009.0-5 vs 2005.0-5"
3786       reference: 3
3787       compare: 4
3788 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3789   legend:
3790     - ''
3791     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3792     - '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).'
3793     - '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.'
3794     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3795     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3796
3797 # VPP Performance Changes 3n-hsw 2t2c ndr
3798 - type: "table"
3799   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3800   algorithm: "table_comparison"
3801   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3802   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3803   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3804   columns:
3805     - title: "2001.0-4"
3806       data-set: "vpp-performance-changes-3n-hsw-h1"
3807     - title: "2005.0-4"
3808       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3809     - title: "2005.0-5"
3810       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3811     - title: "2009.0-5"
3812       data-set: "vpp-performance-changes-3n-hsw-cmp"
3813   comparisons:
3814     - title: "2005.0-5 vs 2005.0-4"
3815       reference: 2
3816       compare: 3
3817 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3818     - title: "2009.0-5 vs 2005.0-5"
3819       reference: 3
3820       compare: 4
3821 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3822   legend:
3823     - ''
3824     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3825     - '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).'
3826     - '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.'
3827     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3828     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3829
3830 # VPP Performance Changes 3n-skx 2t1c pdr
3831 - type: "table"
3832   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3833   algorithm: "table_comparison"
3834   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3835   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3836   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3837   columns:
3838     - title: "2001.0-4"
3839       data-set: "vpp-performance-changes-3n-skx-h1"
3840     - title: "2005.0-4"
3841       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3842     - title: "2005.0-5"
3843       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3844     - title: "2009.0-5"
3845       data-set: "vpp-performance-changes-3n-skx-cmp"
3846   comparisons:
3847     - title: "2005.0-5 vs 2005.0-4"
3848       reference: 2
3849       compare: 3
3850 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3851     - title: "2009.0-5 vs 2005.0-5"
3852       reference: 3
3853       compare: 4
3854 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3855   legend:
3856     - ''
3857     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3858     - '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).'
3859     - '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.'
3860     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3861     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3862
3863 # VPP Performance Changes 3n-skx 4t2c pdr
3864 - type: "table"
3865   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3866   algorithm: "table_comparison"
3867   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3868   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3869   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3870   columns:
3871     - title: "2001.0-4"
3872       data-set: "vpp-performance-changes-3n-skx-h1"
3873     - title: "2005.0-4"
3874       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3875     - title: "2005.0-5"
3876       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3877     - title: "2009.0-5"
3878       data-set: "vpp-performance-changes-3n-skx-cmp"
3879   comparisons:
3880     - title: "2005.0-5 vs 2005.0-4"
3881       reference: 2
3882       compare: 3
3883 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3884     - title: "2009.0-5 vs 2005.0-5"
3885       reference: 3
3886       compare: 4
3887 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3888   legend:
3889     - ''
3890     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3891     - '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).'
3892     - '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.'
3893     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3894     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3895
3896 # VPP Performance Changes 3n-skx 2t1c ndr
3897 - type: "table"
3898   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3899   algorithm: "table_comparison"
3900   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3901   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3902   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3903   columns:
3904     - title: "2001.0-4"
3905       data-set: "vpp-performance-changes-3n-skx-h1"
3906     - title: "2005.0-4"
3907       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3908     - title: "2005.0-5"
3909       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3910     - title: "2009.0-5"
3911       data-set: "vpp-performance-changes-3n-skx-cmp"
3912   comparisons:
3913     - title: "2005.0-5 vs 2005.0-4"
3914       reference: 2
3915       compare: 3
3916 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3917     - title: "2009.0-5 vs 2005.0-5"
3918       reference: 3
3919       compare: 4
3920 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3921   legend:
3922     - ''
3923     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3924     - '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).'
3925     - '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.'
3926     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3927     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3928
3929 # VPP Performance Changes 3n-skx 4t2c ndr
3930 - type: "table"
3931   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3932   algorithm: "table_comparison"
3933   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3934   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3935   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3936   columns:
3937     - title: "2001.0-4"
3938       data-set: "vpp-performance-changes-3n-skx-h1"
3939     - title: "2005.0-4"
3940       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3941     - title: "2005.0-5"
3942       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3943     - title: "2009.0-5"
3944       data-set: "vpp-performance-changes-3n-skx-cmp"
3945   comparisons:
3946     - title: "2005.0-5 vs 2005.0-4"
3947       reference: 2
3948       compare: 3
3949 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3950     - title: "2009.0-5 vs 2005.0-5"
3951       reference: 3
3952       compare: 4
3953 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3954   legend:
3955     - ''
3956     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3957     - '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).'
3958     - '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.'
3959     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3960     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3961
3962 # VPP Performance Changes 2n-skx 2t1c pdr
3963 - type: "table"
3964   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3965   algorithm: "table_comparison"
3966   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3967   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3968   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3969   columns:
3970     - title: "2001.0-4"
3971       data-set: "vpp-performance-changes-2n-skx-h1"
3972     - title: "2005.0-4"
3973       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3974     - title: "2005.0-5"
3975       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3976     - title: "2009.0-5"
3977       data-set: "vpp-performance-changes-2n-skx-cmp"
3978   comparisons:
3979     - title: "2005.0-5 vs 2005.0-4"
3980       reference: 2
3981       compare: 3
3982 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3983     - title: "2009.0-5 vs 2005.0-5"
3984       reference: 3
3985       compare: 4
3986 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3987   legend:
3988     - ''
3989     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3990     - '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).'
3991     - '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.'
3992     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3993     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3994
3995 # VPP Performance Changes 2n-skx 4t2c pdr
3996 - type: "table"
3997   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3998   algorithm: "table_comparison"
3999   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
4000   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4001   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4002   columns:
4003     - title: "2001.0-4"
4004       data-set: "vpp-performance-changes-2n-skx-h1"
4005     - title: "2005.0-4"
4006       data-set: "vpp-performance-changes-2n-skx-ref-env4"
4007     - title: "2005.0-5"
4008       data-set: "vpp-performance-changes-2n-skx-ref-env5"
4009     - title: "2009.0-5"
4010       data-set: "vpp-performance-changes-2n-skx-cmp"
4011   comparisons:
4012     - title: "2005.0-5 vs 2005.0-4"
4013       reference: 2
4014       compare: 3
4015 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
4016     - title: "2009.0-5 vs 2005.0-5"
4017       reference: 3
4018       compare: 4
4019 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
4020   legend:
4021     - ''
4022     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4023     - '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).'
4024     - '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.'
4025     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4026     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4027
4028 # VPP Performance Changes 2n-skx 2t1c ndr
4029 - type: "table"
4030   title: "VPP Performance Changes 2n-skx 2t1c ndr"
4031   algorithm: "table_comparison"
4032   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
4033   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4034   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4035   columns:
4036     - title: "2001.0-4"
4037       data-set: "vpp-performance-changes-2n-skx-h1"
4038     - title: "2005.0-4"
4039       data-set: "vpp-performance-changes-2n-skx-ref-env4"
4040     - title: "2005.0-5"
4041       data-set: "vpp-performance-changes-2n-skx-ref-env5"
4042     - title: "2009.0-5"
4043       data-set: "vpp-performance-changes-2n-skx-cmp"
4044   comparisons:
4045     - title: "2005.0-5 vs 2005.0-4"
4046       reference: 2
4047       compare: 3
4048 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
4049     - title: "2009.0-5 vs 2005.0-5"
4050       reference: 3
4051       compare: 4
4052 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
4053   legend:
4054     - ''
4055     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4056     - '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).'
4057     - '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.'
4058     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4059     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4060
4061 # VPP Performance Changes 2n-skx 4t2c ndr
4062 - type: "table"
4063   title: "VPP Performance Changes 2n-skx 4t2c ndr"
4064   algorithm: "table_comparison"
4065   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
4066   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4067   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4068   columns:
4069     - title: "2001.0-4"
4070       data-set: "vpp-performance-changes-2n-skx-h1"
4071     - title: "2005.0-4"
4072       data-set: "vpp-performance-changes-2n-skx-ref-env4"
4073     - title: "2005.0-5"
4074       data-set: "vpp-performance-changes-2n-skx-ref-env5"
4075     - title: "2009.0-5"
4076       data-set: "vpp-performance-changes-2n-skx-cmp"
4077   comparisons:
4078     - title: "2005.0-5 vs 2005.0-4"
4079       reference: 2
4080       compare: 3
4081 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
4082     - title: "2009.0-5 vs 2005.0-5"
4083       reference: 3
4084       compare: 4
4085 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
4086   legend:
4087     - ''
4088     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4089     - '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).'
4090     - '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.'
4091     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4092     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4093
4094 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
4095 - type: "table"
4096   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
4097   algorithm: "table_comparison"
4098   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
4099   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4100   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4101   columns:
4102     - title: "2001.0-4"
4103       data-set: "vpp-performance-changes-2n-clx-h1"
4104     - title: "2005.0-4"
4105       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4106     - title: "2005.0-5"
4107       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4108     - title: "2009.0-5"
4109       data-set: "vpp-performance-changes-2n-clx-cmp"
4110   comparisons:
4111     - title: "2005.0-5 vs 2005.0-4"
4112       reference: 2
4113       compare: 3
4114 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4115     - title: "2009.0-5 vs 2005.0-5"
4116       reference: 3
4117       compare: 4
4118 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4119   legend:
4120     - ''
4121     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4122     - '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).'
4123     - '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.'
4124     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4125     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4126
4127 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
4128 - type: "table"
4129   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
4130   algorithm: "table_comparison"
4131   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
4132   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4133   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4134   columns:
4135     - title: "2001.0-4"
4136       data-set: "vpp-performance-changes-2n-clx-h1"
4137     - title: "2005.0-4"
4138       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4139     - title: "2005.0-5"
4140       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4141     - title: "2009.0-5"
4142       data-set: "vpp-performance-changes-2n-clx-cmp"
4143   comparisons:
4144     - title: "2005.0-5 vs 2005.0-4"
4145       reference: 2
4146       compare: 3
4147 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4148     - title: "2009.0-5 vs 2005.0-5"
4149       reference: 3
4150       compare: 4
4151 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4152   legend:
4153     - ''
4154     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4155     - '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).'
4156     - '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.'
4157     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4158     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4159
4160 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
4161 - type: "table"
4162   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
4163   algorithm: "table_comparison"
4164   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
4165   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4166   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4167   columns:
4168     - title: "2001.0-4"
4169       data-set: "vpp-performance-changes-2n-clx-h1"
4170     - title: "2005.0-4"
4171       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4172     - title: "2005.0-5"
4173       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4174     - title: "2009.0-5"
4175       data-set: "vpp-performance-changes-2n-clx-cmp"
4176   comparisons:
4177     - title: "2005.0-5 vs 2005.0-4"
4178       reference: 2
4179       compare: 3
4180 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4181     - title: "2009.0-5 vs 2005.0-5"
4182       reference: 3
4183       compare: 4
4184 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4185   legend:
4186     - ''
4187     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4188     - '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).'
4189     - '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.'
4190     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4191     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4192
4193 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
4194 - type: "table"
4195   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
4196   algorithm: "table_comparison"
4197   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
4198   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4199   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4200   columns:
4201     - title: "2001.0-4"
4202       data-set: "vpp-performance-changes-2n-clx-h1"
4203     - title: "2005.0-4"
4204       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4205     - title: "2005.0-5"
4206       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4207     - title: "2009.0-5"
4208       data-set: "vpp-performance-changes-2n-clx-cmp"
4209   comparisons:
4210     - title: "2005.0-5 vs 2005.0-4"
4211       reference: 2
4212       compare: 3
4213 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4214     - title: "2009.0-5 vs 2005.0-5"
4215       reference: 3
4216       compare: 4
4217 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4218   legend:
4219     - ''
4220     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4221     - '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).'
4222     - '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.'
4223     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4224     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4225
4226 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
4227 #- type: "table"
4228 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
4229 #  algorithm: "table_comparison"
4230 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
4231 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4232 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4233 #  columns:
4234 #    - title: "2001.0-2"
4235 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4236 #    - title: "2005.0-3"
4237 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4238 #  comparisons:
4239 #    - title: "Diff"
4240 #      reference: 1
4241 #      compare: 2
4242 #  legend:
4243 #    - ''
4244 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4245 #    - '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).'
4246 #    - '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.'
4247 #    - '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.'
4248 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4249 #
4250 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
4251 #- type: "table"
4252 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
4253 #  algorithm: "table_comparison"
4254 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
4255 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4256 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4257 #  columns:
4258 #    - title: "2001.0-2"
4259 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4260 #    - title: "2005.0-3"
4261 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4262 #  comparisons:
4263 #    - title: "Diff"
4264 #      reference: 1
4265 #      compare: 2
4266 #  legend:
4267 #    - ''
4268 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4269 #    - '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).'
4270 #    - '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.'
4271 #    - '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.'
4272 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4273 #
4274 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
4275 #- type: "table"
4276 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
4277 #  algorithm: "table_comparison"
4278 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
4279 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4280 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4281 #  columns:
4282 #    - title: "2001.0-2"
4283 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4284 #    - title: "2005.0-3"
4285 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4286 #  comparisons:
4287 #    - title: "Diff"
4288 #      reference: 1
4289 #      compare: 2
4290 #  legend:
4291 #    - ''
4292 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4293 #    - '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).'
4294 #    - '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.'
4295 #    - '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.'
4296 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4297 #
4298 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
4299 #- type: "table"
4300 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
4301 #  algorithm: "table_comparison"
4302 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
4303 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4304 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4305 #  columns:
4306 #    - title: "2001.0-2"
4307 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4308 #    - title: "2005.0-3"
4309 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4310 #  comparisons:
4311 #    - title: "Diff"
4312 #      reference: 1
4313 #      compare: 2
4314 #  legend:
4315 #    - ''
4316 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4317 #    - '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).'
4318 #    - '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.'
4319 #    - '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.'
4320 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4321
4322 # VPP Performance Changes 2n-dnv 1t1c pdr
4323 - type: "table"
4324   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
4325   algorithm: "table_comparison"
4326   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
4327   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4328   filter: "'1T1C'"
4329   columns:
4330     - title: "2001.0-2"
4331       data-set: "vpp-performance-changes-2n-dnv-h1"
4332     - title: "2005.0-5"
4333       data-set: "vpp-performance-changes-2n-dnv-ref"
4334     - title: "2009.0-5"
4335       data-set: "vpp-performance-changes-2n-dnv-cmp"
4336   comparisons:
4337     - title: "2009.0-5 vs 2005.0-5"
4338       reference: 2
4339       compare: 3
4340   legend:
4341     - ''
4342     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4343     - '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).'
4344     - '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.'
4345     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4346
4347 # VPP Performance Changes 2n-dnv 2t2c pdr
4348 - type: "table"
4349   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
4350   algorithm: "table_comparison"
4351   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
4352   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4353   filter: "'2T2C'"
4354   columns:
4355     - title: "2001.0-2"
4356       data-set: "vpp-performance-changes-2n-dnv-h1"
4357     - title: "2005.0-5"
4358       data-set: "vpp-performance-changes-2n-dnv-ref"
4359     - title: "2009.0-5"
4360       data-set: "vpp-performance-changes-2n-dnv-cmp"
4361   comparisons:
4362     - title: "2009.0-5 vs 2005.0-5"
4363       reference: 2
4364       compare: 3
4365   legend:
4366     - ''
4367     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4368     - '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).'
4369     - '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.'
4370     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4371
4372 # VPP Performance Changes 2n-dnv 1t1c ndr
4373 - type: "table"
4374   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
4375   algorithm: "table_comparison"
4376   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
4377   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4378   filter: "'1T1C'"
4379   columns:
4380     - title: "2001.0-2"
4381       data-set: "vpp-performance-changes-2n-dnv-h1"
4382     - title: "2005.0-5"
4383       data-set: "vpp-performance-changes-2n-dnv-ref"
4384     - title: "2009.0-5"
4385       data-set: "vpp-performance-changes-2n-dnv-cmp"
4386   comparisons:
4387     - title: "2009.0-5 vs 2005.0-5"
4388       reference: 2
4389       compare: 3
4390   legend:
4391     - ''
4392     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4393     - '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).'
4394     - '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.'
4395     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4396
4397 # VPP Performance Changes 2n-dnv 2t2c ndr
4398 - type: "table"
4399   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4400   algorithm: "table_comparison"
4401   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4402   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4403   filter: "'2T2C'"
4404   columns:
4405     - title: "2001.0-2"
4406       data-set: "vpp-performance-changes-2n-dnv-h1"
4407     - title: "2005.0-5"
4408       data-set: "vpp-performance-changes-2n-dnv-ref"
4409     - title: "2009.0-5"
4410       data-set: "vpp-performance-changes-2n-dnv-cmp"
4411   comparisons:
4412     - title: "2009.0-5 vs 2005.0-5"
4413       reference: 2
4414       compare: 3
4415   legend:
4416     - ''
4417     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4418     - '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).'
4419     - '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.'
4420     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4421
4422 # VPP Performance Changes 3n-dnv 1t1c pdr
4423 - type: "table"
4424   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4425   algorithm: "table_comparison"
4426   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4427   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4428   filter: "'1T1C'"
4429   columns:
4430     - title: "2001.0-2"
4431       data-set: "vpp-performance-changes-3n-dnv-h1"
4432     - title: "2005.0-5"
4433       data-set: "vpp-performance-changes-3n-dnv-ref"
4434     - title: "2009.0-5"
4435       data-set: "vpp-performance-changes-3n-dnv-cmp"
4436   comparisons:
4437     - title: "2009.0-5 vs 2005.0-5"
4438       reference: 2
4439       compare: 3
4440   legend:
4441     - ''
4442     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4443     - '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).'
4444     - '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.'
4445     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4446
4447 # VPP Performance Changes 3n-dnv 2t2c pdr
4448 - type: "table"
4449   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4450   algorithm: "table_comparison"
4451   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4452   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4453   filter: "'2T2C'"
4454   columns:
4455     - title: "2001.0-2"
4456       data-set: "vpp-performance-changes-3n-dnv-h1"
4457     - title: "2005.0-5"
4458       data-set: "vpp-performance-changes-3n-dnv-ref"
4459     - title: "2009.0-5"
4460       data-set: "vpp-performance-changes-3n-dnv-cmp"
4461   comparisons:
4462     - title: "2009.0-5 vs 2005.0-5"
4463       reference: 2
4464       compare: 3
4465   legend:
4466     - ''
4467     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4468     - '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).'
4469     - '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.'
4470     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4471
4472 # VPP Performance Changes 3n-dnv 1t1c ndr
4473 - type: "table"
4474   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4475   algorithm: "table_comparison"
4476   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4477   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4478   filter: "'1T1C'"
4479   columns:
4480     - title: "2001.0-2"
4481       data-set: "vpp-performance-changes-3n-dnv-h1"
4482     - title: "2005.0-5"
4483       data-set: "vpp-performance-changes-3n-dnv-ref"
4484     - title: "2009.0-5"
4485       data-set: "vpp-performance-changes-3n-dnv-cmp"
4486   comparisons:
4487     - title: "2009.0-5 vs 2005.0-5"
4488       reference: 2
4489       compare: 3
4490   legend:
4491     - ''
4492     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4493     - '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).'
4494     - '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.'
4495     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4496
4497 # VPP Performance Changes 3n-dnv 2t2c ndr
4498 - type: "table"
4499   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4500   algorithm: "table_comparison"
4501   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4502   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4503   filter: "'2T2C'"
4504   columns:
4505     - title: "2001.0-2"
4506       data-set: "vpp-performance-changes-3n-dnv-h1"
4507     - title: "2005.0-5"
4508       data-set: "vpp-performance-changes-3n-dnv-ref"
4509     - title: "2009.0-5"
4510       data-set: "vpp-performance-changes-3n-dnv-cmp"
4511   comparisons:
4512     - title: "2009.0-5 vs 2005.0-5"
4513       reference: 2
4514       compare: 3
4515   legend:
4516     - ''
4517     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4518     - '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).'
4519     - '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.'
4520     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4521
4522 # VPP Performance Changes 3n-tsh 1t1c pdr
4523 - type: "table"
4524   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4525   algorithm: "table_comparison"
4526   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4527   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4528   filter: "'1T1C'"
4529   columns:
4530     - title: "2001.0-4"
4531       data-set: "vpp-performance-changes-3n-tsh-h1"
4532     - title: "2005.0-4"
4533       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4534     - title: "2005.0-5"
4535       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4536     - title: "2009.0-5"
4537       data-set: "vpp-performance-changes-3n-tsh-cmp"
4538   comparisons:
4539     - title: "2005.0-5 vs 2005.0-4"
4540       reference: 2
4541       compare: 3
4542 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4543     - title: "2009.0-5 vs 2005.0-5"
4544       reference: 3
4545       compare: 4
4546 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4547   legend:
4548     - ''
4549     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4550     - '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).'
4551     - '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.'
4552     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4553     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4554
4555 # VPP Performance Changes 3n-tsh 2t2c pdr
4556 - type: "table"
4557   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4558   algorithm: "table_comparison"
4559   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4560   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4561   filter: "'2T2C'"
4562   columns:
4563     - title: "2001.0-4"
4564       data-set: "vpp-performance-changes-3n-tsh-h1"
4565     - title: "2005.0-4"
4566       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4567     - title: "2005.0-5"
4568       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4569     - title: "2009.0-5"
4570       data-set: "vpp-performance-changes-3n-tsh-cmp"
4571   comparisons:
4572     - title: "2005.0-5 vs 2005.0-4"
4573       reference: 2
4574       compare: 3
4575 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4576     - title: "2009.0-5 vs 2005.0-5"
4577       reference: 3
4578       compare: 4
4579 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4580   legend:
4581     - ''
4582     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4583     - '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).'
4584     - '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.'
4585     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4586     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4587
4588 # VPP Performance Changes 3n-tsh 1t1c ndr
4589 - type: "table"
4590   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4591   algorithm: "table_comparison"
4592   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4593   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4594   filter: "'1T1C'"
4595   columns:
4596     - title: "2001.0-4"
4597       data-set: "vpp-performance-changes-3n-tsh-h1"
4598     - title: "2005.0-4"
4599       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4600     - title: "2005.0-5"
4601       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4602     - title: "2009.0-5"
4603       data-set: "vpp-performance-changes-3n-tsh-cmp"
4604   comparisons:
4605     - title: "2005.0-5 vs 2005.0-4"
4606       reference: 2
4607       compare: 3
4608 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4609     - title: "2009.0-5 vs 2005.0-5"
4610       reference: 3
4611       compare: 4
4612 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4613   legend:
4614     - ''
4615     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4616     - '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).'
4617     - '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.'
4618     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4619     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4620
4621 # VPP Performance Changes 3n-tsh 2t2c ndr
4622 - type: "table"
4623   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4624   algorithm: "table_comparison"
4625   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4626   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4627   filter: "'2T2C'"
4628   columns:
4629     - title: "2001.0-4"
4630       data-set: "vpp-performance-changes-3n-tsh-h1"
4631     - title: "2005.0-4"
4632       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4633     - title: "2005.0-5"
4634       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4635     - title: "2009.0-5"
4636       data-set: "vpp-performance-changes-3n-tsh-cmp"
4637   comparisons:
4638     - title: "2005.0-5 vs 2005.0-4"
4639       reference: 2
4640       compare: 3
4641 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4642     - title: "2009.0-5 vs 2005.0-5"
4643       reference: 3
4644       compare: 4
4645 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4646   legend:
4647     - ''
4648     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4649     - '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).'
4650     - '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.'
4651     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4652     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4653
4654 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4655 - type: "table"
4656   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4657   algorithm: "table_comparison"
4658   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4659   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4660   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4661   columns:
4662     - title: "3n-hsw xl710"
4663       data-set: "vpp-compare-testbeds-ref"
4664       tag: "NIC_Intel-XL710"
4665     - title: "3n-skx xxv710"
4666       data-set: "vpp-compare-testbeds-cmp"
4667       tag: "NIC_Intel-XXV710"
4668   comparisons:
4669     - title: "Diff"
4670       reference: 1
4671       compare: 2
4672   legend:
4673     - ""
4674     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4675     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4676
4677 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4678 - type: "table"
4679   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4680   algorithm: "table_comparison"
4681   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4682   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4683   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4684   columns:
4685     - title: "3n-hsw xl710"
4686       data-set: "vpp-compare-testbeds-ref"
4687       tag: "NIC_Intel-XL710"
4688     - title: "3n-skx xxv710"
4689       data-set: "vpp-compare-testbeds-cmp"
4690       tag: "NIC_Intel-XXV710"
4691   comparisons:
4692     - title: "Diff"
4693       reference: 1
4694       compare: 2
4695   legend:
4696     - ""
4697     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4698     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4699
4700 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4701 - type: "table"
4702   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4703   algorithm: "table_comparison"
4704   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4705   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4706   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4707   columns:
4708     - title: "3n-hsw xl710"
4709       data-set: "vpp-compare-testbeds-ref"
4710       tag: "NIC_Intel-XL710"
4711     - title: "3n-skx xxv710"
4712       data-set: "vpp-compare-testbeds-cmp"
4713       tag: "NIC_Intel-XXV710"
4714   comparisons:
4715     - title: "Diff"
4716       reference: 1
4717       compare: 2
4718   legend:
4719     - ""
4720     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4721     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4722
4723 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4724 - type: "table"
4725   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4726   algorithm: "table_comparison"
4727   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4728   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4729   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4730   columns:
4731     - title: "3n-hsw xl710"
4732       data-set: "vpp-compare-testbeds-ref"
4733       tag: "NIC_Intel-XL710"
4734     - title: "3n-skx xxv710"
4735       data-set: "vpp-compare-testbeds-cmp"
4736       tag: "NIC_Intel-XXV710"
4737   comparisons:
4738     - title: "Diff"
4739       reference: 1
4740       compare: 2
4741   legend:
4742     - ""
4743     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4744     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4745
4746 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4747 - type: "table"
4748   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4749   algorithm: "table_comparison"
4750   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4751   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4752   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4753   columns:
4754     - title: "2n-skx"
4755       data-set: "vpp-compare-testbeds-skx-clx-ref"
4756     - title: "2n-clx"
4757       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4758   comparisons:
4759     - title: "Diff"
4760       reference: 1
4761       compare: 2
4762   legend:
4763     - ""
4764     - "2n-skx, 2n-clx - testbeds and NICs tested."
4765     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4766
4767 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4768 - type: "table"
4769   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4770   algorithm: "table_comparison"
4771   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4772   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4773   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4774   columns:
4775     - title: "2n-skx"
4776       data-set: "vpp-compare-testbeds-skx-clx-ref"
4777     - title: "2n-clx"
4778       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4779   comparisons:
4780     - title: "Diff"
4781       reference: 1
4782       compare: 2
4783   legend:
4784     - ""
4785     - "2n-skx, 2n-clx - testbeds and NICs tested."
4786     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4787
4788 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4789 - type: "table"
4790   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4791   algorithm: "table_comparison"
4792   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4793   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4794   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4795   columns:
4796     - title: "2n-skx"
4797       data-set: "vpp-compare-testbeds-skx-clx-ref"
4798     - title: "2n-clx"
4799       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4800   comparisons:
4801     - title: "Diff"
4802       reference: 1
4803       compare: 2
4804   legend:
4805     - ""
4806     - "2n-skx, 2n-clx - testbeds and NICs tested."
4807     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4808
4809 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4810 - type: "table"
4811   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4812   algorithm: "table_comparison"
4813   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4814   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4815   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4816   columns:
4817     - title: "2n-skx"
4818       data-set: "vpp-compare-testbeds-skx-clx-ref"
4819     - title: "2n-clx"
4820       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4821   comparisons:
4822     - title: "Diff"
4823       reference: 1
4824       compare: 2
4825   legend:
4826     - ""
4827     - "2n-skx, 2n-clx - testbeds and NICs tested."
4828     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4829
4830 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4831 - type: "table"
4832   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4833   algorithm: "table_comparison"
4834   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4835   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4836   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4837   columns:
4838     - title: "3n-hsw xl710"
4839       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4840       tag: "NIC_Intel-XL710"
4841     - title: "2n-clx xxv710"
4842       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4843       tag: "NIC_Intel-XXV710"
4844   comparisons:
4845     - title: "Diff"
4846       reference: 1
4847       compare: 2
4848   legend:
4849     - ""
4850     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4851     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4852
4853 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4854 - type: "table"
4855   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4856   algorithm: "table_comparison"
4857   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4858   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4859   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4860   columns:
4861     - title: "3n-hsw xl710"
4862       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4863       tag: "NIC_Intel-XL710"
4864     - title: "2n-clx xxv710"
4865       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4866       tag: "NIC_Intel-XXV710"
4867   comparisons:
4868     - title: "Diff"
4869       reference: 1
4870       compare: 2
4871   legend:
4872     - ""
4873     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4874     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4875
4876 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4877 - type: "table"
4878   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4879   algorithm: "table_comparison"
4880   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4881   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4882   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4883   columns:
4884     - title: "3n-hsw xl710"
4885       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4886       tag: "NIC_Intel-XL710"
4887     - title: "2n-clx xxv710"
4888       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4889       tag: "NIC_Intel-XXV710"
4890   comparisons:
4891     - title: "Diff"
4892       reference: 1
4893       compare: 2
4894   legend:
4895     - ""
4896     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4897     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4898
4899 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4900 - type: "table"
4901   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4902   algorithm: "table_comparison"
4903   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4904   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4905   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4906   columns:
4907     - title: "3n-hsw xl710"
4908       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4909       tag: "NIC_Intel-XL710"
4910     - title: "2n-clx xxv710"
4911       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4912       tag: "NIC_Intel-XXV710"
4913   comparisons:
4914     - title: "Diff"
4915       reference: 1
4916       compare: 2
4917   legend:
4918     - ""
4919     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4920     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4921
4922 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4923 - type: "table"
4924   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4925   algorithm: "table_comparison"
4926   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4927   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4928   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4929   columns:
4930     - title: "3n-skx"
4931       data-set: "vpp-compare-topologies-ref"
4932     - title: "2n-skx"
4933       data-set: "vpp-compare-topologies-cmp"
4934   comparisons:
4935     - title: "Diff"
4936       reference: 1
4937       compare: 2
4938   legend:
4939     - ""
4940     - "3n-skx, 2n-skx - topologies tested."
4941     - "Diff - difference between 3n-skx and 2n-skx topologies."
4942
4943 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4944 - type: "table"
4945   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4946   algorithm: "table_comparison"
4947   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4948   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4949   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4950   columns:
4951     - title: "3n-skx"
4952       data-set: "vpp-compare-topologies-ref"
4953     - title: "2n-skx"
4954       data-set: "vpp-compare-topologies-cmp"
4955   comparisons:
4956     - title: "Diff"
4957       reference: 1
4958       compare: 2
4959   legend:
4960     - ""
4961     - "3n-skx, 2n-skx - topologies tested."
4962     - "Diff - difference between 3n-skx and 2n-skx topologies."
4963
4964 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4965 - type: "table"
4966   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4967   algorithm: "table_comparison"
4968   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4969   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4970   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4971   columns:
4972     - title: "3n-skx"
4973       data-set: "vpp-compare-topologies-ref"
4974     - title: "2n-skx"
4975       data-set: "vpp-compare-topologies-cmp"
4976   comparisons:
4977     - title: "Diff"
4978       reference: 1
4979       compare: 2
4980   legend:
4981     - ""
4982     - "3n-skx, 2n-skx - topologies tested."
4983     - "Diff - difference between 3n-skx and 2n-skx topologies."
4984
4985 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4986 - type: "table"
4987   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4988   algorithm: "table_comparison"
4989   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4990   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4991   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4992   columns:
4993     - title: "3n-skx"
4994       data-set: "vpp-compare-topologies-ref"
4995     - title: "2n-skx"
4996       data-set: "vpp-compare-topologies-cmp"
4997   comparisons:
4998     - title: "Diff"
4999       reference: 1
5000       compare: 2
5001   legend:
5002     - ""
5003     - "3n-skx, 2n-skx - topologies tested."
5004     - "Diff - difference between 3n-skx and 2n-skx topologies."
5005
5006 # VPP Performance Changes 3n-hsw 1t1c mrr
5007 - type: "table"
5008   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
5009   algorithm: "table_comparison"
5010   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
5011   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5012   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5013   columns:
5014     - title: "2001.0-2"
5015       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5016     - title: "2005.0-4"
5017       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
5018     - title: "2005.0-5"
5019       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
5020     - title: "2009.0-5"
5021       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5022   comparisons:
5023     - title: "2005.0-5 vs 2005.0-4"
5024       reference: 2
5025       compare: 3
5026 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
5027     - title: "2009.0-5 vs 2005.0-5"
5028       reference: 3
5029       compare: 4
5030 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
5031   legend:
5032     - ''
5033     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5034     - '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).'
5035     - '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.'
5036     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5037     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5038
5039 # VPP Performance Changes 3n-hsw 2t2c mrr
5040 - type: "table"
5041   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
5042   algorithm: "table_comparison"
5043   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
5044   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5045   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5046   columns:
5047     - title: "2001.0-2"
5048       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5049     - title: "2005.0-4"
5050       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
5051     - title: "2005.0-5"
5052       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
5053     - title: "2009.0-5"
5054       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5055   comparisons:
5056     - title: "2005.0-5 vs 2005.0-4"
5057       reference: 2
5058       compare: 3
5059 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
5060     - title: "2009.0-5 vs 2005.0-5"
5061       reference: 3
5062       compare: 4
5063 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
5064   legend:
5065     - ''
5066     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5067     - '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).'
5068     - '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.'
5069     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5070     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5071
5072 # VPP Performance Changes 3n-hsw 4t4c mrr
5073 - type: "table"
5074   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
5075   algorithm: "table_comparison"
5076   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
5077   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5078   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5079   columns:
5080     - title: "2001.0-2"
5081       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5082     - title: "2005.0-4"
5083       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
5084     - title: "2005.0-5"
5085       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
5086     - title: "2009.0-5"
5087       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5088   comparisons:
5089     - title: "2005.0-5 vs 2005.0-4"
5090       reference: 2
5091       compare: 3
5092 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
5093     - title: "2009.0-5 vs 2005.0-5"
5094       reference: 3
5095       compare: 4
5096 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
5097   legend:
5098     - ''
5099     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5100     - '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).'
5101     - '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.'
5102     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5103     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5104
5105 # VPP Performance Changes 3n-skx 2t1c mrr
5106 - type: "table"
5107   title: "VPP Performance Changes 3n-skx 2t1c mrr"
5108   algorithm: "table_comparison"
5109   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
5110   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5111   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5112   columns:
5113     - title: "2001.0-2"
5114       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5115     - title: "2005.0-4"
5116       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
5117     - title: "2005.0-5"
5118       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
5119     - title: "2009.0-5"
5120       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5121   comparisons:
5122     - title: "2005.0-5 vs 2005.0-4"
5123       reference: 2
5124       compare: 3
5125 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
5126     - title: "2009.0-5 vs 2005.0-5"
5127       reference: 2
5128       compare: 3
5129 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca2.yaml"
5130   legend:
5131     - ''
5132     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5133     - '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).'
5134     - '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.'
5135     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5136     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5137
5138 # VPP Performance Changes 3n-skx 4t2c mrr
5139 - type: "table"
5140   title: "VPP Performance Changes 3n-skx 4t2c mrr"
5141   algorithm: "table_comparison"
5142   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
5143   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5144   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5145   columns:
5146     - title: "2001.0-2"
5147       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5148     - title: "2005.0-4"
5149       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
5150     - title: "2005.0-5"
5151       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
5152     - title: "2009.0-5"
5153       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5154   comparisons:
5155     - title: "2005.0-5 vs 2005.0-4"
5156       reference: 2
5157       compare: 3
5158 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca1.yaml"
5159     - title: "2009.0-5 vs 2005.0-5"
5160       reference: 2
5161       compare: 3
5162 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca2.yaml"
5163   legend:
5164     - ''
5165     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5166     - '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).'
5167     - '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.'
5168     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5169     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5170
5171 # VPP Performance Changes 3n-skx 8t4c mrr
5172 - type: "table"
5173   title: "VPP Performance Changes 3n-skx 8t4c mrr"
5174   algorithm: "table_comparison"
5175   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
5176   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5177   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5178   columns:
5179     - title: "2001.0-2"
5180       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5181     - title: "2005.0-4"
5182       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
5183     - title: "2005.0-5"
5184       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
5185     - title: "2009.0-5"
5186       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5187   comparisons:
5188     - title: "2005.0-5 vs 2005.0-4"
5189       reference: 2
5190       compare: 3
5191 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca1.yaml"
5192     - title: "2009.0-5 vs 2005.0-5"
5193       reference: 2
5194       compare: 3
5195 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca2.yaml"
5196   legend:
5197     - ''
5198     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5199     - '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).'
5200     - '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.'
5201     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5202     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5203
5204 # VPP Performance Changes 2n-skx 2t1c mrr
5205 - type: "table"
5206   title: "VPP Performance Changes 2n-skx 2t1c mrr"
5207   algorithm: "table_comparison"
5208   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
5209   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5210   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5211   columns:
5212     - title: "2001.0-2"
5213       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5214     - title: "2005.0-4"
5215       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5216     - title: "2005.0-5"
5217       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5218     - title: "2009.0-5"
5219       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5220   comparisons:
5221     - title: "2005.0-5 vs 2005.0-4"
5222       reference: 2
5223       compare: 3
5224 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
5225     - title: "2009.0-5 vs 2005.0-4"
5226       reference: 3
5227       compare: 4
5228 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
5229   legend:
5230     - ''
5231     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5232     - '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).'
5233     - '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.'
5234     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5235     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5236
5237 # VPP Performance Changes 2n-skx 4t2c mrr
5238 - type: "table"
5239   title: "VPP Performance Changes 2n-skx 4t2c mrr"
5240   algorithm: "table_comparison"
5241   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
5242   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5243   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5244   columns:
5245     - title: "2001.0-2"
5246       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5247     - title: "2005.0-4"
5248       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5249     - title: "2005.0-5"
5250       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5251     - title: "2009.0-5"
5252       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5253   comparisons:
5254     - title: "2005.0-5 vs 2005.0-4"
5255       reference: 2
5256       compare: 3
5257 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
5258     - title: "2009.0-5 vs 2005.0-4"
5259       reference: 3
5260       compare: 4
5261 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
5262   legend:
5263     - ''
5264     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5265     - '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).'
5266     - '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.'
5267     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5268     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5269
5270 # VPP Performance Changes 2n-skx 8t4c mrr
5271 - type: "table"
5272   title: "VPP Performance Changes 2n-skx 8t4c mrr"
5273   algorithm: "table_comparison"
5274   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
5275   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5276   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5277   columns:
5278     - title: "2001.0-2"
5279       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5280     - title: "2005.0-4"
5281       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5282     - title: "2005.0-5"
5283       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5284     - title: "2009.0-5"
5285       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5286   comparisons:
5287     - title: "2005.0-5 vs 2005.0-4"
5288       reference: 2
5289       compare: 3
5290 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
5291     - title: "2009.0-5 vs 2005.0-4"
5292       reference: 3
5293       compare: 4
5294 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
5295   legend:
5296     - ''
5297     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5298     - '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).'
5299     - '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.'
5300     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5301     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5302
5303 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
5304 - type: "table"
5305   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
5306   algorithm: "table_comparison"
5307   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
5308   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5309   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5310   columns:
5311     - title: "2001.0-2"
5312       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5313     - title: "2005.0-4"
5314       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5315     - title: "2005.0-5"
5316       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5317     - title: "2009.0-5"
5318       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5319   comparisons:
5320     - title: "2005.0-5 vs 2005.0-4"
5321       reference: 2
5322       compare: 3
5323 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
5324     - title: "2009.0-5 vs 2005.0-5"
5325       reference: 3
5326       compare: 4
5327 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
5328   legend:
5329     - ''
5330     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5331     - '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).'
5332     - '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.'
5333     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5334     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5335
5336 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
5337 - type: "table"
5338   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
5339   algorithm: "table_comparison"
5340   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
5341   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5342   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5343   columns:
5344     - title: "2001.0-2"
5345       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5346     - title: "2005.0-4"
5347       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5348     - title: "2005.0-5"
5349       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5350     - title: "2009.0-5"
5351       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5352   comparisons:
5353     - title: "2005.0-5 vs 2005.0-4"
5354       reference: 2
5355       compare: 3
5356 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
5357     - title: "2009.0-5 vs 2005.0-5"
5358       reference: 3
5359       compare: 4
5360 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
5361   legend:
5362     - ''
5363     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5364     - '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).'
5365     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5366     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5367     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5368
5369 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
5370 - type: "table"
5371   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
5372   algorithm: "table_comparison"
5373   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
5374   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5375   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5376   columns:
5377     - title: "2001.0-2"
5378       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5379     - title: "2005.0-4"
5380       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5381     - title: "2005.0-5"
5382       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5383     - title: "2009.0-5"
5384       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5385   comparisons:
5386     - title: "2005.0-5 vs 2005.0-4"
5387       reference: 2
5388       compare: 3
5389 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
5390     - title: "2009.0-5 vs 2005.0-5"
5391       reference: 3
5392       compare: 4
5393 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
5394   legend:
5395     - ''
5396     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5397     - '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).'
5398     - '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.'
5399     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5400     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5401
5402 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
5403 #- type: "table"
5404 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
5405 #  algorithm: "table_comparison"
5406 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
5407 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5408 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5409 #  columns:
5410 #    - title: "2001"
5411 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5412 #    - title: "2005"
5413 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5414 #  comparisons:
5415 #    - title: "Diff"
5416 #      reference: 1
5417 #      compare: 2
5418 #  legend:
5419 #    - ""
5420 #    - "2001, 2005 - VPP versions tested."
5421 #    - "Diff - difference between 2001 and 2005 VPP version."
5422 #
5423 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
5424 #- type: "table"
5425 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
5426 #  algorithm: "table_comparison"
5427 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
5428 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5429 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5430 #  columns:
5431 #    - title: "2001"
5432 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5433 #    - title: "2005"
5434 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5435 #  comparisons:
5436 #    - title: "Diff"
5437 #      reference: 1
5438 #      compare: 2
5439 #  legend:
5440 #    - ""
5441 #    - "2001, 2005 - VPP versions tested."
5442 #    - "Diff - difference between 2001 and 2005 VPP version."
5443 #
5444 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
5445 #- type: "table"
5446 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
5447 #  algorithm: "table_comparison"
5448 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
5449 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5450 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5451 #  columns:
5452 #    - title: "2001"
5453 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5454 #    - title: "2005"
5455 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5456 #  comparisons:
5457 #    - title: "Diff"
5458 #      reference: 1
5459 #      compare: 2
5460 #  legend:
5461 #    - ""
5462 #    - "2001, 2005 - VPP versions tested."
5463 #    - "Diff - difference between 2001 and 2005 VPP version."
5464
5465 # VPP Performance Changes 2n-dnv 1t1c mrr
5466 - type: "table"
5467   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
5468   algorithm: "table_comparison"
5469   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
5470   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5471   filter: "'1T1C'"
5472   columns:
5473     - title: "2001.0-2"
5474       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5475     - title: "2005.0-5"
5476       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5477     - title: "2009.0-5"
5478       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5479   comparisons:
5480     - title: "2009.0-5 vs 2005.0-5"
5481       reference: 2
5482       compare: 3
5483   legend:
5484     - ''
5485     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5486     - '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).'
5487     - '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.'
5488     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5489
5490 # VPP Performance Changes 2n-dnv 2t2c mrr
5491 - type: "table"
5492   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
5493   algorithm: "table_comparison"
5494   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
5495   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5496   filter: "'2T2C'"
5497   columns:
5498     - title: "2001.0-2"
5499       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5500     - title: "2005.0-5"
5501       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5502     - title: "2009.0-5"
5503       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5504   comparisons:
5505     - title: "2009.0-5 vs 2005.0-5"
5506       reference: 2
5507       compare: 3
5508   legend:
5509     - ''
5510     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5511     - '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).'
5512     - '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.'
5513     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5514
5515 # VPP Performance Changes 2n-dnv 4t4c mrr
5516 - type: "table"
5517   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5518   algorithm: "table_comparison"
5519   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5520   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5521   filter: "'4T4C'"
5522   columns:
5523     - title: "2001.0-2"
5524       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5525     - title: "2005.0-5"
5526       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5527     - title: "2009.0-5"
5528       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5529   comparisons:
5530     - title: "2009.0-5 vs 2005.0-5"
5531       reference: 2
5532       compare: 3
5533   legend:
5534     - ''
5535     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5536     - '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).'
5537     - '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.'
5538     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5539
5540 # VPP Performance Changes 3n-dnv 1t1c mrr
5541 - type: "table"
5542   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5543   algorithm: "table_comparison"
5544   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5545   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5546   filter: "'1T1C'"
5547   columns:
5548     - title: "2001.0-2"
5549       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5550     - title: "2005.0-5"
5551       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5552     - title: "2009.0-5"
5553       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5554   comparisons:
5555     - title: "2009.0-5 vs 2005.0-5"
5556       reference: 2
5557       compare: 3
5558   legend:
5559     - ''
5560     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5561     - '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).'
5562     - '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.'
5563     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5564
5565 # VPP Performance Changes 3n-dnv 2t2c mrr
5566 - type: "table"
5567   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5568   algorithm: "table_comparison"
5569   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5570   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5571   filter: "'2T2C'"
5572   columns:
5573     - title: "2001.0-2"
5574       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5575     - title: "2005.0-5"
5576       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5577     - title: "2009.0-5"
5578       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5579   comparisons:
5580     - title: "2009.0-5 vs 2005.0-5"
5581       reference: 2
5582       compare: 3
5583   legend:
5584     - ''
5585     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5586     - '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).'
5587     - '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.'
5588     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5589
5590 # VPP Performance Changes 3n-dnv 4t4c mrr
5591 - type: "table"
5592   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5593   algorithm: "table_comparison"
5594   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5595   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5596   filter: "'4T4C'"
5597   columns:
5598     - title: "2001.0-2"
5599       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5600     - title: "2005.0-5"
5601       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5602     - title: "2009.0-5"
5603       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5604   comparisons:
5605     - title: "2009.0-5 vs 2005.0-5"
5606       reference: 2
5607       compare: 3
5608   legend:
5609     - ''
5610     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5611     - '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).'
5612     - '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.'
5613     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5614
5615 # VPP Performance Changes 3n-tsh 1t1c mrr
5616 - type: "table"
5617   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5618   algorithm: "table_comparison"
5619   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5620   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5621   filter: "'1T1C'"
5622   columns:
5623     - title: "2001.0-2"
5624       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5625     - title: "2005.0-4"
5626       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5627     - title: "2005.0-5"
5628       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5629     - title: "2009.0-5"
5630       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5631   comparisons:
5632     - title: "2005.0-5 vs 2005.0-4"
5633       reference: 2
5634       compare: 3
5635 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5636     - title: "2009.0-5 vs 2005.0-5"
5637       reference: 3
5638       compare: 4
5639 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
5640   legend:
5641     - ''
5642     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5643     - '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).'
5644     - '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.'
5645     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5646     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5647
5648 # VPP Performance Changes 3n-tsh 2t2c mrr
5649 - type: "table"
5650   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5651   algorithm: "table_comparison"
5652   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5653   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5654   filter: "'2T2C'"
5655   columns:
5656     - title: "2001.0-2"
5657       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5658     - title: "2005.0-4"
5659       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5660     - title: "2005.0-5"
5661       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5662     - title: "2009.0-5"
5663       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5664   comparisons:
5665     - title: "2005.0-5 vs 2005.0-4"
5666       reference: 2
5667       compare: 3
5668 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
5669     - title: "2009.0-5 vs 2005.0-5"
5670       reference: 3
5671       compare: 4
5672 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
5673   legend:
5674     - ''
5675     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5676     - '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).'
5677     - '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.'
5678     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5679     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5680
5681 # VPP Performance Changes 3n-tsh 4t4c mrr
5682 - type: "table"
5683   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5684   algorithm: "table_comparison"
5685   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5686   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5687   filter: "'4T4C'"
5688   columns:
5689     - title: "2001.0-2"
5690       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5691     - title: "2005.0-4"
5692       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5693     - title: "2005.0-5"
5694       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5695     - title: "2009.0-5"
5696       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5697   comparisons:
5698     - title: "2005.0-5 vs 2005.0-4"
5699       reference: 2
5700       compare: 3
5701 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
5702     - title: "2009.0-5 vs 2005.0-5"
5703       reference: 3
5704       compare: 4
5705 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
5706   legend:
5707     - ''
5708     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5709     - '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).'
5710     - '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.'
5711     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5712     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5713
5714 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5715 - type: "table"
5716   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5717   algorithm: "table_comparison"
5718   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5719   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5720   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5721   columns:
5722     - title: "3n-hsw xl710"
5723       data-set: "vpp-compare-testbeds-mrr-ref"
5724       tag: "NIC_Intel-XL710"
5725     - title: "3n-skx xxv710"
5726       data-set: "vpp-compare-testbeds-mrr-cmp"
5727       tag: "NIC_Intel-XXV710"
5728   comparisons:
5729     - title: "Diff"
5730       reference: 1
5731       compare: 2
5732   legend:
5733     - ""
5734     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5735     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5736
5737 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5738 - type: "table"
5739   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5740   algorithm: "table_comparison"
5741   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5742   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5743   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5744   columns:
5745     - title: "3n-hsw xl710"
5746       data-set: "vpp-compare-testbeds-mrr-ref"
5747       tag: "NIC_Intel-XL710"
5748     - title: "3n-skx xxv710"
5749       data-set: "vpp-compare-testbeds-mrr-cmp"
5750       tag: "NIC_Intel-XXV710"
5751   comparisons:
5752     - title: "Diff"
5753       reference: 1
5754       compare: 2
5755   legend:
5756     - ""
5757     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5758     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5759
5760 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5761 - type: "table"
5762   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5763   algorithm: "table_comparison"
5764   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5765   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5766   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5767   columns:
5768     - title: "3n-hsw xl710"
5769       data-set: "vpp-compare-testbeds-mrr-ref"
5770       tag: "NIC_Intel-XL710"
5771     - title: "3n-skx xxv710"
5772       data-set: "vpp-compare-testbeds-mrr-cmp"
5773       tag: "NIC_Intel-XXV710"
5774   comparisons:
5775     - title: "Diff"
5776       reference: 1
5777       compare: 2
5778   legend:
5779     - ""
5780     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5781     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5782
5783 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5784 - type: "table"
5785   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5786   algorithm: "table_comparison"
5787   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5788   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5789   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5790   columns:
5791     - title: "2n-skx"
5792       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5793     - title: "2n-clx"
5794       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5795   comparisons:
5796     - title: "Diff"
5797       reference: 1
5798       compare: 2
5799   legend:
5800     - ""
5801     - "2n-skx, 2n-clx - testbeds and NICs tested."
5802     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5803
5804 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5805 - type: "table"
5806   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5807   algorithm: "table_comparison"
5808   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5809   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5810   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5811   columns:
5812     - title: "2n-skx"
5813       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5814     - title: "2n-clx"
5815       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5816   comparisons:
5817     - title: "Diff"
5818       reference: 1
5819       compare: 2
5820   legend:
5821     - ""
5822     - "2n-skx, 2n-clx - testbeds and NICs tested."
5823     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5824
5825 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5826 - type: "table"
5827   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5828   algorithm: "table_comparison"
5829   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5830   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5831   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5832   columns:
5833     - title: "2n-skx"
5834       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5835     - title: "2n-clx"
5836       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5837   comparisons:
5838     - title: "Diff"
5839       reference: 1
5840       compare: 2
5841   legend:
5842     - ""
5843     - "2n-skx, 2n-clx - testbeds and NICs tested."
5844     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5845
5846 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5847 - type: "table"
5848   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5849   algorithm: "table_comparison"
5850   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5851   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5852   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5853   columns:
5854     - title: "3n-skx"
5855       data-set: "vpp-compare-topologies-mrr-ref"
5856     - title: "2n-skx"
5857       data-set: "vpp-compare-topologies-mrr-cmp"
5858   comparisons:
5859     - title: "Diff"
5860       reference: 1
5861       compare: 2
5862   legend:
5863     - ""
5864     - "3n-skx, 2n-skx - topologies tested."
5865     - "Diff - difference between 3n-skx and 2n-skx topologies."
5866
5867 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5868 - type: "table"
5869   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5870   algorithm: "table_comparison"
5871   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5872   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5873   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5874   columns:
5875     - title: "3n-skx"
5876       data-set: "vpp-compare-topologies-mrr-ref"
5877     - title: "2n-skx"
5878       data-set: "vpp-compare-topologies-mrr-cmp"
5879   comparisons:
5880     - title: "Diff"
5881       reference: 1
5882       compare: 2
5883   legend:
5884     - ""
5885     - "3n-skx, 2n-skx - topologies tested."
5886     - "Diff - difference between 3n-skx and 2n-skx topologies."
5887
5888 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5889 - type: "table"
5890   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5891   algorithm: "table_comparison"
5892   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5893   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5894   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5895   columns:
5896     - title: "3n-skx"
5897       data-set: "vpp-compare-topologies-mrr-ref"
5898     - title: "2n-skx"
5899       data-set: "vpp-compare-topologies-mrr-cmp"
5900   comparisons:
5901     - title: "Diff"
5902       reference: 1
5903       compare: 2
5904   legend:
5905     - ""
5906     - "3n-skx, 2n-skx - topologies tested."
5907     - "Diff - difference between 3n-skx and 2n-skx topologies."
5908
5909 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5910 - type: "table"
5911   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5912   algorithm: "table_comparison"
5913   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5914   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5915   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5916   columns:
5917     - title: "3n-hsw xl710"
5918       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5919       tag: "NIC_Intel-XL710"
5920     - title: "2n-clx xxv710"
5921       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5922       tag: "NIC_Intel-XXV710"
5923   comparisons:
5924     - title: "Diff"
5925       reference: 1
5926       compare: 2
5927   legend:
5928     - ""
5929     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5930     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5931
5932 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5933 - type: "table"
5934   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5935   algorithm: "table_comparison"
5936   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5937   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5938   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5939   columns:
5940     - title: "3n-hsw xl710"
5941       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5942       tag: "NIC_Intel-XL710"
5943     - title: "2n-clx xxv710"
5944       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5945       tag: "NIC_Intel-XXV710"
5946   comparisons:
5947     - title: "Diff"
5948       reference: 1
5949       compare: 2
5950   legend:
5951     - ""
5952     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5953     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5954
5955 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5956 - type: "table"
5957   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5958   algorithm: "table_comparison"
5959   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5960   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5961   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5962   columns:
5963     - title: "3n-hsw xl710"
5964       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5965       tag: "NIC_Intel-XL710"
5966     - title: "2n-clx xxv710"
5967       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5968       tag: "NIC_Intel-XXV710"
5969   comparisons:
5970     - title: "Diff"
5971       reference: 1
5972       compare: 2
5973   legend:
5974     - ""
5975     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5976     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5977
5978 # Detailed Test Results - VPP Performance Results 3n-hsw
5979 - type: "table"
5980   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5981   algorithm: "table_merged_details"
5982   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5983   columns:
5984     - title: " |prein| Test Name |preout| "
5985       data: "data name"
5986     - 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| "
5987       data: "data msg"
5988   data: "vpp-perf-results-3n-hsw"
5989   filter: "all"
5990   parameters:
5991   - "name"
5992   - "parent"
5993   - "msg"
5994
5995 # Detailed Test Results - VPP Performance Results 3n-skx
5996 - type: "table"
5997   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5998   algorithm: "table_merged_details"
5999   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
6000   columns:
6001     - title: " |prein| Test Name |preout| "
6002       data: "data name"
6003     - 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| "
6004       data: "data msg"
6005   data: "vpp-perf-results-3n-skx"
6006   filter: "all"
6007   remove-ndr: False
6008   parameters:
6009   - "name"
6010   - "parent"
6011   - "msg"
6012
6013 # Detailed Test Results - VPP Performance Results 2n-skx
6014 - type: "table"
6015   title: "Detailed Test Results - VPP Performance Results 2n-skx"
6016   algorithm: "table_merged_details"
6017   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
6018   columns:
6019     - title: " |prein| Test Name |preout| "
6020       data: "data name"
6021     - 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| "
6022       data: "data msg"
6023   data: "vpp-perf-results-2n-skx"
6024   filter: "all"
6025   remove-ndr: False
6026   parameters:
6027   - "name"
6028   - "parent"
6029   - "msg"
6030
6031 # Detailed Test Results - VPP Performance Results 2n-zn2
6032 - type: "table"
6033   title: "Detailed Test Results - VPP Performance Results 2n-zn2"
6034   algorithm: "table_merged_details"
6035   output-file: "{DIR[DTR,PERF,VPP,2N,ZN2]}/"
6036   columns:
6037     - title: " |prein| Test Name |preout| "
6038       data: "data name"
6039     - 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| "
6040       data: "data msg"
6041   data: "vpp-perf-results-2n-zn2"
6042   filter: "all"
6043   remove-ndr: False
6044   parameters:
6045   - "name"
6046   - "parent"
6047   - "msg"
6048
6049 # Detailed Test Results - VPP Performance Results 2n-clx
6050 - type: "table"
6051   title: "Detailed Test Results - VPP Performance Results 2n-clx"
6052   algorithm: "table_merged_details"
6053   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
6054   columns:
6055     - title: " |prein| Test Name |preout| "
6056       data: "data name"
6057     - 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| "
6058       data: "data msg"
6059   data: "vpp-perf-results-2n-clx"
6060   filter: "all"
6061   parameters:
6062   - "name"
6063   - "parent"
6064   - "msg"
6065
6066 # Detailed Test Results - VPP Performance Results 3n-tsh
6067 - type: "table"
6068   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
6069   algorithm: "table_merged_details"
6070   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
6071   columns:
6072     - title: " |prein| Test Name |preout| "
6073       data: "data name"
6074     - 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| "
6075       data: "data msg"
6076   data: "vpp-perf-results-3n-tsh"
6077   filter: "all"
6078   parameters:
6079   - "name"
6080   - "parent"
6081   - "msg"
6082
6083 # Detailed Test Results - VPP Performance Results 3n-dnv
6084 - type: "table"
6085   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
6086   algorithm: "table_merged_details"
6087   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
6088   columns:
6089     - title: " |prein| Test Name |preout| "
6090       data: "data name"
6091     - 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| "
6092       data: "data msg"
6093   data: "vpp-perf-results-3n-dnv"
6094   filter: "all"
6095   parameters:
6096   - "name"
6097   - "parent"
6098   - "msg"
6099
6100 # Detailed Test Results - VPP Performance Results 2n-dnv
6101 - type: "table"
6102   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
6103   algorithm: "table_merged_details"
6104   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
6105   columns:
6106     - title: " |prein| Test Name |preout| "
6107       data: "data name"
6108     - 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| "
6109       data: "data msg"
6110   data: "vpp-perf-results-2n-dnv"
6111   filter: "all"
6112   parameters:
6113   - "name"
6114   - "parent"
6115   - "msg"
6116
6117 # Test configuration - VPP Performance Test Configs 3n-hsw
6118 - type: "table"
6119   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
6120   algorithm: "table_merged_details"
6121   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
6122   columns:
6123     - title: " |prein| Test Name |preout| "
6124       data: "data name"
6125     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6126       data: "data conf-history"
6127   data: "vpp-perf-results-3n-hsw"
6128   filter: "all"
6129   parameters:
6130   - "parent"
6131   - "name"
6132   - "conf-history"
6133
6134 # Test configuration - VPP Performance Test Configs 3n-skx
6135 - type: "table"
6136   title: "Test configuration - VPP Performance Test Configs 3n-skx"
6137   algorithm: "table_merged_details"
6138   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
6139   columns:
6140     - title: " |prein| Test Name |preout| "
6141       data: "data name"
6142     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6143       data: "data conf-history"
6144   data: "vpp-perf-results-3n-skx"
6145   filter: "all"
6146   parameters:
6147   - "parent"
6148   - "name"
6149   - "conf-history"
6150
6151 # Test configuration - VPP Performance Test Configs 2n-skx
6152 - type: "table"
6153   title: "Test configuration - VPP Performance Test Configs 2n-skx"
6154   algorithm: "table_merged_details"
6155   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
6156   columns:
6157     - title: " |prein| Test Name |preout| "
6158       data: "data name"
6159     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6160       data: "data conf-history"
6161   data: "vpp-perf-results-2n-skx"
6162   filter: "all"
6163   parameters:
6164   - "parent"
6165   - "name"
6166   - "conf-history"
6167
6168 # Test configuration - VPP Performance Test Configs 2n-zn2
6169 - type: "table"
6170   title: "Test configuration - VPP Performance Test Configs 2n-zn2"
6171   algorithm: "table_merged_details"
6172   output-file: "{DIR[DTC,PERF,VPP,2N,ZN2]}/"
6173   columns:
6174     - title: " |prein| Test Name |preout| "
6175       data: "data name"
6176     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6177       data: "data conf-history"
6178   data: "vpp-perf-results-2n-zn2"
6179   filter: "all"
6180   parameters:
6181   - "parent"
6182   - "name"
6183   - "conf-history"
6184
6185 # Test configuration - VPP Performance Test Configs 2n-clx
6186 - type: "table"
6187   title: "Test configuration - VPP Performance Test Configs 2n-clx"
6188   algorithm: "table_merged_details"
6189   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
6190   columns:
6191     - title: " |prein| Test Name |preout| "
6192       data: "data name"
6193     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6194       data: "data conf-history"
6195   data: "vpp-perf-results-2n-clx"
6196   filter: "all"
6197   parameters:
6198   - "parent"
6199   - "name"
6200   - "conf-history"
6201
6202 # Test configuration - VPP Performance Test Configs 3n-tsh
6203 - type: "table"
6204   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
6205   algorithm: "table_merged_details"
6206   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
6207   columns:
6208     - title: " |prein| Test Name |preout| "
6209       data: "data name"
6210     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6211       data: "data conf-history"
6212   data: "vpp-perf-results-3n-tsh"
6213   filter: "all"
6214   parameters:
6215   - "parent"
6216   - "name"
6217   - "conf-history"
6218
6219 # Test configuration - VPP Performance Test Configs 3n-dnv
6220 - type: "table"
6221   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
6222   algorithm: "table_merged_details"
6223   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
6224   columns:
6225     - title: " |prein| Test Name |preout| "
6226       data: "data name"
6227     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6228       data: "data conf-history"
6229   data: "vpp-perf-results-3n-dnv"
6230   filter: "all"
6231   parameters:
6232   - "parent"
6233   - "name"
6234   - "conf-history"
6235
6236 # Test configuration - VPP Performance Test Configs 2n-dnv
6237 - type: "table"
6238   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
6239   algorithm: "table_merged_details"
6240   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
6241   columns:
6242     - title: " |prein| Test Name |preout| "
6243       data: "data name"
6244     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6245       data: "data conf-history"
6246   data: "vpp-perf-results-2n-dnv"
6247   filter: "all"
6248   parameters:
6249   - "parent"
6250   - "name"
6251   - "conf-history"
6252
6253 # Test Operational Data - VPP Performance Operational Data 3n-hsw
6254 - type: "table"
6255   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
6256   algorithm: "table_oper_data_html"
6257   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
6258   data: "vpp-perf-results-3n-hsw"
6259   filter: "all"
6260
6261 # Test Operational Data - VPP Performance Operational Data 3n-skx
6262 - type: "table"
6263   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
6264   algorithm: "table_oper_data_html"
6265   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
6266   data: "vpp-perf-results-3n-skx"
6267   filter: "all"
6268
6269 # Test Operational Data - VPP Performance Operational Data 2n-skx
6270 - type: "table"
6271   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
6272   algorithm: "table_oper_data_html"
6273   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
6274   data: "vpp-perf-results-2n-skx"
6275   filter: "all"
6276
6277 # Test Operational Data - VPP Performance Operational Data 2n-zn2
6278 - type: "table"
6279   title: "Test Operational Data - VPP Performance Operational Data 2n-zn2"
6280   algorithm: "table_oper_data_html"
6281   output-file: "{DIR[DTO,PERF,VPP,2N,ZN2]}/"
6282   data: "vpp-perf-results-2n-zn2"
6283   filter: "all"
6284
6285 # Test Operational Data - VPP Performance Operational Data 2n-clx
6286 - type: "table"
6287   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
6288   algorithm: "table_oper_data_html"
6289   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
6290   data: "vpp-perf-results-2n-clx"
6291   filter: "all"
6292
6293 # Test Operational Data - VPP Performance Operational Data 3n-tsh
6294 - type: "table"
6295   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
6296   algorithm: "table_oper_data_html"
6297   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
6298   data: "vpp-perf-results-3n-tsh"
6299   filter: "all"
6300
6301 # Test Operational Data - VPP Performance Operational Data 3n-dnv
6302 - type: "table"
6303   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
6304   algorithm: "table_oper_data_html"
6305   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
6306   data: "vpp-perf-results-3n-dnv"
6307   filter: "all"
6308
6309 # Test Operational Data - VPP Performance Operational Data 2n-dnv
6310 - type: "table"
6311   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
6312   algorithm: "table_oper_data_html"
6313   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
6314   data: "vpp-perf-results-2n-dnv"
6315   filter: "all"
6316
6317 # Detailed Test Results - VPP MRR Results 3n-hsw
6318 - type: "table"
6319   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
6320   algorithm: "table_merged_details"
6321   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
6322   columns:
6323     - title: " |prein| Test Name |preout| "
6324       data: "data name"
6325     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6326       data: "data msg"
6327   data: "vpp-mrr-results-3n-hsw"
6328   filter: "all"
6329   parameters:
6330   - "name"
6331   - "parent"
6332   - "msg"
6333
6334 # Detailed Test Results - VPP MRR Results 3n-skx
6335 - type: "table"
6336   title: "Detailed Test Results - VPP MRR Results 3n-skx"
6337   algorithm: "table_merged_details"
6338   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
6339   columns:
6340     - title: " |prein| Test Name |preout| "
6341       data: "data name"
6342     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6343       data: "data msg"
6344   data: "vpp-mrr-results-3n-skx"
6345   filter: "all"
6346   parameters:
6347   - "name"
6348   - "parent"
6349   - "msg"
6350
6351 # Detailed Test Results - VPP MRR Results 2n-skx
6352 - type: "table"
6353   title: "Detailed Test Results - VPP MRR Results 2n-skx"
6354   algorithm: "table_merged_details"
6355   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
6356   columns:
6357     - title: " |prein| Test Name |preout| "
6358       data: "data name"
6359     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6360       data: "data msg"
6361   data: "vpp-mrr-results-2n-skx"
6362   filter: "all"
6363   parameters:
6364   - "name"
6365   - "parent"
6366   - "msg"
6367
6368 # Detailed Test Results - VPP MRR Results 2n-zn2
6369 - type: "table"
6370   title: "Detailed Test Results - VPP MRR Results 2n-zn2"
6371   algorithm: "table_merged_details"
6372   output-file: "{DIR[DTR,MRR,VPP,2N,ZN2]}/"
6373   columns:
6374     - title: " |prein| Test Name |preout| "
6375       data: "data name"
6376     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6377       data: "data msg"
6378   data: "vpp-mrr-results-2n-zn2"
6379   filter: "all"
6380   parameters:
6381   - "name"
6382   - "parent"
6383   - "msg"
6384
6385 # Detailed Test Results - VPP MRR Results 2n-clx
6386 - type: "table"
6387   title: "Detailed Test Results - VPP MRR Results 2n-clx"
6388   algorithm: "table_merged_details"
6389   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
6390   columns:
6391     - title: " |prein| Test Name |preout| "
6392       data: "data name"
6393     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6394       data: "data msg"
6395   data: "vpp-mrr-results-2n-clx"
6396   filter: "all"
6397   parameters:
6398   - "name"
6399   - "parent"
6400   - "msg"
6401
6402 # Detailed Test Results - VPP MRR Results 3n-tsh
6403 - type: "table"
6404   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
6405   algorithm: "table_merged_details"
6406   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
6407   columns:
6408     - title: " |prein| Test Name |preout| "
6409       data: "data name"
6410     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6411       data: "data msg"
6412   data: "vpp-mrr-results-3n-tsh"
6413   filter: "all"
6414   parameters:
6415   - "name"
6416   - "parent"
6417   - "msg"
6418
6419 # Detailed Test Results - VPP MRR Results 3n-dnv
6420 - type: "table"
6421   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
6422   algorithm: "table_merged_details"
6423   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
6424   columns:
6425     - title: " |prein| Test Name |preout| "
6426       data: "data name"
6427     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6428       data: "data msg"
6429   data: "vpp-mrr-results-3n-dnv"
6430   filter: "all"
6431   parameters:
6432   - "name"
6433   - "parent"
6434   - "msg"
6435
6436 # Detailed Test Results - VPP MRR Results 2n-dnv
6437 - type: "table"
6438   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
6439   algorithm: "table_merged_details"
6440   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
6441   columns:
6442     - title: " |prein| Test Name |preout| "
6443       data: "data name"
6444     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6445       data: "data msg"
6446   data: "vpp-mrr-results-2n-dnv"
6447   filter: "all"
6448   parameters:
6449   - "name"
6450   - "parent"
6451   - "msg"
6452
6453 # Test configuration - VPP MRR Test Configs 3n-hsw
6454 - type: "table"
6455   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
6456   algorithm: "table_merged_details"
6457   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
6458   columns:
6459     - title: " |prein| Test Name |preout| "
6460       data: "data name"
6461     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6462       data: "data conf-history"
6463   data: "vpp-mrr-results-3n-hsw"
6464   filter: "all"
6465   parameters:
6466   - "parent"
6467   - "name"
6468   - "conf-history"
6469
6470 # Test configuration - VPP MRR Test Configs 3n-skx
6471 - type: "table"
6472   title: "Test configuration - VPP MRR Test Configs 3n-skx"
6473   algorithm: "table_merged_details"
6474   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
6475   columns:
6476     - title: " |prein| Test Name |preout| "
6477       data: "data name"
6478     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6479       data: "data conf-history"
6480   data: "vpp-mrr-results-3n-skx"
6481   filter: "all"
6482   parameters:
6483   - "parent"
6484   - "name"
6485   - "conf-history"
6486
6487 # Test configuration - VPP MRR Test Configs 2n-skx
6488 - type: "table"
6489   title: "Test configuration - VPP MRR Test Configs 2n-skx"
6490   algorithm: "table_merged_details"
6491   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
6492   columns:
6493     - title: " |prein| Test Name |preout| "
6494       data: "data name"
6495     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6496       data: "data conf-history"
6497   data: "vpp-mrr-results-2n-skx"
6498   filter: "all"
6499   parameters:
6500   - "parent"
6501   - "name"
6502   - "conf-history"
6503
6504 # Test configuration - VPP MRR Test Configs 2n-zn2
6505 - type: "table"
6506   title: "Test configuration - VPP MRR Test Configs 2n-zn2"
6507   algorithm: "table_merged_details"
6508   output-file: "{DIR[DTC,MRR,VPP,2N,ZN2]}/"
6509   columns:
6510     - title: " |prein| Test Name |preout| "
6511       data: "data name"
6512     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6513       data: "data conf-history"
6514   data: "vpp-mrr-results-2n-zn2"
6515   filter: "all"
6516   parameters:
6517   - "parent"
6518   - "name"
6519   - "conf-history"
6520
6521 # Test configuration - VPP MRR Test Configs 2n-clx
6522 - type: "table"
6523   title: "Test configuration - VPP MRR Test Configs 2n-clx"
6524   algorithm: "table_merged_details"
6525   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
6526   columns:
6527     - title: " |prein| Test Name |preout| "
6528       data: "data name"
6529     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6530       data: "data conf-history"
6531   data: "vpp-mrr-results-2n-clx"
6532   filter: "all"
6533   parameters:
6534   - "parent"
6535   - "name"
6536   - "conf-history"
6537
6538 # Test configuration - VPP MRR Test Configs 3n-tsh
6539 - type: "table"
6540   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
6541   algorithm: "table_merged_details"
6542   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
6543   columns:
6544     - title: " |prein| Test Name |preout| "
6545       data: "data name"
6546     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6547       data: "data conf-history"
6548   data: "vpp-mrr-results-3n-tsh"
6549   filter: "all"
6550   parameters:
6551   - "parent"
6552   - "name"
6553   - "conf-history"
6554
6555 # Test configuration - VPP MRR Test Configs 3n-dnv
6556 - type: "table"
6557   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
6558   algorithm: "table_merged_details"
6559   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
6560   columns:
6561     - title: " |prein| Test Name |preout| "
6562       data: "data name"
6563     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6564       data: "data conf-history"
6565   data: "vpp-mrr-results-3n-dnv"
6566   filter: "all"
6567   parameters:
6568   - "parent"
6569   - "name"
6570   - "conf-history"
6571
6572 # Test configuration - VPP MRR Test Configs 2n-dnv
6573 - type: "table"
6574   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
6575   algorithm: "table_merged_details"
6576   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
6577   columns:
6578     - title: " |prein| Test Name |preout| "
6579       data: "data name"
6580     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6581       data: "data conf-history"
6582   data: "vpp-mrr-results-2n-dnv"
6583   filter: "all"
6584   parameters:
6585   - "parent"
6586   - "name"
6587   - "conf-history"
6588
6589 # Detailed Test Results - VPP Device Results - Ubuntu
6590 - type: "table"
6591   title: "Detailed Test Results - VPP Device Results - Ubuntu"
6592   algorithm: "table_merged_details"
6593   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
6594   columns:
6595     - title: " |prein| Test Name |preout| "
6596       data: "data name"
6597     - title: " |prein| Status |preout| "
6598       data: "data status"
6599   data: "vpp-device-results-ubuntu"
6600   filter: "all"
6601   parameters:
6602   - "name"
6603   - "parent"
6604   - "doc"
6605   - "status"
6606
6607 # Test configuration - VPP Device Test Configs - Ubuntu
6608 - type: "table"
6609   title: "Test configuration - VPP Device Test Configs - Ubuntu"
6610   algorithm: "table_merged_details"
6611   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
6612   columns:
6613     - title: " |prein| Test Name |preout| "
6614       data: "data name"
6615     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6616       data: "data conf-history"
6617   data: "vpp-device-results-ubuntu"
6618   filter: "all"
6619   parameters:
6620   - "parent"
6621   - "name"
6622   - "conf-history"
6623
6624 ################################################################################
6625
6626 # DPDK Performance Changes 3n-hsw 1t1c pdr
6627 - type: "table"
6628   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6629   algorithm: "table_comparison"
6630   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6631   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6632   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6633   columns:
6634     - title: "2001"
6635       data-set: "dpdk-performance-changes-3n-hsw-h1"
6636     - title: "2005"
6637       data-set: "dpdk-performance-changes-3n-hsw-ref"
6638     - title: "2009"
6639       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6640   comparisons:
6641     - title: "Diff"
6642       reference: 2
6643       compare: 3
6644   legend:
6645     - ""
6646     - "2001, 2005, 2009 - DPDK versions tested."
6647     - "Diff - difference between 2005 and 2009 DPDK version."
6648
6649 # DPDK Performance Changes 3n-hsw 2t2c pdr
6650 - type: "table"
6651   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6652   algorithm: "table_comparison"
6653   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6654   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6655   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6656   columns:
6657     - title: "2001"
6658       data-set: "dpdk-performance-changes-3n-hsw-h1"
6659     - title: "2005"
6660       data-set: "dpdk-performance-changes-3n-hsw-ref"
6661     - title: "2009"
6662       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6663   comparisons:
6664     - title: "Diff"
6665       reference: 2
6666       compare: 3
6667   legend:
6668     - ""
6669     - "2001, 2005, 2009 - DPDK versions tested."
6670     - "Diff - difference between 2005 and 2009 DPDK version."
6671
6672 # DPDK Performance Changes 3n-hsw 1t1c pdr
6673 - type: "table"
6674   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6675   algorithm: "table_comparison"
6676   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6677   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6678   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6679   columns:
6680     - title: "2001"
6681       data-set: "dpdk-performance-changes-3n-hsw-h1"
6682     - title: "2005"
6683       data-set: "dpdk-performance-changes-3n-hsw-ref"
6684     - title: "2009"
6685       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6686   comparisons:
6687     - title: "Diff"
6688       reference: 2
6689       compare: 3
6690   legend:
6691     - ""
6692     - "2001, 2005, 2009 - DPDK versions tested."
6693     - "Diff - difference between 2005 and 2009 DPDK version."
6694
6695 # DPDK Performance Changes 3n-hsw 2t2c ndr
6696 - type: "table"
6697   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6698   algorithm: "table_comparison"
6699   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6700   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6701   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6702   columns:
6703     - title: "2001"
6704       data-set: "dpdk-performance-changes-3n-hsw-h1"
6705     - title: "2005"
6706       data-set: "dpdk-performance-changes-3n-hsw-ref"
6707     - title: "2009"
6708       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6709   comparisons:
6710     - title: "Diff"
6711       reference: 2
6712       compare: 3
6713   legend:
6714     - ""
6715     - "2001, 2005, 2009 - DPDK versions tested."
6716     - "Diff - difference between 2005 and 2009 DPDK version."
6717
6718 # DPDK Performance Changes 3n-skx 2t1c pdr
6719 - type: "table"
6720   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6721   algorithm: "table_comparison"
6722   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6723   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6724   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6725   columns:
6726     - title: "2001"
6727       data-set: "dpdk-performance-changes-3n-skx-h1"
6728     - title: "2005"
6729       data-set: "dpdk-performance-changes-3n-skx-ref"
6730     - title: "2009"
6731       data-set: "dpdk-performance-changes-3n-skx-cmp"
6732   comparisons:
6733     - title: "Diff"
6734       reference: 2
6735       compare: 3
6736   legend:
6737     - ""
6738     - "2001, 2005, 2009 - DPDK versions tested."
6739     - "Diff - difference between 2005 and 2009 DPDK version."
6740
6741 # DPDK Performance Changes 3n-skx 4t2c pdr
6742 - type: "table"
6743   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6744   algorithm: "table_comparison"
6745   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6746   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6747   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6748   columns:
6749     - title: "2001"
6750       data-set: "dpdk-performance-changes-3n-skx-h1"
6751     - title: "2005"
6752       data-set: "dpdk-performance-changes-3n-skx-ref"
6753     - title: "2009"
6754       data-set: "dpdk-performance-changes-3n-skx-cmp"
6755   comparisons:
6756     - title: "Diff"
6757       reference: 2
6758       compare: 3
6759   legend:
6760     - ""
6761     - "2001, 2005, 2009 - DPDK versions tested."
6762     - "Diff - difference between 2005 and 2009 DPDK version."
6763
6764 # DPDK Performance Changes 3n-skx 2t1c ndr
6765 - type: "table"
6766   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6767   algorithm: "table_comparison"
6768   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6769   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6770   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6771   columns:
6772     - title: "2001"
6773       data-set: "dpdk-performance-changes-3n-skx-h1"
6774     - title: "2005"
6775       data-set: "dpdk-performance-changes-3n-skx-ref"
6776     - title: "2009"
6777       data-set: "dpdk-performance-changes-3n-skx-cmp"
6778   comparisons:
6779     - title: "Diff"
6780       reference: 2
6781       compare: 3
6782   legend:
6783     - ""
6784     - "2001, 2005, 2009 - DPDK versions tested."
6785     - "Diff - difference between 2005 and 2009 DPDK version."
6786
6787 # DPDK Performance Changes 3n-skx 4t2c ndr
6788 - type: "table"
6789   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6790   algorithm: "table_comparison"
6791   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6792   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6793   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6794   columns:
6795     - title: "2001"
6796       data-set: "dpdk-performance-changes-3n-skx-h1"
6797     - title: "2005"
6798       data-set: "dpdk-performance-changes-3n-skx-ref"
6799     - title: "2009"
6800       data-set: "dpdk-performance-changes-3n-skx-cmp"
6801   comparisons:
6802     - title: "Diff"
6803       reference: 2
6804       compare: 3
6805   legend:
6806     - ""
6807     - "2001, 2005, 2009 - DPDK versions tested."
6808     - "Diff - difference between 2005 and 2009 DPDK version."
6809
6810 # DPDK Performance Changes 2n-skx 2t1c pdr
6811 - type: "table"
6812   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6813   algorithm: "table_comparison"
6814   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6815   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6816   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6817   columns:
6818     - title: "2001"
6819       data-set: "dpdk-performance-changes-2n-skx-h1"
6820     - title: "2005"
6821       data-set: "dpdk-performance-changes-2n-skx-ref"
6822     - title: "2009"
6823       data-set: "dpdk-performance-changes-2n-skx-cmp"
6824   comparisons:
6825     - title: "Diff"
6826       reference: 2
6827       compare: 3
6828   legend:
6829     - ""
6830     - "2001, 2005, 2009 - DPDK versions tested."
6831     - "Diff - difference between 2005 and 2009 DPDK version."
6832
6833 # DPDK Performance Changes 2n-skx 4t2c pdr
6834 - type: "table"
6835   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6836   algorithm: "table_comparison"
6837   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6838   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6839   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6840   columns:
6841     - title: "2001"
6842       data-set: "dpdk-performance-changes-2n-skx-h1"
6843     - title: "2005"
6844       data-set: "dpdk-performance-changes-2n-skx-ref"
6845     - title: "2009"
6846       data-set: "dpdk-performance-changes-2n-skx-cmp"
6847   comparisons:
6848     - title: "Diff"
6849       reference: 2
6850       compare: 3
6851   legend:
6852     - ""
6853     - "2001, 2005, 2009 - DPDK versions tested."
6854     - "Diff - difference between 2005 and 2009 DPDK version."
6855
6856 # DPDK Performance Changes 2n-skx 2t1c ndr
6857 - type: "table"
6858   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6859   algorithm: "table_comparison"
6860   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6861   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6862   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6863   columns:
6864     - title: "2001"
6865       data-set: "dpdk-performance-changes-2n-skx-h1"
6866     - title: "2005"
6867       data-set: "dpdk-performance-changes-2n-skx-ref"
6868     - title: "2009"
6869       data-set: "dpdk-performance-changes-2n-skx-cmp"
6870   comparisons:
6871     - title: "Diff"
6872       reference: 2
6873       compare: 3
6874   legend:
6875     - ""
6876     - "2001, 2005, 2009 - DPDK versions tested."
6877     - "Diff - difference between 2005 and 2009 DPDK version."
6878
6879 # DPDK Performance Changes 2n-skx 4t2c ndr
6880 - type: "table"
6881   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6882   algorithm: "table_comparison"
6883   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6884   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6885   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6886   columns:
6887     - title: "2001"
6888       data-set: "dpdk-performance-changes-2n-skx-h1"
6889     - title: "2005"
6890       data-set: "dpdk-performance-changes-2n-skx-ref"
6891     - title: "2009"
6892       data-set: "dpdk-performance-changes-2n-skx-cmp"
6893   comparisons:
6894     - title: "Diff"
6895       reference: 2
6896       compare: 3
6897   legend:
6898     - ""
6899     - "2001, 2005, 2009 - DPDK versions tested."
6900     - "Diff - difference between 2005 and 2009 DPDK version."
6901
6902 # DPDK Performance Changes 2n-clx 2t1c pdr
6903 - type: "table"
6904   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6905   algorithm: "table_comparison"
6906   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6907   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6908   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6909   columns:
6910     - title: "2001"
6911       data-set: "dpdk-performance-changes-2n-clx-h1"
6912     - title: "2005"
6913       data-set: "dpdk-performance-changes-2n-clx-ref"
6914     - title: "2009"
6915       data-set: "dpdk-performance-changes-2n-clx-cmp"
6916   comparisons:
6917     - title: "Diff"
6918       reference: 2
6919       compare: 3
6920   legend:
6921     - ""
6922     - "2001, 2005, 2009 - DPDK versions tested."
6923     - "Diff - difference between 2005 and 2009 DPDK version."
6924
6925 # DPDK Performance Changes 2n-clx 4t2c pdr
6926 - type: "table"
6927   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6928   algorithm: "table_comparison"
6929   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6930   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6931   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6932   columns:
6933     - title: "2001"
6934       data-set: "dpdk-performance-changes-2n-clx-h1"
6935     - title: "2005"
6936       data-set: "dpdk-performance-changes-2n-clx-ref"
6937     - title: "2009"
6938       data-set: "dpdk-performance-changes-2n-clx-cmp"
6939   comparisons:
6940     - title: "Diff"
6941       reference: 2
6942       compare: 3
6943   legend:
6944     - ""
6945     - "2001, 2005, 2009 - DPDK versions tested."
6946     - "Diff - difference between 2005 and 2009 DPDK version."
6947
6948 # DPDK Performance Changes 2n-clx 2t1c ndr
6949 - type: "table"
6950   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6951   algorithm: "table_comparison"
6952   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6953   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6954   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6955   columns:
6956     - title: "2001"
6957       data-set: "dpdk-performance-changes-2n-clx-h1"
6958     - title: "2005"
6959       data-set: "dpdk-performance-changes-2n-clx-ref"
6960     - title: "2009"
6961       data-set: "dpdk-performance-changes-2n-clx-cmp"
6962   comparisons:
6963     - title: "Diff"
6964       reference: 2
6965       compare: 3
6966   legend:
6967     - ""
6968     - "2001, 2005, 2009 - DPDK versions tested."
6969     - "Diff - difference between 2005 and 2009 DPDK version."
6970
6971 # DPDK Performance Changes 2n-clx 4t2c ndr
6972 - type: "table"
6973   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6974   algorithm: "table_comparison"
6975   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6976   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6977   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6978   columns:
6979     - title: "2001"
6980       data-set: "dpdk-performance-changes-2n-clx-h1"
6981     - title: "2005"
6982       data-set: "dpdk-performance-changes-2n-clx-ref"
6983     - title: "2009"
6984       data-set: "dpdk-performance-changes-2n-clx-cmp"
6985   comparisons:
6986     - title: "Diff"
6987       reference: 2
6988       compare: 3
6989   legend:
6990     - ""
6991     - "2001, 2005, 2009 - DPDK versions tested."
6992     - "Diff - difference between 2005 and 2009 DPDK version."
6993
6994 ## DPDK Performance Changes 2n-dnv 1t1c pdr
6995 #- type: "table"
6996 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6997 #  algorithm: "table_comparison"
6998 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6999 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7000 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7001 #  columns:
7002 #    - title: "2001"
7003 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
7004 #    - title: "2005"
7005 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
7006 #    - title: "2009"
7007 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
7008 #  comparisons:
7009 #    - title: "Diff"
7010 #      reference: 2
7011 #      compare: 3
7012 #  legend:
7013 #    - ""
7014 #    - "2001, 2005, 2009 - DPDK versions tested."
7015 #    - "Diff - difference between 2005 and 2009 DPDK version."
7016 #
7017 ## DPDK Performance Changes 2n-dnv 2t2c pdr
7018 #- type: "table"
7019 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
7020 #  algorithm: "table_comparison"
7021 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
7022 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7023 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7024 #  columns:
7025 #    - title: "2001"
7026 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
7027 #    - title: "2005"
7028 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
7029 #    - title: "2009"
7030 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
7031 #  comparisons:
7032 #    - title: "Diff"
7033 #      reference: 2
7034 #      compare: 3
7035 #  legend:
7036 #    - ""
7037 #    - "2001, 2005, 2009 - DPDK versions tested."
7038 #    - "Diff - difference between 2005 and 2009 DPDK version."
7039 #
7040 ## DPDK Performance Changes 2n-dnv 1t1c ndr
7041 #- type: "table"
7042 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
7043 #  algorithm: "table_comparison"
7044 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
7045 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7046 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7047 #  columns:
7048 #    - title: "2001"
7049 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
7050 #    - title: "2005"
7051 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
7052 #    - title: "2009"
7053 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
7054 #  comparisons:
7055 #    - title: "Diff"
7056 #      reference: 2
7057 #      compare: 3
7058 #  legend:
7059 #    - ""
7060 #    - "2001, 2005, 2009 - DPDK versions tested."
7061 #    - "Diff - difference between 2005 and 2009 DPDK version."
7062 #
7063 ## DPDK Performance Changes 2n-dnv 2t2c ndr
7064 #- type: "table"
7065 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
7066 #  algorithm: "table_comparison"
7067 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
7068 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7069 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7070 #  columns:
7071 #    - title: "2001"
7072 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
7073 #    - title: "2005"
7074 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
7075 #    - title: "2009"
7076 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
7077 #  comparisons:
7078 #    - title: "Diff"
7079 #      reference: 2
7080 #      compare: 3
7081 #  legend:
7082 #    - ""
7083 #    - "2001, 2005, 2009 - DPDK versions tested."
7084 #    - "Diff - difference between 2005 and 2009 DPDK version."
7085 #
7086 ## DPDK Performance Changes 3n-dnv 1t1c pdr
7087 #- type: "table"
7088 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
7089 #  algorithm: "table_comparison"
7090 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
7091 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7092 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7093 #  columns:
7094 #    - title: "2001"
7095 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7096 #    - title: "2005"
7097 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7098 #    - title: "2009"
7099 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7100 #  comparisons:
7101 #    - title: "Diff"
7102 #      reference: 2
7103 #      compare: 3
7104 #  legend:
7105 #    - ""
7106 #    - "2001, 2005, 2009 - DPDK versions tested."
7107 #    - "Diff - difference between 2005 and 2009 DPDK version."
7108 #
7109 ## DPDK Performance Changes 3n-dnv 2t2c pdr
7110 #- type: "table"
7111 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
7112 #  algorithm: "table_comparison"
7113 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
7114 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7115 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7116 #  columns:
7117 #    - title: "2001"
7118 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7119 #    - title: "2005"
7120 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7121 #    - title: "2009"
7122 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7123 #  comparisons:
7124 #    - title: "Diff"
7125 #      reference: 2
7126 #      compare: 3
7127 #  legend:
7128 #    - ""
7129 #    - "2001, 2005, 2009 - DPDK versions tested."
7130 #    - "Diff - difference between 2005 and 2009 DPDK version."
7131 #
7132 ## DPDK Performance Changes 3n-dnv 1t1c ndr
7133 #- type: "table"
7134 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
7135 #  algorithm: "table_comparison"
7136 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
7137 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7138 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7139 #  columns:
7140 #    - title: "2001"
7141 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7142 #    - title: "2005"
7143 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7144 #    - title: "2009"
7145 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7146 #  comparisons:
7147 #    - title: "Diff"
7148 #      reference: 2
7149 #      compare: 3
7150 #  legend:
7151 #    - ""
7152 #    - "2001, 2005, 2009 - DPDK versions tested."
7153 #    - "Diff - difference between 2005 and 2009 DPDK version."
7154 #
7155 ## DPDK Performance Changes 3n-dnv 2t2c ndr
7156 #- type: "table"
7157 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
7158 #  algorithm: "table_comparison"
7159 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
7160 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7161 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7162 #  columns:
7163 #    - title: "2001"
7164 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7165 #    - title: "2005"
7166 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7167 #    - title: "2009"
7168 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7169 #  comparisons:
7170 #    - title: "Diff"
7171 #      reference: 2
7172 #      compare: 3
7173 #  legend:
7174 #    - ""
7175 #    - "2001, 2005, 2009 - DPDK versions tested."
7176 #    - "Diff - difference between 2005 and 2009 DPDK version."
7177
7178 # DPDK Performance Changes 3n-tsh 1t1c pdr
7179 - type: "table"
7180   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
7181   algorithm: "table_comparison"
7182   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
7183   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7184   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7185   columns:
7186     - title: "2001"
7187       data-set: "dpdk-performance-changes-3n-tsh-h1"
7188     - title: "2005"
7189       data-set: "dpdk-performance-changes-3n-tsh-ref"
7190     - title: "2009"
7191       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7192   comparisons:
7193     - title: "Diff"
7194       reference: 2
7195       compare: 3
7196   legend:
7197     - ""
7198     - "2001, 2005, 2009 - DPDK versions tested."
7199     - "Diff - difference between 2005 and 2009 DPDK version."
7200
7201 # DPDK Performance Changes 3n-tsh 2t2c pdr
7202 - type: "table"
7203   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
7204   algorithm: "table_comparison"
7205   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
7206   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7207   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7208   columns:
7209     - title: "2001"
7210       data-set: "dpdk-performance-changes-3n-tsh-h1"
7211     - title: "2005"
7212       data-set: "dpdk-performance-changes-3n-tsh-ref"
7213     - title: "2009"
7214       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7215   comparisons:
7216     - title: "Diff"
7217       reference: 2
7218       compare: 3
7219   legend:
7220     - ""
7221     - "2001, 2005, 2009 - DPDK versions tested."
7222     - "Diff - difference between 2005 and 2009 DPDK version."
7223
7224 # DPDK Performance Changes 3n-tsh 1t1c ndr
7225 - type: "table"
7226   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
7227   algorithm: "table_comparison"
7228   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
7229   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7230   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7231   columns:
7232     - title: "2001"
7233       data-set: "dpdk-performance-changes-3n-tsh-h1"
7234     - title: "2005"
7235       data-set: "dpdk-performance-changes-3n-tsh-ref"
7236     - title: "2009"
7237       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7238   comparisons:
7239     - title: "Diff"
7240       reference: 2
7241       compare: 3
7242   legend:
7243     - ""
7244     - "2001, 2005, 2009 - DPDK versions tested."
7245     - "Diff - difference between 2005 and 2009 DPDK version."
7246
7247 # DPDK Performance Changes 3n-tsh 2t2c ndr
7248 - type: "table"
7249   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
7250   algorithm: "table_comparison"
7251   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
7252   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7253   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7254   columns:
7255     - title: "2001"
7256       data-set: "dpdk-performance-changes-3n-tsh-h1"
7257     - title: "2005"
7258       data-set: "dpdk-performance-changes-3n-tsh-ref"
7259     - title: "2009"
7260       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7261   comparisons:
7262     - title: "Diff"
7263       reference: 2
7264       compare: 3
7265   legend:
7266     - ""
7267     - "2001, 2005, 2009 - DPDK versions tested."
7268     - "Diff - difference between 2005 and 2009 DPDK version."
7269
7270 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
7271 - type: "table"
7272   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
7273   algorithm: "table_comparison"
7274   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
7275   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7276   filter: "'NIC_Intel-X710'"
7277   columns:
7278     - title: "3n-hsw x710"
7279       data-set: "dpdk-compare-testbeds-ref"
7280     - title: "3n-skx x710"
7281       data-set: "dpdk-compare-testbeds-cmp"
7282   comparisons:
7283     - title: "Diff"
7284       reference: 1
7285       compare: 2
7286   legend:
7287     - ""
7288     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7289     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7290
7291 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
7292 - type: "table"
7293   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
7294   algorithm: "table_comparison"
7295   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
7296   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7297   filter: "'NIC_Intel-X710'"
7298   columns:
7299     - title: "3n-hsw x710"
7300       data-set: "dpdk-compare-testbeds-ref"
7301     - title: "3n-skx x710"
7302       data-set: "dpdk-compare-testbeds-cmp"
7303   comparisons:
7304     - title: "Diff"
7305       reference: 1
7306       compare: 2
7307   legend:
7308     - ""
7309     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7310     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7311
7312 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
7313 - type: "table"
7314   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
7315   algorithm: "table_comparison"
7316   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
7317   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7318   filter: "'NIC_Intel-XXV710'"
7319   columns:
7320     - title: "2n-skx"
7321       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7322     - title: "2n-clx"
7323       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7324   comparisons:
7325     - title: "Diff"
7326       reference: 1
7327       compare: 2
7328   legend:
7329     - ""
7330     - "2n-skx, 2n-clx - testbeds and NICs tested."
7331     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7332
7333 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
7334 - type: "table"
7335   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
7336   algorithm: "table_comparison"
7337   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
7338   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7339   filter: "'NIC_Intel-XXV710'"
7340   columns:
7341     - title: "2n-skx"
7342       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7343     - title: "2n-clx"
7344       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7345   comparisons:
7346     - title: "Diff"
7347       reference: 1
7348       compare: 2
7349   legend:
7350     - ""
7351     - "2n-skx, 2n-clx - testbeds and NICs tested."
7352     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7353
7354 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
7355 - type: "table"
7356   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
7357   algorithm: "table_comparison"
7358   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
7359   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7360   filter: "'NIC_Intel-XXV710'"
7361   columns:
7362     - title: "3n-skx"
7363       data-set: "dpdk-compare-topologies-ref"
7364     - title: "2n-skx"
7365       data-set: "dpdk-compare-topologies-cmp"
7366   comparisons:
7367     - title: "Diff"
7368       reference: 1
7369       compare: 2
7370   legend:
7371     - ""
7372     - "3n-skx, 2n-skx - topologies tested."
7373     - "Diff - difference between 3n-skx and 2n-skx topologies."
7374
7375 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
7376 - type: "table"
7377   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
7378   algorithm: "table_comparison"
7379   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
7380   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7381   filter: "'NIC_Intel-XXV710'"
7382   columns:
7383     - title: "3n-skx"
7384       data-set: "dpdk-compare-topologies-ref"
7385     - title: "2n-skx"
7386       data-set: "dpdk-compare-topologies-cmp"
7387   comparisons:
7388     - title: "Diff"
7389       reference: 1
7390       compare: 2
7391   legend:
7392     - ""
7393     - "3n-skx, 2n-skx - topologies tested."
7394     - "Diff - difference between 3n-skx and 2n-skx topologies."
7395
7396 # Detailed Test Results - DPDK Performance Results 3n-hsw
7397 - type: "table"
7398   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
7399   algorithm: "table_merged_details"
7400   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
7401   columns:
7402     - title: " |prein| Test Name |preout| "
7403       data: "data name"
7404     - 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| "
7405       data: "data msg"
7406   data: "dpdk-perf-results-3n-hsw"
7407   filter: "all"
7408   parameters:
7409   - "name"
7410   - "parent"
7411   - "msg"
7412
7413 # Detailed Test Results - DPDK Performance Results 3n-skx
7414 - type: "table"
7415   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
7416   algorithm: "table_merged_details"
7417   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
7418   columns:
7419     - title: " |prein| Test Name |preout| "
7420       data: "data name"
7421     - 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| "
7422       data: "data msg"
7423   data: "dpdk-perf-results-3n-skx"
7424   filter: "all"
7425   remove-ndr: False
7426   parameters:
7427   - "name"
7428   - "parent"
7429   - "msg"
7430
7431 # Detailed Test Results - DPDK Performance Results 2n-skx
7432 - type: "table"
7433   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
7434   algorithm: "table_merged_details"
7435   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
7436   columns:
7437     - title: " |prein| Test Name |preout| "
7438       data: "data name"
7439     - 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| "
7440       data: "data msg"
7441   data: "dpdk-perf-results-2n-skx"
7442   filter: "all"
7443   remove-ndr: False
7444   parameters:
7445   - "name"
7446   - "parent"
7447   - "msg"
7448
7449 # Detailed Test Results - DPDK Performance Results 2n-zn2
7450 - type: "table"
7451   title: "Detailed Test Results - DPDK Performance Results 2n-zn2"
7452   algorithm: "table_merged_details"
7453   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_zn2"
7454   columns:
7455     - title: " |prein| Test Name |preout| "
7456       data: "data name"
7457     - 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| "
7458       data: "data msg"
7459   data: "dpdk-perf-results-2n-zn2"
7460   filter: "all"
7461   remove-ndr: False
7462   parameters:
7463   - "name"
7464   - "parent"
7465   - "msg"
7466
7467 # Detailed Test Results - DPDK Performance Results 2n-clx
7468 - type: "table"
7469   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
7470   algorithm: "table_merged_details"
7471   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
7472   columns:
7473     - title: " |prein| Test Name |preout| "
7474       data: "data name"
7475     - 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| "
7476       data: "data msg"
7477   data: "dpdk-perf-results-2n-clx"
7478   filter: "all"
7479   parameters:
7480   - "name"
7481   - "parent"
7482   - "msg"
7483
7484 ## Detailed Test Results - DPDK Performance Results 2n-dnv
7485 #- type: "table"
7486 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
7487 #  algorithm: "table_merged_details"
7488 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
7489 #  columns:
7490 #    - title: " |prein| Test Name |preout| "
7491 #      data: "data name"
7492 #    - 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| "
7493 #      data: "data msg"
7494 #  data: "dpdk-perf-results-2n-dnv"
7495 #  filter: "all"
7496 #  parameters:
7497 #  - "name"
7498 #  - "parent"
7499 #  - "msg"
7500 #
7501 ## Detailed Test Results - DPDK Performance Results 3n-dnv
7502 #- type: "table"
7503 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
7504 #  algorithm: "table_merged_details"
7505 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
7506 #  columns:
7507 #    - title: " |prein| Test Name |preout| "
7508 #      data: "data name"
7509 #    - 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| "
7510 #      data: "data msg"
7511 #  data: "dpdk-perf-results-3n-dnv"
7512 #  filter: "all"
7513 #  parameters:
7514 #  - "name"
7515 #  - "parent"
7516 #  - "msg"
7517
7518 # Detailed Test Results - DPDK Performance Results 3n-tsh
7519 - type: "table"
7520   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
7521   algorithm: "table_merged_details"
7522   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
7523   columns:
7524     - title: " |prein| Test Name |preout| "
7525       data: "data name"
7526     - 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| "
7527       data: "data msg"
7528   data: "dpdk-perf-results-3n-tsh"
7529   filter: "all"
7530   parameters:
7531   - "name"
7532   - "parent"
7533   - "msg"
7534
7535 ################################################################################
7536 ###                                F I L E S                                 ###
7537 ################################################################################
7538
7539 # VPP Performance Results
7540 - type: "file"
7541   title: "VPP Performance Results"
7542   algorithm: "file_details_split"
7543   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
7544   dir-tables:
7545     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
7546     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
7547     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
7548     - "{DIR[DTR,PERF,VPP,2N,ZN2]}"
7549     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
7550     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
7551     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
7552     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
7553   data:
7554     - "vpp-perf-results-2n-skx"
7555     - "vpp-perf-results-3n-skx"
7556     - "vpp-perf-results-2n-clx"
7557     - "vpp-perf-results-2n-zn2"
7558     - "vpp-perf-results-3n-hsw"
7559     - "vpp-perf-results-3n-tsh"
7560     - "vpp-perf-results-2n-dnv"
7561     - "vpp-perf-results-3n-dnv"
7562   filter: "all"
7563   data-start-level: 4
7564   order-chapters:
7565     level-1:
7566       - "l2"
7567       - "ip4"
7568       - "ip6"
7569       - "srv6"
7570       - "ip4_tunnels"
7571       - "ip6_tunnels"
7572       - "vm_vhost"
7573       - "container_memif"
7574       - "crypto"
7575       - "vts"
7576       - "lb"
7577       - "nfv_density"
7578       - "hoststack"
7579     level-2:
7580       - "2n-skx"
7581       - "3n-skx"
7582       - "2n-clx"
7583       - "2n-zn2"
7584       - "3n-hsw"
7585       - "3n-tsh"
7586       - "2n-dnv"
7587       - "3n-dnv"
7588     level-3:
7589       - "xl710"
7590       - "x520"
7591       - "xxv710"
7592       - "x710"
7593       - "x553"
7594       - "cx556a"
7595       - "vic1227"
7596       - "vic1385"
7597
7598 # VPP Performance Configuration
7599 - type: "file"
7600   title: "VPP Performance Configuration"
7601   algorithm: "file_details_split"
7602   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
7603   dir-tables:
7604     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
7605     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
7606     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
7607     - "{DIR[DTC,PERF,VPP,2N,ZN2]}"
7608     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
7609     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
7610     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
7611     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
7612   data:
7613     - "vpp-perf-results-2n-skx"
7614     - "vpp-perf-results-3n-skx"
7615     - "vpp-perf-results-2n-clx"
7616     - "vpp-perf-results-2n-zn2"
7617     - "vpp-perf-results-3n-hsw"
7618     - "vpp-perf-results-3n-tsh"
7619     - "vpp-perf-results-2n-dnv"
7620     - "vpp-perf-results-3n-dnv"
7621   filter: "all"
7622   data-start-level: 4
7623   order-chapters:
7624     level-1:
7625       - "l2"
7626       - "ip4"
7627       - "ip6"
7628       - "srv6"
7629       - "ip4_tunnels"
7630       - "ip6_tunnels"
7631       - "vm_vhost"
7632       - "container_memif"
7633       - "crypto"
7634       - "vts"
7635       - "lb"
7636       - "nfv_density"
7637       - "hoststack"
7638     level-2:
7639       - "2n-skx"
7640       - "3n-skx"
7641       - "2n-clx"
7642       - "2n-zn2"
7643       - "3n-hsw"
7644       - "3n-tsh"
7645       - "2n-dnv"
7646       - "3n-dnv"
7647     level-3:
7648       - "xl710"
7649       - "x520"
7650       - "xxv710"
7651       - "x710"
7652       - "x553"
7653       - "cx556a"
7654       - "vic1227"
7655       - "vic1385"
7656
7657 # VPP Performance Operational
7658 - type: "file"
7659   title: "VPP Performance Operational"
7660   algorithm: "file_details_split_html"
7661   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7662   dir-tables:
7663     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7664     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7665     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7666     - "{DIR[DTO,PERF,VPP,2N,ZN2]}"
7667     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7668     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7669     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7670     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7671   data:
7672     - "vpp-perf-results-2n-skx"
7673     - "vpp-perf-results-3n-skx"
7674     - "vpp-perf-results-2n-clx"
7675     - "vpp-perf-results-2n-zn2"
7676     - "vpp-perf-results-3n-hsw"
7677     - "vpp-perf-results-3n-tsh"
7678     - "vpp-perf-results-2n-dnv"
7679     - "vpp-perf-results-3n-dnv"
7680   filter: "all"
7681   data-start-level: 4
7682   order-chapters:
7683     level-1:
7684       - "l2"
7685       - "ip4"
7686       - "ip6"
7687       - "srv6"
7688       - "ip4_tunnels"
7689       - "ip6_tunnels"
7690       - "vm_vhost"
7691       - "container_memif"
7692       - "crypto"
7693       - "vts"
7694       - "lb"
7695       - "nfv_density"
7696       - "hoststack"
7697     level-2:
7698       - "2n-skx"
7699       - "3n-skx"
7700       - "2n-clx"
7701       - "2n-zn2"
7702       - "3n-hsw"
7703       - "3n-tsh"
7704       - "2n-dnv"
7705       - "3n-dnv"
7706     level-3:
7707       - "xl710"
7708       - "x520"
7709       - "xxv710"
7710       - "x710"
7711       - "x553"
7712       - "cx556a"
7713       - "vic1227"
7714       - "vic1385"
7715
7716 # VPP MRR Results
7717 - type: "file"
7718   title: "VPP MRR Results"
7719   algorithm: "file_details_split"
7720   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7721   dir-tables:
7722     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7723     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7724     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7725     - "{DIR[DTR,MRR,VPP,2N,ZN2]}"
7726     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7727     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7728     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7729     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7730   data:
7731     - "vpp-mrr-results-2n-skx"
7732     - "vpp-mrr-results-3n-skx"
7733     - "vpp-mrr-results-2n-clx"
7734     - "vpp-mrr-results-2n-zn2"
7735     - "vpp-mrr-results-3n-hsw"
7736     - "vpp-mrr-results-3n-tsh"
7737     - "vpp-mrr-results-2n-dnv"
7738     - "vpp-mrr-results-3n-dnv"
7739   filter: "all"
7740   data-start-level: 4
7741   order-chapters:
7742     level-1:
7743       - "l2"
7744       - "ip4"
7745       - "ip6"
7746       - "srv6"
7747       - "ip4_tunnels"
7748       - "ip6_tunnels"
7749       - "vm_vhost"
7750       - "container_memif"
7751       - "crypto"
7752       - "vts"
7753       - "lb"
7754       - "nfv_density"
7755       - "hoststack"
7756     level-2:
7757       - "2n-skx"
7758       - "3n-skx"
7759       - "2n-clx"
7760       - "2n-zn2"
7761       - "3n-hsw"
7762       - "3n-tsh"
7763       - "2n-dnv"
7764       - "3n-dnv"
7765     level-3:
7766       - "xl710"
7767       - "x520"
7768       - "xxv710"
7769       - "x710"
7770       - "x553"
7771       - "cx556a"
7772       - "vic1227"
7773       - "vic1385"
7774
7775 # VPP MRR Configuration
7776 - type: "file"
7777   title: "VPP MRR Configuration"
7778   algorithm: "file_details_split"
7779   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7780   dir-tables:
7781     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7782     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7783     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7784     - "{DIR[DTC,MRR,VPP,2N,ZN2]}"
7785     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7786     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7787     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7788     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7789   data:
7790     - "vpp-mrr-results-2n-skx"
7791     - "vpp-mrr-results-3n-skx"
7792     - "vpp-mrr-results-2n-clx"
7793     - "vpp-mrr-results-2n-zn2"
7794     - "vpp-mrr-results-3n-hsw"
7795     - "vpp-mrr-results-3n-tsh"
7796     - "vpp-mrr-results-2n-dnv"
7797     - "vpp-mrr-results-3n-dnv"
7798   filter: "all"
7799   data-start-level: 4
7800   order-chapters:
7801     level-1:
7802       - "l2"
7803       - "ip4"
7804       - "ip6"
7805       - "srv6"
7806       - "ip4_tunnels"
7807       - "ip6_tunnels"
7808       - "vm_vhost"
7809       - "container_memif"
7810       - "crypto"
7811       - "vts"
7812       - "lb"
7813       - "nfv_density"
7814       - "hoststack"
7815     level-2:
7816       - "2n-skx"
7817       - "3n-skx"
7818       - "2n-clx"
7819       - "2n-zn2"
7820       - "3n-hsw"
7821       - "3n-tsh"
7822       - "2n-dnv"
7823       - "3n-dnv"
7824     level-3:
7825       - "xl710"
7826       - "x520"
7827       - "xxv710"
7828       - "x710"
7829       - "x553"
7830       - "cx556a"
7831       - "vic1227"
7832       - "vic1385"
7833
7834 # VPP Device Results - Ubuntu
7835 - type: "file"
7836   title: "VPP Device Results - Ubuntu"
7837   algorithm: "file_test_results"
7838   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7839   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7840   data: "vpp-device-results-ubuntu"
7841   filter: "all"
7842   data-start-level: 4
7843
7844 # VPP Device Configuration - Ubuntu
7845 - type: "file"
7846   title: "VPP Device Configuration - Ubuntu"
7847   algorithm: "file_test_results"
7848   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7849   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7850   data: "vpp-device-results-ubuntu"
7851   filter: "all"
7852   data-start-level: 4
7853
7854 # DPDK Performance Results 3n-hsw
7855 - type: "file"
7856   title: "DPDK Performance Results 3n-hsw"
7857   algorithm: "file_test_results"
7858   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7859   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7860   data: "dpdk-perf-results-3n-hsw"
7861   filter: "all"
7862   data-start-level: 4
7863
7864 # DPDK Performance Results 3n-skx
7865 - type: "file"
7866   title: "DPDK Performance Results 3n-skx"
7867   algorithm: "file_test_results"
7868   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7869   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7870   data: "dpdk-perf-results-3n-skx"
7871   filter: "all"
7872   data-start-level: 4
7873
7874 # DPDK Performance Results 2n-skx
7875 - type: "file"
7876   title: "DPDK Performance Results 2n-skx"
7877   algorithm: "file_test_results"
7878   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7879   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7880   data: "dpdk-perf-results-2n-skx"
7881   filter: "all"
7882   data-start-level: 4
7883
7884 # DPDK Performance Results 2n-zn2
7885 - type: "file"
7886   title: "DPDK Performance Results 2n-zn2"
7887   algorithm: "file_test_results"
7888   output-file: "{DIR[DTR,PERF,DPDK,2N,ZN2]}"
7889   dir-tables: "{DIR[DTR,PERF,DPDK,2N,ZN2]}"
7890   data: "dpdk-perf-results-2n-zn2"
7891   filter: "all"
7892   data-start-level: 4
7893
7894 # DPDK Performance Results 2n-clx
7895 - type: "file"
7896   title: "DPDK Performance Results 2n-clx"
7897   algorithm: "file_test_results"
7898   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7899   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7900   data: "dpdk-perf-results-2n-clx"
7901   filter: "all"
7902   data-start-level: 4
7903
7904 ## DPDK Performance Results 2n-dnv
7905 #- type: "file"
7906 #  title: "DPDK Performance Results 2n-dnv"
7907 #  algorithm: "file_test_results"
7908 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7909 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7910 #  data: "dpdk-perf-results-2n-dnv"
7911 #  filter: "all"
7912 #  data-start-level: 4
7913 #
7914 ## DPDK Performance Results 3n-dnv
7915 #- type: "file"
7916 #  title: "DPDK Performance Results 3n-dnv"
7917 #  algorithm: "file_test_results"
7918 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7919 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7920 #  data: "dpdk-perf-results-3n-dnv"
7921 #  filter: "all"
7922 #  data-start-level: 4
7923
7924 # DPDK Performance Results 3n-tsh
7925 - type: "file"
7926   title: "DPDK Performance Results 3n-tsh"
7927   algorithm: "file_test_results"
7928   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7929   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7930   data: "dpdk-perf-results-3n-tsh"
7931   filter: "all"
7932   data-start-level: 4
7933
7934 ################################################################################
7935 ###                                P L O T S                                 ###
7936 ################################################################################
7937
7938 # Hoststack tests 3n-hsw
7939
7940 - type: "plot"
7941   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7942   algorithm: "plot_perf_box_name"
7943   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7944   data: "plot-vpp-hoststack-3n-hsw"
7945   include:
7946     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7947     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7948   layout:
7949     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7950     layout: "plot-hoststack"
7951
7952 - type: "plot"
7953   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7954   algorithm: "plot_perf_box_name"
7955   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7956   data: "plot-vpp-hoststack-3n-hsw"
7957   include:
7958     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7959     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7960   layout:
7961     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7962     layout: "plot-hoststack"
7963
7964 - type: "plot"
7965   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7966   algorithm: "plot_perf_box_name"
7967   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7968   data: "plot-vpp-hoststack-3n-hsw"
7969   include:
7970     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7971     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7972     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7973     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7974   layout:
7975     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7976     layout: "plot-hoststack"
7977
7978 ################################################################################
7979
7980 # Soak Test (PLRsearch), boxes - 2n-clx
7981 - type: "plot"
7982   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7983   algorithm: "plot_perf_box_name"
7984   output-file-type: ".html"
7985   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7986   data: "plot-vpp-soak-2n-clx"
7987   include:
7988     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7989     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7990     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7991     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7992     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7993     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7994   layout:
7995     title: "30 Minutes Soak Test (PLRsearch)"
7996     layout: "plot-soak-throughput"
7997
7998 # Soak Test (PLRsearch), boxes - 2n-clx
7999 - type: "plot"
8000   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8001   algorithm: "plot_perf_box_name"
8002   output-file-type: ".html"
8003   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
8004   data: "plot-vpp-soak-2n-clx"
8005   include:
8006     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8007     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8008     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8009     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8010     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8011     - "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"
8012   layout:
8013     title: "30 Minutes Soak Test (PLRsearch)"
8014     layout: "plot-soak-throughput"
8015
8016 # Soak Test (PLRsearch), boxes - 2n-skx
8017 - type: "plot"
8018   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8019   algorithm: "plot_perf_box_name"
8020   output-file-type: ".html"
8021   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
8022   data: "plot-vpp-soak-2n-skx"
8023   include:
8024     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
8025     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
8026     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
8027     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8028     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8029     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8030   layout:
8031     title: "30 Minutes Soak Test (PLRsearch)"
8032     layout: "plot-soak-throughput"
8033
8034 # Soak Test (PLRsearch), boxes - 2n-skx
8035 - type: "plot"
8036   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8037   algorithm: "plot_perf_box_name"
8038   output-file-type: ".html"
8039   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
8040   data: "plot-vpp-soak-2n-skx"
8041   include:
8042     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8043     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8044     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8045     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8046     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8047     - "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"
8048   layout:
8049     title: "30 Minutes Soak Test (PLRsearch)"
8050     layout: "plot-soak-throughput"
8051
8052 ###############################################################################
8053
8054 # Reconf tests 2n-skx
8055
8056 - type: "plot"
8057   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8058   algorithm: "plot_nf_reconf_box_name"
8059   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8060   data: "plot-vpp-nfv-reconf-2n-skx"
8061   include:
8062     - "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"
8063     - "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"
8064     - "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"
8065     - "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"
8066     - "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"
8067     - "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"
8068   layout:
8069     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8070     layout: "plot-throughput"
8071
8072 - type: "plot"
8073   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8074   algorithm: "plot_nf_reconf_box_name"
8075   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8076   data: "plot-vpp-nfv-reconf-2n-skx"
8077   include:
8078     - "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"
8079     - "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"
8080     - "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"
8081     - "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"
8082     - "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"
8083     - "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"
8084   layout:
8085     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8086     layout: "plot-throughput"
8087
8088 - type: "plot"
8089   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8090   algorithm: "plot_nf_reconf_box_name"
8091   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8092   data: "plot-vpp-nfv-reconf-2n-skx"
8093   include:
8094     - "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"
8095     - "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"
8096     - "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"
8097     - "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"
8098     - "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"
8099     - "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"
8100   layout:
8101     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8102     layout: "plot-throughput"
8103
8104 ###############################################################################
8105
8106 # Reconf tests 2n-clx
8107
8108 - type: "plot"
8109   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8110   algorithm: "plot_nf_reconf_box_name"
8111   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8112   data: "plot-vpp-nfv-reconf-2n-clx"
8113   include:
8114     - "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"
8115     - "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"
8116     - "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"
8117     - "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"
8118   layout:
8119     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8120     layout: "plot-throughput"
8121
8122 - type: "plot"
8123   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8124   algorithm: "plot_nf_reconf_box_name"
8125   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8126   data: "plot-vpp-nfv-reconf-2n-clx"
8127   include:
8128     - "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"
8129     - "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"
8130     - "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"
8131     - "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"
8132   layout:
8133     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8134     layout: "plot-throughput"
8135
8136 - type: "plot"
8137   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8138   algorithm: "plot_nf_reconf_box_name"
8139   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8140   data: "plot-vpp-nfv-reconf-2n-clx"
8141   include:
8142     - "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"
8143     - "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"
8144     - "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"
8145     - "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"
8146   layout:
8147     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8148     layout: "plot-throughput"
8149
8150 ###############################################################################
8151
8152 # Plots - NF Density - VSC - MRR IMIX
8153 - type: "plot"
8154   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8155   algorithm: "plot_nf_heatmap"
8156   output-file-type: ".html"
8157   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
8158   data: "plot-vpp-nfv-2n-skx-mrr"
8159   filter: "'NIC_Intel-XXV710' and
8160            'NF_DENSITY' and
8161            'VHOST' and
8162            not 'VXLAN' and
8163            'CHAIN' and
8164            'NF_VPPIP4' and
8165            'IMIX' and
8166            '2T1C' and
8167            'MRR'"
8168   parameters:
8169   - "result"
8170   - "name"
8171   - "tags"
8172   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8173   x-axis: "X = VNFs per Service Chain"
8174   y-axis: "Y = Number of Service Chains"
8175   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8176   layout:
8177     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8178     layout: "plot-service-density"
8179
8180 - type: "plot"
8181   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8182   algorithm: "plot_nf_heatmap"
8183   output-file-type: ".html"
8184   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
8185   data: "plot-vpp-nfv-2n-skx-mrr"
8186   filter: "'NIC_Intel-XXV710' and
8187            'NF_DENSITY' and
8188            'VHOST' and
8189            not 'VXLAN' and
8190            'CHAIN' and
8191            'NF_VPPIP4' and
8192            'IMIX' and
8193            '4T2C' and
8194            'MRR'"
8195   parameters:
8196   - "result"
8197   - "name"
8198   - "tags"
8199   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8200   x-axis: "X = VNFs per Service Chain"
8201   y-axis: "Y = Number of Service Chains"
8202   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8203   layout:
8204     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8205     layout: "plot-service-density"
8206
8207 - type: "plot"
8208   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8209   algorithm: "plot_nf_heatmap"
8210   output-file-type: ".html"
8211   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
8212   data: "plot-vpp-nfv-2n-skx-mrr"
8213   filter: "'NIC_Intel-XXV710' and
8214            'NF_DENSITY' and
8215            'VHOST' and
8216            not 'VXLAN' and
8217            'CHAIN' and
8218            'NF_VPPIP4' and
8219            'IMIX' and
8220            '8T4C' and
8221            'MRR'"
8222   parameters:
8223   - "result"
8224   - "name"
8225   - "tags"
8226   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8227   x-axis: "X = VNFs per Service Chain"
8228   y-axis: "Y = Number of Service Chains"
8229   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8230   layout:
8231     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8232     layout: "plot-service-density"
8233
8234 # Plots - NF Density - VSC - NDR IMIX
8235 - type: "plot"
8236   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8237   algorithm: "plot_nf_heatmap"
8238   output-file-type: ".html"
8239   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
8240   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8241   filter: "'NIC_Intel-XXV710' and
8242            'NF_DENSITY' and
8243            'VHOST' and
8244            not 'VXLAN' and
8245            'CHAIN' and
8246            'NF_VPPIP4' and
8247            'IMIX' and
8248            '2T1C' and
8249            'NDRPDR'"
8250   parameters:
8251   - "throughput"
8252   - "name"
8253   - "tags"
8254   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8255   x-axis: "X = VNFs per Service Chain"
8256   y-axis: "Y = Number of Service Chains"
8257   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8258   layout:
8259     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8260     layout: "plot-service-density"
8261
8262 - type: "plot"
8263   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8264   algorithm: "plot_nf_heatmap"
8265   output-file-type: ".html"
8266   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
8267   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8268   filter: "'NIC_Intel-XXV710' and
8269            'NF_DENSITY' and
8270            'VHOST' and
8271            not 'VXLAN' and
8272            'CHAIN' and
8273            'NF_VPPIP4' and
8274            'IMIX' and
8275            '4T2C' and
8276            'NDRPDR'"
8277   parameters:
8278   - "throughput"
8279   - "name"
8280   - "tags"
8281   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8282   x-axis: "X = VNFs per Service Chain"
8283   y-axis: "Y = Number of Service Chains"
8284   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8285   layout:
8286     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8287     layout: "plot-service-density"
8288
8289 - type: "plot"
8290   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8291   algorithm: "plot_nf_heatmap"
8292   output-file-type: ".html"
8293   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
8294   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8295   filter: "'NIC_Intel-XXV710' and
8296            'NF_DENSITY' and
8297            'VHOST' and
8298            not 'VXLAN' and
8299            'CHAIN' and
8300            'NF_VPPIP4' and
8301            'IMIX' and
8302            '8T4C' and
8303            'NDRPDR'"
8304   parameters:
8305   - "throughput"
8306   - "name"
8307   - "tags"
8308   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8309   x-axis: "X = VNFs per Service Chain"
8310   y-axis: "Y = Number of Service Chains"
8311   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8312   layout:
8313     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8314     layout: "plot-service-density"
8315
8316 # Plots - NF Density - VSC - PDR IMIX
8317 - type: "plot"
8318   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8319   algorithm: "plot_nf_heatmap"
8320   output-file-type: ".html"
8321   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
8322   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8323   filter: "'NIC_Intel-XXV710' and
8324            'NF_DENSITY' and
8325            'VHOST' and
8326            not 'VXLAN' and
8327            'CHAIN' and
8328            'NF_VPPIP4' and
8329            'IMIX' and
8330            '2T1C' and
8331            'NDRPDR'"
8332   parameters:
8333   - "throughput"
8334   - "name"
8335   - "tags"
8336   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8337   x-axis: "X = VNFs per Service Chain"
8338   y-axis: "Y = Number of Service Chains"
8339   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8340   layout:
8341     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8342     layout: "plot-service-density"
8343
8344 - type: "plot"
8345   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8346   algorithm: "plot_nf_heatmap"
8347   output-file-type: ".html"
8348   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
8349   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8350   filter: "'NIC_Intel-XXV710' and
8351            'NF_DENSITY' and
8352            'VHOST' and
8353            not 'VXLAN' and
8354            'CHAIN' and
8355            'NF_VPPIP4' and
8356            'IMIX' and
8357            '4T2C' and
8358            'NDRPDR'"
8359   parameters:
8360   - "throughput"
8361   - "name"
8362   - "tags"
8363   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8364   x-axis: "X = VNFs per Service Chain"
8365   y-axis: "Y = Number of Service Chains"
8366   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8367   layout:
8368     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8369     layout: "plot-service-density"
8370
8371 - type: "plot"
8372   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8373   algorithm: "plot_nf_heatmap"
8374   output-file-type: ".html"
8375   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
8376   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8377   filter: "'NIC_Intel-XXV710' and
8378            'NF_DENSITY' and
8379            'VHOST' and
8380            not 'VXLAN' and
8381            'CHAIN' and
8382            'NF_VPPIP4' and
8383            'IMIX' and
8384            '8T4C' and
8385            'NDRPDR'"
8386   parameters:
8387   - "throughput"
8388   - "name"
8389   - "tags"
8390   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8391   x-axis: "X = VNFs per Service Chain"
8392   y-axis: "Y = Number of Service Chains"
8393   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8394   layout:
8395     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8396     layout: "plot-service-density"
8397
8398 ###############################################################################
8399
8400 # Plots - NF Density - VSC - MRR IMIX
8401 - type: "plot"
8402   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8403   algorithm: "plot_nf_heatmap"
8404   output-file-type: ".html"
8405   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
8406   data: "plot-vpp-nfv-2n-skx-mrr"
8407   filter: "'NIC_Intel-XXV710' and
8408            'NF_DENSITY' and
8409            'VHOST' and
8410            'VXLAN' and
8411            'CHAIN' and
8412            'IMIX' and
8413            '2T1C' and
8414            'MRR'"
8415   parameters:
8416   - "result"
8417   - "name"
8418   - "tags"
8419   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8420   x-axis: "X = VNFs per Service Chain"
8421   y-axis: "Y = Number of Service Chains"
8422   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8423   layout:
8424     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8425     layout: "plot-service-density"
8426
8427 - type: "plot"
8428   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8429   algorithm: "plot_nf_heatmap"
8430   output-file-type: ".html"
8431   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
8432   data: "plot-vpp-nfv-2n-skx-mrr"
8433   filter: "'NIC_Intel-XXV710' and
8434            'NF_DENSITY' and
8435            'VHOST' and
8436            'VXLAN' and
8437            'CHAIN' and
8438            'IMIX' and
8439            '4T2C' and
8440            'MRR'"
8441   parameters:
8442   - "result"
8443   - "name"
8444   - "tags"
8445   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8446   x-axis: "X = VNFs per Service Chain"
8447   y-axis: "Y = Number of Service Chains"
8448   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8449   layout:
8450     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8451     layout: "plot-service-density"
8452
8453 - type: "plot"
8454   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8455   algorithm: "plot_nf_heatmap"
8456   output-file-type: ".html"
8457   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
8458   data: "plot-vpp-nfv-2n-skx-mrr"
8459   filter: "'NIC_Intel-XXV710' and
8460            'NF_DENSITY' and
8461            'VHOST' and
8462            'VXLAN' and
8463            'CHAIN' and
8464            'IMIX' and
8465            '8T4C' and
8466            'MRR'"
8467   parameters:
8468   - "result"
8469   - "name"
8470   - "tags"
8471   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8472   x-axis: "X = VNFs per Service Chain"
8473   y-axis: "Y = Number of Service Chains"
8474   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8475   layout:
8476     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8477     layout: "plot-service-density"
8478
8479 # Plots - NF Density - VSC - NDR IMIX
8480 - type: "plot"
8481   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8482   algorithm: "plot_nf_heatmap"
8483   output-file-type: ".html"
8484   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8485   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8486   filter: "'NIC_Intel-XXV710' and
8487            'NF_DENSITY' and
8488            'VHOST' and
8489            'VXLAN' and
8490            'CHAIN' and
8491            'IMIX' and
8492            '2T1C' and
8493            'NDRPDR'"
8494   parameters:
8495   - "throughput"
8496   - "name"
8497   - "tags"
8498   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8499   x-axis: "X = VNFs per Service Chain"
8500   y-axis: "Y = Number of Service Chains"
8501   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8502   layout:
8503     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8504     layout: "plot-service-density"
8505
8506 - type: "plot"
8507   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8508   algorithm: "plot_nf_heatmap"
8509   output-file-type: ".html"
8510   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8511   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8512   filter: "'NIC_Intel-XXV710' and
8513            'NF_DENSITY' and
8514            'VHOST' and
8515            'VXLAN' and
8516            'CHAIN' and
8517            'IMIX' and
8518            '4T2C' and
8519            'NDRPDR'"
8520   parameters:
8521   - "throughput"
8522   - "name"
8523   - "tags"
8524   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8525   x-axis: "X = VNFs per Service Chain"
8526   y-axis: "Y = Number of Service Chains"
8527   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8528   layout:
8529     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8530     layout: "plot-service-density"
8531
8532 - type: "plot"
8533   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8534   algorithm: "plot_nf_heatmap"
8535   output-file-type: ".html"
8536   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8537   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8538   filter: "'NIC_Intel-XXV710' and
8539            'NF_DENSITY' and
8540            'VHOST' and
8541            'VXLAN' and
8542            'CHAIN' and
8543            'IMIX' and
8544            '8T4C' and
8545            'NDRPDR'"
8546   parameters:
8547   - "throughput"
8548   - "name"
8549   - "tags"
8550   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8551   x-axis: "X = VNFs per Service Chain"
8552   y-axis: "Y = Number of Service Chains"
8553   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8554   layout:
8555     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8556     layout: "plot-service-density"
8557
8558 # Plots - NF Density - VSC - PDR IMIX
8559 - type: "plot"
8560   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8561   algorithm: "plot_nf_heatmap"
8562   output-file-type: ".html"
8563   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8564   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8565   filter: "'NIC_Intel-XXV710' and
8566            'NF_DENSITY' and
8567            'VHOST' and
8568            'VXLAN' and
8569            'CHAIN' and
8570            'IMIX' and
8571            '2T1C' and
8572            'NDRPDR'"
8573   parameters:
8574   - "throughput"
8575   - "name"
8576   - "tags"
8577   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8578   x-axis: "X = VNFs per Service Chain"
8579   y-axis: "Y = Number of Service Chains"
8580   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8581   layout:
8582     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8583     layout: "plot-service-density"
8584
8585 - type: "plot"
8586   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8587   algorithm: "plot_nf_heatmap"
8588   output-file-type: ".html"
8589   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8590   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8591   filter: "'NIC_Intel-XXV710' and
8592            'NF_DENSITY' and
8593            'VHOST' and
8594            'VXLAN' and
8595            'CHAIN' and
8596            'IMIX' and
8597            '4T2C' and
8598            'NDRPDR'"
8599   parameters:
8600   - "throughput"
8601   - "name"
8602   - "tags"
8603   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8604   x-axis: "X = VNFs per Service Chain"
8605   y-axis: "Y = Number of Service Chains"
8606   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8607   layout:
8608     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8609     layout: "plot-service-density"
8610
8611 - type: "plot"
8612   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8613   algorithm: "plot_nf_heatmap"
8614   output-file-type: ".html"
8615   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8616   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8617   filter: "'NIC_Intel-XXV710' and
8618            'NF_DENSITY' and
8619            'VHOST' and
8620            'VXLAN' and
8621            'CHAIN' and
8622            'IMIX' and
8623            '8T4C' and
8624            'NDRPDR'"
8625   parameters:
8626   - "throughput"
8627   - "name"
8628   - "tags"
8629   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8630   x-axis: "X = VNFs per Service Chain"
8631   y-axis: "Y = Number of Service Chains"
8632   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8633   layout:
8634     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8635     layout: "plot-service-density"
8636
8637 ###############################################################################
8638
8639 # Plots - NF Density - CSC - MRR IMIX
8640 - type: "plot"
8641   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8642   algorithm: "plot_nf_heatmap"
8643   output-file-type: ".html"
8644   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8645   data: "plot-vpp-nfv-2n-skx-mrr"
8646   filter: "'NIC_Intel-XXV710' and
8647            'NF_DENSITY' and
8648            'DOCKER' and
8649            'CHAIN' and
8650            'NF_VPPIP4' and
8651            'IMIX' and
8652            '2T1C' and
8653            'MRR'"
8654   parameters:
8655   - "result"
8656   - "name"
8657   - "tags"
8658   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8659   x-axis: "X = CNFs per Service Chain"
8660   y-axis: "Y = Number of Service Chains"
8661   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8662   layout:
8663     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8664     layout: "plot-service-density"
8665
8666 - type: "plot"
8667   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8668   algorithm: "plot_nf_heatmap"
8669   output-file-type: ".html"
8670   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8671   data: "plot-vpp-nfv-2n-skx-mrr"
8672   filter: "'NIC_Intel-XXV710' and
8673            'NF_DENSITY' and
8674            'DOCKER' and
8675            'CHAIN' and
8676            'NF_VPPIP4' and
8677            'IMIX' and
8678            '4T2C' and
8679            'MRR'"
8680   parameters:
8681   - "result"
8682   - "name"
8683   - "tags"
8684   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8685   x-axis: "X = CNFs per Service Chain"
8686   y-axis: "Y = Number of Service Chains"
8687   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8688   layout:
8689     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8690     layout: "plot-service-density"
8691
8692 - type: "plot"
8693   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8694   algorithm: "plot_nf_heatmap"
8695   output-file-type: ".html"
8696   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8697   data: "plot-vpp-nfv-2n-skx-mrr"
8698   filter: "'NIC_Intel-XXV710' and
8699            'NF_DENSITY' and
8700            'DOCKER' and
8701            'CHAIN' and
8702            'NF_VPPIP4' and
8703            'IMIX' and
8704            '8T4C' and
8705            'MRR'"
8706   parameters:
8707   - "result"
8708   - "name"
8709   - "tags"
8710   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8711   x-axis: "X = CNFs per Service Chain"
8712   y-axis: "Y = Number of Service Chains"
8713   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8714   layout:
8715     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8716     layout: "plot-service-density"
8717
8718 # Plots - NF Density - CSC - NDR IMIX
8719 - type: "plot"
8720   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8721   algorithm: "plot_nf_heatmap"
8722   output-file-type: ".html"
8723   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8724   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8725   filter: "'NIC_Intel-XXV710' and
8726            'NF_DENSITY' and
8727            'DOCKER' and
8728            'CHAIN' and
8729            'NF_VPPIP4' and
8730            'IMIX' and
8731            '2T1C' and
8732            'NDRPDR'"
8733   parameters:
8734   - "throughput"
8735   - "name"
8736   - "tags"
8737   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8738   x-axis: "X = CNFs per Service Chain"
8739   y-axis: "Y = Number of Service Chains"
8740   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8741   layout:
8742     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8743     layout: "plot-service-density"
8744
8745 - type: "plot"
8746   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8747   algorithm: "plot_nf_heatmap"
8748   output-file-type: ".html"
8749   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8750   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8751   filter: "'NIC_Intel-XXV710' and
8752            'NF_DENSITY' and
8753            'DOCKER' and
8754            'CHAIN' and
8755            'NF_VPPIP4' and
8756            'IMIX' and
8757            '4T2C' and
8758            'NDRPDR'"
8759   parameters:
8760   - "throughput"
8761   - "name"
8762   - "tags"
8763   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8764   x-axis: "X = CNFs per Service Chain"
8765   y-axis: "Y = Number of Service Chains"
8766   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8767   layout:
8768     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8769     layout: "plot-service-density"
8770
8771 - type: "plot"
8772   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8773   algorithm: "plot_nf_heatmap"
8774   output-file-type: ".html"
8775   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8776   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8777   filter: "'NIC_Intel-XXV710' and
8778            'NF_DENSITY' and
8779            'DOCKER' and
8780            'CHAIN' and
8781            'NF_VPPIP4' and
8782            'IMIX' and
8783            '8T4C' and
8784            'NDRPDR'"
8785   parameters:
8786   - "throughput"
8787   - "name"
8788   - "tags"
8789   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8790   x-axis: "X = CNFs per Service Chain"
8791   y-axis: "Y = Number of Service Chains"
8792   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8793   layout:
8794     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8795     layout: "plot-service-density"
8796
8797 # Plots - NF Density - CSC - PDR IMIX
8798 - type: "plot"
8799   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8800   algorithm: "plot_nf_heatmap"
8801   output-file-type: ".html"
8802   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8803   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8804   filter: "'NIC_Intel-XXV710' and
8805            'NF_DENSITY' and
8806            'DOCKER' and
8807            'CHAIN' and
8808            'NF_VPPIP4' and
8809            'IMIX' and
8810            '2T1C' and
8811            'NDRPDR'"
8812   parameters:
8813   - "throughput"
8814   - "name"
8815   - "tags"
8816   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8817   x-axis: "X = CNFs per Service Chain"
8818   y-axis: "Y = Number of Service Chains"
8819   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8820   layout:
8821     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8822     layout: "plot-service-density"
8823
8824 - type: "plot"
8825   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8826   algorithm: "plot_nf_heatmap"
8827   output-file-type: ".html"
8828   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8829   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8830   filter: "'NIC_Intel-XXV710' and
8831            'NF_DENSITY' and
8832            'DOCKER' and
8833            'CHAIN' and
8834            'NF_VPPIP4' and
8835            'IMIX' and
8836            '4T2C' and
8837            'NDRPDR'"
8838   parameters:
8839   - "throughput"
8840   - "name"
8841   - "tags"
8842   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8843   x-axis: "X = CNFs per Service Chain"
8844   y-axis: "Y = Number of Service Chains"
8845   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8846   layout:
8847     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8848     layout: "plot-service-density"
8849
8850 - type: "plot"
8851   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8852   algorithm: "plot_nf_heatmap"
8853   output-file-type: ".html"
8854   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8855   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8856   filter: "'NIC_Intel-XXV710' and
8857            'NF_DENSITY' and
8858            'DOCKER' and
8859            'CHAIN' and
8860            'NF_VPPIP4' and
8861            'IMIX' and
8862            '8T4C' and
8863            'NDRPDR'"
8864   parameters:
8865   - "throughput"
8866   - "name"
8867   - "tags"
8868   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8869   x-axis: "X = CNFs per Service Chain"
8870   y-axis: "Y = Number of Service Chains"
8871   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8872   layout:
8873     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8874     layout: "plot-service-density"
8875
8876 ################################################################################
8877 #
8878 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8879 #- type: "plot"
8880 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8881 #  algorithm: "plot_nf_heatmap"
8882 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8883 #  data: "plot-vpp-nfv-3n-skx-mrr"
8884 #  filter: "'NIC_Intel-XXV710' and
8885 #           'NF_DENSITY' and
8886 #           'DOCKER' and
8887 #           'CHAIN' and
8888 #           'NF_VPPIP4' and
8889 #           'IPSEC' and
8890 #           'TNL_4' and
8891 #           'IMIX' and
8892 #           '2T1C' and
8893 #           'MRR'"
8894 #  parameters:
8895 #  - "result"
8896 #  - "name"
8897 #  - "tags"
8898 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8899 #  x-axis: "X = CNFs per Service Chain"
8900 #  y-axis: "Y = Number of Service Chains"
8901 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8902 #  layout:
8903 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8904 #    layout: "plot-service-density"
8905 #
8906 #- type: "plot"
8907 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8908 #  algorithm: "plot_nf_heatmap"
8909 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8910 #  data: "plot-vpp-nfv-3n-skx-mrr"
8911 #  filter: "'NIC_Intel-XXV710' and
8912 #           'NF_DENSITY' and
8913 #           'DOCKER' and
8914 #           'CHAIN' and
8915 #           'NF_VPPIP4' and
8916 #           'IPSEC' and
8917 #           'TNL_4' and
8918 #           'IMIX' and
8919 #           '4T2C' and
8920 #           'MRR'"
8921 #  parameters:
8922 #  - "result"
8923 #  - "name"
8924 #  - "tags"
8925 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8926 #  x-axis: "X = CNFs per Service Chain"
8927 #  y-axis: "Y = Number of Service Chains"
8928 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8929 #  layout:
8930 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8931 #    layout: "plot-service-density"
8932 #
8933 #- type: "plot"
8934 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8935 #  algorithm: "plot_nf_heatmap"
8936 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8937 #  data: "plot-vpp-nfv-3n-skx-mrr"
8938 #  filter: "'NIC_Intel-XXV710' and
8939 #           'NF_DENSITY' and
8940 #           'DOCKER' and
8941 #           'CHAIN' and
8942 #           'NF_VPPIP4' and
8943 #           'IPSEC' and
8944 #           'TNL_4' and
8945 #           'IMIX' and
8946 #           '8T4C' and
8947 #           'MRR'"
8948 #  parameters:
8949 #  - "result"
8950 #  - "name"
8951 #  - "tags"
8952 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8953 #  x-axis: "X = CNFs per Service Chain"
8954 #  y-axis: "Y = Number of Service Chains"
8955 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8956 #  layout:
8957 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8958 #    layout: "plot-service-density"
8959
8960 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8961 #- type: "plot"
8962 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8963 #  algorithm: "plot_nf_heatmap"
8964 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8965 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8966 #  filter: "'NIC_Intel-XXV710' and
8967 #           'NF_DENSITY' and
8968 #           'DOCKER' and
8969 #           'CHAIN' and
8970 #           'NF_VPPIP4' and
8971 #           'IPSEC' and
8972 #           'TNL_4' and
8973 #           'IMIX' and
8974 #           '2T1C' and
8975 #           'NDRPDR'"
8976 #  parameters:
8977 #  - "throughput"
8978 #  - "name"
8979 #  - "tags"
8980 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8981 #  x-axis: "X = CNFs per Service Chain"
8982 #  y-axis: "Y = Number of Service Chains"
8983 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8984 #  layout:
8985 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8986 #    layout: "plot-service-density"
8987 #
8988 #- type: "plot"
8989 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8990 #  algorithm: "plot_nf_heatmap"
8991 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8992 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8993 #  filter: "'NIC_Intel-XXV710' and
8994 #           'NF_DENSITY' and
8995 #           'DOCKER' and
8996 #           'CHAIN' and
8997 #           'NF_VPPIP4' and
8998 #           'IPSEC' and
8999 #           'TNL_4' and
9000 #           'IMIX' and
9001 #           '4T2C' and
9002 #           'NDRPDR'"
9003 #  parameters:
9004 #  - "throughput"
9005 #  - "name"
9006 #  - "tags"
9007 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9008 #  x-axis: "X = CNFs per Service Chain"
9009 #  y-axis: "Y = Number of Service Chains"
9010 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9011 #  layout:
9012 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9013 #    layout: "plot-service-density"
9014 #
9015 #- type: "plot"
9016 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9017 #  algorithm: "plot_nf_heatmap"
9018 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
9019 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9020 #  filter: "'NIC_Intel-XXV710' and
9021 #           'NF_DENSITY' and
9022 #           'DOCKER' and
9023 #           'CHAIN' and
9024 #           'NF_VPPIP4' and
9025 #           'IPSEC' and
9026 #           'TNL_4' and
9027 #           'IMIX' and
9028 #           '8T4C' and
9029 #           'NDRPDR'"
9030 #  parameters:
9031 #  - "throughput"
9032 #  - "name"
9033 #  - "tags"
9034 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9035 #  x-axis: "X = CNFs per Service Chain"
9036 #  y-axis: "Y = Number of Service Chains"
9037 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9038 #  layout:
9039 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9040 #    layout: "plot-service-density"
9041 #
9042 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9043 #- type: "plot"
9044 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9045 #  algorithm: "plot_nf_heatmap"
9046 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
9047 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9048 #  filter: "'NIC_Intel-XXV710' and
9049 #           'NF_DENSITY' and
9050 #           'DOCKER' and
9051 #           'CHAIN' and
9052 #           'NF_VPPIP4' and
9053 #           'IPSEC' and
9054 #           'TNL_4' and
9055 #           'IMIX' and
9056 #           '2T1C' and
9057 #           'NDRPDR'"
9058 #  parameters:
9059 #  - "throughput"
9060 #  - "name"
9061 #  - "tags"
9062 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9063 #  x-axis: "X = CNFs per Service Chain"
9064 #  y-axis: "Y = Number of Service Chains"
9065 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9066 #  layout:
9067 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9068 #    layout: "plot-service-density"
9069 #
9070 #- type: "plot"
9071 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9072 #  algorithm: "plot_nf_heatmap"
9073 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
9074 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9075 #  filter: "'NIC_Intel-XXV710' and
9076 #           'NF_DENSITY' and
9077 #           'DOCKER' and
9078 #           'CHAIN' and
9079 #           'NF_VPPIP4' and
9080 #           'IPSEC' and
9081 #           'TNL_4' and
9082 #           'IMIX' and
9083 #           '4T2C' and
9084 #           'NDRPDR'"
9085 #  parameters:
9086 #  - "throughput"
9087 #  - "name"
9088 #  - "tags"
9089 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9090 #  x-axis: "X = CNFs per Service Chain"
9091 #  y-axis: "Y = Number of Service Chains"
9092 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9093 #  layout:
9094 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9095 #    layout: "plot-service-density"
9096 #
9097 #- type: "plot"
9098 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9099 #  algorithm: "plot_nf_heatmap"
9100 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
9101 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9102 #  filter: "'NIC_Intel-XXV710' and
9103 #           'NF_DENSITY' and
9104 #           'DOCKER' and
9105 #           'CHAIN' and
9106 #           'NF_VPPIP4' and
9107 #           'IPSEC' and
9108 #           'TNL_4' and
9109 #           'IMIX' and
9110 #           '8T4C' and
9111 #           'NDRPDR'"
9112 #  parameters:
9113 #  - "throughput"
9114 #  - "name"
9115 #  - "tags"
9116 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9117 #  x-axis: "X = CNFs per Service Chain"
9118 #  y-axis: "Y = Number of Service Chains"
9119 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9120 #  layout:
9121 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9122 #    layout: "plot-service-density"
9123
9124 ###############################################################################
9125
9126 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9127 #- type: "plot"
9128 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9129 #  algorithm: "plot_nf_heatmap"
9130 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
9131 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9132 #  filter: "'NIC_Intel-XL710' and
9133 #           'NF_DENSITY' and
9134 #           'DOCKER' and
9135 #           'CHAIN' and
9136 #           'NF_VPPIP4' and
9137 #           'IMIX' and
9138 #           'TNL_4' and
9139 #           '1T1C' and
9140 #           'MRR'"
9141 #  parameters:
9142 #  - "result"
9143 #  - "name"
9144 #  - "tags"
9145 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9146 #  x-axis: "X = CNFs per Service Chain"
9147 #  y-axis: "Y = Number of Service Chains"
9148 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9149 #  layout:
9150 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9151 #    layout: "plot-service-density"
9152 #
9153 #- type: "plot"
9154 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9155 #  algorithm: "plot_nf_heatmap"
9156 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
9157 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9158 #  filter: "'NIC_Intel-XL710' and
9159 #           'NF_DENSITY' and
9160 #           'DOCKER' and
9161 #           'CHAIN' and
9162 #           'NF_VPPIP4' and
9163 #           'IPSEC' and
9164 #           'TNL_4' and
9165 #           'IMIX' and
9166 #           '2T2C' and
9167 #           'MRR'"
9168 #  parameters:
9169 #  - "result"
9170 #  - "name"
9171 #  - "tags"
9172 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9173 #  x-axis: "X = CNFs per Service Chain"
9174 #  y-axis: "Y = Number of Service Chains"
9175 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9176 #  layout:
9177 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9178 #    layout: "plot-service-density"
9179 #
9180 #- type: "plot"
9181 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9182 #  algorithm: "plot_nf_heatmap"
9183 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
9184 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9185 #  filter: "'NIC_Intel-XL710' and
9186 #           'NF_DENSITY' and
9187 #           'DOCKER' and
9188 #           'CHAIN' and
9189 #           'NF_VPPIP4' and
9190 #           'IPSEC' and
9191 #           'TNL_4' and
9192 #           'IMIX' and
9193 #           '4T4C' and
9194 #           'MRR'"
9195 #  parameters:
9196 #  - "result"
9197 #  - "name"
9198 #  - "tags"
9199 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9200 #  x-axis: "X = CNFs per Service Chain"
9201 #  y-axis: "Y = Number of Service Chains"
9202 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9203 #  layout:
9204 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9205 #    layout: "plot-service-density"
9206
9207 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9208 #- type: "plot"
9209 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9210 #  algorithm: "plot_nf_heatmap"
9211 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
9212 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9213 #  filter: "'NIC_Intel-XL710' and
9214 #           'NF_DENSITY' and
9215 #           'DOCKER' and
9216 #           'CHAIN' and
9217 #           'NF_VPPIP4' and
9218 #           'IPSEC' and
9219 #           'TNL_4' and
9220 #           'IMIX' and
9221 #           '1T1C' and
9222 #           'NDRPDR'"
9223 #  parameters:
9224 #  - "throughput"
9225 #  - "name"
9226 #  - "tags"
9227 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9228 #  x-axis: "X = CNFs per Service Chain"
9229 #  y-axis: "Y = Number of Service Chains"
9230 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9231 #  layout:
9232 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9233 #    layout: "plot-service-density"
9234 #
9235 #- type: "plot"
9236 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9237 #  algorithm: "plot_nf_heatmap"
9238 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9239 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9240 #  filter: "'NIC_Intel-XL710' and
9241 #           'NF_DENSITY' and
9242 #           'DOCKER' and
9243 #           'CHAIN' and
9244 #           'NF_VPPIP4' and
9245 #           'IPSEC' and
9246 #           'TNL_4' and
9247 #           'IMIX' and
9248 #           '2T2C' and
9249 #           'NDRPDR'"
9250 #  parameters:
9251 #  - "throughput"
9252 #  - "name"
9253 #  - "tags"
9254 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9255 #  x-axis: "X = CNFs per Service Chain"
9256 #  y-axis: "Y = Number of Service Chains"
9257 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9258 #  layout:
9259 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9260 #    layout: "plot-service-density"
9261 #
9262 #- type: "plot"
9263 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9264 #  algorithm: "plot_nf_heatmap"
9265 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9266 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9267 #  filter: "'NIC_Intel-XL710' and
9268 #           'NF_DENSITY' and
9269 #           'DOCKER' and
9270 #           'CHAIN' and
9271 #           'NF_VPPIP4' and
9272 #           'IPSEC' and
9273 #           'TNL_4' and
9274 #           'IMIX' and
9275 #           '4T4C' and
9276 #           'NDRPDR'"
9277 #  parameters:
9278 #  - "throughput"
9279 #  - "name"
9280 #  - "tags"
9281 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9282 #  x-axis: "X = CNFs per Service Chain"
9283 #  y-axis: "Y = Number of Service Chains"
9284 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9285 #  layout:
9286 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9287 #    layout: "plot-service-density"
9288 #
9289 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9290 #- type: "plot"
9291 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9292 #  algorithm: "plot_nf_heatmap"
9293 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9294 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9295 #  filter: "'NIC_Intel-XL710' and
9296 #           'NF_DENSITY' and
9297 #           'DOCKER' and
9298 #           'CHAIN' and
9299 #           'NF_VPPIP4' and
9300 #           'IPSEC' and
9301 #           'TNL_4' and
9302 #           'IMIX' and
9303 #           '1T1C' and
9304 #           'NDRPDR'"
9305 #  parameters:
9306 #  - "throughput"
9307 #  - "name"
9308 #  - "tags"
9309 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9310 #  x-axis: "X = CNFs per Service Chain"
9311 #  y-axis: "Y = Number of Service Chains"
9312 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9313 #  layout:
9314 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9315 #    layout: "plot-service-density"
9316 #
9317 #- type: "plot"
9318 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9319 #  algorithm: "plot_nf_heatmap"
9320 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9321 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9322 #  filter: "'NIC_Intel-XL710' and
9323 #           'NF_DENSITY' and
9324 #           'DOCKER' and
9325 #           'CHAIN' and
9326 #           'NF_VPPIP4' and
9327 #           'IPSEC' and
9328 #           'TNL_4' and
9329 #           'IMIX' and
9330 #           '2T2C' and
9331 #           'NDRPDR'"
9332 #  parameters:
9333 #  - "throughput"
9334 #  - "name"
9335 #  - "tags"
9336 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9337 #  x-axis: "X = CNFs per Service Chain"
9338 #  y-axis: "Y = Number of Service Chains"
9339 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9340 #  layout:
9341 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9342 #    layout: "plot-service-density"
9343 #
9344 #- type: "plot"
9345 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9346 #  algorithm: "plot_nf_heatmap"
9347 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9348 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9349 #  filter: "'NIC_Intel-XL710' and
9350 #           'NF_DENSITY' and
9351 #           'DOCKER' and
9352 #           'CHAIN' and
9353 #           'NF_VPPIP4' and
9354 #           'IPSEC' and
9355 #           'TNL_4' and
9356 #           'IMIX' and
9357 #           '4T4C' and
9358 #           'NDRPDR'"
9359 #  parameters:
9360 #  - "throughput"
9361 #  - "name"
9362 #  - "tags"
9363 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9364 #  x-axis: "X = CNFs per Service Chain"
9365 #  y-axis: "Y = Number of Service Chains"
9366 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9367 #  layout:
9368 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9369 #    layout: "plot-service-density"
9370
9371 ###############################################################################
9372
9373 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9374 #- type: "plot"
9375 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9376 #  algorithm: "plot_nf_heatmap"
9377 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9378 #  data: "plot-vpp-nfv-3n-skx-mrr"
9379 #  filter: "'NIC_Intel-XXV710' and
9380 #           'NF_DENSITY' and
9381 #           'DOCKER' and
9382 #           'CHAIN' and
9383 #           'NF_VPPIP4' and
9384 #           'IPSEC' and
9385 #           'TNL_1000' and
9386 #           'IMIX' and
9387 #           '2T1C' and
9388 #           'MRR'"
9389 #  parameters:
9390 #  - "result"
9391 #  - "name"
9392 #  - "tags"
9393 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9394 #  x-axis: "X = CNFs per Service Chain"
9395 #  y-axis: "Y = Number of Service Chains"
9396 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9397 #  layout:
9398 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9399 #    layout: "plot-service-density"
9400 #
9401 #- type: "plot"
9402 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9403 #  algorithm: "plot_nf_heatmap"
9404 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9405 #  data: "plot-vpp-nfv-3n-skx-mrr"
9406 #  filter: "'NIC_Intel-XXV710' and
9407 #           'NF_DENSITY' and
9408 #           'DOCKER' and
9409 #           'CHAIN' and
9410 #           'NF_VPPIP4' and
9411 #           'IPSEC' and
9412 #           'TNL_1000' and
9413 #           'IMIX' and
9414 #           '4T2C' and
9415 #           'MRR'"
9416 #  parameters:
9417 #  - "result"
9418 #  - "name"
9419 #  - "tags"
9420 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9421 #  x-axis: "X = CNFs per Service Chain"
9422 #  y-axis: "Y = Number of Service Chains"
9423 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9424 #  layout:
9425 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9426 #    layout: "plot-service-density"
9427 #
9428 #- type: "plot"
9429 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9430 #  algorithm: "plot_nf_heatmap"
9431 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9432 #  data: "plot-vpp-nfv-3n-skx-mrr"
9433 #  filter: "'NIC_Intel-XXV710' and
9434 #           'NF_DENSITY' and
9435 #           'DOCKER' and
9436 #           'CHAIN' and
9437 #           'NF_VPPIP4' and
9438 #           'IPSEC' and
9439 #           'TNL_1000' and
9440 #           'IMIX' and
9441 #           '8T4C' and
9442 #           'MRR'"
9443 #  parameters:
9444 #  - "result"
9445 #  - "name"
9446 #  - "tags"
9447 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9448 #  x-axis: "X = CNFs per Service Chain"
9449 #  y-axis: "Y = Number of Service Chains"
9450 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9451 #  layout:
9452 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9453 #    layout: "plot-service-density"
9454
9455 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9456 #- type: "plot"
9457 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9458 #  algorithm: "plot_nf_heatmap"
9459 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9460 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9461 #  filter: "'NIC_Intel-XXV710' and
9462 #           'NF_DENSITY' and
9463 #           'DOCKER' and
9464 #           'CHAIN' and
9465 #           'NF_VPPIP4' and
9466 #           'IPSEC' and
9467 #           'TNL_1000' and
9468 #           'IMIX' and
9469 #           '2T1C' and
9470 #           'NDRPDR'"
9471 #  parameters:
9472 #  - "throughput"
9473 #  - "name"
9474 #  - "tags"
9475 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9476 #  x-axis: "X = CNFs per Service Chain"
9477 #  y-axis: "Y = Number of Service Chains"
9478 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9479 #  layout:
9480 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9481 #    layout: "plot-service-density"
9482 #
9483 #- type: "plot"
9484 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9485 #  algorithm: "plot_nf_heatmap"
9486 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9487 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9488 #  filter: "'NIC_Intel-XXV710' and
9489 #           'NF_DENSITY' and
9490 #           'DOCKER' and
9491 #           'CHAIN' and
9492 #           'NF_VPPIP4' and
9493 #           'IPSEC' and
9494 #           'TNL_1000' and
9495 #           'IMIX' and
9496 #           '4T2C' and
9497 #           'NDRPDR'"
9498 #  parameters:
9499 #  - "throughput"
9500 #  - "name"
9501 #  - "tags"
9502 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9503 #  x-axis: "X = CNFs per Service Chain"
9504 #  y-axis: "Y = Number of Service Chains"
9505 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9506 #  layout:
9507 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9508 #    layout: "plot-service-density"
9509 #
9510 #- type: "plot"
9511 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9512 #  algorithm: "plot_nf_heatmap"
9513 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9514 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9515 #  filter: "'NIC_Intel-XXV710' and
9516 #           'NF_DENSITY' and
9517 #           'DOCKER' and
9518 #           'CHAIN' and
9519 #           'NF_VPPIP4' and
9520 #           'IPSEC' and
9521 #           'TNL_1000' and
9522 #           'IMIX' and
9523 #           '8T4C' and
9524 #           'NDRPDR'"
9525 #  parameters:
9526 #  - "throughput"
9527 #  - "name"
9528 #  - "tags"
9529 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9530 #  x-axis: "X = CNFs per Service Chain"
9531 #  y-axis: "Y = Number of Service Chains"
9532 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9533 #  layout:
9534 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9535 #    layout: "plot-service-density"
9536 #
9537 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9538 #- type: "plot"
9539 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9540 #  algorithm: "plot_nf_heatmap"
9541 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9542 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9543 #  filter: "'NIC_Intel-XXV710' and
9544 #           'NF_DENSITY' and
9545 #           'DOCKER' and
9546 #           'CHAIN' and
9547 #           'NF_VPPIP4' and
9548 #           'IPSEC' and
9549 #           'TNL_1000' and
9550 #           'IMIX' and
9551 #           '2T1C' and
9552 #           'NDRPDR'"
9553 #  parameters:
9554 #  - "throughput"
9555 #  - "name"
9556 #  - "tags"
9557 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9558 #  x-axis: "X = CNFs per Service Chain"
9559 #  y-axis: "Y = Number of Service Chains"
9560 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9561 #  layout:
9562 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9563 #    layout: "plot-service-density"
9564 #
9565 #- type: "plot"
9566 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9567 #  algorithm: "plot_nf_heatmap"
9568 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9569 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9570 #  filter: "'NIC_Intel-XXV710' and
9571 #           'NF_DENSITY' and
9572 #           'DOCKER' and
9573 #           'CHAIN' and
9574 #           'NF_VPPIP4' and
9575 #           'IPSEC' and
9576 #           'TNL_1000' and
9577 #           'IMIX' and
9578 #           '4T2C' and
9579 #           'NDRPDR'"
9580 #  parameters:
9581 #  - "throughput"
9582 #  - "name"
9583 #  - "tags"
9584 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9585 #  x-axis: "X = CNFs per Service Chain"
9586 #  y-axis: "Y = Number of Service Chains"
9587 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9588 #  layout:
9589 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9590 #    layout: "plot-service-density"
9591 #
9592 #- type: "plot"
9593 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9594 #  algorithm: "plot_nf_heatmap"
9595 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9596 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9597 #  filter: "'NIC_Intel-XXV710' and
9598 #           'NF_DENSITY' and
9599 #           'DOCKER' and
9600 #           'CHAIN' and
9601 #           'NF_VPPIP4' and
9602 #           'IPSEC' and
9603 #           'TNL_1000' and
9604 #           'IMIX' and
9605 #           '8T4C' and
9606 #           'NDRPDR'"
9607 #  parameters:
9608 #  - "throughput"
9609 #  - "name"
9610 #  - "tags"
9611 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9612 #  x-axis: "X = CNFs per Service Chain"
9613 #  y-axis: "Y = Number of Service Chains"
9614 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9615 #  layout:
9616 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9617 #    layout: "plot-service-density"
9618
9619 ###############################################################################
9620
9621 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9622 #- type: "plot"
9623 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9624 #  algorithm: "plot_nf_heatmap"
9625 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9626 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9627 #  filter: "'NIC_Intel-XL710' and
9628 #           'NF_DENSITY' and
9629 #           'DOCKER' and
9630 #           'CHAIN' and
9631 #           'NF_VPPIP4' and
9632 #           'IMIX' and
9633 #           'TNL_1000' and
9634 #           '1T1C' and
9635 #           'MRR'"
9636 #  parameters:
9637 #  - "result"
9638 #  - "name"
9639 #  - "tags"
9640 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9641 #  x-axis: "X = CNFs per Service Chain"
9642 #  y-axis: "Y = Number of Service Chains"
9643 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9644 #  layout:
9645 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9646 #    layout: "plot-service-density"
9647 #
9648 #- type: "plot"
9649 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9650 #  algorithm: "plot_nf_heatmap"
9651 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9652 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9653 #  filter: "'NIC_Intel-XL710' and
9654 #           'NF_DENSITY' and
9655 #           'DOCKER' and
9656 #           'CHAIN' and
9657 #           'NF_VPPIP4' and
9658 #           'IPSEC' and
9659 #           'TNL_1000' and
9660 #           'IMIX' and
9661 #           '2T2C' and
9662 #           'MRR'"
9663 #  parameters:
9664 #  - "result"
9665 #  - "name"
9666 #  - "tags"
9667 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9668 #  x-axis: "X = CNFs per Service Chain"
9669 #  y-axis: "Y = Number of Service Chains"
9670 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9671 #  layout:
9672 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9673 #    layout: "plot-service-density"
9674 #
9675 #- type: "plot"
9676 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9677 #  algorithm: "plot_nf_heatmap"
9678 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9679 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9680 #  filter: "'NIC_Intel-XL710' and
9681 #           'NF_DENSITY' and
9682 #           'DOCKER' and
9683 #           'CHAIN' and
9684 #           'NF_VPPIP4' and
9685 #           'IPSEC' and
9686 #           'TNL_1000' and
9687 #           'IMIX' and
9688 #           '4T4C' and
9689 #           'MRR'"
9690 #  parameters:
9691 #  - "result"
9692 #  - "name"
9693 #  - "tags"
9694 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9695 #  x-axis: "X = CNFs per Service Chain"
9696 #  y-axis: "Y = Number of Service Chains"
9697 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9698 #  layout:
9699 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9700 #    layout: "plot-service-density"
9701
9702 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9703 #- type: "plot"
9704 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9705 #  algorithm: "plot_nf_heatmap"
9706 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9707 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9708 #  filter: "'NIC_Intel-XL710' and
9709 #           'NF_DENSITY' and
9710 #           'DOCKER' and
9711 #           'CHAIN' and
9712 #           'NF_VPPIP4' and
9713 #           'IPSEC' and
9714 #           'TNL_1000' and
9715 #           'IMIX' and
9716 #           '1T1C' and
9717 #           'NDRPDR'"
9718 #  parameters:
9719 #  - "throughput"
9720 #  - "name"
9721 #  - "tags"
9722 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9723 #  x-axis: "X = CNFs per Service Chain"
9724 #  y-axis: "Y = Number of Service Chains"
9725 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9726 #  layout:
9727 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9728 #    layout: "plot-service-density"
9729 #
9730 #- type: "plot"
9731 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9732 #  algorithm: "plot_nf_heatmap"
9733 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9734 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9735 #  filter: "'NIC_Intel-XL710' and
9736 #           'NF_DENSITY' and
9737 #           'DOCKER' and
9738 #           'CHAIN' and
9739 #           'NF_VPPIP4' and
9740 #           'IPSEC' and
9741 #           'TNL_1000' and
9742 #           'IMIX' and
9743 #           '2T2C' and
9744 #           'NDRPDR'"
9745 #  parameters:
9746 #  - "throughput"
9747 #  - "name"
9748 #  - "tags"
9749 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9750 #  x-axis: "X = CNFs per Service Chain"
9751 #  y-axis: "Y = Number of Service Chains"
9752 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9753 #  layout:
9754 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9755 #    layout: "plot-service-density"
9756 #
9757 #- type: "plot"
9758 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9759 #  algorithm: "plot_nf_heatmap"
9760 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9761 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9762 #  filter: "'NIC_Intel-XL710' and
9763 #           'NF_DENSITY' and
9764 #           'DOCKER' and
9765 #           'CHAIN' and
9766 #           'NF_VPPIP4' and
9767 #           'IPSEC' and
9768 #           'TNL_1000' and
9769 #           'IMIX' and
9770 #           '4T4C' and
9771 #           'NDRPDR'"
9772 #  parameters:
9773 #  - "throughput"
9774 #  - "name"
9775 #  - "tags"
9776 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9777 #  x-axis: "X = CNFs per Service Chain"
9778 #  y-axis: "Y = Number of Service Chains"
9779 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9780 #  layout:
9781 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9782 #    layout: "plot-service-density"
9783 #
9784 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9785 #- type: "plot"
9786 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9787 #  algorithm: "plot_nf_heatmap"
9788 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9789 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9790 #  filter: "'NIC_Intel-XL710' and
9791 #           'NF_DENSITY' and
9792 #           'DOCKER' and
9793 #           'CHAIN' and
9794 #           'NF_VPPIP4' and
9795 #           'IPSEC' and
9796 #           'TNL_1000' and
9797 #           'IMIX' and
9798 #           '1T1C' and
9799 #           'NDRPDR'"
9800 #  parameters:
9801 #  - "throughput"
9802 #  - "name"
9803 #  - "tags"
9804 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9805 #  x-axis: "X = CNFs per Service Chain"
9806 #  y-axis: "Y = Number of Service Chains"
9807 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9808 #  layout:
9809 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9810 #    layout: "plot-service-density"
9811 #
9812 #- type: "plot"
9813 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9814 #  algorithm: "plot_nf_heatmap"
9815 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9816 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9817 #  filter: "'NIC_Intel-XL710' and
9818 #           'NF_DENSITY' and
9819 #           'DOCKER' and
9820 #           'CHAIN' and
9821 #           'NF_VPPIP4' and
9822 #           'IPSEC' and
9823 #           'TNL_1000' and
9824 #           'IMIX' and
9825 #           '2T2C' and
9826 #           'NDRPDR'"
9827 #  parameters:
9828 #  - "throughput"
9829 #  - "name"
9830 #  - "tags"
9831 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9832 #  x-axis: "X = CNFs per Service Chain"
9833 #  y-axis: "Y = Number of Service Chains"
9834 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9835 #  layout:
9836 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9837 #    layout: "plot-service-density"
9838 #
9839 #- type: "plot"
9840 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9841 #  algorithm: "plot_nf_heatmap"
9842 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9843 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9844 #  filter: "'NIC_Intel-XL710' and
9845 #           'NF_DENSITY' and
9846 #           'DOCKER' and
9847 #           'CHAIN' and
9848 #           'NF_VPPIP4' and
9849 #           'IPSEC' and
9850 #           'TNL_1000' and
9851 #           'IMIX' and
9852 #           '4T4C' and
9853 #           'NDRPDR'"
9854 #  parameters:
9855 #  - "throughput"
9856 #  - "name"
9857 #  - "tags"
9858 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9859 #  x-axis: "X = CNFs per Service Chain"
9860 #  y-axis: "Y = Number of Service Chains"
9861 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9862 #  layout:
9863 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9864 #    layout: "plot-service-density"
9865
9866 ###############################################################################
9867
9868 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9869 #- type: "plot"
9870 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9871 #  algorithm: "plot_nf_heatmap"
9872 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9873 #  data: "plot-vpp-nfv-3n-skx-mrr"
9874 #  filter: "'NIC_Intel-XXV710' and
9875 #           'NF_DENSITY' and
9876 #           'DOCKER' and
9877 #           'CHAIN' and
9878 #           'NF_VPPIP4' and
9879 #           'IPSEC' and
9880 #           'TNL_10000' and
9881 #           'IMIX' and
9882 #           '2T1C' and
9883 #           'MRR'"
9884 #  parameters:
9885 #  - "result"
9886 #  - "name"
9887 #  - "tags"
9888 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9889 #  x-axis: "X = CNFs per Service Chain"
9890 #  y-axis: "Y = Number of Service Chains"
9891 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9892 #  layout:
9893 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9894 #    layout: "plot-service-density"
9895 #
9896 #- type: "plot"
9897 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9898 #  algorithm: "plot_nf_heatmap"
9899 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9900 #  data: "plot-vpp-nfv-3n-skx-mrr"
9901 #  filter: "'NIC_Intel-XXV710' and
9902 #           'NF_DENSITY' and
9903 #           'DOCKER' and
9904 #           'CHAIN' and
9905 #           'NF_VPPIP4' and
9906 #           'IPSEC' and
9907 #           'TNL_10000' and
9908 #           'IMIX' and
9909 #           '4T2C' and
9910 #           'MRR'"
9911 #  parameters:
9912 #  - "result"
9913 #  - "name"
9914 #  - "tags"
9915 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9916 #  x-axis: "X = CNFs per Service Chain"
9917 #  y-axis: "Y = Number of Service Chains"
9918 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9919 #  layout:
9920 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9921 #    layout: "plot-service-density"
9922 #
9923 #- type: "plot"
9924 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9925 #  algorithm: "plot_nf_heatmap"
9926 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9927 #  data: "plot-vpp-nfv-3n-skx-mrr"
9928 #  filter: "'NIC_Intel-XXV710' and
9929 #           'NF_DENSITY' and
9930 #           'DOCKER' and
9931 #           'CHAIN' and
9932 #           'NF_VPPIP4' and
9933 #           'IPSEC' and
9934 #           'TNL_10000' and
9935 #           'IMIX' and
9936 #           '8T4C' and
9937 #           'MRR'"
9938 #  parameters:
9939 #  - "result"
9940 #  - "name"
9941 #  - "tags"
9942 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9943 #  x-axis: "X = CNFs per Service Chain"
9944 #  y-axis: "Y = Number of Service Chains"
9945 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9946 #  layout:
9947 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9948 #    layout: "plot-service-density"
9949
9950 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9951 #- type: "plot"
9952 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9953 #  algorithm: "plot_nf_heatmap"
9954 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9955 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9956 #  filter: "'NIC_Intel-XXV710' and
9957 #           'NF_DENSITY' and
9958 #           'DOCKER' and
9959 #           'CHAIN' and
9960 #           'NF_VPPIP4' and
9961 #           'IPSEC' and
9962 #           'TNL_10000' and
9963 #           'IMIX' and
9964 #           '2T1C' and
9965 #           'NDRPDR'"
9966 #  parameters:
9967 #  - "throughput"
9968 #  - "name"
9969 #  - "tags"
9970 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9971 #  x-axis: "X = CNFs per Service Chain"
9972 #  y-axis: "Y = Number of Service Chains"
9973 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9974 #  layout:
9975 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9976 #    layout: "plot-service-density"
9977 #
9978 #- type: "plot"
9979 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9980 #  algorithm: "plot_nf_heatmap"
9981 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9982 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9983 #  filter: "'NIC_Intel-XXV710' and
9984 #           'NF_DENSITY' and
9985 #           'DOCKER' and
9986 #           'CHAIN' and
9987 #           'NF_VPPIP4' and
9988 #           'IPSEC' and
9989 #           'TNL_10000' and
9990 #           'IMIX' and
9991 #           '4T2C' and
9992 #           'NDRPDR'"
9993 #  parameters:
9994 #  - "throughput"
9995 #  - "name"
9996 #  - "tags"
9997 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9998 #  x-axis: "X = CNFs per Service Chain"
9999 #  y-axis: "Y = Number of Service Chains"
10000 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10001 #  layout:
10002 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10003 #    layout: "plot-service-density"
10004 #
10005 #- type: "plot"
10006 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10007 #  algorithm: "plot_nf_heatmap"
10008 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
10009 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10010 #  filter: "'NIC_Intel-XXV710' and
10011 #           'NF_DENSITY' and
10012 #           'DOCKER' and
10013 #           'CHAIN' and
10014 #           'NF_VPPIP4' and
10015 #           'IPSEC' and
10016 #           'TNL_10000' and
10017 #           'IMIX' and
10018 #           '8T4C' and
10019 #           'NDRPDR'"
10020 #  parameters:
10021 #  - "throughput"
10022 #  - "name"
10023 #  - "tags"
10024 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10025 #  x-axis: "X = CNFs per Service Chain"
10026 #  y-axis: "Y = Number of Service Chains"
10027 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10028 #  layout:
10029 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10030 #    layout: "plot-service-density"
10031 #
10032 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10033 #- type: "plot"
10034 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10035 #  algorithm: "plot_nf_heatmap"
10036 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
10037 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10038 #  filter: "'NIC_Intel-XXV710' and
10039 #           'NF_DENSITY' and
10040 #           'DOCKER' and
10041 #           'CHAIN' and
10042 #           'NF_VPPIP4' and
10043 #           'IPSEC' and
10044 #           'TNL_10000' and
10045 #           'IMIX' and
10046 #           '2T1C' and
10047 #           'NDRPDR'"
10048 #  parameters:
10049 #  - "throughput"
10050 #  - "name"
10051 #  - "tags"
10052 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10053 #  x-axis: "X = CNFs per Service Chain"
10054 #  y-axis: "Y = Number of Service Chains"
10055 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10056 #  layout:
10057 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10058 #    layout: "plot-service-density"
10059 #
10060 #- type: "plot"
10061 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10062 #  algorithm: "plot_nf_heatmap"
10063 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
10064 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10065 #  filter: "'NIC_Intel-XXV710' and
10066 #           'NF_DENSITY' and
10067 #           'DOCKER' and
10068 #           'CHAIN' and
10069 #           'NF_VPPIP4' and
10070 #           'IPSEC' and
10071 #           'TNL_10000' and
10072 #           'IMIX' and
10073 #           '4T2C' and
10074 #           'NDRPDR'"
10075 #  parameters:
10076 #  - "throughput"
10077 #  - "name"
10078 #  - "tags"
10079 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10080 #  x-axis: "X = CNFs per Service Chain"
10081 #  y-axis: "Y = Number of Service Chains"
10082 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10083 #  layout:
10084 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10085 #    layout: "plot-service-density"
10086 #
10087 #- type: "plot"
10088 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10089 #  algorithm: "plot_nf_heatmap"
10090 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
10091 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10092 #  filter: "'NIC_Intel-XXV710' and
10093 #           'NF_DENSITY' and
10094 #           'DOCKER' and
10095 #           'CHAIN' and
10096 #           'NF_VPPIP4' and
10097 #           'IPSEC' and
10098 #           'TNL_10000' and
10099 #           'IMIX' and
10100 #           '8T4C' and
10101 #           'NDRPDR'"
10102 #  parameters:
10103 #  - "throughput"
10104 #  - "name"
10105 #  - "tags"
10106 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10107 #  x-axis: "X = CNFs per Service Chain"
10108 #  y-axis: "Y = Number of Service Chains"
10109 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10110 #  layout:
10111 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10112 #    layout: "plot-service-density"
10113
10114 ###############################################################################
10115
10116 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10117 #- type: "plot"
10118 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10119 #  algorithm: "plot_nf_heatmap"
10120 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
10121 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10122 #  filter: "'NIC_Intel-XL710' and
10123 #           'NF_DENSITY' and
10124 #           'DOCKER' and
10125 #           'CHAIN' and
10126 #           'NF_VPPIP4' and
10127 #           'IMIX' and
10128 #           'TNL_10000' and
10129 #           '1T1C' and
10130 #           'MRR'"
10131 #  parameters:
10132 #  - "result"
10133 #  - "name"
10134 #  - "tags"
10135 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10136 #  x-axis: "X = CNFs per Service Chain"
10137 #  y-axis: "Y = Number of Service Chains"
10138 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10139 #  layout:
10140 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10141 #    layout: "plot-service-density"
10142 #
10143 #- type: "plot"
10144 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10145 #  algorithm: "plot_nf_heatmap"
10146 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
10147 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10148 #  filter: "'NIC_Intel-XL710' and
10149 #           'NF_DENSITY' and
10150 #           'DOCKER' and
10151 #           'CHAIN' and
10152 #           'NF_VPPIP4' and
10153 #           'IPSEC' and
10154 #           'TNL_10000' and
10155 #           'IMIX' and
10156 #           '2T2C' and
10157 #           'MRR'"
10158 #  parameters:
10159 #  - "result"
10160 #  - "name"
10161 #  - "tags"
10162 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10163 #  x-axis: "X = CNFs per Service Chain"
10164 #  y-axis: "Y = Number of Service Chains"
10165 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10166 #  layout:
10167 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10168 #    layout: "plot-service-density"
10169 #
10170 #- type: "plot"
10171 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10172 #  algorithm: "plot_nf_heatmap"
10173 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
10174 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10175 #  filter: "'NIC_Intel-XL710' and
10176 #           'NF_DENSITY' and
10177 #           'DOCKER' and
10178 #           'CHAIN' and
10179 #           'NF_VPPIP4' and
10180 #           'IPSEC' and
10181 #           'TNL_10000' and
10182 #           'IMIX' and
10183 #           '4T4C' and
10184 #           'MRR'"
10185 #  parameters:
10186 #  - "result"
10187 #  - "name"
10188 #  - "tags"
10189 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10190 #  x-axis: "X = CNFs per Service Chain"
10191 #  y-axis: "Y = Number of Service Chains"
10192 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10193 #  layout:
10194 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10195 #    layout: "plot-service-density"
10196
10197 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10198 #- type: "plot"
10199 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10200 #  algorithm: "plot_nf_heatmap"
10201 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
10202 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10203 #  filter: "'NIC_Intel-XL710' and
10204 #           'NF_DENSITY' and
10205 #           'DOCKER' and
10206 #           'CHAIN' and
10207 #           'NF_VPPIP4' and
10208 #           'IPSEC' and
10209 #           'TNL_10000' and
10210 #           'IMIX' and
10211 #           '1T1C' and
10212 #           'NDRPDR'"
10213 #  parameters:
10214 #  - "throughput"
10215 #  - "name"
10216 #  - "tags"
10217 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10218 #  x-axis: "X = CNFs per Service Chain"
10219 #  y-axis: "Y = Number of Service Chains"
10220 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10221 #  layout:
10222 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10223 #    layout: "plot-service-density"
10224 #
10225 #- type: "plot"
10226 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10227 #  algorithm: "plot_nf_heatmap"
10228 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
10229 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10230 #  filter: "'NIC_Intel-XL710' and
10231 #           'NF_DENSITY' and
10232 #           'DOCKER' and
10233 #           'CHAIN' and
10234 #           'NF_VPPIP4' and
10235 #           'IPSEC' and
10236 #           'TNL_10000' and
10237 #           'IMIX' and
10238 #           '2T2C' and
10239 #           'NDRPDR'"
10240 #  parameters:
10241 #  - "throughput"
10242 #  - "name"
10243 #  - "tags"
10244 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10245 #  x-axis: "X = CNFs per Service Chain"
10246 #  y-axis: "Y = Number of Service Chains"
10247 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10248 #  layout:
10249 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10250 #    layout: "plot-service-density"
10251 #
10252 #- type: "plot"
10253 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10254 #  algorithm: "plot_nf_heatmap"
10255 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10256 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10257 #  filter: "'NIC_Intel-XL710' and
10258 #           'NF_DENSITY' and
10259 #           'DOCKER' and
10260 #           'CHAIN' and
10261 #           'NF_VPPIP4' and
10262 #           'IPSEC' and
10263 #           'TNL_10000' and
10264 #           'IMIX' and
10265 #           '4T4C' and
10266 #           'NDRPDR'"
10267 #  parameters:
10268 #  - "throughput"
10269 #  - "name"
10270 #  - "tags"
10271 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10272 #  x-axis: "X = CNFs per Service Chain"
10273 #  y-axis: "Y = Number of Service Chains"
10274 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10275 #  layout:
10276 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10277 #    layout: "plot-service-density"
10278 #
10279 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10280 #- type: "plot"
10281 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10282 #  algorithm: "plot_nf_heatmap"
10283 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10284 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10285 #  filter: "'NIC_Intel-XL710' and
10286 #           'NF_DENSITY' and
10287 #           'DOCKER' and
10288 #           'CHAIN' and
10289 #           'NF_VPPIP4' and
10290 #           'IPSEC' and
10291 #           'TNL_10000' and
10292 #           'IMIX' and
10293 #           '1T1C' and
10294 #           'NDRPDR'"
10295 #  parameters:
10296 #  - "throughput"
10297 #  - "name"
10298 #  - "tags"
10299 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10300 #  x-axis: "X = CNFs per Service Chain"
10301 #  y-axis: "Y = Number of Service Chains"
10302 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10303 #  layout:
10304 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10305 #    layout: "plot-service-density"
10306 #
10307 #- type: "plot"
10308 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10309 #  algorithm: "plot_nf_heatmap"
10310 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10311 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10312 #  filter: "'NIC_Intel-XL710' and
10313 #           'NF_DENSITY' and
10314 #           'DOCKER' and
10315 #           'CHAIN' and
10316 #           'NF_VPPIP4' and
10317 #           'IPSEC' and
10318 #           'TNL_10000' and
10319 #           'IMIX' and
10320 #           '2T2C' and
10321 #           'NDRPDR'"
10322 #  parameters:
10323 #  - "throughput"
10324 #  - "name"
10325 #  - "tags"
10326 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10327 #  x-axis: "X = CNFs per Service Chain"
10328 #  y-axis: "Y = Number of Service Chains"
10329 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10330 #  layout:
10331 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10332 #    layout: "plot-service-density"
10333 #
10334 #- type: "plot"
10335 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10336 #  algorithm: "plot_nf_heatmap"
10337 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10338 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10339 #  filter: "'NIC_Intel-XL710' and
10340 #           'NF_DENSITY' and
10341 #           'DOCKER' and
10342 #           'CHAIN' and
10343 #           'NF_VPPIP4' and
10344 #           'IPSEC' and
10345 #           'TNL_10000' and
10346 #           'IMIX' and
10347 #           '4T4C' and
10348 #           'NDRPDR'"
10349 #  parameters:
10350 #  - "throughput"
10351 #  - "name"
10352 #  - "tags"
10353 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10354 #  x-axis: "X = CNFs per Service Chain"
10355 #  y-axis: "Y = Number of Service Chains"
10356 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10357 #  layout:
10358 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10359 #    layout: "plot-service-density"
10360
10361 ###############################################################################
10362
10363 # Plots - NF Density - CSP - MRR IMIX
10364 - type: "plot"
10365   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10366   algorithm: "plot_nf_heatmap"
10367   output-file-type: ".html"
10368   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10369   data: "plot-vpp-nfv-2n-skx-mrr"
10370   filter: "'NIC_Intel-XXV710' and
10371            'NF_DENSITY' and
10372            'DOCKER' and
10373            'PIPELINE' and
10374            'NF_VPPIP4' and
10375            'IMIX' and
10376            '2T1C' and
10377            'MRR'"
10378   parameters:
10379   - "result"
10380   - "name"
10381   - "tags"
10382   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10383   x-axis: "X = CNFs per Service Pipeline"
10384   y-axis: "Y = Number of Service Pipelines"
10385   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10386   layout:
10387     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10388     layout: "plot-service-density"
10389
10390 - type: "plot"
10391   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10392   algorithm: "plot_nf_heatmap"
10393   output-file-type: ".html"
10394   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10395   data: "plot-vpp-nfv-2n-skx-mrr"
10396   filter: "'NIC_Intel-XXV710' and
10397            'NF_DENSITY' and
10398            'DOCKER' and
10399            'PIPELINE' and
10400            'NF_VPPIP4' and
10401            'IMIX' and
10402            '4T2C' and
10403            'MRR'"
10404   parameters:
10405   - "result"
10406   - "name"
10407   - "tags"
10408   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10409   x-axis: "X = CNFs per Service Pipeline"
10410   y-axis: "Y = Number of Service Pipelines"
10411   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10412   layout:
10413     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10414     layout: "plot-service-density"
10415
10416 - type: "plot"
10417   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10418   algorithm: "plot_nf_heatmap"
10419   output-file-type: ".html"
10420   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10421   data: "plot-vpp-nfv-2n-skx-mrr"
10422   filter: "'NIC_Intel-XXV710' and
10423            'NF_DENSITY' and
10424            'DOCKER' and
10425            'PIPELINE' and
10426            'NF_VPPIP4' and
10427            'IMIX' and
10428            '8T4C' and
10429            'MRR'"
10430   parameters:
10431   - "result"
10432   - "name"
10433   - "tags"
10434   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10435   x-axis: "X = CNFs per Service Pipeline"
10436   y-axis: "Y = Number of Service Pipelines"
10437   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10438   layout:
10439     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10440     layout: "plot-service-density"
10441
10442 # Plots - NF Density - CSP - NDR IMIX
10443 - type: "plot"
10444   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10445   algorithm: "plot_nf_heatmap"
10446   output-file-type: ".html"
10447   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10448   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10449   filter: "'NIC_Intel-XXV710' and
10450            'NF_DENSITY' and
10451            'DOCKER' and
10452            'PIPELINE' and
10453            'NF_VPPIP4' and
10454            'IMIX' and
10455            '2T1C' and
10456            'NDRPDR'"
10457   parameters:
10458   - "throughput"
10459   - "name"
10460   - "tags"
10461   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10462   x-axis: "X = CNFs per Service Pipeline"
10463   y-axis: "Y = Number of Service Pipelines"
10464   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10465   layout:
10466     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10467     layout: "plot-service-density"
10468
10469 - type: "plot"
10470   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10471   algorithm: "plot_nf_heatmap"
10472   output-file-type: ".html"
10473   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10474   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10475   filter: "'NIC_Intel-XXV710' and
10476            'NF_DENSITY' and
10477            'DOCKER' and
10478            'PIPELINE' and
10479            'NF_VPPIP4' and
10480            'IMIX' and
10481            '4T2C' and
10482            'NDRPDR'"
10483   parameters:
10484   - "throughput"
10485   - "name"
10486   - "tags"
10487   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10488   x-axis: "X = CNFs per Service Pipeline"
10489   y-axis: "Y = Number of Service Pipelines"
10490   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10491   layout:
10492     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10493     layout: "plot-service-density"
10494
10495 - type: "plot"
10496   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10497   algorithm: "plot_nf_heatmap"
10498   output-file-type: ".html"
10499   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10500   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10501   filter: "'NIC_Intel-XXV710' and
10502            'NF_DENSITY' and
10503            'DOCKER' and
10504            'PIPELINE' and
10505            'NF_VPPIP4' and
10506            'IMIX' and
10507            '8T4C' and
10508            'NDRPDR'"
10509   parameters:
10510   - "throughput"
10511   - "name"
10512   - "tags"
10513   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10514   x-axis: "X = CNFs per Service Pipeline"
10515   y-axis: "Y = Number of Service Pipelines"
10516   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10517   layout:
10518     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10519     layout: "plot-service-density"
10520
10521 # Plots - NF Density - CSP - PDR IMIX
10522 - type: "plot"
10523   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10524   algorithm: "plot_nf_heatmap"
10525   output-file-type: ".html"
10526   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10527   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10528   filter: "'NIC_Intel-XXV710' and
10529            'NF_DENSITY' and
10530            'DOCKER' and
10531            'PIPELINE' and
10532            'NF_VPPIP4' and
10533            'IMIX' and
10534            '2T1C' and
10535            'NDRPDR'"
10536   parameters:
10537   - "throughput"
10538   - "name"
10539   - "tags"
10540   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10541   x-axis: "X = CNFs per Service Pipeline"
10542   y-axis: "Y = Number of Service Pipelines"
10543   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10544   layout:
10545     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10546     layout: "plot-service-density"
10547
10548 - type: "plot"
10549   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10550   algorithm: "plot_nf_heatmap"
10551   output-file-type: ".html"
10552   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10553   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10554   filter: "'NIC_Intel-XXV710' and
10555            'NF_DENSITY' and
10556            'DOCKER' and
10557            'PIPELINE' and
10558            'NF_VPPIP4' and
10559            'IMIX' and
10560            '4T2C' and
10561            'NDRPDR'"
10562   parameters:
10563   - "throughput"
10564   - "name"
10565   - "tags"
10566   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10567   x-axis: "X = CNFs per Service Pipeline"
10568   y-axis: "Y = Number of Service Pipelines"
10569   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10570   layout:
10571     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10572     layout: "plot-service-density"
10573
10574 - type: "plot"
10575   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10576   algorithm: "plot_nf_heatmap"
10577   output-file-type: ".html"
10578   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10579   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10580   filter: "'NIC_Intel-XXV710' and
10581            'NF_DENSITY' and
10582            'DOCKER' and
10583            'PIPELINE' and
10584            'NF_VPPIP4' and
10585            'IMIX' and
10586            '8T4C' and
10587            'NDRPDR'"
10588   parameters:
10589   - "throughput"
10590   - "name"
10591   - "tags"
10592   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10593   x-axis: "X = CNFs per Service Pipeline"
10594   y-axis: "Y = Number of Service Pipelines"
10595   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10596   layout:
10597     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10598     layout: "plot-service-density"
10599
10600 ###############################################################################
10601 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10602
10603 - type: "plot"
10604   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10605   algorithm: "plot_nf_heatmap"
10606   output-file-type: ".html"
10607   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10608   data: "plot-vpp-nfv-2n-clx-mrr"
10609   filter: "'NIC_Intel-XXV710' and
10610            'NF_DENSITY' and
10611            'VHOST' and
10612            not 'VXLAN' and
10613            'CHAIN' and
10614            'NF_VPPIP4' and
10615            'IMIX' and
10616            '2T1C' and
10617            'MRR'"
10618   parameters:
10619   - "result"
10620   - "name"
10621   - "tags"
10622   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10623   x-axis: "X = VNFs per Service Chain"
10624   y-axis: "Y = Number of Service Chains"
10625   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10626   layout:
10627     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10628     layout: "plot-service-density"
10629
10630 - type: "plot"
10631   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10632   algorithm: "plot_nf_heatmap"
10633   output-file-type: ".html"
10634   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10635   data: "plot-vpp-nfv-2n-clx-mrr"
10636   filter: "'NIC_Intel-XXV710' and
10637            'NF_DENSITY' and
10638            'VHOST' and
10639            not 'VXLAN' and
10640            'CHAIN' and
10641            'NF_VPPIP4' and
10642            'IMIX' and
10643            '4T2C' and
10644            'MRR'"
10645   parameters:
10646   - "result"
10647   - "name"
10648   - "tags"
10649   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10650   x-axis: "X = VNFs per Service Chain"
10651   y-axis: "Y = Number of Service Chains"
10652   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10653   layout:
10654     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10655     layout: "plot-service-density"
10656
10657 - type: "plot"
10658   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10659   algorithm: "plot_nf_heatmap"
10660   output-file-type: ".html"
10661   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10662   data: "plot-vpp-nfv-2n-clx-mrr"
10663   filter: "'NIC_Intel-XXV710' and
10664            'NF_DENSITY' and
10665            'VHOST' and
10666            not 'VXLAN' and
10667            'CHAIN' and
10668            'NF_VPPIP4' and
10669            'IMIX' and
10670            '8T4C' and
10671            'MRR'"
10672   parameters:
10673   - "result"
10674   - "name"
10675   - "tags"
10676   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10677   x-axis: "X = VNFs per Service Chain"
10678   y-axis: "Y = Number of Service Chains"
10679   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10680   layout:
10681     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10682     layout: "plot-service-density"
10683
10684 # Plots - NF Density - VSC - NDR IMIX
10685 - type: "plot"
10686   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10687   algorithm: "plot_nf_heatmap"
10688   output-file-type: ".html"
10689   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10690   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10691   filter: "'NIC_Intel-XXV710' and
10692            'NF_DENSITY' and
10693            'VHOST' and
10694            not 'VXLAN' and
10695            'CHAIN' and
10696            'NF_VPPIP4' and
10697            'IMIX' and
10698            '2T1C' and
10699            'NDRPDR'"
10700   parameters:
10701   - "throughput"
10702   - "name"
10703   - "tags"
10704   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10705   x-axis: "X = VNFs per Service Chain"
10706   y-axis: "Y = Number of Service Chains"
10707   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10708   layout:
10709     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10710     layout: "plot-service-density"
10711
10712 - type: "plot"
10713   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10714   algorithm: "plot_nf_heatmap"
10715   output-file-type: ".html"
10716   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10717   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10718   filter: "'NIC_Intel-XXV710' and
10719            'NF_DENSITY' and
10720            'VHOST' and
10721            not 'VXLAN' and
10722            'CHAIN' and
10723            'NF_VPPIP4' and
10724            'IMIX' and
10725            '4T2C' and
10726            'NDRPDR'"
10727   parameters:
10728   - "throughput"
10729   - "name"
10730   - "tags"
10731   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10732   x-axis: "X = VNFs per Service Chain"
10733   y-axis: "Y = Number of Service Chains"
10734   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10735   layout:
10736     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10737     layout: "plot-service-density"
10738
10739 - type: "plot"
10740   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10741   algorithm: "plot_nf_heatmap"
10742   output-file-type: ".html"
10743   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10744   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10745   filter: "'NIC_Intel-XXV710' and
10746            'NF_DENSITY' and
10747            'VHOST' and
10748            not 'VXLAN' and
10749            'CHAIN' and
10750            'NF_VPPIP4' and
10751            'IMIX' and
10752            '8T4C' and
10753            'NDRPDR'"
10754   parameters:
10755   - "throughput"
10756   - "name"
10757   - "tags"
10758   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10759   x-axis: "X = VNFs per Service Chain"
10760   y-axis: "Y = Number of Service Chains"
10761   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10762   layout:
10763     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10764     layout: "plot-service-density"
10765
10766 # Plots - NF Density - VSC - PDR IMIX
10767 - type: "plot"
10768   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10769   algorithm: "plot_nf_heatmap"
10770   output-file-type: ".html"
10771   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10772   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10773   filter: "'NIC_Intel-XXV710' and
10774            'NF_DENSITY' and
10775            'VHOST' and
10776            not 'VXLAN' and
10777            'CHAIN' and
10778            'NF_VPPIP4' and
10779            'IMIX' and
10780            '2T1C' and
10781            'NDRPDR'"
10782   parameters:
10783   - "throughput"
10784   - "name"
10785   - "tags"
10786   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10787   x-axis: "X = VNFs per Service Chain"
10788   y-axis: "Y = Number of Service Chains"
10789   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10790   layout:
10791     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10792     layout: "plot-service-density"
10793
10794 - type: "plot"
10795   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10796   algorithm: "plot_nf_heatmap"
10797   output-file-type: ".html"
10798   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10799   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10800   filter: "'NIC_Intel-XXV710' and
10801            'NF_DENSITY' and
10802            'VHOST' and
10803            not 'VXLAN' and
10804            'CHAIN' and
10805            'NF_VPPIP4' and
10806            'IMIX' and
10807            '4T2C' and
10808            'NDRPDR'"
10809   parameters:
10810   - "throughput"
10811   - "name"
10812   - "tags"
10813   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10814   x-axis: "X = VNFs per Service Chain"
10815   y-axis: "Y = Number of Service Chains"
10816   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10817   layout:
10818     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10819     layout: "plot-service-density"
10820
10821 - type: "plot"
10822   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10823   algorithm: "plot_nf_heatmap"
10824   output-file-type: ".html"
10825   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10826   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10827   filter: "'NIC_Intel-XXV710' and
10828            'NF_DENSITY' and
10829            'VHOST' and
10830            not 'VXLAN' and
10831            'CHAIN' and
10832            'NF_VPPIP4' and
10833            'IMIX' and
10834            '8T4C' and
10835            'NDRPDR'"
10836   parameters:
10837   - "throughput"
10838   - "name"
10839   - "tags"
10840   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10841   x-axis: "X = VNFs per Service Chain"
10842   y-axis: "Y = Number of Service Chains"
10843   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10844   layout:
10845     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10846     layout: "plot-service-density"
10847
10848 # Plots - NF Density - VSC - MRR IMIX
10849 - type: "plot"
10850   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10851   algorithm: "plot_nf_heatmap"
10852   output-file-type: ".html"
10853   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10854   data: "plot-vpp-nfv-2n-clx-mrr"
10855   filter: "'NIC_Intel-XXV710' and
10856            'NF_DENSITY' and
10857            'VHOST' and
10858            'VXLAN' and
10859            'CHAIN' and
10860            'IMIX' and
10861            '2T1C' and
10862            'MRR'"
10863   parameters:
10864   - "result"
10865   - "name"
10866   - "tags"
10867   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10868   x-axis: "X = VNFs per Service Chain"
10869   y-axis: "Y = Number of Service Chains"
10870   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10871   layout:
10872     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10873     layout: "plot-service-density"
10874
10875 - type: "plot"
10876   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10877   algorithm: "plot_nf_heatmap"
10878   output-file-type: ".html"
10879   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10880   data: "plot-vpp-nfv-2n-clx-mrr"
10881   filter: "'NIC_Intel-XXV710' and
10882            'NF_DENSITY' and
10883            'VHOST' and
10884            'VXLAN' and
10885            'CHAIN' and
10886            'IMIX' and
10887            '4T2C' and
10888            'MRR'"
10889   parameters:
10890   - "result"
10891   - "name"
10892   - "tags"
10893   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10894   x-axis: "X = VNFs per Service Chain"
10895   y-axis: "Y = Number of Service Chains"
10896   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10897   layout:
10898     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10899     layout: "plot-service-density"
10900
10901 - type: "plot"
10902   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10903   algorithm: "plot_nf_heatmap"
10904   output-file-type: ".html"
10905   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10906   data: "plot-vpp-nfv-2n-clx-mrr"
10907   filter: "'NIC_Intel-XXV710' and
10908            'NF_DENSITY' and
10909            'VHOST' and
10910            'VXLAN' and
10911            'CHAIN' and
10912            'IMIX' and
10913            '8T4C' and
10914            'MRR'"
10915   parameters:
10916   - "result"
10917   - "name"
10918   - "tags"
10919   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10920   x-axis: "X = VNFs per Service Chain"
10921   y-axis: "Y = Number of Service Chains"
10922   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10923   layout:
10924     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10925     layout: "plot-service-density"
10926
10927 # Plots - NF Density - VSC - NDR IMIX
10928 - type: "plot"
10929   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10930   algorithm: "plot_nf_heatmap"
10931   output-file-type: ".html"
10932   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10933   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10934   filter: "'NIC_Intel-XXV710' and
10935            'NF_DENSITY' and
10936            'VHOST' and
10937            'VXLAN' and
10938            'CHAIN' and
10939            'IMIX' and
10940            '2T1C' and
10941            'NDRPDR'"
10942   parameters:
10943   - "throughput"
10944   - "name"
10945   - "tags"
10946   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10947   x-axis: "X = VNFs per Service Chain"
10948   y-axis: "Y = Number of Service Chains"
10949   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10950   layout:
10951     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10952     layout: "plot-service-density"
10953
10954 - type: "plot"
10955   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10956   algorithm: "plot_nf_heatmap"
10957   output-file-type: ".html"
10958   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10959   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10960   filter: "'NIC_Intel-XXV710' and
10961            'NF_DENSITY' and
10962            'VHOST' and
10963            'VXLAN' and
10964            'CHAIN' and
10965            'IMIX' and
10966            '4T2C' and
10967            'NDRPDR'"
10968   parameters:
10969   - "throughput"
10970   - "name"
10971   - "tags"
10972   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10973   x-axis: "X = VNFs per Service Chain"
10974   y-axis: "Y = Number of Service Chains"
10975   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10976   layout:
10977     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10978     layout: "plot-service-density"
10979
10980 - type: "plot"
10981   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10982   algorithm: "plot_nf_heatmap"
10983   output-file-type: ".html"
10984   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10985   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10986   filter: "'NIC_Intel-XXV710' and
10987            'NF_DENSITY' and
10988            'VHOST' and
10989            'VXLAN' and
10990            'CHAIN' and
10991            'IMIX' and
10992            '8T4C' and
10993            'NDRPDR'"
10994   parameters:
10995   - "throughput"
10996   - "name"
10997   - "tags"
10998   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10999   x-axis: "X = VNFs per Service Chain"
11000   y-axis: "Y = Number of Service Chains"
11001   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11002   layout:
11003     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11004     layout: "plot-service-density"
11005
11006 # Plots - NF Density - VSC - PDR IMIX
11007 - type: "plot"
11008   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11009   algorithm: "plot_nf_heatmap"
11010   output-file-type: ".html"
11011   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
11012   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11013   filter: "'NIC_Intel-XXV710' and
11014            'NF_DENSITY' and
11015            'VHOST' and
11016            'VXLAN' and
11017            'CHAIN' and
11018            'IMIX' and
11019            '2T1C' and
11020            'NDRPDR'"
11021   parameters:
11022   - "throughput"
11023   - "name"
11024   - "tags"
11025   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11026   x-axis: "X = VNFs per Service Chain"
11027   y-axis: "Y = Number of Service Chains"
11028   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11029   layout:
11030     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11031     layout: "plot-service-density"
11032
11033 - type: "plot"
11034   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11035   algorithm: "plot_nf_heatmap"
11036   output-file-type: ".html"
11037   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
11038   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11039   filter: "'NIC_Intel-XXV710' and
11040            'NF_DENSITY' and
11041            'VHOST' and
11042            'VXLAN' and
11043            'CHAIN' and
11044            'IMIX' and
11045            '4T2C' and
11046            'NDRPDR'"
11047   parameters:
11048   - "throughput"
11049   - "name"
11050   - "tags"
11051   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11052   x-axis: "X = VNFs per Service Chain"
11053   y-axis: "Y = Number of Service Chains"
11054   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11055   layout:
11056     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11057     layout: "plot-service-density"
11058
11059 - type: "plot"
11060   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11061   algorithm: "plot_nf_heatmap"
11062   output-file-type: ".html"
11063   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
11064   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11065   filter: "'NIC_Intel-XXV710' and
11066            'NF_DENSITY' and
11067            'VHOST' and
11068            'VXLAN' and
11069            'CHAIN' and
11070            'IMIX' and
11071            '8T4C' and
11072            'NDRPDR'"
11073   parameters:
11074   - "throughput"
11075   - "name"
11076   - "tags"
11077   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11078   x-axis: "X = VNFs per Service Chain"
11079   y-axis: "Y = Number of Service Chains"
11080   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11081   layout:
11082     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11083     layout: "plot-service-density"
11084
11085 # Plots - NF Density - CSC - MRR IMIX
11086 - type: "plot"
11087   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11088   algorithm: "plot_nf_heatmap"
11089   output-file-type: ".html"
11090   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
11091   data: "plot-vpp-nfv-2n-clx-mrr"
11092   filter: "'NIC_Intel-XXV710' and
11093            'NF_DENSITY' and
11094            'DOCKER' and
11095            'CHAIN' and
11096            'NF_VPPIP4' and
11097            'IMIX' and
11098            '2T1C' and
11099            'MRR'"
11100   parameters:
11101   - "result"
11102   - "name"
11103   - "tags"
11104   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11105   x-axis: "X = CNFs per Service Chain"
11106   y-axis: "Y = Number of Service Chains"
11107   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11108   layout:
11109     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11110     layout: "plot-service-density"
11111
11112 - type: "plot"
11113   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11114   algorithm: "plot_nf_heatmap"
11115   output-file-type: ".html"
11116   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
11117   data: "plot-vpp-nfv-2n-clx-mrr"
11118   filter: "'NIC_Intel-XXV710' and
11119            'NF_DENSITY' and
11120            'DOCKER' and
11121            'CHAIN' and
11122            'NF_VPPIP4' and
11123            'IMIX' and
11124            '4T2C' and
11125            'MRR'"
11126   parameters:
11127   - "result"
11128   - "name"
11129   - "tags"
11130   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11131   x-axis: "X = CNFs per Service Chain"
11132   y-axis: "Y = Number of Service Chains"
11133   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11134   layout:
11135     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11136     layout: "plot-service-density"
11137
11138 - type: "plot"
11139   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11140   algorithm: "plot_nf_heatmap"
11141   output-file-type: ".html"
11142   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
11143   data: "plot-vpp-nfv-2n-clx-mrr"
11144   filter: "'NIC_Intel-XXV710' and
11145            'NF_DENSITY' and
11146            'DOCKER' and
11147            'CHAIN' and
11148            'NF_VPPIP4' and
11149            'IMIX' and
11150            '8T4C' and
11151            'MRR'"
11152   parameters:
11153   - "result"
11154   - "name"
11155   - "tags"
11156   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11157   x-axis: "X = CNFs per Service Chain"
11158   y-axis: "Y = Number of Service Chains"
11159   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11160   layout:
11161     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11162     layout: "plot-service-density"
11163
11164 # Plots - NF Density - CSC - NDR IMIX
11165 - type: "plot"
11166   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11167   algorithm: "plot_nf_heatmap"
11168   output-file-type: ".html"
11169   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
11170   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11171   filter: "'NIC_Intel-XXV710' and
11172            'NF_DENSITY' and
11173            'DOCKER' and
11174            'CHAIN' and
11175            'NF_VPPIP4' and
11176            'IMIX' and
11177            '2T1C' and
11178            'NDRPDR'"
11179   parameters:
11180   - "throughput"
11181   - "name"
11182   - "tags"
11183   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11184   x-axis: "X = CNFs per Service Chain"
11185   y-axis: "Y = Number of Service Chains"
11186   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11187   layout:
11188     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11189     layout: "plot-service-density"
11190
11191 - type: "plot"
11192   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11193   algorithm: "plot_nf_heatmap"
11194   output-file-type: ".html"
11195   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
11196   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11197   filter: "'NIC_Intel-XXV710' and
11198            'NF_DENSITY' and
11199            'DOCKER' and
11200            'CHAIN' and
11201            'NF_VPPIP4' and
11202            'IMIX' and
11203            '4T2C' and
11204            'NDRPDR'"
11205   parameters:
11206   - "throughput"
11207   - "name"
11208   - "tags"
11209   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11210   x-axis: "X = CNFs per Service Chain"
11211   y-axis: "Y = Number of Service Chains"
11212   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11213   layout:
11214     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11215     layout: "plot-service-density"
11216
11217 - type: "plot"
11218   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11219   algorithm: "plot_nf_heatmap"
11220   output-file-type: ".html"
11221   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11222   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11223   filter: "'NIC_Intel-XXV710' and
11224            'NF_DENSITY' and
11225            'DOCKER' and
11226            'CHAIN' and
11227            'NF_VPPIP4' and
11228            'IMIX' and
11229            '8T4C' and
11230            'NDRPDR'"
11231   parameters:
11232   - "throughput"
11233   - "name"
11234   - "tags"
11235   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11236   x-axis: "X = CNFs per Service Chain"
11237   y-axis: "Y = Number of Service Chains"
11238   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11239   layout:
11240     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11241     layout: "plot-service-density"
11242
11243 # Plots - NF Density - CSC - PDR IMIX
11244 - type: "plot"
11245   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11246   algorithm: "plot_nf_heatmap"
11247   output-file-type: ".html"
11248   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11249   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11250   filter: "'NIC_Intel-XXV710' and
11251            'NF_DENSITY' and
11252            'DOCKER' and
11253            'CHAIN' and
11254            'NF_VPPIP4' and
11255            'IMIX' and
11256            '2T1C' and
11257            'NDRPDR'"
11258   parameters:
11259   - "throughput"
11260   - "name"
11261   - "tags"
11262   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11263   x-axis: "X = CNFs per Service Chain"
11264   y-axis: "Y = Number of Service Chains"
11265   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11266   layout:
11267     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11268     layout: "plot-service-density"
11269
11270 - type: "plot"
11271   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11272   algorithm: "plot_nf_heatmap"
11273   output-file-type: ".html"
11274   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11275   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11276   filter: "'NIC_Intel-XXV710' and
11277            'NF_DENSITY' and
11278            'DOCKER' and
11279            'CHAIN' and
11280            'NF_VPPIP4' and
11281            'IMIX' and
11282            '4T2C' and
11283            'NDRPDR'"
11284   parameters:
11285   - "throughput"
11286   - "name"
11287   - "tags"
11288   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11289   x-axis: "X = CNFs per Service Chain"
11290   y-axis: "Y = Number of Service Chains"
11291   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11292   layout:
11293     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11294     layout: "plot-service-density"
11295
11296 - type: "plot"
11297   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11298   algorithm: "plot_nf_heatmap"
11299   output-file-type: ".html"
11300   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11301   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11302   filter: "'NIC_Intel-XXV710' and
11303            'NF_DENSITY' and
11304            'DOCKER' and
11305            'CHAIN' and
11306            'NF_VPPIP4' and
11307            'IMIX' and
11308            '8T4C' and
11309            'NDRPDR'"
11310   parameters:
11311   - "throughput"
11312   - "name"
11313   - "tags"
11314   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11315   x-axis: "X = CNFs per Service Chain"
11316   y-axis: "Y = Number of Service Chains"
11317   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11318   layout:
11319     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11320     layout: "plot-service-density"
11321
11322 # Plots - NF Density - CSP - MRR IMIX
11323 - type: "plot"
11324   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11325   algorithm: "plot_nf_heatmap"
11326   output-file-type: ".html"
11327   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11328   data: "plot-vpp-nfv-2n-clx-mrr"
11329   filter: "'NIC_Intel-XXV710' and
11330            'NF_DENSITY' and
11331            'DOCKER' and
11332            'PIPELINE' and
11333            'NF_VPPIP4' and
11334            'IMIX' and
11335            '2T1C' and
11336            'MRR'"
11337   parameters:
11338   - "result"
11339   - "name"
11340   - "tags"
11341   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11342   x-axis: "X = CNFs per Service Pipeline"
11343   y-axis: "Y = Number of Service Pipelines"
11344   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11345   layout:
11346     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11347     layout: "plot-service-density"
11348
11349 - type: "plot"
11350   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11351   algorithm: "plot_nf_heatmap"
11352   output-file-type: ".html"
11353   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11354   data: "plot-vpp-nfv-2n-clx-mrr"
11355   filter: "'NIC_Intel-XXV710' and
11356            'NF_DENSITY' and
11357            'DOCKER' and
11358            'PIPELINE' and
11359            'NF_VPPIP4' and
11360            'IMIX' and
11361            '4T2C' and
11362            'MRR'"
11363   parameters:
11364   - "result"
11365   - "name"
11366   - "tags"
11367   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11368   x-axis: "X = CNFs per Service Pipeline"
11369   y-axis: "Y = Number of Service Pipelines"
11370   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11371   layout:
11372     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11373     layout: "plot-service-density"
11374
11375 - type: "plot"
11376   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11377   algorithm: "plot_nf_heatmap"
11378   output-file-type: ".html"
11379   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11380   data: "plot-vpp-nfv-2n-clx-mrr"
11381   filter: "'NIC_Intel-XXV710' and
11382            'NF_DENSITY' and
11383            'DOCKER' and
11384            'PIPELINE' and
11385            'NF_VPPIP4' and
11386            'IMIX' and
11387            '8T4C' and
11388            'MRR'"
11389   parameters:
11390   - "result"
11391   - "name"
11392   - "tags"
11393   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11394   x-axis: "X = CNFs per Service Pipeline"
11395   y-axis: "Y = Number of Service Pipelines"
11396   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11397   layout:
11398     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11399     layout: "plot-service-density"
11400
11401 # Plots - NF Density - CSP - NDR IMIX
11402 - type: "plot"
11403   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11404   algorithm: "plot_nf_heatmap"
11405   output-file-type: ".html"
11406   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11407   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11408   filter: "'NIC_Intel-XXV710' and
11409            'NF_DENSITY' and
11410            'DOCKER' and
11411            'PIPELINE' and
11412            'NF_VPPIP4' and
11413            'IMIX' and
11414            '2T1C' and
11415            'NDRPDR'"
11416   parameters:
11417   - "throughput"
11418   - "name"
11419   - "tags"
11420   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11421   x-axis: "X = CNFs per Service Pipeline"
11422   y-axis: "Y = Number of Service Pipelines"
11423   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11424   layout:
11425     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11426     layout: "plot-service-density"
11427
11428 - type: "plot"
11429   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11430   algorithm: "plot_nf_heatmap"
11431   output-file-type: ".html"
11432   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11433   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11434   filter: "'NIC_Intel-XXV710' and
11435            'NF_DENSITY' and
11436            'DOCKER' and
11437            'PIPELINE' and
11438            'NF_VPPIP4' and
11439            'IMIX' and
11440            '4T2C' and
11441            'NDRPDR'"
11442   parameters:
11443   - "throughput"
11444   - "name"
11445   - "tags"
11446   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11447   x-axis: "X = CNFs per Service Pipeline"
11448   y-axis: "Y = Number of Service Pipelines"
11449   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11450   layout:
11451     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11452     layout: "plot-service-density"
11453
11454 - type: "plot"
11455   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11456   algorithm: "plot_nf_heatmap"
11457   output-file-type: ".html"
11458   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11459   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11460   filter: "'NIC_Intel-XXV710' and
11461            'NF_DENSITY' and
11462            'DOCKER' and
11463            'PIPELINE' and
11464            'NF_VPPIP4' and
11465            'IMIX' and
11466            '8T4C' and
11467            'NDRPDR'"
11468   parameters:
11469   - "throughput"
11470   - "name"
11471   - "tags"
11472   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11473   x-axis: "X = CNFs per Service Pipeline"
11474   y-axis: "Y = Number of Service Pipelines"
11475   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11476   layout:
11477     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11478     layout: "plot-service-density"
11479
11480 # Plots - NF Density - CSP - PDR IMIX
11481 - type: "plot"
11482   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11483   algorithm: "plot_nf_heatmap"
11484   output-file-type: ".html"
11485   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11486   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11487   filter: "'NIC_Intel-XXV710' and
11488            'NF_DENSITY' and
11489            'DOCKER' and
11490            'PIPELINE' and
11491            'NF_VPPIP4' and
11492            'IMIX' and
11493            '2T1C' and
11494            'NDRPDR'"
11495   parameters:
11496   - "throughput"
11497   - "name"
11498   - "tags"
11499   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11500   x-axis: "X = CNFs per Service Pipeline"
11501   y-axis: "Y = Number of Service Pipelines"
11502   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11503   layout:
11504     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11505     layout: "plot-service-density"
11506
11507 - type: "plot"
11508   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11509   algorithm: "plot_nf_heatmap"
11510   output-file-type: ".html"
11511   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11512   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11513   filter: "'NIC_Intel-XXV710' and
11514            'NF_DENSITY' and
11515            'DOCKER' and
11516            'PIPELINE' and
11517            'NF_VPPIP4' and
11518            'IMIX' and
11519            '4T2C' and
11520            'NDRPDR'"
11521   parameters:
11522   - "throughput"
11523   - "name"
11524   - "tags"
11525   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11526   x-axis: "X = CNFs per Service Pipeline"
11527   y-axis: "Y = Number of Service Pipelines"
11528   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11529   layout:
11530     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11531     layout: "plot-service-density"
11532
11533 - type: "plot"
11534   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11535   algorithm: "plot_nf_heatmap"
11536   output-file-type: ".html"
11537   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11538   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11539   filter: "'NIC_Intel-XXV710' and
11540            'NF_DENSITY' and
11541            'DOCKER' and
11542            'PIPELINE' and
11543            'NF_VPPIP4' and
11544            'IMIX' and
11545            '8T4C' and
11546            'NDRPDR'"
11547   parameters:
11548   - "throughput"
11549   - "name"
11550   - "tags"
11551   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11552   x-axis: "X = CNFs per Service Pipeline"
11553   y-axis: "Y = Number of Service Pipelines"
11554   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11555   layout:
11556     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11557     layout: "plot-service-density"
11558
11559 ################################################################################
11560
11561 # Packet Throughput
11562
11563 - type: "plot"
11564   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11565   algorithm: "plot_perf_box_name"
11566   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11567   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11568   include:
11569     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11570     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11571     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11572     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11573   layout:
11574     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11575     layout: "plot-throughput"
11576
11577 - type: "plot"
11578   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11579   algorithm: "plot_perf_box_name"
11580   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11581   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11582   include:
11583     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11584     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11585     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11586     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11587   layout:
11588     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11589     layout: "plot-throughput"
11590
11591 - type: "plot"
11592   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11593   algorithm: "plot_perf_box_name"
11594   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11595   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11596   include:
11597     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11598     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11599     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11600     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11601   layout:
11602     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11603     layout: "plot-throughput"
11604
11605 - type: "plot"
11606   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11607   algorithm: "plot_perf_box_name"
11608   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11609   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11610   include:
11611     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11612     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11613     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11614     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11615   layout:
11616     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11617     layout: "plot-throughput"
11618
11619 - type: "plot"
11620   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11621   algorithm: "plot_perf_box_name"
11622   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11623   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11624   include:
11625     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11626     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11627     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11628     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11629     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11630   layout:
11631     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11632     layout: "plot-throughput"
11633
11634 - type: "plot"
11635   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11636   algorithm: "plot_perf_box_name"
11637   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11638   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11639   include:
11640     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11641     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11642     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11643     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11644     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11645   layout:
11646     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11647     layout: "plot-throughput"
11648
11649 - type: "plot"
11650   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11651   algorithm: "plot_perf_box_name"
11652   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11653   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11654   include:
11655     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11656     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11657     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11658     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11659     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11660   layout:
11661     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11662     layout: "plot-throughput"
11663
11664 - type: "plot"
11665   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11666   algorithm: "plot_perf_box_name"
11667   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11668   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11669   include:
11670     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11671     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11672     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11673     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11674     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11675   layout:
11676     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11677     layout: "plot-throughput"
11678
11679 - type: "plot"
11680   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11681   algorithm: "plot_perf_box_name"
11682   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11683   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11684   include:
11685     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11686     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11687     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11688     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11689     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11690   layout:
11691     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11692     layout: "plot-throughput"
11693
11694 - type: "plot"
11695   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11696   algorithm: "plot_perf_box_name"
11697   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11698   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11699   include:
11700     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11701     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11702     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11703     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11704     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11705   layout:
11706     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11707     layout: "plot-throughput"
11708
11709 - type: "plot"
11710   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11711   algorithm: "plot_perf_box_name"
11712   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11713   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11714   include:
11715     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11716     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11717     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11718     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11719     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11720     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11721   layout:
11722     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11723     layout: "plot-throughput"
11724
11725 - type: "plot"
11726   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11727   algorithm: "plot_perf_box_name"
11728   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11729   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11730   include:
11731     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11732     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11733     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11734     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11735     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11736     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11737   layout:
11738     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11739     layout: "plot-throughput"
11740
11741 - type: "plot"
11742   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11743   algorithm: "plot_perf_box_name"
11744   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11745   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11746   include:
11747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11752   layout:
11753     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11754     layout: "plot-throughput"
11755
11756 - type: "plot"
11757   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11758   algorithm: "plot_perf_box_name"
11759   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11760   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11761   include:
11762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11767   layout:
11768     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11769     layout: "plot-throughput"
11770
11771 - type: "plot"
11772   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11773   algorithm: "plot_perf_box_name"
11774   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11775   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11776   include:
11777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11780   layout:
11781     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11782     layout: "plot-throughput"
11783
11784 - type: "plot"
11785   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11786   algorithm: "plot_perf_box_name"
11787   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11788   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11789   include:
11790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11793   layout:
11794     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11795     layout: "plot-throughput"
11796
11797 - type: "plot"
11798   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11799   algorithm: "plot_perf_box_name"
11800   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11801   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11802   include:
11803     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11804     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11805     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11806     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11807     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11808   layout:
11809     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11810     layout: "plot-throughput"
11811
11812 - type: "plot"
11813   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11814   algorithm: "plot_perf_box_name"
11815   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11816   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11817   include:
11818     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11820     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11821     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11822     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11823   layout:
11824     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11825     layout: "plot-throughput"
11826
11827 - type: "plot"
11828   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11829   algorithm: "plot_perf_box_name"
11830   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11831   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11832   include:
11833     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11834     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11835     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11836   layout:
11837     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11838     layout: "plot-throughput"
11839
11840 - type: "plot"
11841   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11842   algorithm: "plot_perf_box_name"
11843   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11844   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11845   include:
11846     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11847     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11848     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11849   layout:
11850     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11851     layout: "plot-throughput"
11852
11853 - type: "plot"
11854   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11855   algorithm: "plot_perf_box_name"
11856   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11857   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11858   include:
11859     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11860     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11861     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11862     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11863     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11864     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11865   layout:
11866     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11867     layout: "plot-throughput"
11868
11869 - type: "plot"
11870   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11871   algorithm: "plot_perf_box_name"
11872   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11873   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11874   include:
11875     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11876     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11877     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11878     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11879     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11880     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11881   layout:
11882     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11883     layout: "plot-throughput"
11884
11885 - type: "plot"
11886   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11887   algorithm: "plot_perf_box_name"
11888   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11889   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11890   include:
11891     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11892     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11893     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11894     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11895     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11896   layout:
11897     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11898     layout: "plot-throughput"
11899
11900 - type: "plot"
11901   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11902   algorithm: "plot_perf_box_name"
11903   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11904   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11905   include:
11906     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11907     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11908     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11909     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11910     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11911   layout:
11912     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11913     layout: "plot-throughput"
11914
11915 - type: "plot"
11916   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11917   algorithm: "plot_perf_box_name"
11918   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11919   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11920   include:
11921     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11922     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11923     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11924     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
11925     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11926     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11927     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11928     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
11929     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11930     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11931   layout:
11932     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11933     layout: "plot-cps"
11934
11935 - type: "plot"
11936   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11937   algorithm: "plot_perf_box_name"
11938   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11939   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11940   include:
11941     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11942     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11943     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11944     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
11945     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11946     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11947     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11948     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
11949     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11950     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11951   layout:
11952     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11953     layout: "plot-throughput"
11954
11955 - type: "plot"
11956   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11957   algorithm: "plot_perf_box_name"
11958   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11959   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11960   include:
11961     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11962     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11963     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11964     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
11965     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11966     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11967     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11968     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
11969     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11970     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11971   layout:
11972     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11973     layout: "plot-cps"
11974
11975 - type: "plot"
11976   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11977   algorithm: "plot_perf_box_name"
11978   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11979   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11980   include:
11981     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11982     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11983     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11984     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
11985     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11986     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11987     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11988     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
11989     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11990     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11991   layout:
11992     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11993     layout: "plot-throughput"
11994
11995 - type: "plot"
11996   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11997   algorithm: "plot_perf_box_name"
11998   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11999   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12000   include:
12001     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
12002     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
12003     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
12004     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
12005     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
12006   layout:
12007     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
12008     layout: "plot-throughput"
12009
12010 - type: "plot"
12011   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
12012   algorithm: "plot_perf_box_name"
12013   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
12014   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12015   include:
12016     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
12017     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
12018     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
12019     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
12020     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
12021   layout:
12022     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
12023     layout: "plot-throughput"
12024
12025 - type: "plot"
12026   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
12027   algorithm: "plot_perf_box_name"
12028   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
12029   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12030   include:
12031     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
12032     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
12033     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
12034     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
12035     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
12036     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
12037     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
12038     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
12039     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
12040     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
12041   layout:
12042     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
12043     layout: "plot-cps"
12044
12045 - type: "plot"
12046   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
12047   algorithm: "plot_perf_box_name"
12048   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
12049   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12050   include:
12051     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
12052     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
12053     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
12054     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
12055     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
12056     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
12057     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
12058     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
12059     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
12060     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
12061   layout:
12062     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
12063     layout: "plot-throughput"
12064
12065 - type: "plot"
12066   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
12067   algorithm: "plot_perf_box_name"
12068   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
12069   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12070   include:
12071     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
12072     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
12073     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
12074     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
12075     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
12076     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
12077     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
12078     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
12079     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
12080     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
12081   layout:
12082     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
12083     layout: "plot-cps"
12084
12085 - type: "plot"
12086   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
12087   algorithm: "plot_perf_box_name"
12088   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
12089   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12090   include:
12091     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
12092     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
12093     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
12094     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
12095     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
12096     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
12097     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
12098     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
12099     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
12100     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
12101   layout:
12102     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
12103     layout: "plot-throughput"
12104
12105 - type: "plot"
12106   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12107   algorithm: "plot_perf_box_name"
12108   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12109   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12110   include:
12111     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12112     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12113     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12114     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12115     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12116     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12117   layout:
12118     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12119     layout: "plot-throughput"
12120
12121 - type: "plot"
12122   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12123   algorithm: "plot_perf_box_name"
12124   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12125   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12126   include:
12127     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12128     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12129     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12130     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12131     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12132     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12133   layout:
12134     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12135     layout: "plot-throughput"
12136
12137 - type: "plot"
12138   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12139   algorithm: "plot_perf_box_name"
12140   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12141   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12142   include:
12143     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12144     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12145     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12146   layout:
12147     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12148     layout: "plot-throughput"
12149
12150 - type: "plot"
12151   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12152   algorithm: "plot_perf_box_name"
12153   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12154   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12155   include:
12156     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12157     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12158     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12159   layout:
12160     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12161     layout: "plot-throughput"
12162
12163 - type: "plot"
12164   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12165   algorithm: "plot_perf_box_name"
12166   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12167   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12168   include:
12169     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12170     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12171 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12172 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12173 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12174   layout:
12175     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12176     layout: "plot-throughput"
12177
12178 - type: "plot"
12179   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12180   algorithm: "plot_perf_box_name"
12181   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12182   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12183   include:
12184     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12185     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12186 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12187 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12188 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12189   layout:
12190     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12191     layout: "plot-throughput"
12192
12193 - type: "plot"
12194   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12195   algorithm: "plot_perf_box_name"
12196   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12197   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12198   include:
12199     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12200     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12201     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12202     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12203     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12204   layout:
12205     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12206     layout: "plot-throughput"
12207
12208 - type: "plot"
12209   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12210   algorithm: "plot_perf_box_name"
12211   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12212   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12213   include:
12214     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12215     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12216     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12217     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12218     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12219   layout:
12220     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12221     layout: "plot-throughput"
12222
12223 - type: "plot"
12224   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12225   algorithm: "plot_perf_box_name"
12226   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12227   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12228   include:
12229     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12230     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12231     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12232     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12233     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12234   layout:
12235     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12236     layout: "plot-throughput"
12237
12238 - type: "plot"
12239   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12240   algorithm: "plot_perf_box_name"
12241   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12242   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12243   include:
12244     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12245     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12246     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12247     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12248     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12249   layout:
12250     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12251     layout: "plot-throughput"
12252
12253 - type: "plot"
12254   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12255   algorithm: "plot_perf_box_name"
12256   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12257   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12258   include:
12259     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12260     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12261     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12262     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12263   layout:
12264     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12265     layout: "plot-throughput"
12266
12267 - type: "plot"
12268   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12269   algorithm: "plot_perf_box_name"
12270   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12271   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12272   include:
12273     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12274     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12275     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12276     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12277   layout:
12278     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12279     layout: "plot-throughput"
12280
12281 - type: "plot"
12282   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12283   algorithm: "plot_perf_box_name"
12284   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12285   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12286   include:
12287     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12288     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12289     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12290     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12291     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12292   layout:
12293     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12294     layout: "plot-throughput"
12295
12296 - type: "plot"
12297   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12298   algorithm: "plot_perf_box_name"
12299   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12300   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12301   include:
12302     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12303     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12304     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12305     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12306     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12307   layout:
12308     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12309     layout: "plot-throughput"
12310
12311 - type: "plot"
12312   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12313   algorithm: "plot_perf_box_name"
12314   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12315   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12316   include:
12317     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12318     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12319     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12320     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12321     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12322   layout:
12323     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12324     layout: "plot-throughput"
12325
12326 - type: "plot"
12327   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12328   algorithm: "plot_perf_box_name"
12329   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12330   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12331   include:
12332     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12333     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12334     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12335     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12336     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12337   layout:
12338     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12339     layout: "plot-throughput"
12340
12341 - type: "plot"
12342   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12343   algorithm: "plot_perf_box_name"
12344   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12345   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12346   include:
12347     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12348     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12349     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12350     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12351   layout:
12352     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12353     layout: "plot-throughput"
12354
12355 - type: "plot"
12356   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12357   algorithm: "plot_perf_box_name"
12358   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12359   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12360   include:
12361     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12362     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12363     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12364     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12365   layout:
12366     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12367     layout: "plot-throughput"
12368
12369 - type: "plot"
12370   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12371   algorithm: "plot_perf_box_name"
12372   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12373   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12374   include:
12375     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12376     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12377     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12378     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12379     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12380   layout:
12381     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12382     layout: "plot-throughput"
12383
12384 - type: "plot"
12385   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12386   algorithm: "plot_perf_box_name"
12387   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12388   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12389   include:
12390     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12391     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12392     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12393     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12394     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12395   layout:
12396     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12397     layout: "plot-throughput"
12398
12399 - type: "plot"
12400   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12401   algorithm: "plot_perf_box_name"
12402   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12403   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12404   include:
12405     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12406     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12407     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12408     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12409     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12410     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12411   layout:
12412     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12413     layout: "plot-throughput"
12414
12415 - type: "plot"
12416   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12417   algorithm: "plot_perf_box_name"
12418   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12419   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12420   include:
12421     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12422     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12423     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12424     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12425     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12426     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12427   layout:
12428     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12429     layout: "plot-throughput"
12430
12431 - type: "plot"
12432   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12433   algorithm: "plot_perf_box_name"
12434   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12435   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12436   include:
12437     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12438     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12439     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12440     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12441     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12442   layout:
12443     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12444     layout: "plot-throughput"
12445
12446 - type: "plot"
12447   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12448   algorithm: "plot_perf_box_name"
12449   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12450   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12451   include:
12452     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12453     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12454     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12455     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12456     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12457   layout:
12458     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12459     layout: "plot-throughput"
12460
12461 - type: "plot"
12462   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12463   algorithm: "plot_perf_box_name"
12464   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12465   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12466   include:
12467     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12468     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12469     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12470     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12471     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12472   layout:
12473     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12474     layout: "plot-throughput"
12475
12476 - type: "plot"
12477   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12478   algorithm: "plot_perf_box_name"
12479   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12480   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12481   include:
12482     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12483     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12484     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12485     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12486     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12487   layout:
12488     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12489     layout: "plot-throughput"
12490
12491 - type: "plot"
12492   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12493   algorithm: "plot_perf_box_name"
12494   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12495   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12496   include:
12497     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12498     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12499   layout:
12500     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12501     layout: "plot-throughput"
12502
12503 - type: "plot"
12504   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12505   algorithm: "plot_perf_box_name"
12506   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12507   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12508   include:
12509     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12510     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12511   layout:
12512     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12513     layout: "plot-throughput"
12514
12515 - type: "plot"
12516   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12517   algorithm: "plot_perf_box_name"
12518   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12519   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12520   include:
12521     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12522     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12523     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12524     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12525   layout:
12526     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12527     layout: "plot-throughput"
12528
12529 - type: "plot"
12530   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12531   algorithm: "plot_perf_box_name"
12532   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12533   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12534   include:
12535     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12536     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12537     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12538     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12539   layout:
12540     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12541     layout: "plot-throughput"
12542
12543 - type: "plot"
12544   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12545   algorithm: "plot_perf_box_name"
12546   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12547   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12548   include:
12549     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12550     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12551     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12552     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12553   layout:
12554     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12555     layout: "plot-throughput"
12556
12557 - type: "plot"
12558   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12559   algorithm: "plot_perf_box_name"
12560   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12561   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12562   include:
12563     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12564     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12565     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12566     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12567   layout:
12568     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12569     layout: "plot-throughput"
12570
12571 - type: "plot"
12572   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12573   algorithm: "plot_perf_box_name"
12574   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12575   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12576   include:
12577     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12578     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12579     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12580     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12581   layout:
12582     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12583     layout: "plot-throughput"
12584
12585 - type: "plot"
12586   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12587   algorithm: "plot_perf_box_name"
12588   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12589   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12590   include:
12591     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12592     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12593     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12594     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12595   layout:
12596     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12597     layout: "plot-throughput"
12598
12599 - type: "plot"
12600   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12601   algorithm: "plot_perf_box_name"
12602   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12603   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12604   include:
12605     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12606     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12607     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12608     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12609   layout:
12610     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12611     layout: "plot-throughput"
12612
12613 - type: "plot"
12614   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12615   algorithm: "plot_perf_box_name"
12616   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12617   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12618   include:
12619     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12620     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12621     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12622     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12623   layout:
12624     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12625     layout: "plot-throughput"
12626
12627 - type: "plot"
12628   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12629   algorithm: "plot_perf_box_name"
12630   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12631   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12632   include:
12633     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12634     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12635     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12636     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12637     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12638     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12639   layout:
12640     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12641     layout: "plot-throughput"
12642
12643 - type: "plot"
12644   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12645   algorithm: "plot_perf_box_name"
12646   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12647   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12648   include:
12649     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12650     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12651     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12652     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12653     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12654     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12655   layout:
12656     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12657     layout: "plot-throughput"
12658
12659 - type: "plot"
12660   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12661   algorithm: "plot_perf_box_name"
12662   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12663   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12664   include:
12665     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12666     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12667     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12668     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12669     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12670   layout:
12671     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12672     layout: "plot-throughput"
12673
12674 - type: "plot"
12675   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12676   algorithm: "plot_perf_box_name"
12677   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12678   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12679   include:
12680     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12681     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12682     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12683     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12684     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12685   layout:
12686     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12687     layout: "plot-throughput"
12688
12689 - type: "plot"
12690   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12691   algorithm: "plot_perf_box_name"
12692   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12693   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12694   include:
12695     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12696     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12697     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12698     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12699     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12700   layout:
12701     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12702     layout: "plot-throughput"
12703
12704 - type: "plot"
12705   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12706   algorithm: "plot_perf_box_name"
12707   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12708   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12709   include:
12710     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12711     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12712     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12713     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12714     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12715   layout:
12716     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12717     layout: "plot-throughput"
12718
12719 - type: "plot"
12720   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12721   algorithm: "plot_perf_box_name"
12722   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12723   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12724   include:
12725     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12726     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12727     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12728   layout:
12729     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12730     layout: "plot-throughput"
12731
12732 - type: "plot"
12733   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12734   algorithm: "plot_perf_box_name"
12735   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12736   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12737   include:
12738     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12739     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12740     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12741   layout:
12742     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12743     layout: "plot-throughput"
12744
12745 - type: "plot"
12746   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12747   algorithm: "plot_perf_box_name"
12748   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12749   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12750   include:
12751     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12752     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12753     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12754   layout:
12755     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12756     layout: "plot-throughput"
12757
12758 - type: "plot"
12759   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12760   algorithm: "plot_perf_box_name"
12761   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12762   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12763   include:
12764     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12765     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12766     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12767   layout:
12768     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12769     layout: "plot-throughput"
12770
12771 - type: "plot"
12772   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12773   algorithm: "plot_perf_box_name"
12774   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12775   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12776   include:
12777     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12778     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12779     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12780     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12781     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12782   layout:
12783     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12784     layout: "plot-throughput"
12785
12786 - type: "plot"
12787   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12788   algorithm: "plot_perf_box_name"
12789   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12790   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12791   include:
12792     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12793     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12794     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12795     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12796     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12797   layout:
12798     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12799     layout: "plot-throughput"
12800
12801 - type: "plot"
12802   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12803   algorithm: "plot_perf_box_name"
12804   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12805   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12806   include:
12807     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12808     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12809     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12810     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12811     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12812   layout:
12813     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12814     layout: "plot-throughput"
12815
12816 - type: "plot"
12817   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12818   algorithm: "plot_perf_box_name"
12819   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12820   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12821   include:
12822     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12823     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12824     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12825     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12826     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12827   layout:
12828     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12829     layout: "plot-throughput"
12830
12831 - type: "plot"
12832   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12833   algorithm: "plot_perf_box_name"
12834   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12835   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12836   include:
12837     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12838     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12839     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12840     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12841     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12842   layout:
12843     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12844     layout: "plot-throughput"
12845
12846 - type: "plot"
12847   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12848   algorithm: "plot_perf_box_name"
12849   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12850   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12851   include:
12852     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12853     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12854     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12855     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12856     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12857   layout:
12858     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12859     layout: "plot-throughput"
12860
12861 - type: "plot"
12862   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12863   algorithm: "plot_perf_box_name"
12864   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12865   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12866   include:
12867     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12868     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12869     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12870     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12871     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12872   layout:
12873     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12874     layout: "plot-throughput"
12875
12876 - type: "plot"
12877   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12878   algorithm: "plot_perf_box_name"
12879   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12880   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12881   include:
12882     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12883     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12884     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12885     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12886     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12887   layout:
12888     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12889     layout: "plot-throughput"
12890
12891 - type: "plot"
12892   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12893   algorithm: "plot_perf_box_name"
12894   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12895   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12896   include:
12897     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12898     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12899     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12900     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12901     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12902   layout:
12903     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12904     layout: "plot-throughput"
12905
12906 - type: "plot"
12907   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12908   algorithm: "plot_perf_box_name"
12909   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12910   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12911   include:
12912     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12913     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12914     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12915     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12916     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12917   layout:
12918     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12919     layout: "plot-throughput"
12920
12921 - type: "plot"
12922   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12923   algorithm: "plot_perf_box_name"
12924   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12925   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12926   include:
12927     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12928     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12929     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12930     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12931     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12932     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12933   layout:
12934     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12935     layout: "plot-throughput"
12936
12937 - type: "plot"
12938   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12939   algorithm: "plot_perf_box_name"
12940   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12941   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12942   include:
12943     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12944     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12945     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12946     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12947     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12948     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12949   layout:
12950     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12951     layout: "plot-throughput"
12952
12953 - type: "plot"
12954   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12955   algorithm: "plot_perf_box_name"
12956   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12957   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12958   include:
12959     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12960     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12961     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12962     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12963   layout:
12964     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12965     layout: "plot-throughput"
12966
12967 - type: "plot"
12968   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12969   algorithm: "plot_perf_box_name"
12970   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12971   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12972   include:
12973     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12974     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12975     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12976     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12977   layout:
12978     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12979     layout: "plot-throughput"
12980
12981 - type: "plot"
12982   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12983   algorithm: "plot_perf_box_name"
12984   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12985   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12986   include:
12987     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12988     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12989     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12990     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12991     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12992     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12993   layout:
12994     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12995     layout: "plot-throughput"
12996
12997 - type: "plot"
12998   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12999   algorithm: "plot_perf_box_name"
13000   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13001   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13002   include:
13003     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13004     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13005     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13006     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13007     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13008     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13009   layout:
13010     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13011     layout: "plot-throughput"
13012
13013 - type: "plot"
13014   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13015   algorithm: "plot_perf_box_name"
13016   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13017   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13018   include:
13019     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13020     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13021     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13022     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13023     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13024     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13025   layout:
13026     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13027     layout: "plot-throughput"
13028
13029 - type: "plot"
13030   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13031   algorithm: "plot_perf_box_name"
13032   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13033   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13034   include:
13035     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13036     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13037     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13038     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13039     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13040     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13041   layout:
13042     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13043     layout: "plot-throughput"
13044
13045 - type: "plot"
13046   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13047   algorithm: "plot_perf_box_name"
13048   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13049   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13050   include:
13051     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13052     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13053     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13054     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13055     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13056     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13057   layout:
13058     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13059     layout: "plot-throughput"
13060
13061 - type: "plot"
13062   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13063   algorithm: "plot_perf_box_name"
13064   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13065   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13066   include:
13067     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13068     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13069     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13070     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13071     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13072     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13073   layout:
13074     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13075     layout: "plot-throughput"
13076
13077 - type: "plot"
13078   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13079   algorithm: "plot_perf_box_name"
13080   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13081   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13082   include:
13083     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13084     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13085     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13086     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13087     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13088     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13089   layout:
13090     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13091     layout: "plot-throughput"
13092
13093 - type: "plot"
13094   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13095   algorithm: "plot_perf_box_name"
13096   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13097   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13098   include:
13099     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13100     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13101     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13102     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13103     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13104     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13105   layout:
13106     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13107     layout: "plot-throughput"
13108
13109 - type: "plot"
13110   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13111   algorithm: "plot_perf_box_name"
13112   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13113   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13114   include:
13115     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13116     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13117     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13118     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13119     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13120     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13121   layout:
13122     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13123     layout: "plot-throughput"
13124
13125 - type: "plot"
13126   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13127   algorithm: "plot_perf_box_name"
13128   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13129   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13130   include:
13131     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13132     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13133     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13134     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13135     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13136     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13137   layout:
13138     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13139     layout: "plot-throughput"
13140
13141 - type: "plot"
13142   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13143   algorithm: "plot_perf_box_name"
13144   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13145   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13146   include:
13147     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13148     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13149     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13150     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13151     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13152     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13153   layout:
13154     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13155     layout: "plot-throughput"
13156
13157 - type: "plot"
13158   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13159   algorithm: "plot_perf_box_name"
13160   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13161   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13162   include:
13163     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13164     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13165     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13166     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13167     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13168     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13169   layout:
13170     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13171     layout: "plot-throughput"
13172
13173 - type: "plot"
13174   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13175   algorithm: "plot_perf_box_name"
13176   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13177   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13178   include:
13179     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13180     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13181     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13182     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13183     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13184     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13185   layout:
13186     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13187     layout: "plot-throughput"
13188
13189 - type: "plot"
13190   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13191   algorithm: "plot_perf_box_name"
13192   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13193   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13194   include:
13195     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13196     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13197     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13198     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13199     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13200     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13201   layout:
13202     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13203     layout: "plot-throughput"
13204
13205 - type: "plot"
13206   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13207   algorithm: "plot_perf_box_name"
13208   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13209   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13210   include:
13211     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13212     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13213     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13214     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13215     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13216     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13217   layout:
13218     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13219     layout: "plot-throughput"
13220
13221 - type: "plot"
13222   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13223   algorithm: "plot_perf_box_name"
13224   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13225   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13226   include:
13227     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13228     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13229     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13230     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13231     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13232     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13233   layout:
13234     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13235     layout: "plot-throughput"
13236
13237 - type: "plot"
13238   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13239   algorithm: "plot_perf_box_name"
13240   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13241   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13242   include:
13243     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13244     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13245     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13246     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13247   layout:
13248     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13249     layout: "plot-throughput"
13250
13251 - type: "plot"
13252   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13253   algorithm: "plot_perf_box_name"
13254   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13255   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13256   include:
13257     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13258     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13259     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13260     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13261   layout:
13262     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13263     layout: "plot-throughput"
13264
13265 - type: "plot"
13266   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13267   algorithm: "plot_perf_box_name"
13268   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13269   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13270   include:
13271     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13272     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13273     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13274     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13275   layout:
13276     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13277     layout: "plot-throughput"
13278
13279 - type: "plot"
13280   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13281   algorithm: "plot_perf_box_name"
13282   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13283   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13284   include:
13285     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13286     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13287     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13288     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13289   layout:
13290     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13291     layout: "plot-throughput"
13292
13293 - type: "plot"
13294   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13295   algorithm: "plot_perf_box_name"
13296   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13297   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13298   include:
13299     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13300     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13301     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13302     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13303     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13304     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13305   layout:
13306     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13307     layout: "plot-throughput"
13308
13309 - type: "plot"
13310   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13311   algorithm: "plot_perf_box_name"
13312   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13313   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13314   include:
13315     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13316     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13317     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13318     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13319     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13320     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13321   layout:
13322     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13323     layout: "plot-throughput"
13324
13325 - type: "plot"
13326   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13327   algorithm: "plot_perf_box_name"
13328   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13329   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13330   include:
13331     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13332     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13333     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13334     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13335     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13336   layout:
13337     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13338     layout: "plot-throughput"
13339
13340 - type: "plot"
13341   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13342   algorithm: "plot_perf_box_name"
13343   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13344   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13345   include:
13346     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13347     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13348     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13349     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13350     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13351   layout:
13352     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13353     layout: "plot-throughput"
13354
13355 - type: "plot"
13356   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13357   algorithm: "plot_perf_box_name"
13358   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13359   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13360   include:
13361     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13362     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13363     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13364     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13365     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13366   layout:
13367     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13368     layout: "plot-throughput"
13369
13370 - type: "plot"
13371   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13372   algorithm: "plot_perf_box_name"
13373   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13374   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13375   include:
13376     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13377     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13378     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13379     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13380     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13381   layout:
13382     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13383     layout: "plot-throughput"
13384
13385 - type: "plot"
13386   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13387   algorithm: "plot_perf_box_name"
13388   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13389   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13390   include:
13391     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13392     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13393     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13394     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13395   layout:
13396     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13397     layout: "plot-throughput"
13398
13399 - type: "plot"
13400   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13401   algorithm: "plot_perf_box_name"
13402   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13403   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13404   include:
13405     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13406     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13407     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13408     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13409   layout:
13410     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13411     layout: "plot-throughput"
13412
13413 - type: "plot"
13414   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13415   algorithm: "plot_perf_box_name"
13416   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13417   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13418   include:
13419     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13420     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13421     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13422     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13423     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13424     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13425   layout:
13426     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13427     layout: "plot-throughput"
13428
13429 - type: "plot"
13430   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13431   algorithm: "plot_perf_box_name"
13432   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13433   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13434   include:
13435     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13436     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13437     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13438     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13439     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13440     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13441   layout:
13442     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13443     layout: "plot-throughput"
13444
13445 - type: "plot"
13446   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13447   algorithm: "plot_perf_box_name"
13448   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13449   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13450   include:
13451     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13452     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13453     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13454     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13455     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13456     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13457   layout:
13458     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13459     layout: "plot-throughput"
13460
13461 - type: "plot"
13462   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13463   algorithm: "plot_perf_box_name"
13464   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13465   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13466   include:
13467     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13468     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13469     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13470     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13471     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13472     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13473   layout:
13474     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13475     layout: "plot-throughput"
13476
13477 - type: "plot"
13478   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13479   algorithm: "plot_perf_box_name"
13480   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13481   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13482   include:
13483     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13484     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13485     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13486     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13487     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13488     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13489   layout:
13490     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13491     layout: "plot-throughput"
13492
13493 - type: "plot"
13494   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13495   algorithm: "plot_perf_box_name"
13496   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13497   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13498   include:
13499     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13500     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13501     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13502     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13503     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13504     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13505   layout:
13506     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13507     layout: "plot-throughput"
13508
13509 - type: "plot"
13510   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13511   algorithm: "plot_perf_box_name"
13512   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13513   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13514   include:
13515     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13516     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13517     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13518     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13519     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13520     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13521   layout:
13522     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13523     layout: "plot-throughput"
13524
13525 - type: "plot"
13526   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13527   algorithm: "plot_perf_box_name"
13528   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13529   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13530   include:
13531     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13532     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13533     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13534     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13535     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13536     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13537   layout:
13538     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13539     layout: "plot-throughput"
13540
13541 - type: "plot"
13542   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13543   algorithm: "plot_perf_box_name"
13544   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13545   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13546   include:
13547     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13548     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13549     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13550     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13551   layout:
13552     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13553     layout: "plot-throughput"
13554
13555 - type: "plot"
13556   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13557   algorithm: "plot_perf_box_name"
13558   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13559   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13560   include:
13561     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13562     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13563     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13564     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13565   layout:
13566     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13567     layout: "plot-throughput"
13568
13569 - type: "plot"
13570   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13571   algorithm: "plot_perf_box_name"
13572   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13573   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13574   include:
13575     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13576     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13577     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13578     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13579     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13580     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13581   layout:
13582     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13583     layout: "plot-throughput"
13584
13585 - type: "plot"
13586   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13587   algorithm: "plot_perf_box_name"
13588   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13589   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13590   include:
13591     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13592     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13593     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13594     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13595     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13596     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13597   layout:
13598     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13599     layout: "plot-throughput"
13600
13601 - type: "plot"
13602   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13603   algorithm: "plot_perf_box_name"
13604   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13605   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13606   include:
13607     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13608     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13609     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13610     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13611     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13612     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13613   layout:
13614     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13615     layout: "plot-throughput"
13616
13617 - type: "plot"
13618   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13619   algorithm: "plot_perf_box_name"
13620   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13621   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13622   include:
13623     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13624     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13625     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13626     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13627     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13628     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13629   layout:
13630     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13631     layout: "plot-throughput"
13632
13633 - type: "plot"
13634   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13635   algorithm: "plot_perf_box_name"
13636   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13637   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13638   include:
13639     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13640     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13641     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13642     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13643   layout:
13644     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13645     layout: "plot-throughput"
13646
13647 - type: "plot"
13648   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13649   algorithm: "plot_perf_box_name"
13650   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13651   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13652   include:
13653     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13654     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13655     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13656     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13657   layout:
13658     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13659     layout: "plot-throughput"
13660
13661 - type: "plot"
13662   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13663   algorithm: "plot_perf_box_name"
13664   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13665   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13666   include:
13667     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13668     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13669     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13670     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13671     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13672     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13673   layout:
13674     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13675     layout: "plot-throughput"
13676
13677 - type: "plot"
13678   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13679   algorithm: "plot_perf_box_name"
13680   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13681   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13682   include:
13683     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13684     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13685     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13686     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13687     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13688     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13689   layout:
13690     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13691     layout: "plot-throughput"
13692
13693 - type: "plot"
13694   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13695   algorithm: "plot_perf_box_name"
13696   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13697   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13698   include:
13699     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13700     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13701     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13702     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13703   layout:
13704     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13705     layout: "plot-throughput"
13706
13707 - type: "plot"
13708   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13709   algorithm: "plot_perf_box_name"
13710   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13711   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13712   include:
13713     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13714     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13715     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13716     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13717   layout:
13718     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13719     layout: "plot-throughput"
13720
13721 - type: "plot"
13722   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13723   algorithm: "plot_perf_box_name"
13724   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13725   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13726   include:
13727     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13728     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13729     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13730     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13731     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13732     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13733   layout:
13734     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13735     layout: "plot-throughput"
13736
13737 - type: "plot"
13738   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13739   algorithm: "plot_perf_box_name"
13740   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13741   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13742   include:
13743     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13744     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13745     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13746     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13747     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13748     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13749   layout:
13750     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13751     layout: "plot-throughput"
13752
13753 - type: "plot"
13754   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13755   algorithm: "plot_perf_box_name"
13756   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13757   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13758   include:
13759     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13760     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13761     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13762     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13763     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13764     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13765   layout:
13766     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13767     layout: "plot-throughput"
13768
13769 - type: "plot"
13770   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13771   algorithm: "plot_perf_box_name"
13772   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13773   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13774   include:
13775     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13776     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13777     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13778     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13779     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13780     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13781   layout:
13782     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13783     layout: "plot-throughput"
13784
13785 - type: "plot"
13786   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13787   algorithm: "plot_perf_box_name"
13788   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13789   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13790   include:
13791     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13792     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13793     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13794     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13795     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13796     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13797   layout:
13798     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13799     layout: "plot-throughput"
13800
13801 - type: "plot"
13802   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13803   algorithm: "plot_perf_box_name"
13804   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13805   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13806   include:
13807     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13808     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13809     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13810     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13811     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13812     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13813   layout:
13814     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13815     layout: "plot-throughput"
13816
13817 - type: "plot"
13818   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13819   algorithm: "plot_perf_box_name"
13820   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13821   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13822   include:
13823     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13824     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13825     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13826 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13827 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13828 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13829   layout:
13830     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13831     layout: "plot-throughput"
13832
13833 - type: "plot"
13834   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13835   algorithm: "plot_perf_box_name"
13836   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13837   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13838   include:
13839     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13840     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13841     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13842 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13843 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13844 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13845   layout:
13846     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13847     layout: "plot-throughput"
13848
13849 - type: "plot"
13850   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13851   algorithm: "plot_perf_box_name"
13852   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13853   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13854   include:
13855     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13856     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13857     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13858     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13859     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13860     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13861   layout:
13862     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13863     layout: "plot-throughput"
13864
13865 - type: "plot"
13866   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13867   algorithm: "plot_perf_box_name"
13868   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13869   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13870   include:
13871     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13872     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13873     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13874     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13875     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13876     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13877   layout:
13878     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13879     layout: "plot-throughput"
13880
13881 - type: "plot"
13882   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13883   algorithm: "plot_perf_box_name"
13884   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13885   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13886   include:
13887     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13888     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13889     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13890     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13891     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13892     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13893   layout:
13894     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13895     layout: "plot-throughput"
13896
13897 - type: "plot"
13898   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13899   algorithm: "plot_perf_box_name"
13900   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13901   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13902   include:
13903     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13904     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13905     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13906     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13907     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13908     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13909   layout:
13910     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13911     layout: "plot-throughput"
13912
13913 #- type: "plot"
13914 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13915 #  algorithm: "plot_perf_box_name"
13916 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13917 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13918 #  include:
13919 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13920 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13921 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13922 #  layout:
13923 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13924 #    layout: "plot-throughput"
13925 #
13926 #- type: "plot"
13927 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13928 #  algorithm: "plot_perf_box_name"
13929 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13930 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13931 #  include:
13932 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13933 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13934 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13935 #  layout:
13936 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13937 #    layout: "plot-throughput"
13938
13939 - type: "plot"
13940   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13941   algorithm: "plot_perf_box_name"
13942   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13943   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13944   include:
13945     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13946     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13947     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13948     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13949     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13950   layout:
13951     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13952     layout: "plot-throughput"
13953
13954 - type: "plot"
13955   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13956   algorithm: "plot_perf_box_name"
13957   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13958   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13959   include:
13960     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13961     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13962     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13963     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13964     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13965   layout:
13966     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13967     layout: "plot-throughput"
13968
13969 - type: "plot"
13970   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13971   algorithm: "plot_perf_box_name"
13972   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13973   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13974   include:
13975     - "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"
13976     - "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"
13977     - "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"
13978     - "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"
13979     - "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"
13980   layout:
13981     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13982     layout: "plot-throughput"
13983
13984 - type: "plot"
13985   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13986   algorithm: "plot_perf_box_name"
13987   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13988   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13989   include:
13990     - "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"
13991     - "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"
13992     - "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"
13993     - "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"
13994     - "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"
13995   layout:
13996     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13997     layout: "plot-throughput"
13998
13999 - type: "plot"
14000   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14001   algorithm: "plot_perf_box_name"
14002   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14003   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14004   include:
14005     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14006     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14007     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14008     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14009     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14010   layout:
14011     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14012     layout: "plot-throughput"
14013
14014 - type: "plot"
14015   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14016   algorithm: "plot_perf_box_name"
14017   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14018   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14019   include:
14020     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14021     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14022     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14023     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14024     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14025   layout:
14026     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14027     layout: "plot-throughput"
14028
14029 - type: "plot"
14030   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14031   algorithm: "plot_perf_box_name"
14032   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14033   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14034   include:
14035     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14036     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14037     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14038     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14039     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14040   layout:
14041     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14042     layout: "plot-throughput"
14043
14044 - type: "plot"
14045   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14046   algorithm: "plot_perf_box_name"
14047   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14048   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14049   include:
14050     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14051     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14052     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14053     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14054     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14055   layout:
14056     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14057     layout: "plot-throughput"
14058
14059 - type: "plot"
14060   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14061   algorithm: "plot_perf_box_name"
14062   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14063   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14064   include:
14065     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14066     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14067     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14068     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14069     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14070   layout:
14071     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14072     layout: "plot-throughput"
14073
14074 - type: "plot"
14075   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14076   algorithm: "plot_perf_box_name"
14077   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14078   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14079   include:
14080     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14081     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14082     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14083     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14084     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14085   layout:
14086     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14087     layout: "plot-throughput"
14088
14089 - type: "plot"
14090   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14091   algorithm: "plot_perf_box_name"
14092   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14093   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14094   include:
14095     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14096     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14097     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14098     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14099     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14100   layout:
14101     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14102     layout: "plot-throughput"
14103
14104 - type: "plot"
14105   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14106   algorithm: "plot_perf_box_name"
14107   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14108   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14109   include:
14110     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14111     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14112     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14113     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14114     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14115   layout:
14116     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14117     layout: "plot-throughput"
14118
14119 - type: "plot"
14120   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14121   algorithm: "plot_perf_box_name"
14122   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14123   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14124   include:
14125     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14126     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14127     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14128     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14129   layout:
14130     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14131     layout: "plot-throughput"
14132
14133 - type: "plot"
14134   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14135   algorithm: "plot_perf_box_name"
14136   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14137   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14138   include:
14139     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14140     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14141     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14142     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14143   layout:
14144     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14145     layout: "plot-throughput"
14146
14147 - type: "plot"
14148   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14149   algorithm: "plot_perf_box_name"
14150   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14151   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14152   include:
14153     - "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"
14154     - "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"
14155     - "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"
14156     - "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"
14157   layout:
14158     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14159     layout: "plot-throughput"
14160
14161 - type: "plot"
14162   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14163   algorithm: "plot_perf_box_name"
14164   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14165   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14166   include:
14167     - "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"
14168     - "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"
14169     - "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"
14170     - "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"
14171   layout:
14172     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14173     layout: "plot-throughput"
14174
14175 - type: "plot"
14176   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14177   algorithm: "plot_perf_box_name"
14178   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14179   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14180   include:
14181     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14182     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14183     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14184     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14185     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14186     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14187   layout:
14188     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14189     layout: "plot-throughput"
14190
14191 - type: "plot"
14192   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14193   algorithm: "plot_perf_box_name"
14194   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14195   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14196   include:
14197     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14198     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14199     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14200     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14201     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14202     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14203   layout:
14204     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14205     layout: "plot-throughput"
14206
14207 - type: "plot"
14208   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14209   algorithm: "plot_perf_box_name"
14210   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14211   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14212   include:
14213     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14214     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14215     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14216     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14217     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14218     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14219   layout:
14220     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14221     layout: "plot-throughput"
14222
14223 - type: "plot"
14224   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14225   algorithm: "plot_perf_box_name"
14226   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14227   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14228   include:
14229     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14230     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14231     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14232     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14233     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14234     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14235   layout:
14236     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14237     layout: "plot-throughput"
14238
14239 - type: "plot"
14240   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14241   algorithm: "plot_perf_box_name"
14242   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14243   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14244   include:
14245     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14246     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14247     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14248     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14249     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14250     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14251   layout:
14252     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14253     layout: "plot-throughput"
14254
14255 - type: "plot"
14256   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14257   algorithm: "plot_perf_box_name"
14258   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14259   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14260   include:
14261     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14262     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14263     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14264     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14265     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14266     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14267   layout:
14268     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14269     layout: "plot-throughput"
14270
14271 - type: "plot"
14272   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14273   algorithm: "plot_perf_box_name"
14274   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14275   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14276   include:
14277     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14278     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14279     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14280     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14281     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14282   layout:
14283     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14284     layout: "plot-throughput"
14285
14286 - type: "plot"
14287   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14288   algorithm: "plot_perf_box_name"
14289   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14290   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14291   include:
14292     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14293     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14294     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14295     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14296     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14297   layout:
14298     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14299     layout: "plot-throughput"
14300
14301 - type: "plot"
14302   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14303   algorithm: "plot_perf_box_name"
14304   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14305   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14306   include:
14307     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14308     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14309   layout:
14310     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14311     layout: "plot-throughput"
14312
14313 - type: "plot"
14314   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14315   algorithm: "plot_perf_box_name"
14316   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14317   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14318   include:
14319     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14320     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14321   layout:
14322     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14323     layout: "plot-throughput"
14324
14325 - type: "plot"
14326   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14327   algorithm: "plot_perf_box_name"
14328   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14329   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14330   include:
14331     - "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"
14332     - "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"
14333   layout:
14334     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14335     layout: "plot-throughput"
14336
14337 - type: "plot"
14338   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14339   algorithm: "plot_perf_box_name"
14340   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14341   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14342   include:
14343     - "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"
14344     - "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"
14345   layout:
14346     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14347     layout: "plot-throughput"
14348
14349 - type: "plot"
14350   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14351   algorithm: "plot_perf_box_name"
14352   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14353   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14354   include:
14355     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14356     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14357   layout:
14358     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14359     layout: "plot-throughput"
14360
14361 - type: "plot"
14362   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14363   algorithm: "plot_perf_box_name"
14364   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14365   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14366   include:
14367     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14368     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14369   layout:
14370     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14371     layout: "plot-throughput"
14372
14373 - type: "plot"
14374   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14375   algorithm: "plot_perf_box_name"
14376   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14377   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14378   include:
14379     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14380     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14381   layout:
14382     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14383     layout: "plot-throughput"
14384
14385 - type: "plot"
14386   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14387   algorithm: "plot_perf_box_name"
14388   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14389   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14390   include:
14391     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14392     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14393   layout:
14394     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14395     layout: "plot-throughput"
14396
14397 - type: "plot"
14398   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14399   algorithm: "plot_perf_box_name"
14400   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14401   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14402   include:
14403     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14404     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14405     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14406     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14407     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14408     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14409   layout:
14410     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14411     layout: "plot-throughput"
14412
14413 - type: "plot"
14414   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14415   algorithm: "plot_perf_box_name"
14416   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14417   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14418   include:
14419     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14420     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14421     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14422     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14423     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14424     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14425   layout:
14426     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14427     layout: "plot-throughput"
14428
14429 - type: "plot"
14430   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14431   algorithm: "plot_perf_box_name"
14432   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14433   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14434   include:
14435     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14436     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14437     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14438     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14439     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14440     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14441   layout:
14442     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14443     layout: "plot-throughput"
14444
14445 - type: "plot"
14446   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14447   algorithm: "plot_perf_box_name"
14448   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14449   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14450   include:
14451     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14452     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14453     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14454     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14455     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14456     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14457   layout:
14458     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14459     layout: "plot-throughput"
14460
14461 - type: "plot"
14462   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14463   algorithm: "plot_perf_box_name"
14464   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14465   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14466   include:
14467     - "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"
14468     - "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"
14469     - "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"
14470     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14471     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14472     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14473   layout:
14474     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14475     layout: "plot-throughput"
14476
14477 - type: "plot"
14478   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14479   algorithm: "plot_perf_box_name"
14480   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14481   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14482   include:
14483     - "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"
14484     - "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"
14485     - "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"
14486     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14487     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14488     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14489   layout:
14490     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14491     layout: "plot-throughput"
14492
14493 ################################################################################
14494
14495 # Packet Speedup
14496
14497 - type: "plot"
14498   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14499   algorithm: "plot_tsa_name"
14500   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14501   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14502   include:
14503     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14504     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14505     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14506     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14507   layout:
14508     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14509     layout: "plot-throughput-speedup-analysis"
14510
14511 - type: "plot"
14512   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14513   algorithm: "plot_tsa_name"
14514   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14515   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14516   include:
14517     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14518     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14519     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14520     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14521   layout:
14522     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14523     layout: "plot-throughput-speedup-analysis"
14524
14525 - type: "plot"
14526   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14527   algorithm: "plot_tsa_name"
14528   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14529   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14530   include:
14531     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14532     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14533     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14534     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14535   layout:
14536     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14537     layout: "plot-throughput-speedup-analysis"
14538
14539 - type: "plot"
14540   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14541   algorithm: "plot_tsa_name"
14542   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14543   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14544   include:
14545     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14546     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14547     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14548     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14549   layout:
14550     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14551     layout: "plot-throughput-speedup-analysis"
14552
14553 - type: "plot"
14554   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14555   algorithm: "plot_tsa_name"
14556   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14557   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14558   include:
14559     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14560     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14561     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14562     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14563     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14564   layout:
14565     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14566     layout: "plot-throughput-speedup-analysis"
14567
14568 - type: "plot"
14569   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14570   algorithm: "plot_tsa_name"
14571   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14572   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14573   include:
14574     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14575     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14576     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14577     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14578     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14579   layout:
14580     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14581     layout: "plot-throughput-speedup-analysis"
14582
14583 - type: "plot"
14584   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14585   algorithm: "plot_tsa_name"
14586   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14587   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14588   include:
14589     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14590     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14591     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14592     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14593     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14594   layout:
14595     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14596     layout: "plot-throughput-speedup-analysis"
14597
14598 - type: "plot"
14599   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14600   algorithm: "plot_tsa_name"
14601   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14602   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14603   include:
14604     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14605     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14606     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14607     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14608     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14609   layout:
14610     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14611     layout: "plot-throughput-speedup-analysis"
14612
14613 - type: "plot"
14614   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14615   algorithm: "plot_tsa_name"
14616   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14617   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14618   include:
14619     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14620     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14621     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14622     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14623     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14624     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14625   layout:
14626     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14627     layout: "plot-throughput-speedup-analysis"
14628
14629 - type: "plot"
14630   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14631   algorithm: "plot_tsa_name"
14632   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14633   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14634   include:
14635     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14636     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14637     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14638     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14639     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14640     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14641   layout:
14642     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14643     layout: "plot-throughput-speedup-analysis"
14644
14645 - type: "plot"
14646   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14647   algorithm: "plot_tsa_name"
14648   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14649   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14650   include:
14651     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14652     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14653     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14654     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14655     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14656   layout:
14657     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14658     layout: "plot-throughput-speedup-analysis"
14659
14660 - type: "plot"
14661   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14662   algorithm: "plot_tsa_name"
14663   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14664   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14665   include:
14666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14667     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14668     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14669     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14670     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14671   layout:
14672     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14673     layout: "plot-throughput-speedup-analysis"
14674
14675 - type: "plot"
14676   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14677   algorithm: "plot_tsa_name"
14678   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14679   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14680   include:
14681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14682     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14683     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14684   layout:
14685     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14686     layout: "plot-throughput-speedup-analysis"
14687
14688 - type: "plot"
14689   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14690   algorithm: "plot_tsa_name"
14691   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14692   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14693   include:
14694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14697   layout:
14698     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14699     layout: "plot-throughput-speedup-analysis"
14700
14701 - type: "plot"
14702   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14703   algorithm: "plot_tsa_name"
14704   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14705   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14706   include:
14707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14709     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14710     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14712   layout:
14713     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14714     layout: "plot-throughput-speedup-analysis"
14715
14716 - type: "plot"
14717   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14718   algorithm: "plot_tsa_name"
14719   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14720   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14721   include:
14722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14725     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14726     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14727   layout:
14728     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14729     layout: "plot-throughput-speedup-analysis"
14730
14731 - type: "plot"
14732   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14733   algorithm: "plot_tsa_name"
14734   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14735   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14736   include:
14737     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14738     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14739     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14740   layout:
14741     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14742     layout: "plot-throughput-speedup-analysis"
14743
14744 - type: "plot"
14745   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14746   algorithm: "plot_tsa_name"
14747   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14748   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14749   include:
14750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14752     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14753   layout:
14754     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14755     layout: "plot-throughput-speedup-analysis"
14756
14757 - type: "plot"
14758   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14759   algorithm: "plot_tsa_name"
14760   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14761   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14762   include:
14763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14767     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14769   layout:
14770     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14771     layout: "plot-throughput-speedup-analysis"
14772
14773 - type: "plot"
14774   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14775   algorithm: "plot_tsa_name"
14776   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14777   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14778   include:
14779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14781     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14784     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14785   layout:
14786     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14787     layout: "plot-throughput-speedup-analysis"
14788
14789 - type: "plot"
14790   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14791   algorithm: "plot_tsa_name"
14792   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14793   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14794   include:
14795     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14796     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14797     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14798     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14799     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14800   layout:
14801     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
14802     layout: "plot-throughput-speedup-analysis"
14803
14804 - type: "plot"
14805   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14806   algorithm: "plot_tsa_name"
14807   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14808   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14809   include:
14810     - "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"
14811     - "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"
14812     - "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"
14813     - "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"
14814     - "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"
14815   layout:
14816     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
14817     layout: "plot-throughput-speedup-analysis"
14818
14819 - type: "plot"
14820   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14821   algorithm: "plot_tsa_name"
14822   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14823   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14824   include:
14825     - "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"
14826     - "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"
14827     - "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"
14828     - "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"
14829     - "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"
14830     - "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"
14831     - "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"
14832     - "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"
14833     - "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"
14834     - "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"
14835   layout:
14836     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
14837     layout: "plot-throughput-speedup-analysis-cps"
14838
14839 - type: "plot"
14840   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14841   algorithm: "plot_tsa_name"
14842   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14843   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14844   include:
14845     - "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"
14846     - "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"
14847     - "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"
14848     - "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"
14849     - "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"
14850     - "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"
14851     - "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"
14852     - "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"
14853     - "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"
14854     - "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"
14855   layout:
14856     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
14857     layout: "plot-throughput-speedup-analysis"
14858
14859 - type: "plot"
14860   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14861   algorithm: "plot_tsa_name"
14862   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14863   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14864   include:
14865     - "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"
14866     - "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"
14867     - "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"
14868     - "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"
14869     - "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"
14870     - "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"
14871     - "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"
14872     - "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"
14873     - "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"
14874     - "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"
14875   layout:
14876     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
14877     layout: "plot-throughput-speedup-analysis-cps"
14878
14879 - type: "plot"
14880   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14881   algorithm: "plot_tsa_name"
14882   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14883   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14884   include:
14885     - "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"
14886     - "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"
14887     - "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"
14888     - "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"
14889     - "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"
14890     - "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"
14891     - "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"
14892     - "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"
14893     - "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"
14894     - "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"
14895   layout:
14896     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
14897     layout: "plot-throughput-speedup-analysis"
14898
14899 - type: "plot"
14900   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14901   algorithm: "plot_tsa_name"
14902   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14903   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14904   include:
14905     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14906     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14907     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14908     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14909     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14910   layout:
14911     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
14912     layout: "plot-throughput-speedup-analysis"
14913
14914 - type: "plot"
14915   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14916   algorithm: "plot_tsa_name"
14917   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14918   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14919   include:
14920     - "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"
14921     - "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"
14922     - "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"
14923     - "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"
14924     - "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"
14925   layout:
14926     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
14927     layout: "plot-throughput-speedup-analysis"
14928
14929 - type: "plot"
14930   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14931   algorithm: "plot_tsa_name"
14932   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14933   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14934   include:
14935     - "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"
14936     - "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"
14937     - "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"
14938     - "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"
14939     - "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"
14940     - "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"
14941     - "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"
14942     - "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"
14943     - "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"
14944     - "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"
14945   layout:
14946     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
14947     layout: "plot-throughput-speedup-analysis-cps"
14948
14949 - type: "plot"
14950   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14951   algorithm: "plot_tsa_name"
14952   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14953   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14954   include:
14955     - "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"
14956     - "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"
14957     - "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"
14958     - "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"
14959     - "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"
14960     - "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"
14961     - "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"
14962     - "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"
14963     - "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"
14964     - "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"
14965   layout:
14966     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
14967     layout: "plot-throughput-speedup-analysis"
14968
14969 - type: "plot"
14970   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14971   algorithm: "plot_tsa_name"
14972   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14973   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14974   include:
14975     - "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"
14976     - "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"
14977     - "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"
14978     - "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"
14979     - "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"
14980     - "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"
14981     - "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"
14982     - "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"
14983     - "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"
14984     - "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"
14985   layout:
14986     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
14987     layout: "plot-throughput-speedup-analysis-cps"
14988
14989 - type: "plot"
14990   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14991   algorithm: "plot_tsa_name"
14992   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14993   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14994   include:
14995     - "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"
14996     - "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"
14997     - "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"
14998     - "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"
14999     - "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"
15000     - "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"
15001     - "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"
15002     - "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"
15003     - "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"
15004     - "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"
15005   layout:
15006     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
15007     layout: "plot-throughput-speedup-analysis"
15008
15009 - type: "plot"
15010   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15011   algorithm: "plot_tsa_name"
15012   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15013   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15014   include:
15015     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15016     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15017     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15018     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15019     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15020     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
15021   layout:
15022     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15023     layout: "plot-throughput-speedup-analysis"
15024
15025 - type: "plot"
15026   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15027   algorithm: "plot_tsa_name"
15028   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15029   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15030   include:
15031     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15032     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15033     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15034     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15035     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15036     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
15037   layout:
15038     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15039     layout: "plot-throughput-speedup-analysis"
15040
15041 - type: "plot"
15042   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15043   algorithm: "plot_tsa_name"
15044   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15045   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15046   include:
15047     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15048     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15049     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15050   layout:
15051     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
15052     layout: "plot-throughput-speedup-analysis"
15053
15054 - type: "plot"
15055   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15056   algorithm: "plot_tsa_name"
15057   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15058   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15059   include:
15060     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15061     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15062     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15063   layout:
15064     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
15065     layout: "plot-throughput-speedup-analysis"
15066
15067 - type: "plot"
15068   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
15069   algorithm: "plot_tsa_name"
15070   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
15071   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15072   include:
15073     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15074     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15075     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15076 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15077 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15078   layout:
15079     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
15080     layout: "plot-throughput-speedup-analysis"
15081
15082 - type: "plot"
15083   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
15084   algorithm: "plot_tsa_name"
15085   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
15086   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15087   include:
15088     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15089     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15090     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15091 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15092 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15093   layout:
15094     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
15095     layout: "plot-throughput-speedup-analysis"
15096
15097 - type: "plot"
15098   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15099   algorithm: "plot_tsa_name"
15100   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15101   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15102   include:
15103     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15104     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
15105     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15106     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15107     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15108   layout:
15109     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
15110     layout: "plot-throughput-speedup-analysis"
15111
15112 - type: "plot"
15113   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15114   algorithm: "plot_tsa_name"
15115   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15116   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15117   include:
15118     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15119     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
15120     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15121     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15122     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15123   layout:
15124     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
15125     layout: "plot-throughput-speedup-analysis"
15126
15127 - type: "plot"
15128   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15129   algorithm: "plot_tsa_name"
15130   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15131   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15132   include:
15133     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15134     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15135     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15136     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15137     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15138   layout:
15139     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
15140     layout: "plot-throughput-speedup-analysis"
15141
15142 - type: "plot"
15143   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15144   algorithm: "plot_tsa_name"
15145   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15146   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15147   include:
15148     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15149     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15150     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15151     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15152     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15153   layout:
15154     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15155     layout: "plot-throughput-speedup-analysis"
15156
15157 - type: "plot"
15158   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15159   algorithm: "plot_tsa_name"
15160   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15161   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15162   include:
15163     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15164     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15165     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15166     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15167   layout:
15168     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
15169     layout: "plot-throughput-speedup-analysis"
15170
15171 - type: "plot"
15172   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15173   algorithm: "plot_tsa_name"
15174   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15175   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15176   include:
15177     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15178     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15179     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15180     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15181   layout:
15182     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
15183     layout: "plot-throughput-speedup-analysis"
15184
15185 - type: "plot"
15186   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15187   algorithm: "plot_tsa_name"
15188   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15189   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15190   include:
15191     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15192     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15193     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15194     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15195     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15196   layout:
15197     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15198     layout: "plot-throughput-speedup-analysis"
15199
15200 - type: "plot"
15201   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15202   algorithm: "plot_tsa_name"
15203   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15204   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15205   include:
15206     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15207     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15208     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15209     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15210     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15211   layout:
15212     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15213     layout: "plot-throughput-speedup-analysis"
15214
15215 - type: "plot"
15216   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15217   algorithm: "plot_tsa_name"
15218   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15219   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15220   include:
15221     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15222     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15223   layout:
15224     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
15225     layout: "plot-throughput-speedup-analysis"
15226
15227 - type: "plot"
15228   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15229   algorithm: "plot_tsa_name"
15230   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15231   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15232   include:
15233     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15234     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15235   layout:
15236     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
15237     layout: "plot-throughput-speedup-analysis"
15238
15239 - type: "plot"
15240   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15241   algorithm: "plot_tsa_name"
15242   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15243   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15244   include:
15245     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15246     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15247     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15248     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15249   layout:
15250     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
15251     layout: "plot-throughput-speedup-analysis"
15252
15253 - type: "plot"
15254   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15255   algorithm: "plot_tsa_name"
15256   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15257   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15258   include:
15259     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15260     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15261     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15262     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15263   layout:
15264     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
15265     layout: "plot-throughput-speedup-analysis"
15266
15267 - type: "plot"
15268   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15269   algorithm: "plot_tsa_name"
15270   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15271   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15272   include:
15273     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15274     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15275     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15276     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15277   layout:
15278     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
15279     layout: "plot-throughput-speedup-analysis"
15280
15281 - type: "plot"
15282   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15283   algorithm: "plot_tsa_name"
15284   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15285   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15286   include:
15287     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15288     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15289     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15290     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15291   layout:
15292     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15293     layout: "plot-throughput-speedup-analysis"
15294
15295 - type: "plot"
15296   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15297   algorithm: "plot_tsa_name"
15298   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15299   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15300   include:
15301     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15302     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15303     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15304     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15305     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15306     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15307   layout:
15308     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
15309     layout: "plot-throughput-speedup-analysis"
15310
15311 - type: "plot"
15312   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15313   algorithm: "plot_tsa_name"
15314   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15315   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15316   include:
15317     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15318     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15319     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15320     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15321     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15322     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15323   layout:
15324     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15325     layout: "plot-throughput-speedup-analysis"
15326
15327 - type: "plot"
15328   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15329   algorithm: "plot_tsa_name"
15330   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15331   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15332   include:
15333     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15334     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15335     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15336     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15337     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15338   layout:
15339     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15340     layout: "plot-throughput-speedup-analysis"
15341
15342 - type: "plot"
15343   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15344   algorithm: "plot_tsa_name"
15345   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15346   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15347   include:
15348     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15349     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15350     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15351     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15352     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15353   layout:
15354     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15355     layout: "plot-throughput-speedup-analysis"
15356
15357 - type: "plot"
15358   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15359   algorithm: "plot_tsa_name"
15360   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15361   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15362   include:
15363     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15364     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15365     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15366     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15367     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15368   layout:
15369     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15370     layout: "plot-throughput-speedup-analysis"
15371
15372 - type: "plot"
15373   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15374   algorithm: "plot_tsa_name"
15375   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15376   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15377   include:
15378     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15379     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15380     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15381     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15382     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15383   layout:
15384     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15385     layout: "plot-throughput-speedup-analysis"
15386
15387 - type: "plot"
15388   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15389   algorithm: "plot_tsa_name"
15390   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15391   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15392   include:
15393     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15394     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15395     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15396   layout:
15397     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15398     layout: "plot-throughput-speedup-analysis"
15399
15400 - type: "plot"
15401   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15402   algorithm: "plot_tsa_name"
15403   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15404   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15405   include:
15406     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15407     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15408     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15409   layout:
15410     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15411     layout: "plot-throughput-speedup-analysis"
15412
15413 - type: "plot"
15414   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15415   algorithm: "plot_tsa_name"
15416   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15417   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15418   include:
15419     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15420     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15421     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15422   layout:
15423     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15424     layout: "plot-throughput-speedup-analysis"
15425
15426 - type: "plot"
15427   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15428   algorithm: "plot_tsa_name"
15429   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15430   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15431   include:
15432     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15433     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15434     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15435   layout:
15436     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15437     layout: "plot-throughput-speedup-analysis"
15438
15439 - type: "plot"
15440   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15441   algorithm: "plot_tsa_name"
15442   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15443   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15444   include:
15445     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15446     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15447     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15448     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15449     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15450   layout:
15451     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15452     layout: "plot-throughput-speedup-analysis"
15453
15454 - type: "plot"
15455   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15456   algorithm: "plot_tsa_name"
15457   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15458   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15459   include:
15460     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15461     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15462     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15463     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15464     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15465   layout:
15466     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15467     layout: "plot-throughput-speedup-analysis"
15468
15469 - type: "plot"
15470   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15471   algorithm: "plot_tsa_name"
15472   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15473   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15474   include:
15475     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15476     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15477     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15478     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15479     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15480   layout:
15481     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15482     layout: "plot-throughput-speedup-analysis"
15483
15484 - type: "plot"
15485   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15486   algorithm: "plot_tsa_name"
15487   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15488   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15489   include:
15490     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15491     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15492     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15493     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15494     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15495   layout:
15496     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15497     layout: "plot-throughput-speedup-analysis"
15498
15499 - type: "plot"
15500   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15501   algorithm: "plot_tsa_name"
15502   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15503   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15504   include:
15505     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15506     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15507     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15508     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15509     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15510     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15511   layout:
15512     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15513     layout: "plot-throughput-speedup-analysis"
15514
15515 - type: "plot"
15516   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15517   algorithm: "plot_tsa_name"
15518   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15519   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15520   include:
15521     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15522     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15523     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15524     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15525     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15526     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15527   layout:
15528     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15529     layout: "plot-throughput-speedup-analysis"
15530
15531 - type: "plot"
15532   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15533   algorithm: "plot_tsa_name"
15534   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15535   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15536   include:
15537     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15538     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15539     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15540     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15541   layout:
15542     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15543     layout: "plot-throughput-speedup-analysis"
15544
15545 - type: "plot"
15546   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15547   algorithm: "plot_tsa_name"
15548   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15549   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15550   include:
15551     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15552     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15553     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15554     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15555   layout:
15556     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15557     layout: "plot-throughput-speedup-analysis"
15558
15559 - type: "plot"
15560   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15561   algorithm: "plot_tsa_name"
15562   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15563   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15564   include:
15565     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15566     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15567     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15568     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15569     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15570     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15571   layout:
15572     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15573     layout: "plot-throughput-speedup-analysis"
15574
15575 - type: "plot"
15576   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15577   algorithm: "plot_tsa_name"
15578   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15579   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15580   include:
15581     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15582     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15583     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15584     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15585     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15586     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15587   layout:
15588     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15589     layout: "plot-throughput-speedup-analysis"
15590
15591 - type: "plot"
15592   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15593   algorithm: "plot_tsa_name"
15594   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15595   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15596   include:
15597     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15598     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15599     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15600     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15601     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15602     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15603   layout:
15604     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15605     layout: "plot-throughput-speedup-analysis"
15606
15607 - type: "plot"
15608   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15609   algorithm: "plot_tsa_name"
15610   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15611   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15612   include:
15613     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15614     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15615     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15616     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15617     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15618     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15619   layout:
15620     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15621     layout: "plot-throughput-speedup-analysis"
15622
15623 - type: "plot"
15624   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15625   algorithm: "plot_tsa_name"
15626   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15627   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15628   include:
15629     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15630     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15631     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15632     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15633     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15634     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15635   layout:
15636     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15637     layout: "plot-throughput-speedup-analysis"
15638
15639 - type: "plot"
15640   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15641   algorithm: "plot_tsa_name"
15642   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15643   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15644   include:
15645     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15646     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15647     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15648     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15649     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15650     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15651   layout:
15652     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15653     layout: "plot-throughput-speedup-analysis"
15654
15655 - type: "plot"
15656   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15657   algorithm: "plot_tsa_name"
15658   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15659   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15660   include:
15661     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15662     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15663     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15664     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15665     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15666     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15667   layout:
15668     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15669     layout: "plot-throughput-speedup-analysis"
15670
15671 - type: "plot"
15672   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15673   algorithm: "plot_tsa_name"
15674   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15675   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15676   include:
15677     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15678     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15679     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15680     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15681     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15682     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15683   layout:
15684     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15685     layout: "plot-throughput-speedup-analysis"
15686
15687 - type: "plot"
15688   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15689   algorithm: "plot_tsa_name"
15690   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15691   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15692   include:
15693     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15694     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15695     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15696     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15697     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15698     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15699   layout:
15700     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15701     layout: "plot-throughput-speedup-analysis"
15702
15703 - type: "plot"
15704   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15705   algorithm: "plot_tsa_name"
15706   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15707   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15708   include:
15709     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15710     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15711     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15712     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15713     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15714     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15715   layout:
15716     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15717     layout: "plot-throughput-speedup-analysis"
15718
15719 - type: "plot"
15720   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15721   algorithm: "plot_tsa_name"
15722   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15723   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15724   include:
15725     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15726     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15727     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15728     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15729   layout:
15730     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15731     layout: "plot-throughput-speedup-analysis"
15732
15733 - type: "plot"
15734   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15735   algorithm: "plot_tsa_name"
15736   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15737   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15738   include:
15739     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15740     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15741     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15742     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15743   layout:
15744     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15745     layout: "plot-throughput-speedup-analysis"
15746
15747 - type: "plot"
15748   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15749   algorithm: "plot_tsa_name"
15750   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15751   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15752   include:
15753     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15754     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15755     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15756     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15757   layout:
15758     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15759     layout: "plot-throughput-speedup-analysis"
15760
15761 - type: "plot"
15762   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15763   algorithm: "plot_tsa_name"
15764   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15765   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15766   include:
15767     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15768     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15769     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15770     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15771   layout:
15772     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15773     layout: "plot-throughput-speedup-analysis"
15774
15775 - type: "plot"
15776   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15777   algorithm: "plot_tsa_name"
15778   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15779   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15780   include:
15781     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15782     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15783     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15784     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15785     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15786     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15787   layout:
15788     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15789     layout: "plot-throughput-speedup-analysis"
15790
15791 - type: "plot"
15792   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15793   algorithm: "plot_tsa_name"
15794   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15795   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15796   include:
15797     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15798     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15799     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15800     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15801     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15802     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15803   layout:
15804     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15805     layout: "plot-throughput-speedup-analysis"
15806
15807 - type: "plot"
15808   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15809   algorithm: "plot_tsa_name"
15810   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15811   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15812   include:
15813     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15814     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15815     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15816     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15817     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15818   layout:
15819     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15820     layout: "plot-throughput-speedup-analysis"
15821
15822 - type: "plot"
15823   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15824   algorithm: "plot_tsa_name"
15825   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15826   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15827   include:
15828     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15829     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15830     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15831     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15832     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15833   layout:
15834     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15835     layout: "plot-throughput-speedup-analysis"
15836
15837 - type: "plot"
15838   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15839   algorithm: "plot_tsa_name"
15840   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15841   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15842   include:
15843     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15844     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15845     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15846     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15847     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15848   layout:
15849     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15850     layout: "plot-throughput-speedup-analysis"
15851
15852 - type: "plot"
15853   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15854   algorithm: "plot_tsa_name"
15855   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15856   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15857   include:
15858     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15859     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15860     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15861     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15862     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15863   layout:
15864     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15865     layout: "plot-throughput-speedup-analysis"
15866
15867 - type: "plot"
15868   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15869   algorithm: "plot_tsa_name"
15870   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15871   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15872   include:
15873     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15874     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15875     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15876     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15877   layout:
15878     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15879     layout: "plot-throughput-speedup-analysis"
15880
15881 - type: "plot"
15882   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15883   algorithm: "plot_tsa_name"
15884   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15885   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15886   include:
15887     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15888     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15889     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15890     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15891   layout:
15892     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15893     layout: "plot-throughput-speedup-analysis"
15894
15895 - type: "plot"
15896   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15897   algorithm: "plot_tsa_name"
15898   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15899   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15900   include:
15901     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15902     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15903     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15904     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15905     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15906     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15907   layout:
15908     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15909     layout: "plot-throughput-speedup-analysis"
15910
15911 - type: "plot"
15912   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15913   algorithm: "plot_tsa_name"
15914   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15915   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15916   include:
15917     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15918     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15919     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15920     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15921     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15922     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15923   layout:
15924     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15925     layout: "plot-throughput-speedup-analysis"
15926
15927 - type: "plot"
15928   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15929   algorithm: "plot_tsa_name"
15930   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15931   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15932   include:
15933     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15934     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15935     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15936     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15937     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15938     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15939   layout:
15940     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15941     layout: "plot-throughput-speedup-analysis"
15942
15943 - type: "plot"
15944   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15945   algorithm: "plot_tsa_name"
15946   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15947   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15948   include:
15949     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15950     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15951     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15952     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15953     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15954     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15955   layout:
15956     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15957     layout: "plot-throughput-speedup-analysis"
15958
15959 - type: "plot"
15960   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15961   algorithm: "plot_tsa_name"
15962   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15963   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15964   include:
15965     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15966     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15967     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15968     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15969     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15970     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15971   layout:
15972     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15973     layout: "plot-throughput-speedup-analysis"
15974
15975 - type: "plot"
15976   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15977   algorithm: "plot_tsa_name"
15978   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15979   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15980   include:
15981     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15982     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15983     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15984     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15985     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15986     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15987   layout:
15988     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15989     layout: "plot-throughput-speedup-analysis"
15990
15991 - type: "plot"
15992   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15993   algorithm: "plot_tsa_name"
15994   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15995   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15996   include:
15997     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15998     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15999     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16000     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16001     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16002     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16003   layout:
16004     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
16005     layout: "plot-throughput-speedup-analysis"
16006
16007 - type: "plot"
16008   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
16009   algorithm: "plot_tsa_name"
16010   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
16011   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16012   include:
16013     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16014     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16015     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16016     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16017     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16018     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16019   layout:
16020     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
16021     layout: "plot-throughput-speedup-analysis"
16022
16023 - type: "plot"
16024   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
16025   algorithm: "plot_tsa_name"
16026   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
16027   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16028   include:
16029     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16030     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16031     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16032     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16033     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16034     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16035   layout:
16036     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
16037     layout: "plot-throughput-speedup-analysis"
16038
16039 - type: "plot"
16040   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
16041   algorithm: "plot_tsa_name"
16042   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
16043   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16044   include:
16045     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16046     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16047     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16048     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16049     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16050     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16051   layout:
16052     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
16053     layout: "plot-throughput-speedup-analysis"
16054
16055 - type: "plot"
16056   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
16057   algorithm: "plot_tsa_name"
16058   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16059   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16060   include:
16061     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16062     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16063     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16064     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16065     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16066   layout:
16067     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
16068     layout: "plot-throughput-speedup-analysis"
16069
16070 - type: "plot"
16071   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
16072   algorithm: "plot_tsa_name"
16073   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16074   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16075   include:
16076     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16077     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16078     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16079     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16080     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16081   layout:
16082     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
16083     layout: "plot-throughput-speedup-analysis"
16084
16085 - type: "plot"
16086   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16087   algorithm: "plot_tsa_name"
16088   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16089   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16090   include:
16091     - "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"
16092     - "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"
16093     - "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"
16094     - "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"
16095     - "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"
16096   layout:
16097     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16098     layout: "plot-throughput-speedup-analysis"
16099
16100 - type: "plot"
16101   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16102   algorithm: "plot_tsa_name"
16103   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16104   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16105   include:
16106     - "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"
16107     - "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"
16108     - "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"
16109     - "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"
16110     - "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"
16111   layout:
16112     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16113     layout: "plot-throughput-speedup-analysis"
16114
16115 - type: "plot"
16116   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16117   algorithm: "plot_tsa_name"
16118   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16119   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16120   include:
16121     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16122     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16123     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16124     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16125     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16126   layout:
16127     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16128     layout: "plot-throughput-speedup-analysis"
16129
16130 - type: "plot"
16131   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16132   algorithm: "plot_tsa_name"
16133   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16134   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16135   include:
16136     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16137     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16138     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16139     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16140     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16141   layout:
16142     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16143     layout: "plot-throughput-speedup-analysis"
16144
16145 - type: "plot"
16146   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16147   algorithm: "plot_tsa_name"
16148   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16149   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16150   include:
16151     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16152     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16153     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16154     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16155     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16156   layout:
16157     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16158     layout: "plot-throughput-speedup-analysis"
16159
16160 - type: "plot"
16161   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16162   algorithm: "plot_tsa_name"
16163   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16164   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16165   include:
16166     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16167     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16168     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16169     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16170     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16171   layout:
16172     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16173     layout: "plot-throughput-speedup-analysis"
16174
16175 - type: "plot"
16176   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16177   algorithm: "plot_tsa_name"
16178   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
16179   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16180   include:
16181     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16182     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16183     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16184     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16185     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16186   layout:
16187     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16188     layout: "plot-throughput-speedup-analysis"
16189
16190 - type: "plot"
16191   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16192   algorithm: "plot_tsa_name"
16193   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
16194   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16195   include:
16196     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16197     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16198     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16199     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16200     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16201   layout:
16202     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16203     layout: "plot-throughput-speedup-analysis"
16204
16205 - type: "plot"
16206   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16207   algorithm: "plot_tsa_name"
16208   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16209   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16210   include:
16211     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16212     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16213     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16214     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16215     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16216   layout:
16217     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16218     layout: "plot-throughput-speedup-analysis"
16219
16220 - type: "plot"
16221   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16222   algorithm: "plot_tsa_name"
16223   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16224   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16225   include:
16226     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16227     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16228     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16229     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16230     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16231   layout:
16232     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16233     layout: "plot-throughput-speedup-analysis"
16234
16235 - type: "plot"
16236   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16237   algorithm: "plot_tsa_name"
16238   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16239   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16240   include:
16241     - "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"
16242     - "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"
16243     - "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"
16244     - "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"
16245   layout:
16246     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16247     layout: "plot-throughput-speedup-analysis"
16248
16249 - type: "plot"
16250   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16251   algorithm: "plot_tsa_name"
16252   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16253   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16254   include:
16255     - "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"
16256     - "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"
16257     - "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"
16258     - "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"
16259   layout:
16260     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16261     layout: "plot-throughput-speedup-analysis"
16262
16263 - type: "plot"
16264   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16265   algorithm: "plot_tsa_name"
16266   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16267   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16268   include:
16269     - "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"
16270     - "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"
16271     - "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"
16272     - "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"
16273   layout:
16274     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16275     layout: "plot-throughput-speedup-analysis"
16276
16277 - type: "plot"
16278   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16279   algorithm: "plot_tsa_name"
16280   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16281   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16282   include:
16283     - "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"
16284     - "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"
16285     - "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"
16286     - "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"
16287   layout:
16288     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16289     layout: "plot-throughput-speedup-analysis"
16290
16291 - type: "plot"
16292   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16293   algorithm: "plot_tsa_name"
16294   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16295   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16296   include:
16297     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16298     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16299     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16300     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16301     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16302     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16303   layout:
16304     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
16305     layout: "plot-throughput-speedup-analysis"
16306
16307 - type: "plot"
16308   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16309   algorithm: "plot_tsa_name"
16310   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16311   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16312   include:
16313     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16314     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16315     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16316     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16317     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16318     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16319   layout:
16320     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16321     layout: "plot-throughput-speedup-analysis"
16322
16323 - type: "plot"
16324   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16325   algorithm: "plot_tsa_name"
16326   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16327   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16328   include:
16329     - "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"
16330     - "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"
16331     - "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"
16332     - "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"
16333     - "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"
16334     - "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"
16335   layout:
16336     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16337     layout: "plot-throughput-speedup-analysis"
16338
16339 - type: "plot"
16340   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16341   algorithm: "plot_tsa_name"
16342   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16343   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16344   include:
16345     - "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"
16346     - "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"
16347     - "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"
16348     - "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"
16349     - "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"
16350     - "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"
16351   layout:
16352     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16353     layout: "plot-throughput-speedup-analysis"
16354
16355 - type: "plot"
16356   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16357   algorithm: "plot_tsa_name"
16358   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16359   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16360   include:
16361     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16362     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16363     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16364     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16365     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16366     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16367   layout:
16368     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16369     layout: "plot-throughput-speedup-analysis"
16370
16371 - type: "plot"
16372   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16373   algorithm: "plot_tsa_name"
16374   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16375   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16376   include:
16377     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16378     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16379     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16380     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16381     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16382     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16383   layout:
16384     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16385     layout: "plot-throughput-speedup-analysis"
16386
16387 - type: "plot"
16388   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16389   algorithm: "plot_tsa_name"
16390   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16391   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16392   include:
16393     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16394     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16395     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16396     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16397     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16398   layout:
16399     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16400     layout: "plot-throughput-speedup-analysis"
16401
16402 - type: "plot"
16403   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16404   algorithm: "plot_tsa_name"
16405   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16406   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16407   include:
16408     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16409     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16410     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16411     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16412     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16413   layout:
16414     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16415     layout: "plot-throughput-speedup-analysis"
16416
16417 - type: "plot"
16418   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16419   algorithm: "plot_tsa_name"
16420   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16421   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16422   include:
16423     - "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"
16424     - "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"
16425   layout:
16426     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16427     layout: "plot-throughput-speedup-analysis"
16428
16429 - type: "plot"
16430   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16431   algorithm: "plot_tsa_name"
16432   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16433   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16434   include:
16435     - "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"
16436     - "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"
16437   layout:
16438     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16439     layout: "plot-throughput-speedup-analysis"
16440
16441 - type: "plot"
16442   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16443   algorithm: "plot_tsa_name"
16444   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16445   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16446   include:
16447     - "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"
16448     - "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"
16449   layout:
16450     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16451     layout: "plot-throughput-speedup-analysis"
16452
16453 - type: "plot"
16454   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16455   algorithm: "plot_tsa_name"
16456   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16457   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16458   include:
16459     - "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"
16460     - "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"
16461   layout:
16462     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16463     layout: "plot-throughput-speedup-analysis"
16464
16465 - type: "plot"
16466   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16467   algorithm: "plot_tsa_name"
16468   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16469   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16470   include:
16471     - "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"
16472     - "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"
16473     - "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"
16474     - "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"
16475     - "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"
16476     - "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"
16477   layout:
16478     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16479     layout: "plot-throughput-speedup-analysis"
16480
16481 - type: "plot"
16482   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16483   algorithm: "plot_tsa_name"
16484   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16485   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16486   include:
16487     - "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"
16488     - "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"
16489     - "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"
16490     - "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"
16491     - "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"
16492     - "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"
16493   layout:
16494     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16495     layout: "plot-throughput-speedup-analysis"
16496
16497 - type: "plot"
16498   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16499   algorithm: "plot_tsa_name"
16500   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16501   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16502   include:
16503     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16504     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16505     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16506     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16507     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16508   layout:
16509     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16510     layout: "plot-throughput-speedup-analysis"
16511
16512 - type: "plot"
16513   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16514   algorithm: "plot_tsa_name"
16515   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16516   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16517   include:
16518     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16519     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16520     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16521     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16522     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16523   layout:
16524     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16525     layout: "plot-throughput-speedup-analysis"
16526
16527 - type: "plot"
16528   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16529   algorithm: "plot_tsa_name"
16530   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16531   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16532   include:
16533     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16534     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16535     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16536     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16537     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16538   layout:
16539     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16540     layout: "plot-throughput-speedup-analysis"
16541
16542 - type: "plot"
16543   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16544   algorithm: "plot_tsa_name"
16545   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16546   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16547   include:
16548     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16549     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16550     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16551     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16552     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16553   layout:
16554     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16555     layout: "plot-throughput-speedup-analysis"
16556
16557 - type: "plot"
16558   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16559   algorithm: "plot_tsa_name"
16560   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16561   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16562   include:
16563     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16564     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16565     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16566     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16567   layout:
16568     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16569     layout: "plot-throughput-speedup-analysis"
16570
16571 - type: "plot"
16572   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16573   algorithm: "plot_tsa_name"
16574   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16575   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16576   include:
16577     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16578     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16579     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16580     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16581   layout:
16582     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16583     layout: "plot-throughput-speedup-analysis"
16584
16585 - type: "plot"
16586   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16587   algorithm: "plot_tsa_name"
16588   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16589   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16590   include:
16591     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16592     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16593     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16594     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16595   layout:
16596     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16597     layout: "plot-throughput-speedup-analysis"
16598
16599 - type: "plot"
16600   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16601   algorithm: "plot_tsa_name"
16602   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16603   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16604   include:
16605     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16606     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16607     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16608     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16609   layout:
16610     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16611     layout: "plot-throughput-speedup-analysis"
16612
16613 - type: "plot"
16614   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16615   algorithm: "plot_tsa_name"
16616   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16617   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16618   include:
16619     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16620     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16621     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16622     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16623     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16624   layout:
16625     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16626     layout: "plot-throughput-speedup-analysis"
16627
16628 - type: "plot"
16629   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16630   algorithm: "plot_tsa_name"
16631   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16632   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16633   include:
16634     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16635     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16636     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16637     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16638     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16639   layout:
16640     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16641     layout: "plot-throughput-speedup-analysis"
16642
16643 - type: "plot"
16644   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16645   algorithm: "plot_tsa_name"
16646   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16647   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16648   include:
16649     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16650     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16651     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16652     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16653     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16654     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16655   layout:
16656     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16657     layout: "plot-throughput-speedup-analysis"
16658
16659 - type: "plot"
16660   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16661   algorithm: "plot_tsa_name"
16662   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16663   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16664   include:
16665     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16666     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16667     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16668     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16669     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16670     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16671   layout:
16672     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16673     layout: "plot-throughput-speedup-analysis"
16674
16675 - type: "plot"
16676   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16677   algorithm: "plot_tsa_name"
16678   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16679   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16680   include:
16681     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16682     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16683     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16684     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16685   layout:
16686     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16687     layout: "plot-throughput-speedup-analysis"
16688
16689 - type: "plot"
16690   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16691   algorithm: "plot_tsa_name"
16692   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16693   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16694   include:
16695     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16696     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16697     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16698     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16699   layout:
16700     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16701     layout: "plot-throughput-speedup-analysis"
16702
16703 - type: "plot"
16704   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16705   algorithm: "plot_tsa_name"
16706   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16707   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16708   include:
16709     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16710     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16711     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16712     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16713     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16714     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16715   layout:
16716     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16717     layout: "plot-throughput-speedup-analysis"
16718
16719 - type: "plot"
16720   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16721   algorithm: "plot_tsa_name"
16722   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16723   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16724   include:
16725     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16726     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16727     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16728     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16729     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16730     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16731   layout:
16732     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16733     layout: "plot-throughput-speedup-analysis"
16734
16735 - type: "plot"
16736   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16737   algorithm: "plot_tsa_name"
16738   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16739   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16740   include:
16741     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16742     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16743     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16744     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16745     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16746     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16747   layout:
16748     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16749     layout: "plot-throughput-speedup-analysis"
16750
16751 - type: "plot"
16752   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16753   algorithm: "plot_tsa_name"
16754   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16755   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16756   include:
16757     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16758     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16759     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16760     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16761     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16762     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16763   layout:
16764     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16765     layout: "plot-throughput-speedup-analysis"
16766
16767 - type: "plot"
16768   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16769   algorithm: "plot_tsa_name"
16770   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16771   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16772   include:
16773     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16774     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16775     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16776     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16777     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16778     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16779   layout:
16780     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16781     layout: "plot-throughput-speedup-analysis"
16782
16783 - type: "plot"
16784   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16785   algorithm: "plot_tsa_name"
16786   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16787   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16788   include:
16789     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16790     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16791     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16792     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16793     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16794     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16795   layout:
16796     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16797     layout: "plot-throughput-speedup-analysis"
16798
16799 - type: "plot"
16800   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16801   algorithm: "plot_tsa_name"
16802   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16803   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16804   include:
16805     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16806     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16807     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16808     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16809     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16810     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16811   layout:
16812     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16813     layout: "plot-throughput-speedup-analysis"
16814
16815 - type: "plot"
16816   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16817   algorithm: "plot_tsa_name"
16818   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16819   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16820   include:
16821     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16822     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16823     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16824     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16825     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16826     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16827   layout:
16828     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16829     layout: "plot-throughput-speedup-analysis"
16830
16831 - type: "plot"
16832   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16833   algorithm: "plot_tsa_name"
16834   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16835   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16836   include:
16837     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16838     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16839     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16840     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16841     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16842     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16843   layout:
16844     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16845     layout: "plot-throughput-speedup-analysis"
16846
16847 - type: "plot"
16848   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16849   algorithm: "plot_tsa_name"
16850   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16851   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16852   include:
16853     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16854     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16855     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16856     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16857     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16858     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16859   layout:
16860     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16861     layout: "plot-throughput-speedup-analysis"
16862
16863 #- type: "plot"
16864 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16865 #  algorithm: "plot_tsa_name"
16866 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16867 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16868 #  include:
16869 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16870 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16871 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16872 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16873 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16874 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16875 #  layout:
16876 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16877 #    layout: "plot-throughput-speedup-analysis"
16878 #
16879 #- type: "plot"
16880 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16881 #  algorithm: "plot_tsa_name"
16882 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16883 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16884 #  include:
16885 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16886 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16887 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16888 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16889 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16890 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16891 #  layout:
16892 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16893 #    layout: "plot-throughput-speedup-analysis"
16894
16895 - type: "plot"
16896   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16897   algorithm: "plot_tsa_name"
16898   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16899   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16900   include:
16901     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16902     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16903     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16904     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16905     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16906   layout:
16907     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16908     layout: "plot-throughput-speedup-analysis"
16909
16910 - type: "plot"
16911   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16912   algorithm: "plot_tsa_name"
16913   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16914   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16915   include:
16916     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16917     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16918     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16919     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16920     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16921   layout:
16922     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16923     layout: "plot-throughput-speedup-analysis"
16924
16925 - type: "plot"
16926   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16927   algorithm: "plot_tsa_name"
16928   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16929   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16930   include:
16931     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16932     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16933     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16934     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16935     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16936     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16937   layout:
16938     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16939     layout: "plot-throughput-speedup-analysis"
16940
16941 - type: "plot"
16942   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16943   algorithm: "plot_tsa_name"
16944   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16945   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16946   include:
16947     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16948     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16949     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16950     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16951     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16952     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16953   layout:
16954     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16955     layout: "plot-throughput-speedup-analysis"
16956
16957 - type: "plot"
16958   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16959   algorithm: "plot_tsa_name"
16960   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16961   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16962   include:
16963     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16964     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16965     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16966     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16967     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16968   layout:
16969     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16970     layout: "plot-throughput-speedup-analysis"
16971
16972 - type: "plot"
16973   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16974   algorithm: "plot_tsa_name"
16975   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16976   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16977   include:
16978     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16979     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16980     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16981     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16982     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16983   layout:
16984     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16985     layout: "plot-throughput-speedup-analysis"
16986
16987 - type: "plot"
16988   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16989   algorithm: "plot_tsa_name"
16990   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16991   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16992   include:
16993     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16994     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16995     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16996     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16997   layout:
16998     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16999     layout: "plot-throughput-speedup-analysis"
17000
17001 - type: "plot"
17002   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17003   algorithm: "plot_tsa_name"
17004   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17005   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17006   include:
17007     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17008     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17009     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17010     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17011   layout:
17012     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17013     layout: "plot-throughput-speedup-analysis"
17014
17015 - type: "plot"
17016   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17017   algorithm: "plot_tsa_name"
17018   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17019   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17020   include:
17021     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17022     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17023     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17024     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17025     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17026     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17027   layout:
17028     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17029     layout: "plot-throughput-speedup-analysis"
17030
17031 - type: "plot"
17032   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17033   algorithm: "plot_tsa_name"
17034   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17035   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17036   include:
17037     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17038     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17039     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17040     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17041     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17042     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17043   layout:
17044     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17045     layout: "plot-throughput-speedup-analysis"
17046
17047 - type: "plot"
17048   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17049   algorithm: "plot_tsa_name"
17050   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17051   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17052   include:
17053     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17054     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17055     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17056     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17057     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17058   layout:
17059     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17060     layout: "plot-throughput-speedup-analysis"
17061
17062 - type: "plot"
17063   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17064   algorithm: "plot_tsa_name"
17065   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17066   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17067   include:
17068     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17069     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17070     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17071     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17072     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17073   layout:
17074     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17075     layout: "plot-throughput-speedup-analysis"
17076
17077 - type: "plot"
17078   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17079   algorithm: "plot_tsa_name"
17080   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17081   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17082   include:
17083     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17084     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17085     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17086     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17087     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17088   layout:
17089     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17090     layout: "plot-throughput-speedup-analysis"
17091
17092 - type: "plot"
17093   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17094   algorithm: "plot_tsa_name"
17095   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17096   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17097   include:
17098     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17099     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17100     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17101     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17102     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17103   layout:
17104     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17105     layout: "plot-throughput-speedup-analysis"
17106
17107 - type: "plot"
17108   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17109   algorithm: "plot_tsa_name"
17110   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17111   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17112   include:
17113     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17114     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17115     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17116     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17117   layout:
17118     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17119     layout: "plot-throughput-speedup-analysis"
17120
17121 - type: "plot"
17122   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17123   algorithm: "plot_tsa_name"
17124   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17125   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17126   include:
17127     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17128     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17129     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17130     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17131   layout:
17132     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17133     layout: "plot-throughput-speedup-analysis"
17134
17135 - type: "plot"
17136   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17137   algorithm: "plot_tsa_name"
17138   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17139   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17140   include:
17141     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17142     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17143     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17144     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17145     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17146   layout:
17147     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17148     layout: "plot-throughput-speedup-analysis"
17149
17150 - type: "plot"
17151   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17152   algorithm: "plot_tsa_name"
17153   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17154   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17155   include:
17156     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17157     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17158     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17159     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17160     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17161   layout:
17162     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17163     layout: "plot-throughput-speedup-analysis"
17164
17165 - type: "plot"
17166   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17167   algorithm: "plot_tsa_name"
17168   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17169   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17170   include:
17171     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17172     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17173     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17174     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17175     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17176     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17177   layout:
17178     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17179     layout: "plot-throughput-speedup-analysis"
17180
17181 - type: "plot"
17182   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17183   algorithm: "plot_tsa_name"
17184   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17185   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17186   include:
17187     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17188     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17189     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17190     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17191     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17192     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17193   layout:
17194     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17195     layout: "plot-throughput-speedup-analysis"
17196
17197 - type: "plot"
17198   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17199   algorithm: "plot_tsa_name"
17200   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17201   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17202   include:
17203     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17204     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17205     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17206     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17207   layout:
17208     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17209     layout: "plot-throughput-speedup-analysis"
17210
17211 - type: "plot"
17212   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17213   algorithm: "plot_tsa_name"
17214   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17215   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17216   include:
17217     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17218     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17219     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17220     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17221   layout:
17222     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17223     layout: "plot-throughput-speedup-analysis"
17224
17225 - type: "plot"
17226   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17227   algorithm: "plot_tsa_name"
17228   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17229   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17230   include:
17231     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17232     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17233     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17234     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17235     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17236     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17237   layout:
17238     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17239     layout: "plot-throughput-speedup-analysis"
17240
17241 - type: "plot"
17242   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17243   algorithm: "plot_tsa_name"
17244   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17245   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17246   include:
17247     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17248     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17249     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17250     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17251     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17252     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17253   layout:
17254     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17255     layout: "plot-throughput-speedup-analysis"
17256
17257 - type: "plot"
17258   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17259   algorithm: "plot_tsa_name"
17260   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17261   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17262   include:
17263     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17264     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17265     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17266     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17267     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17268     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17269   layout:
17270     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17271     layout: "plot-throughput-speedup-analysis"
17272
17273 - type: "plot"
17274   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17275   algorithm: "plot_tsa_name"
17276   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17277   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17278   include:
17279     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17280     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17281     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17282     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17283     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17284     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17285   layout:
17286     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17287     layout: "plot-throughput-speedup-analysis"
17288
17289 #- type: "plot"
17290 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17291 #  algorithm: "plot_tsa_name"
17292 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17293 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17294 #  include:
17295 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17296 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17297 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17298 #  layout:
17299 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17300 #    layout: "plot-throughput-speedup-analysis"
17301 #
17302 #- type: "plot"
17303 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17304 #  algorithm: "plot_tsa_name"
17305 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17306 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17307 #  include:
17308 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17309 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17310 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17311 #  layout:
17312 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17313 #    layout: "plot-throughput-speedup-analysis"
17314
17315 ################################################################################
17316
17317 # Packet Throughput - DPDK
17318
17319 # 2n-skx-xxv710
17320
17321 - type: "plot"
17322   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17323   algorithm: "plot_perf_box_name"
17324   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17325   data: "plot-dpdk-throughput-latency-2n-skx"
17326   include:
17327     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17328     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17329   layout:
17330     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17331     layout: "plot-throughput"
17332
17333 - type: "plot"
17334   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17335   algorithm: "plot_perf_box_name"
17336   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17337   data: "plot-dpdk-throughput-latency-2n-skx"
17338   include:
17339     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17340     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17341   layout:
17342     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17343     layout: "plot-throughput"
17344
17345 - type: "plot"
17346   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17347   algorithm: "plot_perf_box_name"
17348   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17349   data: "plot-dpdk-throughput-latency-2n-skx"
17350   include:
17351     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17352     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17353   layout:
17354     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17355     layout: "plot-throughput"
17356
17357 - type: "plot"
17358   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17359   algorithm: "plot_perf_box_name"
17360   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17361   data: "plot-dpdk-throughput-latency-2n-skx"
17362   include:
17363     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17364     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17365   layout:
17366     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17367     layout: "plot-throughput"
17368
17369 # 2n-skx-x710
17370
17371 - type: "plot"
17372   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17373   algorithm: "plot_perf_box_name"
17374   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17375   data: "plot-dpdk-throughput-latency-2n-skx"
17376   include:
17377     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17378     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17379   layout:
17380     title: "2n-skx-x710-64b-2t1c-base-ndr"
17381     layout: "plot-throughput"
17382
17383 - type: "plot"
17384   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17385   algorithm: "plot_perf_box_name"
17386   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17387   data: "plot-dpdk-throughput-latency-2n-skx"
17388   include:
17389     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17390     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17391   layout:
17392     title: "2n-skx-x710-64b-4t2c-base-ndr"
17393     layout: "plot-throughput"
17394
17395 - type: "plot"
17396   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17397   algorithm: "plot_perf_box_name"
17398   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17399   data: "plot-dpdk-throughput-latency-2n-skx"
17400   include:
17401     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17402     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17403   layout:
17404     title: "2n-skx-x710-64b-2t1c-base-pdr"
17405     layout: "plot-throughput"
17406
17407 - type: "plot"
17408   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17409   algorithm: "plot_perf_box_name"
17410   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17411   data: "plot-dpdk-throughput-latency-2n-skx"
17412   include:
17413     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17414     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17415   layout:
17416     title: "2n-skx-x710-64b-4t2c-base-pdr"
17417     layout: "plot-throughput"
17418
17419 # 3n-skx-xxv710
17420
17421 - type: "plot"
17422   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17423   algorithm: "plot_perf_box_name"
17424   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17425   data: "plot-dpdk-throughput-latency-3n-skx"
17426   include:
17427     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17428     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17429   layout:
17430     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17431     layout: "plot-throughput"
17432
17433 - type: "plot"
17434   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17435   algorithm: "plot_perf_box_name"
17436   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17437   data: "plot-dpdk-throughput-latency-3n-skx"
17438   include:
17439     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17440     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17441   layout:
17442     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17443     layout: "plot-throughput"
17444
17445 - type: "plot"
17446   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17447   algorithm: "plot_perf_box_name"
17448   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17449   data: "plot-dpdk-throughput-latency-3n-skx"
17450   include:
17451     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17452     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17453   layout:
17454     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17455     layout: "plot-throughput"
17456
17457 - type: "plot"
17458   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17459   algorithm: "plot_perf_box_name"
17460   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17461   data: "plot-dpdk-throughput-latency-3n-skx"
17462   include:
17463     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17464     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17465   layout:
17466     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17467     layout: "plot-throughput"
17468
17469 # 3n-skx-x710
17470
17471 - type: "plot"
17472   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17473   algorithm: "plot_perf_box_name"
17474   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17475   data: "plot-dpdk-throughput-latency-3n-skx"
17476   include:
17477     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17478     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17479   layout:
17480     title: "3n-skx-x710-64b-2t1c-base-ndr"
17481     layout: "plot-throughput"
17482
17483 - type: "plot"
17484   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17485   algorithm: "plot_perf_box_name"
17486   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17487   data: "plot-dpdk-throughput-latency-3n-skx"
17488   include:
17489     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17490     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17491   layout:
17492     title: "3n-skx-x710-64b-4t2c-base-ndr"
17493     layout: "plot-throughput"
17494
17495 - type: "plot"
17496   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17497   algorithm: "plot_perf_box_name"
17498   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17499   data: "plot-dpdk-throughput-latency-3n-skx"
17500   include:
17501     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17502     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17503   layout:
17504     title: "3n-skx-x710-64b-2t1c-base-pdr"
17505     layout: "plot-throughput"
17506
17507 - type: "plot"
17508   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17509   algorithm: "plot_perf_box_name"
17510   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17511   data: "plot-dpdk-throughput-latency-3n-skx"
17512   include:
17513     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17514     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17515   layout:
17516     title: "3n-skx-x710-64b-4t2c-base-pdr"
17517     layout: "plot-throughput"
17518
17519 # 3n-hsw-xl710
17520
17521 - type: "plot"
17522   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17523   algorithm: "plot_perf_box_name"
17524   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17525   data: "plot-dpdk-throughput-latency-3n-hsw"
17526   include:
17527     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17528     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17529   layout:
17530     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17531     layout: "plot-throughput"
17532
17533 - type: "plot"
17534   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17535   algorithm: "plot_perf_box_name"
17536   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17537   data: "plot-dpdk-throughput-latency-3n-hsw"
17538   include:
17539     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17540     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17541   layout:
17542     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17543     layout: "plot-throughput"
17544
17545 - type: "plot"
17546   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17547   algorithm: "plot_perf_box_name"
17548   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17549   data: "plot-dpdk-throughput-latency-3n-hsw"
17550   include:
17551     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17552     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17553   layout:
17554     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17555     layout: "plot-throughput"
17556
17557 - type: "plot"
17558   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17559   algorithm: "plot_perf_box_name"
17560   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17561   data: "plot-dpdk-throughput-latency-3n-hsw"
17562   include:
17563     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17564     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17565   layout:
17566     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17567     layout: "plot-throughput"
17568
17569 # 3n-hsw-x710
17570
17571 - type: "plot"
17572   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17573   algorithm: "plot_perf_box_name"
17574   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17575   data: "plot-dpdk-throughput-latency-3n-hsw"
17576   include:
17577     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17578     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17579   layout:
17580     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17581     layout: "plot-throughput"
17582
17583 - type: "plot"
17584   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17585   algorithm: "plot_perf_box_name"
17586   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17587   data: "plot-dpdk-throughput-latency-3n-hsw"
17588   include:
17589     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17590     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17591   layout:
17592     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17593     layout: "plot-throughput"
17594
17595 - type: "plot"
17596   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17597   algorithm: "plot_perf_box_name"
17598   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17599   data: "plot-dpdk-throughput-latency-3n-hsw"
17600   include:
17601     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17602     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17603   layout:
17604     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17605     layout: "plot-throughput"
17606
17607 - type: "plot"
17608   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17609   algorithm: "plot_perf_box_name"
17610   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17611   data: "plot-dpdk-throughput-latency-3n-hsw"
17612   include:
17613     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17614     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17615   layout:
17616     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17617     layout: "plot-throughput"
17618
17619 ## 2n-dnv-x553
17620 #
17621 #- type: "plot"
17622 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17623 #  algorithm: "plot_perf_box_name"
17624 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17625 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17626 #  include:
17627 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17628 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17629 #  layout:
17630 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
17631 #    layout: "plot-throughput"
17632 #
17633 #- type: "plot"
17634 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17635 #  algorithm: "plot_perf_box_name"
17636 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17637 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17638 #  include:
17639 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17640 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17641 #  layout:
17642 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
17643 #    layout: "plot-throughput"
17644 #
17645 #- type: "plot"
17646 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17647 #  algorithm: "plot_perf_box_name"
17648 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17649 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17650 #  include:
17651 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17652 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17653 #  layout:
17654 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
17655 #    layout: "plot-throughput"
17656 #
17657 #- type: "plot"
17658 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17659 #  algorithm: "plot_perf_box_name"
17660 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17661 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17662 #  include:
17663 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17664 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17665 #  layout:
17666 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
17667 #    layout: "plot-throughput"
17668 #
17669 ## 3n-dnv-x553
17670 #
17671 #- type: "plot"
17672 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17673 #  algorithm: "plot_perf_box_name"
17674 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17675 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17676 #  include:
17677 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17678 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17679 #  layout:
17680 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
17681 #    layout: "plot-throughput"
17682 #
17683 #- type: "plot"
17684 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17685 #  algorithm: "plot_perf_box_name"
17686 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17687 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17688 #  include:
17689 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17690 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17691 #  layout:
17692 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
17693 #    layout: "plot-throughput"
17694 #
17695 #- type: "plot"
17696 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17697 #  algorithm: "plot_perf_box_name"
17698 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17699 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17700 #  include:
17701 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17702 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17703 #  layout:
17704 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
17705 #    layout: "plot-throughput"
17706 #
17707 #- type: "plot"
17708 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17709 #  algorithm: "plot_perf_box_name"
17710 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17711 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17712 #  include:
17713 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17714 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17715 #  layout:
17716 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
17717 #    layout: "plot-throughput"
17718
17719 # 3n-tsh-x520
17720
17721 - type: "plot"
17722   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17723   algorithm: "plot_perf_box_name"
17724   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17725   data: "plot-dpdk-throughput-latency-3n-tsh"
17726   include:
17727     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17728     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17729   layout:
17730     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17731     layout: "plot-throughput"
17732
17733 - type: "plot"
17734   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17735   algorithm: "plot_perf_box_name"
17736   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17737   data: "plot-dpdk-throughput-latency-3n-tsh"
17738   include:
17739     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17740     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17741   layout:
17742     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17743     layout: "plot-throughput"
17744
17745 - type: "plot"
17746   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17747   algorithm: "plot_perf_box_name"
17748   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17749   data: "plot-dpdk-throughput-latency-3n-tsh"
17750   include:
17751     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17752     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17753   layout:
17754     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17755     layout: "plot-throughput"
17756
17757 - type: "plot"
17758   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17759   algorithm: "plot_perf_box_name"
17760   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17761   data: "plot-dpdk-throughput-latency-3n-tsh"
17762   include:
17763     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17764     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17765   layout:
17766     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17767     layout: "plot-throughput"
17768
17769 ################################################################################
17770 ###   2n-clx                                                                 ###
17771 ################################################################################
17772
17773 # Packet Throughput
17774
17775 - type: "plot"
17776   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17777   algorithm: "plot_perf_box_name"
17778   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17779   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17780   include:
17781     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17782     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17783     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17784     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17785   layout:
17786     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17787     layout: "plot-throughput"
17788
17789 - type: "plot"
17790   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17791   algorithm: "plot_perf_box_name"
17792   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17793   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17794   include:
17795     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17796     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17797     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17798     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17799   layout:
17800     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17801     layout: "plot-throughput"
17802
17803 - type: "plot"
17804   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17805   algorithm: "plot_perf_box_name"
17806   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17807   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17808   include:
17809     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17810     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17811     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17812     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17813   layout:
17814     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17815     layout: "plot-throughput"
17816
17817 - type: "plot"
17818   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17819   algorithm: "plot_perf_box_name"
17820   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17821   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17822   include:
17823     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17824     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17825     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17826     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17827   layout:
17828     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17829     layout: "plot-throughput"
17830
17831 - type: "plot"
17832   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17833   algorithm: "plot_perf_box_name"
17834   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17835   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17836   include:
17837     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17838     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17839     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17840     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17841   layout:
17842     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17843     layout: "plot-throughput"
17844
17845 - type: "plot"
17846   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17847   algorithm: "plot_perf_box_name"
17848   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17849   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17850   include:
17851     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17852     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17853     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17854     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17855   layout:
17856     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17857     layout: "plot-throughput"
17858
17859 - type: "plot"
17860   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17861   algorithm: "plot_perf_box_name"
17862   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17863   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17864   include:
17865     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17866     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17867     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17868     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17869     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17870     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17871   layout:
17872     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17873     layout: "plot-throughput"
17874
17875 - type: "plot"
17876   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17877   algorithm: "plot_perf_box_name"
17878   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17879   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17880   include:
17881     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17882     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17883     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17884     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17885     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17886     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17887   layout:
17888     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17889     layout: "plot-throughput"
17890
17891 - type: "plot"
17892   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17893   algorithm: "plot_perf_box_name"
17894   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17895   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17896   include:
17897     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17898     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17899     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17900     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17901   layout:
17902     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17903     layout: "plot-throughput"
17904
17905 - type: "plot"
17906   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17907   algorithm: "plot_perf_box_name"
17908   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17909   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17910   include:
17911     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17912     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17913     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17914     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17915   layout:
17916     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17917     layout: "plot-throughput"
17918
17919 - type: "plot"
17920   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17921   algorithm: "plot_perf_box_name"
17922   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17923   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17924   include:
17925     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17926     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17927     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17928   layout:
17929     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17930     layout: "plot-throughput"
17931
17932 - type: "plot"
17933   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17934   algorithm: "plot_perf_box_name"
17935   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17936   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17937   include:
17938     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17939     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17940     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17941   layout:
17942     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17943     layout: "plot-throughput"
17944
17945 - type: "plot"
17946   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17947   algorithm: "plot_perf_box_name"
17948   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17949   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17950   include:
17951     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17952     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17953     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17954     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17955     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17956   layout:
17957     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17958     layout: "plot-throughput"
17959
17960 - type: "plot"
17961   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17962   algorithm: "plot_perf_box_name"
17963   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17964   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17965   include:
17966     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17967     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17968     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17969     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17970     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17971   layout:
17972     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17973     layout: "plot-throughput"
17974
17975 - type: "plot"
17976   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17977   algorithm: "plot_perf_box_name"
17978   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17979   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17980   include:
17981     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17982     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17983     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17984   layout:
17985     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17986     layout: "plot-throughput"
17987
17988 - type: "plot"
17989   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17990   algorithm: "plot_perf_box_name"
17991   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17992   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17993   include:
17994     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17995     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17996     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17997   layout:
17998     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17999     layout: "plot-throughput"
18000
18001 - type: "plot"
18002   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
18003   algorithm: "plot_perf_box_name"
18004   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
18005   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18006   include:
18007     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18008     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18009     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18010     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18011     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18012     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18013   layout:
18014     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
18015     layout: "plot-throughput"
18016
18017 - type: "plot"
18018   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
18019   algorithm: "plot_perf_box_name"
18020   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
18021   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18022   include:
18023     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18024     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18025     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18026     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18027     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18028     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18029   layout:
18030     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
18031     layout: "plot-throughput"
18032
18033 - type: "plot"
18034   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
18035   algorithm: "plot_perf_box_name"
18036   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
18037   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18038   include:
18039     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18040     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18041     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18042     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18043     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18044   layout:
18045     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
18046     layout: "plot-throughput"
18047
18048 - type: "plot"
18049   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
18050   algorithm: "plot_perf_box_name"
18051   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
18052   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18053   include:
18054     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
18055     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
18056     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
18057     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
18058     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
18059   layout:
18060     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
18061     layout: "plot-throughput"
18062
18063 - type: "plot"
18064   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
18065   algorithm: "plot_perf_box_name"
18066   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
18067   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18068   include:
18069     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18070     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18071     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18072     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
18073     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18074     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18075     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18076     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
18077     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18078     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18079   layout:
18080     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
18081     layout: "plot-cps"
18082
18083 - type: "plot"
18084   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
18085   algorithm: "plot_perf_box_name"
18086   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
18087   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18088   include:
18089     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18090     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18091     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18092     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
18093     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18094     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18095     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18096     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
18097     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18098     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18099   layout:
18100     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
18101     layout: "plot-throughput"
18102
18103 - type: "plot"
18104   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18105   algorithm: "plot_perf_box_name"
18106   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18107   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18108   include:
18109     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18110     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18111     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18112     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
18113     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18114     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18115     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18116     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
18117     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18118     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18119   layout:
18120     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18121     layout: "plot-cps"
18122
18123 - type: "plot"
18124   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18125   algorithm: "plot_perf_box_name"
18126   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18127   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18128   include:
18129     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18130     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18131     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18132     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
18133     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18134     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18135     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18136     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
18137     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18138     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18139   layout:
18140     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18141     layout: "plot-throughput"
18142
18143 - type: "plot"
18144   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
18145   algorithm: "plot_perf_box_name"
18146   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
18147   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18148   include:
18149     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18150     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18151     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18152     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18153     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18154   layout:
18155     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
18156     layout: "plot-throughput"
18157
18158 - type: "plot"
18159   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
18160   algorithm: "plot_perf_box_name"
18161   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
18162   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18163   include:
18164     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
18165     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
18166     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
18167     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
18168     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
18169   layout:
18170     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
18171     layout: "plot-throughput"
18172
18173 - type: "plot"
18174   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18175   algorithm: "plot_perf_box_name"
18176   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18177   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18178   include:
18179     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18180     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18181     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18182     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
18183     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18184     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18185     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18186     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
18187     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18188     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18189   layout:
18190     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18191     layout: "plot-cps"
18192
18193 - type: "plot"
18194   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18195   algorithm: "plot_perf_box_name"
18196   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18197   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18198   include:
18199     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18200     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18201     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18202     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
18203     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18204     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18205     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18206     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
18207     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18208     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18209   layout:
18210     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18211     layout: "plot-throughput"
18212
18213 - type: "plot"
18214   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18215   algorithm: "plot_perf_box_name"
18216   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18217   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18218   include:
18219     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18220     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18221     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18222     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
18223     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18224     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18225     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18226     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
18227     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18228     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18229   layout:
18230     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18231     layout: "plot-cps"
18232
18233 - type: "plot"
18234   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18235   algorithm: "plot_perf_box_name"
18236   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18237   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18238   include:
18239     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18240     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18241     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18242     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
18243     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18244     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18245     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18246     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
18247     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18248     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18249   layout:
18250     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18251     layout: "plot-throughput"
18252
18253 - type: "plot"
18254   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18255   algorithm: "plot_perf_box_name"
18256   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18257   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18258   include:
18259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18261     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18262     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18263     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18264     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18265   layout:
18266     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18267     layout: "plot-throughput"
18268
18269 - type: "plot"
18270   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18271   algorithm: "plot_perf_box_name"
18272   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18273   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18274   include:
18275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18277     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18278     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18279     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18280     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18281   layout:
18282     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18283     layout: "plot-throughput"
18284
18285 - type: "plot"
18286   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18287   algorithm: "plot_perf_box_name"
18288   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18289   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18290   include:
18291     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
18292     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
18293   layout:
18294     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18295     layout: "plot-throughput"
18296
18297 - type: "plot"
18298   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18299   algorithm: "plot_perf_box_name"
18300   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18301   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18302   include:
18303     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
18304     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
18305   layout:
18306     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18307     layout: "plot-throughput"
18308
18309 - type: "plot"
18310   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18311   algorithm: "plot_perf_box_name"
18312   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18313   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18314   include:
18315     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
18316     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18317     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
18318     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18319     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
18320     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18321   layout:
18322     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18323     layout: "plot-throughput"
18324
18325 - type: "plot"
18326   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18327   algorithm: "plot_perf_box_name"
18328   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18329   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18330   include:
18331     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
18332     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18333     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
18334     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18335     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
18336     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18337   layout:
18338     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18339     layout: "plot-throughput"
18340
18341 - type: "plot"
18342   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18343   algorithm: "plot_perf_box_name"
18344   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18345   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18346   include:
18347     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18348     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18349     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18350     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18351     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18352     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18353   layout:
18354     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18355     layout: "plot-throughput"
18356
18357 - type: "plot"
18358   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18359   algorithm: "plot_perf_box_name"
18360   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18361   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18362   include:
18363     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18364     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18365     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18366     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18367     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18368     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18369   layout:
18370     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18371     layout: "plot-throughput"
18372
18373 - type: "plot"
18374   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18375   algorithm: "plot_perf_box_name"
18376   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18377   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18378   include:
18379     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18380     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18381     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18382     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18383     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18384     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18385   layout:
18386     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18387     layout: "plot-throughput"
18388
18389 - type: "plot"
18390   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18391   algorithm: "plot_perf_box_name"
18392   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18393   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18394   include:
18395     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18396     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18397     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18398     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18399     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18400     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18401   layout:
18402     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18403     layout: "plot-throughput"
18404
18405 - type: "plot"
18406   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18407   algorithm: "plot_perf_box_name"
18408   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18409   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18410   include:
18411     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18412     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18413     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18414     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18415     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18416   layout:
18417     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18418     layout: "plot-throughput"
18419
18420 - type: "plot"
18421   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18422   algorithm: "plot_perf_box_name"
18423   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18424   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18425   include:
18426     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18427     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18428     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18429     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18430     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18431   layout:
18432     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18433     layout: "plot-throughput"
18434
18435 - type: "plot"
18436   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18437   algorithm: "plot_perf_box_name"
18438   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18439   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18440   include:
18441     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18442     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18443     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18444     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18445     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18446   layout:
18447     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18448     layout: "plot-throughput"
18449
18450 - type: "plot"
18451   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18452   algorithm: "plot_perf_box_name"
18453   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18454   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18455   include:
18456     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18457     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18458     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18459     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18460     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18461   layout:
18462     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18463     layout: "plot-throughput"
18464
18465 - type: "plot"
18466   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18467   algorithm: "plot_perf_box_name"
18468   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18469   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18470   include:
18471     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18472     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18473     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18474     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18475     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18476   layout:
18477     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18478     layout: "plot-throughput"
18479
18480 - type: "plot"
18481   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18482   algorithm: "plot_perf_box_name"
18483   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18484   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18485   include:
18486     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18487     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18488     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18489     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18490     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18491   layout:
18492     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18493     layout: "plot-throughput"
18494
18495 - type: "plot"
18496   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18497   algorithm: "plot_perf_box_name"
18498   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18499   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18500   include:
18501     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18502     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18503     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18504     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18505     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18506   layout:
18507     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18508     layout: "plot-throughput"
18509
18510 - type: "plot"
18511   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18512   algorithm: "plot_perf_box_name"
18513   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18514   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18515   include:
18516     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18517     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18518     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18519     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18520     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18521   layout:
18522     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18523     layout: "plot-throughput"
18524
18525 - type: "plot"
18526   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18527   algorithm: "plot_perf_box_name"
18528   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18529   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18530   include:
18531     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18532     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18533     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18534     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18535     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18536   layout:
18537     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18538     layout: "plot-throughput"
18539
18540 - type: "plot"
18541   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18542   algorithm: "plot_perf_box_name"
18543   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18544   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18545   include:
18546     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18547     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18548     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18549     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18550     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18551   layout:
18552     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18553     layout: "plot-throughput"
18554
18555 - type: "plot"
18556   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18557   algorithm: "plot_perf_box_name"
18558   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18559   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18560   include:
18561     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18562     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18563     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18564     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18565     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18566     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18567   layout:
18568     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18569     layout: "plot-throughput"
18570
18571 - type: "plot"
18572   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18573   algorithm: "plot_perf_box_name"
18574   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18575   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18576   include:
18577     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18578     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18579     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18580     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18581     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18582     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18583   layout:
18584     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18585     layout: "plot-throughput"
18586
18587 - type: "plot"
18588   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18589   algorithm: "plot_perf_box_name"
18590   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18591   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18592   include:
18593     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18594     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18595     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18596     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18597   layout:
18598     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18599     layout: "plot-throughput"
18600
18601 - type: "plot"
18602   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18603   algorithm: "plot_perf_box_name"
18604   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18605   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18606   include:
18607     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18608     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18609     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18610     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18611   layout:
18612     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18613     layout: "plot-throughput"
18614
18615 - type: "plot"
18616   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18617   algorithm: "plot_perf_box_name"
18618   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18619   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18620   include:
18621     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18622     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18623     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18624     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18625     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18626     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18627   layout:
18628     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18629     layout: "plot-throughput"
18630
18631 - type: "plot"
18632   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18633   algorithm: "plot_perf_box_name"
18634   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18635   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18636   include:
18637     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18638     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18639     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18640     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18641     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18642     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18643   layout:
18644     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18645     layout: "plot-throughput"
18646
18647 - type: "plot"
18648   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18649   algorithm: "plot_perf_box_name"
18650   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18651   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18652   include:
18653     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18654     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18655     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18656     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18657   layout:
18658     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18659     layout: "plot-throughput"
18660
18661 - type: "plot"
18662   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18663   algorithm: "plot_perf_box_name"
18664   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18665   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18666   include:
18667     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18668     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18669     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18670     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18671   layout:
18672     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18673     layout: "plot-throughput"
18674
18675 - type: "plot"
18676   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18677   algorithm: "plot_perf_box_name"
18678   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18679   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18680   include:
18681     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18682     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18683     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18684     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18685     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18686     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18687   layout:
18688     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18689     layout: "plot-throughput"
18690
18691 - type: "plot"
18692   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18693   algorithm: "plot_perf_box_name"
18694   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18695   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18696   include:
18697     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18698     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18699     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18700     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18701     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18702     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18703   layout:
18704     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18705     layout: "plot-throughput"
18706
18707 - type: "plot"
18708   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18709   algorithm: "plot_perf_box_name"
18710   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18711   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18712   include:
18713     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18714     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18715     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18716     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18717   layout:
18718     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18719     layout: "plot-throughput"
18720
18721 - type: "plot"
18722   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18723   algorithm: "plot_perf_box_name"
18724   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18725   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18726   include:
18727     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18728     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18729     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18730     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18731   layout:
18732     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18733     layout: "plot-throughput"
18734
18735 - type: "plot"
18736   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18737   algorithm: "plot_perf_box_name"
18738   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18739   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18740   include:
18741     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18742     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18743     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18744     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18745     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18746   layout:
18747     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18748     layout: "plot-throughput"
18749
18750 - type: "plot"
18751   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18752   algorithm: "plot_perf_box_name"
18753   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18754   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18755   include:
18756     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18757     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18758     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18759     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18760     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18761   layout:
18762     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18763     layout: "plot-throughput"
18764
18765 - type: "plot"
18766   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18767   algorithm: "plot_perf_box_name"
18768   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18769   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18770   include:
18771     - "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"
18772     - "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"
18773     - "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"
18774     - "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"
18775     - "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"
18776   layout:
18777     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18778     layout: "plot-throughput"
18779
18780 - type: "plot"
18781   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18782   algorithm: "plot_perf_box_name"
18783   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18784   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18785   include:
18786     - "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"
18787     - "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"
18788     - "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"
18789     - "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"
18790     - "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"
18791   layout:
18792     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18793     layout: "plot-throughput"
18794
18795 - type: "plot"
18796   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18797   algorithm: "plot_perf_box_name"
18798   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18799   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18800   include:
18801     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18802     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18803     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18804     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18805     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18806   layout:
18807     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18808     layout: "plot-throughput"
18809
18810 - type: "plot"
18811   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18812   algorithm: "plot_perf_box_name"
18813   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18814   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18815   include:
18816     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18817     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18818     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18819     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18820     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18821   layout:
18822     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18823     layout: "plot-throughput"
18824
18825 - type: "plot"
18826   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18827   algorithm: "plot_perf_box_name"
18828   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18829   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18830   include:
18831     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18832     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18833     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18834     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18835     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18836   layout:
18837     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18838     layout: "plot-throughput"
18839
18840 - type: "plot"
18841   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18842   algorithm: "plot_perf_box_name"
18843   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18844   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18845   include:
18846     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18847     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18848     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18849     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18850     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18851   layout:
18852     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18853     layout: "plot-throughput"
18854
18855 - type: "plot"
18856   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18857   algorithm: "plot_perf_box_name"
18858   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18859   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18860   include:
18861     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18862     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18863     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18864     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18865   layout:
18866     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18867     layout: "plot-throughput"
18868
18869 - type: "plot"
18870   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18871   algorithm: "plot_perf_box_name"
18872   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18873   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18874   include:
18875     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18876     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18877     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18878     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18879   layout:
18880     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18881     layout: "plot-throughput"
18882
18883 - type: "plot"
18884   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18885   algorithm: "plot_perf_box_name"
18886   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18887   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18888   include:
18889     - "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"
18890     - "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"
18891     - "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"
18892     - "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"
18893   layout:
18894     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18895     layout: "plot-throughput"
18896
18897 - type: "plot"
18898   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18899   algorithm: "plot_perf_box_name"
18900   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18901   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18902   include:
18903     - "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"
18904     - "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"
18905     - "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"
18906     - "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"
18907   layout:
18908     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18909     layout: "plot-throughput"
18910
18911 - type: "plot"
18912   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18913   algorithm: "plot_perf_box_name"
18914   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18915   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18916   include:
18917     - "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"
18918     - "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"
18919     - "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"
18920     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18921     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18922     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18923   layout:
18924     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18925     layout: "plot-throughput"
18926
18927 - type: "plot"
18928   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18929   algorithm: "plot_perf_box_name"
18930   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18931   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18932   include:
18933     - "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"
18934     - "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"
18935     - "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"
18936     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18937     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18938     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18939   layout:
18940     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18941     layout: "plot-throughput"
18942
18943 ################################################################################
18944
18945 # Packet Speedup
18946
18947 - type: "plot"
18948   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18949   algorithm: "plot_tsa_name"
18950   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18951   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18952   include:
18953     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18954     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18955     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18956     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18957   layout:
18958     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18959     layout: "plot-throughput-speedup-analysis"
18960
18961 - type: "plot"
18962   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18963   algorithm: "plot_tsa_name"
18964   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18965   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18966   include:
18967     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18968     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18969     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18970     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18971   layout:
18972     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18973     layout: "plot-throughput-speedup-analysis"
18974
18975 - type: "plot"
18976   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18977   algorithm: "plot_tsa_name"
18978   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18979   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18980   include:
18981     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18982     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18983     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18984     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18985   layout:
18986     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18987     layout: "plot-throughput-speedup-analysis"
18988
18989 - type: "plot"
18990   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18991   algorithm: "plot_tsa_name"
18992   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18993   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18994   include:
18995     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18996     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18997     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18998     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18999   layout:
19000     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
19001     layout: "plot-throughput-speedup-analysis"
19002
19003 - type: "plot"
19004   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
19005   algorithm: "plot_tsa_name"
19006   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
19007   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19008   include:
19009     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19010     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19011     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19012     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19013   layout:
19014     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
19015     layout: "plot-throughput-speedup-analysis"
19016
19017 - type: "plot"
19018   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
19019   algorithm: "plot_tsa_name"
19020   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
19021   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19022   include:
19023     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19024     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19025     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19026     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19027   layout:
19028     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
19029     layout: "plot-throughput-speedup-analysis"
19030
19031 - type: "plot"
19032   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
19033   algorithm: "plot_tsa_name"
19034   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
19035   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19036   include:
19037     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
19038     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
19039     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
19040     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19041     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19042     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19043   layout:
19044     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
19045     layout: "plot-throughput-speedup-analysis"
19046
19047 - type: "plot"
19048   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
19049   algorithm: "plot_tsa_name"
19050   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
19051   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19052   include:
19053     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
19054     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
19055     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
19056     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19057     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19058     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19059   layout:
19060     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
19061     layout: "plot-throughput-speedup-analysis"
19062
19063 - type: "plot"
19064   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
19065   algorithm: "plot_tsa_name"
19066   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
19067   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19068   include:
19069     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
19070     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
19071     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
19072     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
19073   layout:
19074     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
19075     layout: "plot-throughput-speedup-analysis"
19076
19077 - type: "plot"
19078   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
19079   algorithm: "plot_tsa_name"
19080   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
19081   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19082   include:
19083     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
19084     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
19085     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
19086     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
19087   layout:
19088     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
19089     layout: "plot-throughput-speedup-analysis"
19090
19091 - type: "plot"
19092   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
19093   algorithm: "plot_tsa_name"
19094   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
19095   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19096   include:
19097     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
19098     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
19099     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19100   layout:
19101     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
19102     layout: "plot-throughput-speedup-analysis"
19103
19104 - type: "plot"
19105   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
19106   algorithm: "plot_tsa_name"
19107   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
19108   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19109   include:
19110     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
19111     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
19112     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19113   layout:
19114     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
19115     layout: "plot-throughput-speedup-analysis"
19116
19117 - type: "plot"
19118   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
19119   algorithm: "plot_tsa_name"
19120   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
19121   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19122   include:
19123     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19124     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19125     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19126     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19127     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19128   layout:
19129     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
19130     layout: "plot-throughput-speedup-analysis"
19131
19132 - type: "plot"
19133   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
19134   algorithm: "plot_tsa_name"
19135   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
19136   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19137   include:
19138     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19139     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19140     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19141     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19142     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19143   layout:
19144     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
19145     layout: "plot-throughput-speedup-analysis"
19146
19147 - type: "plot"
19148   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
19149   algorithm: "plot_tsa_name"
19150   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
19151   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19152   include:
19153     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
19154     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
19155     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
19156   layout:
19157     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
19158     layout: "plot-throughput-speedup-analysis"
19159
19160 - type: "plot"
19161   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
19162   algorithm: "plot_tsa_name"
19163   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
19164   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19165   include:
19166     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
19167     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
19168     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
19169   layout:
19170     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
19171     layout: "plot-throughput-speedup-analysis"
19172
19173 - type: "plot"
19174   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
19175   algorithm: "plot_tsa_name"
19176   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
19177   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19178   include:
19179     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19180     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19181     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19182     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19183     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19184     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19185   layout:
19186     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
19187     layout: "plot-throughput-speedup-analysis"
19188
19189 - type: "plot"
19190   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
19191   algorithm: "plot_tsa_name"
19192   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
19193   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19194   include:
19195     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19196     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
19197     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
19198     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
19199     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
19200   layout:
19201     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
19202     layout: "plot-throughput-speedup-analysis"
19203
19204 - type: "plot"
19205   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
19206   algorithm: "plot_tsa_name"
19207   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
19208   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19209   include:
19210     - "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"
19211     - "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"
19212     - "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"
19213     - "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"
19214     - "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"
19215   layout:
19216     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
19217     layout: "plot-throughput-speedup-analysis"
19218
19219 - type: "plot"
19220   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
19221   algorithm: "plot_tsa_name"
19222   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
19223   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19224   include:
19225     - "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"
19226     - "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"
19227     - "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"
19228     - "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"
19229     - "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"
19230     - "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"
19231     - "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"
19232     - "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"
19233     - "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"
19234     - "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"
19235   layout:
19236     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
19237     layout: "plot-throughput-speedup-analysis-cps"
19238
19239 - type: "plot"
19240   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
19241   algorithm: "plot_tsa_name"
19242   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
19243   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19244   include:
19245     - "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"
19246     - "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"
19247     - "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"
19248     - "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"
19249     - "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"
19250     - "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"
19251     - "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"
19252     - "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"
19253     - "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"
19254     - "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"
19255   layout:
19256     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
19257     layout: "plot-throughput-speedup-analysis"
19258
19259 - type: "plot"
19260   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
19261   algorithm: "plot_tsa_name"
19262   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
19263   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19264   include:
19265     - "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"
19266     - "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"
19267     - "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"
19268     - "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"
19269     - "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"
19270     - "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"
19271     - "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"
19272     - "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"
19273     - "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"
19274     - "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"
19275   layout:
19276     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
19277     layout: "plot-throughput-speedup-analysis-cps"
19278
19279 - type: "plot"
19280   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
19281   algorithm: "plot_tsa_name"
19282   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
19283   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19284   include:
19285     - "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"
19286     - "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"
19287     - "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"
19288     - "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"
19289     - "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"
19290     - "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"
19291     - "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"
19292     - "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"
19293     - "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"
19294     - "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"
19295   layout:
19296     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
19297     layout: "plot-throughput-speedup-analysis"
19298
19299 - type: "plot"
19300   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
19301   algorithm: "plot_tsa_name"
19302   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
19303   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19304   include:
19305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19307     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19308     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19309     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19310     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19311   layout:
19312     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
19313     layout: "plot-throughput-speedup-analysis"
19314
19315 - type: "plot"
19316   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
19317   algorithm: "plot_tsa_name"
19318   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
19319   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19320   include:
19321     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19322     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
19323     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
19324     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
19325     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
19326   layout:
19327     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
19328     layout: "plot-throughput-speedup-analysis"
19329
19330 - type: "plot"
19331   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
19332   algorithm: "plot_tsa_name"
19333   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
19334   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19335   include:
19336     - "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"
19337     - "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"
19338     - "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"
19339     - "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"
19340     - "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"
19341   layout:
19342     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
19343     layout: "plot-throughput-speedup-analysis"
19344
19345 - type: "plot"
19346   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
19347   algorithm: "plot_tsa_name"
19348   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
19349   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19350   include:
19351     - "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"
19352     - "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"
19353     - "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"
19354     - "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"
19355     - "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"
19356     - "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"
19357     - "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"
19358     - "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"
19359     - "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"
19360     - "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"
19361   layout:
19362     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
19363     layout: "plot-throughput-speedup-analysis-cps"
19364
19365 - type: "plot"
19366   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
19367   algorithm: "plot_tsa_name"
19368   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
19369   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19370   include:
19371     - "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"
19372     - "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"
19373     - "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"
19374     - "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"
19375     - "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"
19376     - "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"
19377     - "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"
19378     - "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"
19379     - "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"
19380     - "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"
19381   layout:
19382     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
19383     layout: "plot-throughput-speedup-analysis"
19384
19385 - type: "plot"
19386   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
19387   algorithm: "plot_tsa_name"
19388   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
19389   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19390   include:
19391     - "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"
19392     - "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"
19393     - "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"
19394     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
19395     - "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"
19396     - "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"
19397     - "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"
19398     - "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"
19399     - "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"
19400     - "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"
19401   layout:
19402     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
19403     layout: "plot-throughput-speedup-analysis-cps"
19404
19405 - type: "plot"
19406   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19407   algorithm: "plot_tsa_name"
19408   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19409   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19410   include:
19411     - "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"
19412     - "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"
19413     - "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"
19414     - "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"
19415     - "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"
19416     - "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"
19417     - "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"
19418     - "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"
19419     - "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"
19420     - "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"
19421   layout:
19422     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
19423     layout: "plot-throughput-speedup-analysis"
19424
19425 - type: "plot"
19426   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
19427   algorithm: "plot_tsa_name"
19428   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
19429   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19430   include:
19431     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19432     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19433     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19434     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19435     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19436     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19437   layout:
19438     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
19439     layout: "plot-throughput-speedup-analysis"
19440
19441 - type: "plot"
19442   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
19443   algorithm: "plot_tsa_name"
19444   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
19445   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19446   include:
19447     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19448     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19449     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19450     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19451     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19452     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19453   layout:
19454     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
19455     layout: "plot-throughput-speedup-analysis"
19456
19457 - type: "plot"
19458   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
19459   algorithm: "plot_tsa_name"
19460   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
19461   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19462   include:
19463     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
19464     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
19465   layout:
19466     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
19467     layout: "plot-throughput-speedup-analysis"
19468
19469 - type: "plot"
19470   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
19471   algorithm: "plot_tsa_name"
19472   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
19473   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19474   include:
19475     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
19476     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
19477   layout:
19478     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
19479     layout: "plot-throughput-speedup-analysis"
19480
19481 - type: "plot"
19482   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
19483   algorithm: "plot_tsa_name"
19484   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
19485   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19486   include:
19487     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
19488     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19489     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
19490     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19491     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
19492     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19493   layout:
19494     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
19495     layout: "plot-throughput-speedup-analysis"
19496
19497 - type: "plot"
19498   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
19499   algorithm: "plot_tsa_name"
19500   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
19501   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19502   include:
19503     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
19504     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19505     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
19506     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19507     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
19508     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19509   layout:
19510     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
19511     layout: "plot-throughput-speedup-analysis"
19512
19513 - type: "plot"
19514   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
19515   algorithm: "plot_tsa_name"
19516   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
19517   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19518   include:
19519     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19520     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19521     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19522     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19523     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19524     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19525   layout:
19526     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
19527     layout: "plot-throughput-speedup-analysis"
19528
19529 - type: "plot"
19530   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
19531   algorithm: "plot_tsa_name"
19532   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
19533   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19534   include:
19535     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19536     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19537     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19538     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19539     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19540     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19541   layout:
19542     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
19543     layout: "plot-throughput-speedup-analysis"
19544
19545 - type: "plot"
19546   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
19547   algorithm: "plot_tsa_name"
19548   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
19549   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19550   include:
19551     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19552     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19553     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19554     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19555     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19556     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19557   layout:
19558     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
19559     layout: "plot-throughput-speedup-analysis"
19560
19561 - type: "plot"
19562   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
19563   algorithm: "plot_tsa_name"
19564   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
19565   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19566   include:
19567     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19568     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19569     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19570     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19571     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19572     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19573   layout:
19574     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
19575     layout: "plot-throughput-speedup-analysis"
19576
19577 - type: "plot"
19578   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19579   algorithm: "plot_tsa_name"
19580   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19581   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19582   include:
19583     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19584     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19585     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19586     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19587     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19588   layout:
19589     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
19590     layout: "plot-throughput-speedup-analysis"
19591
19592 - type: "plot"
19593   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19594   algorithm: "plot_tsa_name"
19595   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19596   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19597   include:
19598     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19599     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19600     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19601     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19602     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19603   layout:
19604     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
19605     layout: "plot-throughput-speedup-analysis"
19606
19607 - type: "plot"
19608   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19609   algorithm: "plot_tsa_name"
19610   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19611   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19612   include:
19613     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19614     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19615     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19616     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19617     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19618   layout:
19619     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
19620     layout: "plot-throughput-speedup-analysis"
19621
19622 - type: "plot"
19623   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19624   algorithm: "plot_tsa_name"
19625   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19626   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19627   include:
19628     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19629     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19630     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19631     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19632     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19633   layout:
19634     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
19635     layout: "plot-throughput-speedup-analysis"
19636
19637 - type: "plot"
19638   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19639   algorithm: "plot_tsa_name"
19640   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19641   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19642   include:
19643     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19644     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19645     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19646     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19647     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19648   layout:
19649     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
19650     layout: "plot-throughput-speedup-analysis"
19651
19652 - type: "plot"
19653   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19654   algorithm: "plot_tsa_name"
19655   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19656   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19657   include:
19658     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19659     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19660     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19661     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19662     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19663   layout:
19664     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
19665     layout: "plot-throughput-speedup-analysis"
19666
19667 - type: "plot"
19668   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19669   algorithm: "plot_tsa_name"
19670   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19671   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19672   include:
19673     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19674     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19675     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19676     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19677     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19678   layout:
19679     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
19680     layout: "plot-throughput-speedup-analysis"
19681
19682 - type: "plot"
19683   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19684   algorithm: "plot_tsa_name"
19685   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19686   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19687   include:
19688     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19689     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19690     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19691     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19692     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19693   layout:
19694     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19695     layout: "plot-throughput-speedup-analysis"
19696
19697 - type: "plot"
19698   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19699   algorithm: "plot_tsa_name"
19700   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19701   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19702   include:
19703     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19704     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19705     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19706     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19707     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19708   layout:
19709     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19710     layout: "plot-throughput-speedup-analysis"
19711
19712 - type: "plot"
19713   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19714   algorithm: "plot_tsa_name"
19715   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19716   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19717   include:
19718     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19719     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19720     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19721     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19722     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19723   layout:
19724     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19725     layout: "plot-throughput-speedup-analysis"
19726
19727 - type: "plot"
19728   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19729   algorithm: "plot_tsa_name"
19730   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19731   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19732   include:
19733     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19734     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19735     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19736     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19737     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19738     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19739   layout:
19740     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19741     layout: "plot-throughput-speedup-analysis"
19742
19743 - type: "plot"
19744   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19745   algorithm: "plot_tsa_name"
19746   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19747   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19748   include:
19749     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19750     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19751     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19752     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19753     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19754     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19755   layout:
19756     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19757     layout: "plot-throughput-speedup-analysis"
19758
19759 - type: "plot"
19760   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19761   algorithm: "plot_tsa_name"
19762   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19763   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19764   include:
19765     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19766     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19767     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19768     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19769   layout:
19770     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19771     layout: "plot-throughput-speedup-analysis"
19772
19773 - type: "plot"
19774   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19775   algorithm: "plot_tsa_name"
19776   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19777   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19778   include:
19779     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19780     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19781     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19782     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19783   layout:
19784     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19785     layout: "plot-throughput-speedup-analysis"
19786
19787 - type: "plot"
19788   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19789   algorithm: "plot_tsa_name"
19790   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19791   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19792   include:
19793     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19794     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19795     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19796     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19797     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19798     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19799   layout:
19800     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19801     layout: "plot-throughput-speedup-analysis"
19802
19803 - type: "plot"
19804   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19805   algorithm: "plot_tsa_name"
19806   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19807   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19808   include:
19809     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19810     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19811     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19812     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19813     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19814     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19815   layout:
19816     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19817     layout: "plot-throughput-speedup-analysis"
19818
19819 - type: "plot"
19820   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19821   algorithm: "plot_tsa_name"
19822   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19823   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19824   include:
19825     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19826     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19827     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19828     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19829   layout:
19830     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19831     layout: "plot-throughput-speedup-analysis"
19832
19833 - type: "plot"
19834   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19835   algorithm: "plot_tsa_name"
19836   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19837   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19838   include:
19839     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19840     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19841     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19842     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19843   layout:
19844     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19845     layout: "plot-throughput-speedup-analysis"
19846
19847 - type: "plot"
19848   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19849   algorithm: "plot_tsa_name"
19850   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19851   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19852   include:
19853     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19854     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19855     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19856     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19857     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19858     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19859   layout:
19860     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19861     layout: "plot-throughput-speedup-analysis"
19862
19863 - type: "plot"
19864   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19865   algorithm: "plot_tsa_name"
19866   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19867   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19868   include:
19869     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19870     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19871     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19872     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19873     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19874     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19875   layout:
19876     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19877     layout: "plot-throughput-speedup-analysis"
19878
19879 - type: "plot"
19880   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19881   algorithm: "plot_tsa_name"
19882   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19883   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19884   include:
19885     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19886     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19887     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19888     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19889   layout:
19890     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19891     layout: "plot-throughput-speedup-analysis"
19892
19893 - type: "plot"
19894   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19895   algorithm: "plot_tsa_name"
19896   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19897   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19898   include:
19899     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19900     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19901     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19902     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19903   layout:
19904     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19905     layout: "plot-throughput-speedup-analysis"
19906
19907 - type: "plot"
19908   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19909   algorithm: "plot_tsa_name"
19910   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19911   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19912   include:
19913     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19914     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19915     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19916     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19917     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19918   layout:
19919     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19920     layout: "plot-throughput-speedup-analysis"
19921
19922 - type: "plot"
19923   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19924   algorithm: "plot_tsa_name"
19925   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19926   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19927   include:
19928     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19929     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19930     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19931     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19932     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19933   layout:
19934     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19935     layout: "plot-throughput-speedup-analysis"
19936
19937 - type: "plot"
19938   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19939   algorithm: "plot_tsa_name"
19940   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19941   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19942   include:
19943     - "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"
19944     - "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"
19945     - "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"
19946     - "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"
19947     - "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"
19948   layout:
19949     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19950     layout: "plot-throughput-speedup-analysis"
19951
19952 - type: "plot"
19953   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19954   algorithm: "plot_tsa_name"
19955   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19956   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19957   include:
19958     - "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"
19959     - "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"
19960     - "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"
19961     - "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"
19962     - "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"
19963   layout:
19964     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19965     layout: "plot-throughput-speedup-analysis"
19966
19967 - type: "plot"
19968   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19969   algorithm: "plot_tsa_name"
19970   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19971   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19972   include:
19973     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19974     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19975     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19976     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19977     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19978   layout:
19979     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19980     layout: "plot-throughput-speedup-analysis"
19981
19982 - type: "plot"
19983   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19984   algorithm: "plot_tsa_name"
19985   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19986   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19987   include:
19988     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19989     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19990     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19991     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19992     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19993   layout:
19994     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19995     layout: "plot-throughput-speedup-analysis"
19996
19997 - type: "plot"
19998   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19999   algorithm: "plot_tsa_name"
20000   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
20001   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20002   include:
20003     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20004     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20005     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20006     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20007     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
20008   layout:
20009     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
20010     layout: "plot-throughput-speedup-analysis"
20011
20012 - type: "plot"
20013   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
20014   algorithm: "plot_tsa_name"
20015   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
20016   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20017   include:
20018     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20019     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20020     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20021     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20022     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
20023   layout:
20024     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
20025     layout: "plot-throughput-speedup-analysis"
20026
20027 - type: "plot"
20028   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
20029   algorithm: "plot_tsa_name"
20030   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
20031   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20032   include:
20033     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20034     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20035     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20036     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20037   layout:
20038     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
20039     layout: "plot-throughput-speedup-analysis"
20040
20041 - type: "plot"
20042   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
20043   algorithm: "plot_tsa_name"
20044   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
20045   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20046   include:
20047     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20048     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20049     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20050     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20051   layout:
20052     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
20053     layout: "plot-throughput-speedup-analysis"
20054
20055 - type: "plot"
20056   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
20057   algorithm: "plot_tsa_name"
20058   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
20059   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20060   include:
20061     - "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"
20062     - "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"
20063     - "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"
20064     - "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"
20065   layout:
20066     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
20067     layout: "plot-throughput-speedup-analysis"
20068
20069 - type: "plot"
20070   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
20071   algorithm: "plot_tsa_name"
20072   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
20073   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20074   include:
20075     - "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"
20076     - "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"
20077     - "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"
20078     - "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"
20079   layout:
20080     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
20081     layout: "plot-throughput-speedup-analysis"
20082
20083 - type: "plot"
20084   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
20085   algorithm: "plot_tsa_name"
20086   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
20087   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20088   include:
20089     - "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"
20090     - "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"
20091     - "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"
20092     - "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"
20093     - "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"
20094     - "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"
20095   layout:
20096     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
20097     layout: "plot-throughput-speedup-analysis"
20098
20099 - type: "plot"
20100   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
20101   algorithm: "plot_tsa_name"
20102   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
20103   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20104   include:
20105     - "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"
20106     - "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"
20107     - "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"
20108     - "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"
20109     - "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"
20110     - "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"
20111   layout:
20112     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
20113     layout: "plot-throughput-speedup-analysis"
20114
20115 # Packet Throughput - DPDK
20116
20117 # 2n-clx-xxv710
20118
20119 - type: "plot"
20120   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
20121   algorithm: "plot_perf_box_name"
20122   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
20123   data: "plot-dpdk-throughput-latency-2n-clx"
20124   include:
20125     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20126     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20127   layout:
20128     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
20129     layout: "plot-throughput"
20130
20131 - type: "plot"
20132   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
20133   algorithm: "plot_perf_box_name"
20134   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
20135   data: "plot-dpdk-throughput-latency-2n-clx"
20136   include:
20137     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20138     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20139   layout:
20140     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
20141     layout: "plot-throughput"
20142
20143 - type: "plot"
20144   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
20145   algorithm: "plot_perf_box_name"
20146   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
20147   data: "plot-dpdk-throughput-latency-2n-clx"
20148   include:
20149     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20150     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20151   layout:
20152     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
20153     layout: "plot-throughput"
20154
20155 - type: "plot"
20156   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
20157   algorithm: "plot_perf_box_name"
20158   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
20159   data: "plot-dpdk-throughput-latency-2n-clx"
20160   include:
20161     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20162     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20163   layout:
20164     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
20165     layout: "plot-throughput"
20166
20167 # 2n-clx-x710
20168
20169 - type: "plot"
20170   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
20171   algorithm: "plot_perf_box_name"
20172   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
20173   data: "plot-dpdk-throughput-latency-2n-clx"
20174   include:
20175     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20176     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20177   layout:
20178     title: "2n-clx-x710-64b-2t1c-base-ndr"
20179     layout: "plot-throughput"
20180
20181 - type: "plot"
20182   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
20183   algorithm: "plot_perf_box_name"
20184   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
20185   data: "plot-dpdk-throughput-latency-2n-clx"
20186   include:
20187     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20188     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20189   layout:
20190     title: "2n-clx-x710-64b-4t2c-base-ndr"
20191     layout: "plot-throughput"
20192
20193 - type: "plot"
20194   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
20195   algorithm: "plot_perf_box_name"
20196   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
20197   data: "plot-dpdk-throughput-latency-2n-clx"
20198   include:
20199     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20200     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20201   layout:
20202     title: "2n-clx-x710-64b-2t1c-base-pdr"
20203     layout: "plot-throughput"
20204
20205 - type: "plot"
20206   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
20207   algorithm: "plot_perf_box_name"
20208   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
20209   data: "plot-dpdk-throughput-latency-2n-clx"
20210   include:
20211     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20212     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20213   layout:
20214     title: "2n-clx-x710-64b-4t2c-base-pdr"
20215     layout: "plot-throughput"
20216
20217 ###############################################################################
20218
20219 # 2n-zn2
20220
20221 # Packet Throughput
20222
20223 - type: "plot"
20224   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-avf-ndr"
20225   algorithm: "plot_perf_box_name"
20226   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-avf-ndr"
20227   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20228   include:
20229     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20230     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20231     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20232     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20233   layout:
20234     title: "2n-zn2-xxv710-64b-2t1c-memif-base-avf-ndr"
20235     layout: "plot-throughput"
20236
20237 - type: "plot"
20238   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-avf-pdr"
20239   algorithm: "plot_perf_box_name"
20240   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-avf-pdr"
20241   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20242   include:
20243     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20244     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20245     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20246     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20247   layout:
20248     title: "2n-zn2-xxv710-64b-2t1c-memif-base-avf-pdr"
20249     layout: "plot-throughput"
20250
20251 - type: "plot"
20252   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-ndr"
20253   algorithm: "plot_perf_box_name"
20254   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-ndr"
20255   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20256   include:
20257     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20258     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20259     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20260     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20261   layout:
20262     title: "2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-ndr"
20263     layout: "plot-throughput"
20264
20265 - type: "plot"
20266   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-pdr"
20267   algorithm: "plot_perf_box_name"
20268   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-pdr"
20269   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20270   include:
20271     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20272     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20273     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20274     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20275   layout:
20276     title: "2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-pdr"
20277     layout: "plot-throughput"
20278
20279 - type: "plot"
20280   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
20281   algorithm: "plot_perf_box_name"
20282   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
20283   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20284   include:
20285     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20286     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20287     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20288     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20289   layout:
20290     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
20291     layout: "plot-throughput"
20292
20293 - type: "plot"
20294   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
20295   algorithm: "plot_perf_box_name"
20296   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
20297   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20298   include:
20299     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20300     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20301     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20302     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20303   layout:
20304     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
20305     layout: "plot-throughput"
20306
20307 - type: "plot"
20308   title: "Throughput: 2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
20309   algorithm: "plot_perf_box_name"
20310   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
20311   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20312   include:
20313     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
20314     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20315     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20316     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20317     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20318     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20319   layout:
20320     title: "2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
20321     layout: "plot-throughput"
20322
20323 - type: "plot"
20324   title: "Throughput: 2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
20325   algorithm: "plot_perf_box_name"
20326   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
20327   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20328   include:
20329     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
20330     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20331     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20332     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20333     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20334     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20335   layout:
20336     title: "2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
20337     layout: "plot-throughput"
20338
20339 - type: "plot"
20340   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
20341   algorithm: "plot_perf_box_name"
20342   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
20343   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20344   include:
20345     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20346     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
20347     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
20348     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20349   layout:
20350     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
20351     layout: "plot-throughput"
20352
20353 - type: "plot"
20354   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
20355   algorithm: "plot_perf_box_name"
20356   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
20357   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20358   include:
20359     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20360     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
20361     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
20362     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20363   layout:
20364     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
20365     layout: "plot-throughput"
20366
20367 - type: "plot"
20368   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
20369   algorithm: "plot_perf_box_name"
20370   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
20371   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20372   include:
20373     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
20374     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
20375     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20376   layout:
20377     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
20378     layout: "plot-throughput"
20379
20380 - type: "plot"
20381   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
20382   algorithm: "plot_perf_box_name"
20383   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
20384   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20385   include:
20386     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
20387     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
20388     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20389   layout:
20390     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
20391     layout: "plot-throughput"
20392
20393 - type: "plot"
20394   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
20395   algorithm: "plot_perf_box_name"
20396   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
20397   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20398   include:
20399     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20400     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20401     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
20402     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
20403     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
20404   layout:
20405     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
20406     layout: "plot-throughput"
20407
20408 - type: "plot"
20409   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
20410   algorithm: "plot_perf_box_name"
20411   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
20412   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20413   include:
20414     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20415     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20416     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
20417     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
20418     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
20419   layout:
20420     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
20421     layout: "plot-throughput"
20422
20423 - type: "plot"
20424   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
20425   algorithm: "plot_perf_box_name"
20426   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
20427   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20428   include:
20429     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
20430     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
20431     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
20432   layout:
20433     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
20434     layout: "plot-throughput"
20435
20436 - type: "plot"
20437   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
20438   algorithm: "plot_perf_box_name"
20439   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
20440   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20441   include:
20442     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
20443     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
20444     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
20445   layout:
20446     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
20447     layout: "plot-throughput"
20448
20449 - type: "plot"
20450   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
20451   algorithm: "plot_perf_box_name"
20452   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
20453   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20454   include:
20455     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20456     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20457     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20458     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20459     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20460     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20461   layout:
20462     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
20463     layout: "plot-throughput"
20464
20465 - type: "plot"
20466   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
20467   algorithm: "plot_perf_box_name"
20468   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
20469   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20470   include:
20471     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20472     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20473     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20474     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20475     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20476     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20477   layout:
20478     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
20479     layout: "plot-throughput"
20480
20481 - type: "plot"
20482   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
20483   algorithm: "plot_perf_box_name"
20484   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
20485   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20486   include:
20487     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20488     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
20489     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
20490     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
20491     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
20492   layout:
20493     title: "2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
20494     layout: "plot-throughput"
20495
20496 #- type: "plot"
20497 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
20498 #  algorithm: "plot_perf_box_name"
20499 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
20500 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20501 #  include:
20502 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
20503 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
20504 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
20505 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
20506 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
20507 #  layout:
20508 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
20509 #    layout: "plot-throughput"
20510 #
20511 #- type: "plot"
20512 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
20513 #  algorithm: "plot_perf_box_name"
20514 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
20515 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20516 #  include:
20517 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20518 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20519 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20520 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20521 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20522 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20523 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20524 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20525 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20526 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20527 #  layout:
20528 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
20529 #    layout: "plot-cps"
20530 #
20531 #- type: "plot"
20532 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
20533 #  algorithm: "plot_perf_box_name"
20534 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
20535 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20536 #  include:
20537 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20538 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20539 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20540 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20541 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20542 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20543 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20544 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20545 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20546 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20547 #  layout:
20548 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
20549 #    layout: "plot-throughput"
20550 #
20551 #- type: "plot"
20552 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
20553 #  algorithm: "plot_perf_box_name"
20554 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
20555 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20556 #  include:
20557 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20558 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20559 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20560 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20561 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20562 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20563 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20564 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20565 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20566 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20567 #  layout:
20568 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
20569 #    layout: "plot-cps"
20570 #
20571 #- type: "plot"
20572 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
20573 #  algorithm: "plot_perf_box_name"
20574 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
20575 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20576 #  include:
20577 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20578 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20579 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20580 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20581 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20582 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20583 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20584 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20585 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20586 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20587 #  layout:
20588 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
20589 #    layout: "plot-throughput"
20590
20591 - type: "plot"
20592   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
20593   algorithm: "plot_perf_box_name"
20594   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
20595   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20596   include:
20597     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20598     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
20599     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
20600     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
20601     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
20602   layout:
20603     title: "2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
20604     layout: "plot-throughput"
20605
20606 #- type: "plot"
20607 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
20608 #  algorithm: "plot_perf_box_name"
20609 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
20610 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20611 #  include:
20612 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
20613 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
20614 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
20615 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
20616 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
20617 #  layout:
20618 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
20619 #    layout: "plot-throughput"
20620 #
20621 #- type: "plot"
20622 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
20623 #  algorithm: "plot_perf_box_name"
20624 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
20625 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20626 #  include:
20627 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20628 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20629 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20630 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20631 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20632 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20633 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20634 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20635 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20636 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20637 #  layout:
20638 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
20639 #    layout: "plot-cps"
20640 #
20641 #- type: "plot"
20642 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
20643 #  algorithm: "plot_perf_box_name"
20644 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
20645 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20646 #  include:
20647 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20648 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20649 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20650 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20651 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20652 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20653 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20654 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20655 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20656 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20657 #  layout:
20658 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
20659 #    layout: "plot-throughput"
20660 #
20661 #- type: "plot"
20662 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
20663 #  algorithm: "plot_perf_box_name"
20664 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
20665 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20666 #  include:
20667 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20668 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20669 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20670 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20671 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20672 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20673 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20674 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20675 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20676 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20677 #  layout:
20678 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
20679 #    layout: "plot-cps"
20680 #
20681 #- type: "plot"
20682 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
20683 #  algorithm: "plot_perf_box_name"
20684 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
20685 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20686 #  include:
20687 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20688 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20689 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20690 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20691 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20692 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20693 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20694 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20695 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20696 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20697 #  layout:
20698 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
20699 #    layout: "plot-throughput"
20700
20701 - type: "plot"
20702   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
20703   algorithm: "plot_perf_box_name"
20704   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
20705   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20706   include:
20707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20709     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20710     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20713   layout:
20714     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
20715     layout: "plot-throughput"
20716
20717 - type: "plot"
20718   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
20719   algorithm: "plot_perf_box_name"
20720   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
20721   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20722   include:
20723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20725     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20726     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20727     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20728     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20729   layout:
20730     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
20731     layout: "plot-throughput"
20732
20733 - type: "plot"
20734   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ip4base-ndr"
20735   algorithm: "plot_perf_box_name"
20736   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ip4base-ndr"
20737   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20738   include:
20739     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
20740     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
20741   layout:
20742     title: "2n-zn2-cx556a-64b-2t1c-rdma-ip4base-ndr"
20743     layout: "plot-throughput"
20744
20745 - type: "plot"
20746   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ip4base-pdr"
20747   algorithm: "plot_perf_box_name"
20748   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ip4base-pdr"
20749   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20750   include:
20751     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
20752     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
20753   layout:
20754     title: "2n-zn2-cx556a-64b-2t1c-rdma-ip4base-pdr"
20755     layout: "plot-throughput"
20756
20757 - type: "plot"
20758   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
20759   algorithm: "plot_perf_box_name"
20760   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
20761   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20762   include:
20763     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
20764     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
20765     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
20766     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
20767     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
20768     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
20769   layout:
20770     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
20771     layout: "plot-throughput"
20772
20773 - type: "plot"
20774   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
20775   algorithm: "plot_perf_box_name"
20776   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
20777   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20778   include:
20779     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
20780     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
20781     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
20782     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
20783     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
20784     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
20785   layout:
20786     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
20787     layout: "plot-throughput"
20788
20789 - type: "plot"
20790   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20791   algorithm: "plot_perf_box_name"
20792   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20793   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20794   include:
20795     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20796     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20797     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20798     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20799     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20800     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20801   layout:
20802     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20803     layout: "plot-throughput"
20804
20805 - type: "plot"
20806   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
20807   algorithm: "plot_perf_box_name"
20808   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
20809   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20810   include:
20811     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20812     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20813     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20814     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20815     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20816     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20817   layout:
20818     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
20819     layout: "plot-throughput"
20820
20821 - type: "plot"
20822   title: "Throughput: 2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
20823   algorithm: "plot_perf_box_name"
20824   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
20825   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20826   include:
20827     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20828     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20829     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20830     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20831     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20832     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20833   layout:
20834     title: "2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
20835     layout: "plot-throughput"
20836
20837 - type: "plot"
20838   title: "Throughput: 2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
20839   algorithm: "plot_perf_box_name"
20840   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
20841   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20842   include:
20843     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20844     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20845     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20846     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20847     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20848     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20849   layout:
20850     title: "2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
20851     layout: "plot-throughput"
20852
20853 - type: "plot"
20854   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
20855   algorithm: "plot_perf_box_name"
20856   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
20857   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20858   include:
20859     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20860     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20861     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
20862     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
20863     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20864   layout:
20865     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
20866     layout: "plot-throughput"
20867
20868 - type: "plot"
20869   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
20870   algorithm: "plot_perf_box_name"
20871   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
20872   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20873   include:
20874     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20875     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20876     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
20877     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
20878     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20879   layout:
20880     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
20881     layout: "plot-throughput"
20882
20883 - type: "plot"
20884   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
20885   algorithm: "plot_perf_box_name"
20886   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
20887   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20888   include:
20889     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20890     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20891     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
20892     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
20893     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20894   layout:
20895     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
20896     layout: "plot-throughput"
20897
20898 - type: "plot"
20899   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
20900   algorithm: "plot_perf_box_name"
20901   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
20902   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20903   include:
20904     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20905     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20906     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
20907     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
20908     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20909   layout:
20910     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
20911     layout: "plot-throughput"
20912
20913 - type: "plot"
20914   title: "Throughput: 2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20915   algorithm: "plot_perf_box_name"
20916   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20917   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20918   include:
20919     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
20920     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
20921     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
20922     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
20923     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
20924   layout:
20925     title: "2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20926     layout: "plot-throughput"
20927
20928 - type: "plot"
20929   title: "Throughput: 2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20930   algorithm: "plot_perf_box_name"
20931   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20932   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20933   include:
20934     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
20935     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
20936     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
20937     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
20938     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
20939   layout:
20940     title: "2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20941     layout: "plot-throughput"
20942
20943 - type: "plot"
20944   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
20945   algorithm: "plot_perf_box_name"
20946   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
20947   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20948   include:
20949     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20950     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20951     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20952     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20953     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
20954   layout:
20955     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
20956     layout: "plot-throughput"
20957
20958 - type: "plot"
20959   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
20960   algorithm: "plot_perf_box_name"
20961   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
20962   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20963   include:
20964     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20965     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20966     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20967     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20968     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
20969   layout:
20970     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
20971     layout: "plot-throughput"
20972
20973 - type: "plot"
20974   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20975   algorithm: "plot_perf_box_name"
20976   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20977   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20978   include:
20979     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20980     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20981     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20982     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20983     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20984   layout:
20985     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20986     layout: "plot-throughput"
20987
20988 - type: "plot"
20989   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20990   algorithm: "plot_perf_box_name"
20991   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20992   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20993   include:
20994     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20995     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20996     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20997     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20998     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20999   layout:
21000     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
21001     layout: "plot-throughput"
21002
21003 - type: "plot"
21004   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-ndr"
21005   algorithm: "plot_perf_box_name"
21006   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-ndr"
21007   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21008   include:
21009     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
21010     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21011     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21012     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
21013     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
21014     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
21015   layout:
21016     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-ndr"
21017     layout: "plot-throughput"
21018
21019 - type: "plot"
21020   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-pdr"
21021   algorithm: "plot_perf_box_name"
21022   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-pdr"
21023   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21024   include:
21025     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
21026     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21027     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21028     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
21029     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
21030     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
21031   layout:
21032     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-pdr"
21033     layout: "plot-throughput"
21034
21035 - type: "plot"
21036   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
21037   algorithm: "plot_perf_box_name"
21038   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
21039   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21040   include:
21041     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
21042     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
21043     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
21044     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
21045   layout:
21046     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
21047     layout: "plot-throughput"
21048
21049 - type: "plot"
21050   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
21051   algorithm: "plot_perf_box_name"
21052   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
21053   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21054   include:
21055     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
21056     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
21057     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
21058     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
21059   layout:
21060     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
21061     layout: "plot-throughput"
21062
21063 - type: "plot"
21064   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
21065   algorithm: "plot_perf_box_name"
21066   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
21067   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21068   include:
21069     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
21070     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
21071     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21072     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
21073     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
21074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21075   layout:
21076     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
21077     layout: "plot-throughput"
21078
21079 - type: "plot"
21080   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
21081   algorithm: "plot_perf_box_name"
21082   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
21083   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21084   include:
21085     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
21086     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
21087     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21088     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
21089     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
21090     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21091   layout:
21092     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
21093     layout: "plot-throughput"
21094
21095 - type: "plot"
21096   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
21097   algorithm: "plot_perf_box_name"
21098   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
21099   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21100   include:
21101     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21102     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
21103     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
21104     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
21105   layout:
21106     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
21107     layout: "plot-throughput"
21108
21109 - type: "plot"
21110   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
21111   algorithm: "plot_perf_box_name"
21112   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
21113   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21114   include:
21115     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21116     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
21117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
21118     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
21119   layout:
21120     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
21121     layout: "plot-throughput"
21122
21123 - type: "plot"
21124   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
21125   algorithm: "plot_perf_box_name"
21126   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
21127   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21128   include:
21129     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
21130     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
21131     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21132     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
21133     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
21134     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21135   layout:
21136     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
21137     layout: "plot-throughput"
21138
21139 - type: "plot"
21140   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
21141   algorithm: "plot_perf_box_name"
21142   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
21143   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21144   include:
21145     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
21146     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
21147     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21148     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
21149     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
21150     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21151   layout:
21152     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
21153     layout: "plot-throughput"
21154
21155 - type: "plot"
21156   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
21157   algorithm: "plot_perf_box_name"
21158   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
21159   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21160   include:
21161     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21162     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
21163     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
21164     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
21165   layout:
21166     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
21167     layout: "plot-throughput"
21168
21169 - type: "plot"
21170   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
21171   algorithm: "plot_perf_box_name"
21172   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
21173   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21174   include:
21175     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21176     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
21177     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
21178     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
21179   layout:
21180     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
21181     layout: "plot-throughput"
21182
21183 - type: "plot"
21184   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-ndr"
21185   algorithm: "plot_perf_box_name"
21186   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-ndr"
21187   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21188   include:
21189     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21190     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21191     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21192     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21193     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21194   layout:
21195     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-ndr"
21196     layout: "plot-throughput"
21197
21198 - type: "plot"
21199   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-pdr"
21200   algorithm: "plot_perf_box_name"
21201   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-pdr"
21202   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21203   include:
21204     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21205     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21206     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21207     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21208     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21209   layout:
21210     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-pdr"
21211     layout: "plot-throughput"
21212
21213 - type: "plot"
21214   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
21215   algorithm: "plot_perf_box_name"
21216   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
21217   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21218   include:
21219     - "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"
21220     - "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"
21221     - "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"
21222     - "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"
21223     - "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"
21224   layout:
21225     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
21226     layout: "plot-throughput"
21227
21228 - type: "plot"
21229   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
21230   algorithm: "plot_perf_box_name"
21231   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
21232   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21233   include:
21234     - "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"
21235     - "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"
21236     - "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"
21237     - "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"
21238     - "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"
21239   layout:
21240     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
21241     layout: "plot-throughput"
21242
21243 - type: "plot"
21244   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
21245   algorithm: "plot_perf_box_name"
21246   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
21247   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21248   include:
21249     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21250     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21251     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21252     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21253     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21254   layout:
21255     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
21256     layout: "plot-throughput"
21257
21258 - type: "plot"
21259   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
21260   algorithm: "plot_perf_box_name"
21261   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
21262   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21263   include:
21264     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21265     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21266     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21267     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21268     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21269   layout:
21270     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
21271     layout: "plot-throughput"
21272
21273 - type: "plot"
21274   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
21275   algorithm: "plot_perf_box_name"
21276   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
21277   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21278   include:
21279     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21280     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21281     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21282     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21283     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
21284   layout:
21285     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
21286     layout: "plot-throughput"
21287
21288 - type: "plot"
21289   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
21290   algorithm: "plot_perf_box_name"
21291   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
21292   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21293   include:
21294     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21295     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21296     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21297     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21298     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
21299   layout:
21300     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
21301     layout: "plot-throughput"
21302
21303 - type: "plot"
21304   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
21305   algorithm: "plot_perf_box_name"
21306   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
21307   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21308   include:
21309     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21310     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21311     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21312     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21313   layout:
21314     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
21315     layout: "plot-throughput"
21316
21317 - type: "plot"
21318   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
21319   algorithm: "plot_perf_box_name"
21320   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
21321   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21322   include:
21323     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21324     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21325     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21326     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21327   layout:
21328     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
21329     layout: "plot-throughput"
21330
21331 - type: "plot"
21332   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
21333   algorithm: "plot_perf_box_name"
21334   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
21335   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21336   include:
21337     - "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"
21338     - "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"
21339     - "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"
21340     - "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"
21341   layout:
21342     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
21343     layout: "plot-throughput"
21344
21345 - type: "plot"
21346   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
21347   algorithm: "plot_perf_box_name"
21348   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
21349   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21350   include:
21351     - "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"
21352     - "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"
21353     - "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"
21354     - "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"
21355   layout:
21356     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
21357     layout: "plot-throughput"
21358
21359 - type: "plot"
21360   title: "Throughput: 2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
21361   algorithm: "plot_perf_box_name"
21362   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
21363   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21364   include:
21365     - "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"
21366     - "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"
21367     - "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"
21368     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
21369     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
21370     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
21371   layout:
21372     title: "2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
21373     layout: "plot-throughput"
21374
21375 - type: "plot"
21376   title: "Throughput: 2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
21377   algorithm: "plot_perf_box_name"
21378   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
21379   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21380   include:
21381     - "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"
21382     - "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"
21383     - "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"
21384     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
21385     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
21386     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
21387   layout:
21388     title: "2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
21389     layout: "plot-throughput"
21390
21391 ################################################################################
21392
21393 # Packet Speedup
21394
21395 - type: "plot"
21396   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-avf-ndr-tsa"
21397   algorithm: "plot_tsa_name"
21398   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-avf-ndr-tsa"
21399   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21400   include:
21401     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21402     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21403     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21404     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21405   layout:
21406     title: "2n-zn2-xxv710-64b-memif-base-avf-ndr"
21407     layout: "plot-throughput-speedup-analysis"
21408
21409 - type: "plot"
21410   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-avf-pdr-tsa"
21411   algorithm: "plot_tsa_name"
21412   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-avf-pdr-tsa"
21413   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21414   include:
21415     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21416     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21417     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21418     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21419   layout:
21420     title: "2n-zn2-xxv710-64b-memif-base-avf-pdr"
21421     layout: "plot-throughput-speedup-analysis"
21422
21423 - type: "plot"
21424   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-dpdk-ndr-tsa"
21425   algorithm: "plot_tsa_name"
21426   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-dpdk-ndr-tsa"
21427   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21428   include:
21429     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21430     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21431     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21432     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21433   layout:
21434     title: "2n-zn2-xxv710-64b-memif-base-dpdk-ndr"
21435     layout: "plot-throughput-speedup-analysis"
21436
21437 - type: "plot"
21438   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-dpdk-pdr-tsa"
21439   algorithm: "plot_tsa_name"
21440   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-dpdk-pdr-tsa"
21441   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21442   include:
21443     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21444     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21445     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21446     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21447   layout:
21448     title: "2n-zn2-xxv710-64b-memif-base-dpdk-pdr"
21449     layout: "plot-throughput-speedup-analysis"
21450
21451 - type: "plot"
21452   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
21453   algorithm: "plot_tsa_name"
21454   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
21455   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21456   include:
21457     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21458     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21459     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21460     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21461   layout:
21462     title: "2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
21463     layout: "plot-throughput-speedup-analysis"
21464
21465 - type: "plot"
21466   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
21467   algorithm: "plot_tsa_name"
21468   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
21469   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21470   include:
21471     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21472     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21473     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21474     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21475   layout:
21476     title: "2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
21477     layout: "plot-throughput-speedup-analysis"
21478
21479 - type: "plot"
21480   title: "Speedup: 2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
21481   algorithm: "plot_tsa_name"
21482   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
21483   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21484   include:
21485     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
21486     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21487     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21488     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21489     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21490     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21491   layout:
21492     title: "2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
21493     layout: "plot-throughput-speedup-analysis"
21494
21495 - type: "plot"
21496   title: "Speedup: 2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
21497   algorithm: "plot_tsa_name"
21498   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
21499   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21500   include:
21501     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
21502     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21503     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21504     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21505     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21506     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21507   layout:
21508     title: "2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
21509     layout: "plot-throughput-speedup-analysis"
21510
21511 - type: "plot"
21512   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
21513   algorithm: "plot_tsa_name"
21514   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
21515   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21516   include:
21517     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21518     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
21519     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
21520     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21521   layout:
21522     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-avf-ndr"
21523     layout: "plot-throughput-speedup-analysis"
21524
21525 - type: "plot"
21526   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
21527   algorithm: "plot_tsa_name"
21528   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
21529   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21530   include:
21531     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21532     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
21533     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
21534     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21535   layout:
21536     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-avf-pdr"
21537     layout: "plot-throughput-speedup-analysis"
21538
21539 - type: "plot"
21540   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
21541   algorithm: "plot_tsa_name"
21542   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
21543   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21544   include:
21545     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
21546     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
21547     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21548   layout:
21549     title: "2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
21550     layout: "plot-throughput-speedup-analysis"
21551
21552 - type: "plot"
21553   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
21554   algorithm: "plot_tsa_name"
21555   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
21556   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21557   include:
21558     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
21559     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
21560     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21561   layout:
21562     title: "2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
21563     layout: "plot-throughput-speedup-analysis"
21564
21565 - type: "plot"
21566   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
21567   algorithm: "plot_tsa_name"
21568   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
21569   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21570   include:
21571     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21572     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21573     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
21574     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
21575     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
21576   layout:
21577     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
21578     layout: "plot-throughput-speedup-analysis"
21579
21580 - type: "plot"
21581   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
21582   algorithm: "plot_tsa_name"
21583   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
21584   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21585   include:
21586     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21587     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21588     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
21589     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
21590     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
21591   layout:
21592     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
21593     layout: "plot-throughput-speedup-analysis"
21594
21595 - type: "plot"
21596   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
21597   algorithm: "plot_tsa_name"
21598   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
21599   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21600   include:
21601     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
21602     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
21603     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
21604   layout:
21605     title: "2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
21606     layout: "plot-throughput-speedup-analysis"
21607
21608 - type: "plot"
21609   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
21610   algorithm: "plot_tsa_name"
21611   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
21612   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21613   include:
21614     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
21615     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
21616     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
21617   layout:
21618     title: "2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
21619     layout: "plot-throughput-speedup-analysis"
21620
21621 - type: "plot"
21622   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
21623   algorithm: "plot_tsa_name"
21624   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
21625   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21626   include:
21627     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21628     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21629     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21630     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21631     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21632     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21633   layout:
21634     title: "2n-zn2-xxv710-64b-features-ip4routing-base-avf-ndr"
21635     layout: "plot-throughput-speedup-analysis"
21636
21637 - type: "plot"
21638   title: "Speedup: 2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
21639   algorithm: "plot_tsa_name"
21640   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
21641   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21642   include:
21643     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21644     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
21645     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
21646     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
21647     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
21648   layout:
21649     title: "2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
21650     layout: "plot-throughput-speedup-analysis"
21651
21652 #- type: "plot"
21653 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
21654 #  algorithm: "plot_tsa_name"
21655 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
21656 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21657 #  include:
21658 #    - "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"
21659 #    - "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"
21660 #    - "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"
21661 #    - "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"
21662 #    - "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"
21663 #  layout:
21664 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
21665 #    layout: "plot-throughput-speedup-analysis"
21666 #
21667 #- type: "plot"
21668 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
21669 #  algorithm: "plot_tsa_name"
21670 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
21671 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21672 #  include:
21673 #    - "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"
21674 #    - "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"
21675 #    - "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"
21676 #    - "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"
21677 #    - "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"
21678 #    - "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"
21679 #    - "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"
21680 #    - "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"
21681 #    - "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"
21682 #    - "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"
21683 #  layout:
21684 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
21685 #    layout: "plot-throughput-speedup-analysis-cps"
21686 #
21687 #- type: "plot"
21688 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
21689 #  algorithm: "plot_tsa_name"
21690 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
21691 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21692 #  include:
21693 #    - "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"
21694 #    - "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"
21695 #    - "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"
21696 #    - "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"
21697 #    - "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"
21698 #    - "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"
21699 #    - "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"
21700 #    - "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"
21701 #    - "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"
21702 #    - "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"
21703 #  layout:
21704 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
21705 #    layout: "plot-throughput-speedup-analysis"
21706 #
21707 #- type: "plot"
21708 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
21709 #  algorithm: "plot_tsa_name"
21710 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
21711 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21712 #  include:
21713 #    - "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"
21714 #    - "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"
21715 #    - "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"
21716 #    - "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"
21717 #    - "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"
21718 #    - "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"
21719 #    - "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"
21720 #    - "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"
21721 #    - "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"
21722 #    - "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"
21723 #  layout:
21724 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
21725 #    layout: "plot-throughput-speedup-analysis-cps"
21726 #
21727 #- type: "plot"
21728 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
21729 #  algorithm: "plot_tsa_name"
21730 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
21731 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21732 #  include:
21733 #    - "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"
21734 #    - "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"
21735 #    - "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"
21736 #    - "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"
21737 #    - "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"
21738 #    - "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"
21739 #    - "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"
21740 #    - "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"
21741 #    - "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"
21742 #    - "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"
21743 #  layout:
21744 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
21745 #    layout: "plot-throughput-speedup-analysis"
21746
21747 - type: "plot"
21748   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
21749   algorithm: "plot_tsa_name"
21750   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
21751   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21752   include:
21753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21756     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21757     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21758     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21759   layout:
21760     title: "2n-zn2-xxv710-64b-features-ip4routing-base-avf-pdr"
21761     layout: "plot-throughput-speedup-analysis"
21762
21763 - type: "plot"
21764   title: "Speedup: 2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
21765   algorithm: "plot_tsa_name"
21766   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
21767   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21768   include:
21769     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21770     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
21771     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
21772     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
21773     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
21774   layout:
21775     title: "2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
21776     layout: "plot-throughput-speedup-analysis"
21777
21778 #- type: "plot"
21779 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
21780 #  algorithm: "plot_tsa_name"
21781 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
21782 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21783 #  include:
21784 #    - "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"
21785 #    - "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"
21786 #    - "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"
21787 #    - "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"
21788 #    - "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"
21789 #  layout:
21790 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
21791 #    layout: "plot-throughput-speedup-analysis"
21792 #
21793 #- type: "plot"
21794 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
21795 #  algorithm: "plot_tsa_name"
21796 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
21797 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21798 #  include:
21799 #    - "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"
21800 #    - "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"
21801 #    - "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"
21802 #    - "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"
21803 #    - "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"
21804 #    - "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"
21805 #    - "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"
21806 #    - "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"
21807 #    - "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"
21808 #    - "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"
21809 #  layout:
21810 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
21811 #    layout: "plot-throughput-speedup-analysis-cps"
21812 #
21813 #- type: "plot"
21814 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
21815 #  algorithm: "plot_tsa_name"
21816 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
21817 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21818 #  include:
21819 #    - "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"
21820 #    - "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"
21821 #    - "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"
21822 #    - "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"
21823 #    - "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"
21824 #    - "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"
21825 #    - "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"
21826 #    - "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"
21827 #    - "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"
21828 #    - "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"
21829 #  layout:
21830 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
21831 #    layout: "plot-throughput-speedup-analysis"
21832 #
21833 #- type: "plot"
21834 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
21835 #  algorithm: "plot_tsa_name"
21836 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
21837 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21838 #  include:
21839 #    - "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"
21840 #    - "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"
21841 #    - "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"
21842 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
21843 #    - "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"
21844 #    - "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"
21845 #    - "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"
21846 #    - "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"
21847 #    - "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"
21848 #    - "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"
21849 #  layout:
21850 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
21851 #    layout: "plot-throughput-speedup-analysis-cps"
21852 #
21853 #- type: "plot"
21854 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
21855 #  algorithm: "plot_tsa_name"
21856 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
21857 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21858 #  include:
21859 #    - "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"
21860 #    - "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"
21861 #    - "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"
21862 #    - "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"
21863 #    - "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"
21864 #    - "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"
21865 #    - "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"
21866 #    - "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"
21867 #    - "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"
21868 #    - "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"
21869 #  layout:
21870 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
21871 #    layout: "plot-throughput-speedup-analysis"
21872
21873 - type: "plot"
21874   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
21875   algorithm: "plot_tsa_name"
21876   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
21877   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21878   include:
21879     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21880     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21881     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21882     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21883     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21884     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21885   layout:
21886     title: "2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-ndr"
21887     layout: "plot-throughput-speedup-analysis"
21888
21889 - type: "plot"
21890   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
21891   algorithm: "plot_tsa_name"
21892   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
21893   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21894   include:
21895     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21896     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21897     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21898     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21899     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21900     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21901   layout:
21902     title: "2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-pdr"
21903     layout: "plot-throughput-speedup-analysis"
21904
21905 - type: "plot"
21906   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ip4base-ndr-tsa"
21907   algorithm: "plot_tsa_name"
21908   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ip4base-ndr-tsa"
21909   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21910   include:
21911     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
21912     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
21913   layout:
21914     title: "2n-zn2-cx556a-64b-rdma-ip4base-ndr"
21915     layout: "plot-throughput-speedup-analysis"
21916
21917 - type: "plot"
21918   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ip4base-pdr-tsa"
21919   algorithm: "plot_tsa_name"
21920   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ip4base-pdr-tsa"
21921   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21922   include:
21923     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
21924     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
21925   layout:
21926     title: "2n-zn2-cx556a-64b-rdma-ip4base-pdr"
21927     layout: "plot-throughput-speedup-analysis"
21928
21929 - type: "plot"
21930   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
21931   algorithm: "plot_tsa_name"
21932   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
21933   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21934   include:
21935     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
21936     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
21937     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
21938     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
21939     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
21940     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
21941   layout:
21942     title: "2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-ndr"
21943     layout: "plot-throughput-speedup-analysis"
21944
21945 - type: "plot"
21946   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
21947   algorithm: "plot_tsa_name"
21948   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
21949   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21950   include:
21951     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
21952     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
21953     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
21954     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
21955     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
21956     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
21957   layout:
21958     title: "2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-pdr"
21959     layout: "plot-throughput-speedup-analysis"
21960
21961 - type: "plot"
21962   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-features-ndr-tsa"
21963   algorithm: "plot_tsa_name"
21964   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-features-ndr-tsa"
21965   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21966   include:
21967     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21968     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21969     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21970     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21971     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21972     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21973   layout:
21974     title: "2n-zn2-cx556a-64b-rdma-ethip4-features-ndr"
21975     layout: "plot-throughput-speedup-analysis"
21976
21977 - type: "plot"
21978   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-features-pdr-tsa"
21979   algorithm: "plot_tsa_name"
21980   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-features-pdr-tsa"
21981   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21982   include:
21983     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21984     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21985     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21986     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21987     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21988     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21989   layout:
21990     title: "2n-zn2-cx556a-64b-rdma-ethip4-features-pdr"
21991     layout: "plot-throughput-speedup-analysis"
21992
21993 - type: "plot"
21994   title: "Speedup: 2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
21995   algorithm: "plot_tsa_name"
21996   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
21997   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21998   include:
21999     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
22000     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
22001     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
22002     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
22003     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
22004     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
22005   layout:
22006     title: "2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
22007     layout: "plot-throughput-speedup-analysis"
22008
22009 - type: "plot"
22010   title: "Speedup: 2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
22011   algorithm: "plot_tsa_name"
22012   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
22013   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22014   include:
22015     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
22016     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
22017     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
22018     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
22019     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
22020     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
22021   layout:
22022     title: "2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
22023     layout: "plot-throughput-speedup-analysis"
22024
22025 - type: "plot"
22026   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
22027   algorithm: "plot_tsa_name"
22028   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
22029   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22030   include:
22031     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
22032     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
22033     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
22034     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
22035     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
22036   layout:
22037     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-avf-ndr"
22038     layout: "plot-throughput-speedup-analysis"
22039
22040 - type: "plot"
22041   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
22042   algorithm: "plot_tsa_name"
22043   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
22044   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22045   include:
22046     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
22047     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
22048     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
22049     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
22050     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
22051   layout:
22052     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-avf-pdr"
22053     layout: "plot-throughput-speedup-analysis"
22054
22055 - type: "plot"
22056   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
22057   algorithm: "plot_tsa_name"
22058   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
22059   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22060   include:
22061     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
22062     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
22063     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
22064     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
22065     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
22066   layout:
22067     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
22068     layout: "plot-throughput-speedup-analysis"
22069
22070 - type: "plot"
22071   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
22072   algorithm: "plot_tsa_name"
22073   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
22074   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22075   include:
22076     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
22077     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
22078     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
22079     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
22080     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
22081   layout:
22082     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
22083     layout: "plot-throughput-speedup-analysis"
22084
22085 - type: "plot"
22086   title: "Speedup: 2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
22087   algorithm: "plot_tsa_name"
22088   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
22089   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22090   include:
22091     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
22092     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
22093     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
22094     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
22095     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
22096   layout:
22097     title: "2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-ndr"
22098     layout: "plot-throughput-speedup-analysis"
22099
22100 - type: "plot"
22101   title: "Speedup: 2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
22102   algorithm: "plot_tsa_name"
22103   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
22104   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22105   include:
22106     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
22107     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
22108     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
22109     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
22110     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
22111   layout:
22112     title: "2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-pdr"
22113     layout: "plot-throughput-speedup-analysis"
22114
22115 - type: "plot"
22116   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-avf-ndr-tsa"
22117   algorithm: "plot_tsa_name"
22118   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-avf-ndr-tsa"
22119   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22120   include:
22121     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22122     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22123     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22124     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22125     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22126   layout:
22127     title: "2n-zn2-x710-64b-l2switching-base-scale-avf-ndr"
22128     layout: "plot-throughput-speedup-analysis"
22129
22130 - type: "plot"
22131   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-avf-pdr-tsa"
22132   algorithm: "plot_tsa_name"
22133   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-avf-pdr-tsa"
22134   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22135   include:
22136     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22137     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22138     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22139     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22140     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22141   layout:
22142     title: "2n-zn2-x710-64b-l2switching-base-scale-avf-pdr"
22143     layout: "plot-throughput-speedup-analysis"
22144
22145 - type: "plot"
22146   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
22147   algorithm: "plot_tsa_name"
22148   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
22149   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22150   include:
22151     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22152     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22153     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22154     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22155     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22156   layout:
22157     title: "2n-zn2-x710-64b-l2switching-base-scale-dpdk-ndr"
22158     layout: "plot-throughput-speedup-analysis"
22159
22160 - type: "plot"
22161   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22162   algorithm: "plot_tsa_name"
22163   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22164   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22165   include:
22166     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22167     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22168     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22169     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22170     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22171   layout:
22172     title: "2n-zn2-x710-64b-l2switching-base-scale-dpdk-pdr"
22173     layout: "plot-throughput-speedup-analysis"
22174
22175 - type: "plot"
22176   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-avf-ndr-tsa"
22177   algorithm: "plot_tsa_name"
22178   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-avf-ndr-tsa"
22179   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22180   include:
22181     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
22182     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22183     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22184     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22185     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22186     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22187   layout:
22188     title: "2n-zn2-xxv710-64b-l2switching-base-avf-ndr"
22189     layout: "plot-throughput-speedup-analysis"
22190
22191 - type: "plot"
22192   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-avf-pdr-tsa"
22193   algorithm: "plot_tsa_name"
22194   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-avf-pdr-tsa"
22195   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22196   include:
22197     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
22198     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22199     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22200     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22201     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22202     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22203   layout:
22204     title: "2n-zn2-xxv710-64b-l2switching-base-avf-pdr"
22205     layout: "plot-throughput-speedup-analysis"
22206
22207 - type: "plot"
22208   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
22209   algorithm: "plot_tsa_name"
22210   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
22211   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22212   include:
22213     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22214     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
22215     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
22216     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22217   layout:
22218     title: "2n-zn2-xxv710-64b-l2switching-base-scale-avf-ndr"
22219     layout: "plot-throughput-speedup-analysis"
22220
22221 - type: "plot"
22222   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
22223   algorithm: "plot_tsa_name"
22224   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
22225   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22226   include:
22227     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22228     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
22229     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
22230     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22231   layout:
22232     title: "2n-zn2-xxv710-64b-l2switching-base-scale-avf-pdr"
22233     layout: "plot-throughput-speedup-analysis"
22234
22235 - type: "plot"
22236   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
22237   algorithm: "plot_tsa_name"
22238   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
22239   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22240   include:
22241     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
22242     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22243     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22244     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22245     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22246     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22247   layout:
22248     title: "2n-zn2-xxv710-64b-l2switching-base-dpdk-ndr"
22249     layout: "plot-throughput-speedup-analysis"
22250
22251 - type: "plot"
22252   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
22253   algorithm: "plot_tsa_name"
22254   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
22255   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22256   include:
22257     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
22258     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22259     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22260     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22261     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22262     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22263   layout:
22264     title: "2n-zn2-xxv710-64b-l2switching-base-dpdk-pdr"
22265     layout: "plot-throughput-speedup-analysis"
22266
22267 - type: "plot"
22268   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
22269   algorithm: "plot_tsa_name"
22270   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
22271   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22272   include:
22273     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22274     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
22275     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
22276     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22277   layout:
22278     title: "2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-ndr"
22279     layout: "plot-throughput-speedup-analysis"
22280
22281 - type: "plot"
22282   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22283   algorithm: "plot_tsa_name"
22284   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22285   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22286   include:
22287     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22288     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
22289     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
22290     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22291   layout:
22292     title: "2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-pdr"
22293     layout: "plot-throughput-speedup-analysis"
22294
22295 - type: "plot"
22296   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-base-ndr-tsa"
22297   algorithm: "plot_tsa_name"
22298   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-base-ndr-tsa"
22299   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22300   include:
22301     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
22302     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
22303     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22304     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
22305     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
22306     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22307   layout:
22308     title: "2n-zn2-cx556a-64b-rdma-l2switching-base-ndr"
22309     layout: "plot-throughput-speedup-analysis"
22310
22311 - type: "plot"
22312   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-base-pdr-tsa"
22313   algorithm: "plot_tsa_name"
22314   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-base-pdr-tsa"
22315   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22316   include:
22317     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
22318     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
22319     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22320     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
22321     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
22322     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22323   layout:
22324     title: "2n-zn2-cx556a-64b-rdma-l2switching-base-pdr"
22325     layout: "plot-throughput-speedup-analysis"
22326
22327 - type: "plot"
22328   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
22329   algorithm: "plot_tsa_name"
22330   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
22331   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22332   include:
22333     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22334     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
22335     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
22336     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
22337   layout:
22338     title: "2n-zn2-cx556a-64b-rdma-l2switching-scale-ndr"
22339     layout: "plot-throughput-speedup-analysis"
22340
22341 - type: "plot"
22342   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
22343   algorithm: "plot_tsa_name"
22344   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
22345   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22346   include:
22347     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22348     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
22349     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
22350     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
22351   layout:
22352     title: "2n-zn2-cx556a-64b-rdma-l2switching-scale-pdr"
22353     layout: "plot-throughput-speedup-analysis"
22354
22355 - type: "plot"
22356   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-ndr"
22357   algorithm: "plot_tsa_name"
22358   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-ndr-tsa"
22359   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22360   include:
22361     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22362     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22363     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22364     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22365     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22366   layout:
22367     title: "2n-zn2-xxv710-64b-vhost-base-avf-ndr"
22368     layout: "plot-throughput-speedup-analysis"
22369
22370 - type: "plot"
22371   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-pdr"
22372   algorithm: "plot_tsa_name"
22373   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-pdr-tsa"
22374   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22375   include:
22376     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22377     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22378     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22379     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22380     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22381   layout:
22382     title: "2n-zn2-xxv710-64b-vhost-base-avf-pdr"
22383     layout: "plot-throughput-speedup-analysis"
22384
22385 - type: "plot"
22386   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-vpp-ndr"
22387   algorithm: "plot_tsa_name"
22388   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
22389   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22390   include:
22391     - "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"
22392     - "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"
22393     - "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"
22394     - "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"
22395     - "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"
22396   layout:
22397     title: "2n-zn2-xxv710-64b-vhost-base-avf-vpp-ndr"
22398     layout: "plot-throughput-speedup-analysis"
22399
22400 - type: "plot"
22401   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-vpp-pdr"
22402   algorithm: "plot_tsa_name"
22403   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
22404   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22405   include:
22406     - "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"
22407     - "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"
22408     - "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"
22409     - "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"
22410     - "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"
22411   layout:
22412     title: "2n-zn2-xxv710-64b-vhost-base-avf-vpp-pdr"
22413     layout: "plot-throughput-speedup-analysis"
22414
22415 - type: "plot"
22416   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-ndr"
22417   algorithm: "plot_tsa_name"
22418   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-ndr-tsa"
22419   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22420   include:
22421     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22422     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22423     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22424     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22425     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22426   layout:
22427     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-ndr"
22428     layout: "plot-throughput-speedup-analysis"
22429
22430 - type: "plot"
22431   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-pdr"
22432   algorithm: "plot_tsa_name"
22433   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-pdr-tsa"
22434   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22435   include:
22436     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22437     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22438     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22439     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22440     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22441   layout:
22442     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-pdr"
22443     layout: "plot-throughput-speedup-analysis"
22444
22445 - type: "plot"
22446   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-ndr"
22447   algorithm: "plot_tsa_name"
22448   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
22449   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22450   include:
22451     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22452     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22453     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22454     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22455     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
22456   layout:
22457     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-ndr"
22458     layout: "plot-throughput-speedup-analysis"
22459
22460 - type: "plot"
22461   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-pdr"
22462   algorithm: "plot_tsa_name"
22463   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
22464   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22465   include:
22466     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22467     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22468     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22469     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22470     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
22471   layout:
22472     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-pdr"
22473     layout: "plot-throughput-speedup-analysis"
22474
22475 - type: "plot"
22476   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
22477   algorithm: "plot_tsa_name"
22478   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
22479   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22480   include:
22481     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22482     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22483     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22484     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22485   layout:
22486     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-base-ndr"
22487     layout: "plot-throughput-speedup-analysis"
22488
22489 - type: "plot"
22490   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
22491   algorithm: "plot_tsa_name"
22492   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
22493   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22494   include:
22495     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22496     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22497     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22498     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22499   layout:
22500     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-base-pdr"
22501     layout: "plot-throughput-speedup-analysis"
22502
22503 - type: "plot"
22504   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
22505   algorithm: "plot_tsa_name"
22506   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
22507   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22508   include:
22509     - "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"
22510     - "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"
22511     - "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"
22512     - "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"
22513   layout:
22514     title: "2n-zn2-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
22515     layout: "plot-throughput-speedup-analysis"
22516
22517 - type: "plot"
22518   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
22519   algorithm: "plot_tsa_name"
22520   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
22521   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22522   include:
22523     - "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"
22524     - "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"
22525     - "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"
22526     - "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"
22527   layout:
22528     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
22529     layout: "plot-throughput-speedup-analysis"
22530
22531 - type: "plot"
22532   title: "Speedup: 2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
22533   algorithm: "plot_tsa_name"
22534   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
22535   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22536   include:
22537     - "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"
22538     - "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"
22539     - "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"
22540     - "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"
22541     - "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"
22542     - "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"
22543   layout:
22544     title: "2n-zn2-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
22545     layout: "plot-throughput-speedup-analysis"
22546
22547 - type: "plot"
22548   title: "Speedup: 2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
22549   algorithm: "plot_tsa_name"
22550   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
22551   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22552   include:
22553     - "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"
22554     - "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"
22555     - "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"
22556     - "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"
22557     - "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"
22558     - "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"
22559   layout:
22560     title: "2n-zn2-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
22561     layout: "plot-throughput-speedup-analysis"
22562
22563 # Packet Throughput - DPDK
22564
22565 # 2n-zn2-xxv710
22566
22567 - type: "plot"
22568   title: "DPDK Throughput: 2n-zn2-xxv710-64b-2t1c-base-ndr"
22569   algorithm: "plot_perf_box_name"
22570   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-2t1c-base-ndr"
22571   data: "plot-dpdk-throughput-latency-2n-zn2"
22572   include:
22573     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22574     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22575   layout:
22576     title: "2n-zn2-xxv710-64b-2t1c-base-ndr"
22577     layout: "plot-throughput"
22578
22579 - type: "plot"
22580   title: "DPDK Throughput: 2n-zn2-xxv710-64b-4t2c-base-ndr"
22581   algorithm: "plot_perf_box_name"
22582   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-4t2c-base-ndr"
22583   data: "plot-dpdk-throughput-latency-2n-zn2"
22584   include:
22585     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22586     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22587   layout:
22588     title: "2n-zn2-xxv710-64b-4t2c-base-ndr"
22589     layout: "plot-throughput"
22590
22591 - type: "plot"
22592   title: "DPDK Throughput: 2n-zn2-xxv710-64b-2t1c-base-pdr"
22593   algorithm: "plot_perf_box_name"
22594   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-2t1c-base-pdr"
22595   data: "plot-dpdk-throughput-latency-2n-zn2"
22596   include:
22597     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22598     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22599   layout:
22600     title: "2n-zn2-xxv710-64b-2t1c-base-pdr"
22601     layout: "plot-throughput"
22602
22603 - type: "plot"
22604   title: "DPDK Throughput: 2n-zn2-xxv710-64b-4t2c-base-pdr"
22605   algorithm: "plot_perf_box_name"
22606   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-4t2c-base-pdr"
22607   data: "plot-dpdk-throughput-latency-2n-zn2"
22608   include:
22609     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22610     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22611   layout:
22612     title: "2n-zn2-xxv710-64b-4t2c-base-pdr"
22613     layout: "plot-throughput"
22614
22615 # 2n-zn2-x710
22616
22617 - type: "plot"
22618   title: "DPDK Throughput: 2n-zn2-x710-64b-2t1c-base-ndr"
22619   algorithm: "plot_perf_box_name"
22620   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-2t1c-base-ndr"
22621   data: "plot-dpdk-throughput-latency-2n-zn2"
22622   include:
22623     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22624     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22625   layout:
22626     title: "2n-zn2-x710-64b-2t1c-base-ndr"
22627     layout: "plot-throughput"
22628
22629 - type: "plot"
22630   title: "DPDK Throughput: 2n-zn2-x710-64b-4t2c-base-ndr"
22631   algorithm: "plot_perf_box_name"
22632   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-4t2c-base-ndr"
22633   data: "plot-dpdk-throughput-latency-2n-zn2"
22634   include:
22635     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22636     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22637   layout:
22638     title: "2n-zn2-x710-64b-4t2c-base-ndr"
22639     layout: "plot-throughput"
22640
22641 - type: "plot"
22642   title: "DPDK Throughput: 2n-zn2-x710-64b-2t1c-base-pdr"
22643   algorithm: "plot_perf_box_name"
22644   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-2t1c-base-pdr"
22645   data: "plot-dpdk-throughput-latency-2n-zn2"
22646   include:
22647     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22648     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22649   layout:
22650     title: "2n-zn2-x710-64b-2t1c-base-pdr"
22651     layout: "plot-throughput"
22652
22653 - type: "plot"
22654   title: "DPDK Throughput: 2n-zn2-x710-64b-4t2c-base-pdr"
22655   algorithm: "plot_perf_box_name"
22656   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-4t2c-base-pdr"
22657   data: "plot-dpdk-throughput-latency-2n-zn2"
22658   include:
22659     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22660     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22661   layout:
22662     title: "2n-zn2-x710-64b-4t2c-base-pdr"
22663     layout: "plot-throughput"
22664
22665 ################################################################################
22666
22667 - type: "plot"
22668   title: "Latency by percentile: 2n-skx"
22669   algorithm: "plot_hdrh_lat_by_percentile"
22670   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
22671   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
22672   target-links: "../../_static/vpp"
22673   data: "plot-vpp-hdrh-lat-2n-skx"
22674   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22675   layout:
22676     layout: "plot-hdrh-latency-by-percentile"
22677
22678 - type: "plot"
22679   title: "Latency by percentile: 2n-skx-nat44"
22680   algorithm: "plot_hdrh_lat_by_percentile"
22681   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
22682   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
22683   target-links: "../../_static/vpp"
22684   data: "plot-vpp-hdrh-lat-2n-skx-nat44"
22685   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22686   layout:
22687     layout: "plot-hdrh-latency-by-percentile"
22688
22689 - type: "plot"
22690   title: "Latency by percentile: 2n-zn2"
22691   algorithm: "plot_hdrh_lat_by_percentile"
22692   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-zn2"
22693   output-file-links: "{DIR[LAT,VPP]}/2n_zn2.rst"
22694   target-links: "../../_static/vpp"
22695   data: "plot-vpp-hdrh-lat-2n-zn2"
22696   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22697   layout:
22698     layout: "plot-hdrh-latency-by-percentile"
22699
22700 - type: "plot"
22701   title: "Latency by percentile: 3n-skx"
22702   algorithm: "plot_hdrh_lat_by_percentile"
22703   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
22704   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
22705   target-links: "../../_static/vpp"
22706   data: "plot-vpp-hdrh-lat-3n-skx"
22707   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22708   layout:
22709     layout: "plot-hdrh-latency-by-percentile"
22710
22711 - type: "plot"
22712   title: "Latency by percentile: 2n-clx"
22713   algorithm: "plot_hdrh_lat_by_percentile"
22714   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
22715   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
22716   target-links: "../../_static/vpp"
22717   data: "plot-vpp-hdrh-lat-2n-clx"
22718   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22719   layout:
22720     layout: "plot-hdrh-latency-by-percentile"
22721
22722 - type: "plot"
22723   title: "Latency by percentile: 2n-clx-nat44"
22724   algorithm: "plot_hdrh_lat_by_percentile"
22725   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
22726   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
22727   target-links: "../../_static/vpp"
22728   data: "plot-vpp-hdrh-lat-2n-clx-nat44"
22729   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22730   layout:
22731     layout: "plot-hdrh-latency-by-percentile"
22732
22733 - type: "plot"
22734   title: "Latency by percentile: 3n-hsw"
22735   algorithm: "plot_hdrh_lat_by_percentile"
22736   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
22737   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
22738   target-links: "../../_static/vpp"
22739   data: "plot-vpp-hdrh-lat-3n-hsw"
22740   filter: "'1T1C' and 'NIC_Intel-XL710'"
22741   layout:
22742     layout: "plot-hdrh-latency-by-percentile"
22743
22744 - type: "plot"
22745   title: "Latency by percentile: 3n-tsh"
22746   algorithm: "plot_hdrh_lat_by_percentile"
22747   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
22748   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
22749   target-links: "../../_static/vpp"
22750   data: "plot-vpp-hdrh-lat-3n-tsh"
22751   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
22752   layout:
22753     layout: "plot-hdrh-latency-by-percentile"
22754
22755 - type: "plot"
22756   title: "Latency by percentile: DPDK 2n-skx"
22757   algorithm: "plot_hdrh_lat_by_percentile"
22758   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
22759   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
22760   target-links: "../../_static/dpdk"
22761   data: "plot-dpdk-hdrh-lat-2n-skx"
22762   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22763   layout:
22764     layout: "plot-hdrh-latency-by-percentile"
22765
22766 - type: "plot"
22767   title: "Latency by percentile: DPDK 3n-skx"
22768   algorithm: "plot_hdrh_lat_by_percentile"
22769   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
22770   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
22771   target-links: "../../_static/dpdk"
22772   data: "plot-dpdk-hdrh-lat-3n-skx"
22773   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22774   layout:
22775     layout: "plot-hdrh-latency-by-percentile"
22776
22777 - type: "plot"
22778   title: "Latency by percentile: DPDK 2n-clx"
22779   algorithm: "plot_hdrh_lat_by_percentile"
22780   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
22781   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
22782   target-links: "../../_static/dpdk"
22783   data: "plot-dpdk-hdrh-lat-2n-clx"
22784   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22785   layout:
22786     layout: "plot-hdrh-latency-by-percentile"
22787
22788 - type: "plot"
22789   title: "Latency by percentile: DPDK 2n-zn2"
22790   algorithm: "plot_hdrh_lat_by_percentile"
22791   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-zn2"
22792   output-file-links: "{DIR[LAT,DPDK]}/2n_zn2.rst"
22793   target-links: "../../_static/dpdk"
22794   data: "plot-dpdk-hdrh-lat-2n-zn2"
22795   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22796   layout:
22797     layout: "plot-hdrh-latency-by-percentile"
22798
22799 - type: "plot"
22800   title: "Latency by percentile: DPDK 3n-hsw"
22801   algorithm: "plot_hdrh_lat_by_percentile"
22802   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
22803   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
22804   target-links: "../../_static/dpdk"
22805   data: "plot-dpdk-hdrh-lat-3n-hsw"
22806   filter: "'1T1C' and 'NIC_Intel-XL710'"
22807   layout:
22808     layout: "plot-hdrh-latency-by-percentile"
22809
22810 - type: "plot"
22811   title: "Latency by percentile: DPDK 3n-tsh"
22812   algorithm: "plot_hdrh_lat_by_percentile"
22813   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
22814   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
22815   target-links: "../../_static/dpdk"
22816   data: "plot-dpdk-hdrh-lat-3n-tsh"
22817   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
22818   layout:
22819     layout: "plot-hdrh-latency-by-percentile"