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
345     plot-vpp-hdrh-lat-2n-zn2:
346       csit-vpp-perf-report-iterative-2009-2n-zn2:
347         - 3   # rls2009 NDRPDR iter env 5
348
349     plot-dpdk-throughput-latency-2n-zn2:
350       csit-dpdk-perf-report-iterative-2009-2n-zn2:
351         - 1   # NDRPDR iter env5
352
353     plot-dpdk-hdrh-lat-2n-zn2:
354       csit-dpdk-perf-report-iterative-2009-2n-zn2:
355         - 1   # NDRPDR iter env5
356
357     # 2n-clx
358
359     plot-vpp-throughput-lat-tsa-2n-clx:
360       csit-vpp-perf-report-iterative-2009-2n-clx:
361         - 36  # rls2009 NDRPDR iter env 5
362         - 39  # rls2009 NDRPDR iter env 5
363         - 40  # rls2009 NDRPDR iter env 5
364         - 65  # rls2009 NDRPDR iter env 5
365         - 66  # rls2009 NDRPDR iter env 5
366         - 79  # rls2009 NDRPDR iter env 5
367         - 82  # rls2009 NDRPDR iter env 5
368         - 88  # rls2009 NDRPDR iter env 5
369         - 89  # rls2009 NDRPDR iter env 5
370         - 90  # rls2009 NDRPDR iter env 5
371         - 114 # rls2009 NDRPDR iter NAT44 env 5
372         - 115 # rls2009 NDRPDR iter NAT44 env 5
373         - 116 # rls2009 NDRPDR iter NAT44 env 5
374         - 117 # rls2009 NDRPDR iter NAT44 env 5
375         - 118 # rls2009 NDRPDR iter NAT44 env 5
376         - 119 # rls2009 NDRPDR iter NAT44 env 5
377         - 121 # rls2009 NDRPDR iter NAT44 env 5
378         - 122 # rls2009 NDRPDR iter NAT44 env 5
379         - 123 # rls2009 NDRPDR iter NAT44 env 5
380         - 126 # rls2009 NDRPDR iter NAT44 env 5
381
382     plot-vpp-hdrh-lat-2n-clx:
383       csit-vpp-perf-report-iterative-2009-2n-clx:
384         - 36  # rls2009 NDRPDR iter env 5
385
386     plot-vpp-hdrh-lat-2n-clx-nat44:
387       csit-vpp-perf-report-iterative-2009-2n-clx:
388         - 123 # rls2009 NDRPDR iter NAT44 env 5
389
390     plot-vpp-nfv-2n-clx-ndrpdr:
391       csit-vpp-perf-report-iterative-2009-2n-clx:
392         - 37  # rls2009 nf-density iter env 5
393         - 43  # rls2009 nf-density iter env 5
394         - 69  # rls2009 nf-density iter env 5
395         - 70  # rls2009 nf-density iter env 5
396         - 71  # rls2009 nf-density iter env 5
397         - 72  # rls2009 nf-density iter env 5
398         - 73  # rls2009 nf-density iter env 5
399         - 74  # rls2009 nf-density iter env 5
400         - 75  # rls2009 nf-density iter env 5
401         - 76  # rls2009 nf-density iter env 5
402
403     plot-vpp-nfv-2n-clx-mrr:
404       csit-vpp-perf-report-iterative-2009-2n-clx:
405         - 45  # rls2009 MRR nf-density iter env 5
406
407     plot-vpp-nfv-reconf-2n-clx:
408       csit-vpp-perf-report-iterative-2009-2n-clx:
409         - 25  # rls2009 reconf env 5
410         - 27  # rls2009 reconf env 5
411         - 28  # rls2009 reconf env 5
412         - 29  # rls2009 reconf env 5
413         - 30  # rls2009 reconf env 5
414         - 30  # rls2009 reconf env 5
415         - 32  # rls2009 reconf env 5
416         - 48  # rls2009 reconf env 5
417         - 53  # rls2009 reconf env 5
418         - 68  # rls2009 reconf env 5
419
420     plot-vpp-soak-2n-clx:
421       csit-vpp-perf-report-iterative-2009-2n-clx:
422         - 33  # rls2009 soak env 5
423         - 34  # rls2009 soak env 5
424
425     plot-dpdk-throughput-latency-2n-clx:
426       csit-dpdk-perf-report-iterative-2009-2n-clx:
427         - 4   # NDRPDR iter env5
428         - 5   # NDRPDR iter env5
429         - 6   # NDRPDR iter env5
430         - 7   # NDRPDR iter env5
431         - 8   # NDRPDR iter env5
432         - 9   # NDRPDR iter env5
433         - 10  # NDRPDR iter env5
434         - 11  # NDRPDR iter env5
435         - 12  # NDRPDR iter env5
436         - 13  # NDRPDR iter env5
437
438     plot-dpdk-hdrh-lat-2n-clx:
439       csit-dpdk-perf-report-iterative-2009-2n-clx:
440         - 4   # NDRPDR iter env5
441
442     # 3n-tsh
443
444     plot-vpp-throughput-lat-tsa-3n-tsh:
445       csit-vpp-perf-report-iterative-2009-3n-tsh:
446         - 14  # rls2009 NDRPDR iter env 5
447         - 20  # rls2009 NDRPDR iter env 5
448         - 21  # rls2009 NDRPDR iter env 5
449         - 22  # rls2009 NDRPDR iter env 5
450         - 23  # rls2009 NDRPDR iter env 5
451         - 28  # rls2009 NDRPDR iter env 5
452         - 30  # rls2009 NDRPDR iter env 5
453         - 33  # rls2009 NDRPDR iter env 5
454         - 38  # rls2009 NDRPDR iter env 5
455         - 41  # rls2009 NDRPDR iter env 5
456
457     plot-vpp-hdrh-lat-3n-tsh:
458       csit-vpp-perf-report-iterative-2009-3n-tsh:
459         - 14  # rls2009 NDRPDR iter env 5
460
461     plot-dpdk-throughput-latency-3n-tsh:
462       csit-dpdk-perf-report-iterative-2009-3n-tsh:
463         - 1   # NDRPDR iter env5
464         - 2   # NDRPDR iter env5
465         - 3   # NDRPDR iter env5
466         - 4   # NDRPDR iter env5
467         - 5   # NDRPDR iter env5
468         - 6   # NDRPDR iter env5
469         - 7   # NDRPDR iter env5
470         - 9   # NDRPDR iter env5
471         - 10  # NDRPDR iter env5
472         - 11  # NDRPDR iter env5
473
474     plot-dpdk-hdrh-lat-3n-tsh:
475       csit-dpdk-perf-report-iterative-2009-3n-tsh:
476         - 1   # NDRPDR iter env5
477
478     # 3n-dnv
479
480     plot-vpp-throughput-lat-tsa-3n-dnv:
481       csit-vpp-perf-report-iterative-2009-3n-dnv:
482         - 3   # rls2009 NDRPDR iter env 5
483         - 6   # rls2009 NDRPDR iter env 5
484         - 7   # rls2009 NDRPDR iter env 5
485         - 8   # rls2009 NDRPDR iter env 5
486         - 10  # rls2009 NDRPDR iter env 5
487         - 11  # rls2009 NDRPDR iter env 5
488         - 12  # rls2009 NDRPDR iter env 5
489         - 14  # rls2009 NDRPDR iter env 5
490         - 15  # rls2009 NDRPDR iter env 5
491         - 24  # rls2009 NDRPDR iter env 5
492
493 #    plot-dpdk-throughput-latency-3n-dnv:
494 #      # No data
495 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
496
497     # 2n-dnv
498
499     plot-vpp-throughput-lat-tsa-2n-dnv:
500       csit-vpp-perf-report-iterative-2009-2n-dnv:
501         - 3   # rls2009 NDRPDR iter env 5
502         - 5   # rls2009 NDRPDR iter env 5
503         - 6   # rls2009 NDRPDR iter env 5
504         - 7   # rls2009 NDRPDR iter env 5
505         - 9   # rls2009 NDRPDR iter env 5
506         - 10  # rls2009 NDRPDR iter env 5
507         - 11  # rls2009 NDRPDR iter env 5
508         - 12  # rls2009 NDRPDR iter env 5
509         - 14  # rls2009 NDRPDR iter env 5
510         - 15  # rls2009 NDRPDR iter env 5
511
512 #    plot-dpdk-throughput-latency-2n-dnv:
513 #      # No data
514 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
515
516     ###########################################################################
517     # Simple tables (only one data set):
518
519     # NIC Comparisons
520
521     vpp-nic-comparison-3n-skx:
522       csit-vpp-perf-report-iterative-2009-3n-skx:
523         - 26  # rls2009 NDRPDR iter env 5
524         - 27  # rls2009 NDRPDR iter env 5
525         - 28  # rls2009 NDRPDR iter env 5
526         - 29  # rls2009 NDRPDR iter env 5
527         - 35  # rls2009 NDRPDR iter env 5
528         - 36  # rls2009 NDRPDR iter env 5
529         - 37  # rls2009 NDRPDR iter env 5
530         - 38  # rls2009 NDRPDR iter env 5
531         - 39  # rls2009 NDRPDR iter env 5
532         - 40  # rls2009 NDRPDR iter env 5
533
534     vpp-nic-comparison-2n-skx:
535       csit-vpp-perf-report-iterative-2009-2n-skx:
536         - 35  # rls2009 NDRPDR iter env 5
537         - 36  # rls2009 NDRPDR iter env 5
538         - 37  # rls2009 NDRPDR iter env 5
539         - 39  # rls2009 NDRPDR iter env 5
540         - 40  # rls2009 NDRPDR iter env 5
541         - 42  # rls2009 NDRPDR iter env 5
542         - 43  # rls2009 NDRPDR iter env 5
543         - 44  # rls2009 NDRPDR iter env 5
544         - 46  # rls2009 NDRPDR iter env 5
545         - 48  # rls2009 NDRPDR iter env 5
546         - 110 # rls2009 NDRPDR iter NAT44 env 5
547         - 111 # rls2009 NDRPDR iter NAT44 env 5
548         - 112 # rls2009 NDRPDR iter NAT44 env 5
549         - 113 # rls2009 NDRPDR iter NAT44 env 5
550         - 114 # rls2009 NDRPDR iter NAT44 env 5
551         - 115 # rls2009 NDRPDR iter NAT44 env 5
552         - 116 # rls2009 NDRPDR iter NAT44 env 5
553         - 118 # rls2009 NDRPDR iter NAT44 env 5
554         - 119 # rls2009 NDRPDR iter NAT44 env 5
555         - 121 # rls2009 NDRPDR iter NAT44 env 5
556
557     vpp-nic-comparison-3n-skx-mrr:
558       csit-vpp-perf-report-iterative-2009-3n-skx:
559         - 24  # rls2009 MRR iter env 5
560
561     vpp-nic-comparison-2n-skx-mrr:
562       csit-vpp-perf-report-iterative-2009-2n-skx:
563         - 120 # rls2009 MRR iter env 5
564
565     # Results
566
567     vpp-perf-results-3n-hsw:
568       csit-vpp-perf-report-coverage-2009-3n-hsw:
569         - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
570         - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
571         - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
572         - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
573         - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
574         - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
575         - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
576         - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
577         - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
578         - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
579         - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
580         - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
581         - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
582         - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
583         - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
584         - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
585         - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
586         - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
587         - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
588         - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
589         - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
590         - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
591         - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
592         - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
593         - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
594         - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
595         - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
596         - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
597         - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
598         - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
599         - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
600         - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
601         - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
602         - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
603         - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
604
605     vpp-perf-results-3n-skx:
606       csit-vpp-perf-report-coverage-2009-3n-skx:
607         - 36  # rls2009 NDRPDR cov 3n-skx-crypto-00
608         - 3   # rls2009 NDRPDR cov 3n-skx-crypto-01
609         - 4   # rls2009 NDRPDR cov 3n-skx-crypto-02
610         - 37  # rls2009 NDRPDR cov 3n-skx-crypto-03
611         - 6   # rls2009 NDRPDR cov 3n-skx-ip4-00
612         - 7   # rls2009 NDRPDR cov 3n-skx-ip4-01
613         - 8   # rls2009 NDRPDR cov 3n-skx-ip4-02
614         - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
615         - 10  # rls2009 NDRPDR cov 3n-skx-ip4-04
616         - 38  # rls2009 NDRPDR cov 3n-skx-ip4-05
617         - 12  # rls2009 NDRPDR cov 3n-skx-ip4-06
618         - 39  # rls2009 NDRPDR cov 3n-skx-ip4-07
619         - 14  # rls2009 NDRPDR cov 3n-skx-ip4tun-00
620         - 15  # rls2009 NDRPDR cov 3n-skx-ip4tun-01
621         - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
622         - 40  # rls2009 NDRPDR cov 3n-skx-ip6-00
623         - 18  # rls2009 NDRPDR cov 3n-skx-ip6-01
624         - 19  # rls2009 NDRPDR cov 3n-skx-ip6tun-00
625         - 20  # rls2009 NDRPDR cov 3n-skx-l2-00
626         - 21  # rls2009 NDRPDR cov 3n-skx-l2-01
627         - 22  # rls2009 NDRPDR cov 3n-skx-l2-02
628         - 23  # rls2009 NDRPDR cov 3n-skx-l2-03
629         - 24  # rls2009 NDRPDR cov 3n-skx-l2-04
630         - 41  # rls2009 NDRPDR cov 3n-skx-l2-05
631         - 42  # rls2009 NDRPDR cov 3n-skx-l2-06
632         - 43  # rls2009 NDRPDR cov 3n-skx-l2-07
633         - 28  # rls2009 NDRPDR cov 3n-skx-l2-08
634         - 44  # rls2009 NDRPDR cov 3n-skx-l2-09
635         - 45  # rls2009 NDRPDR cov 3n-skx-l2-10
636         - 46  # rls2009 NDRPDR cov 3n-skx-memif-00
637         - 47  # rls2009 NDRPDR cov 3n-skx-srv6-00
638         - 48  # rls2009 NDRPDR cov 3n-skx-srv6-01
639         - 49  # rls2009 NDRPDR cov 3n-skx-vhost-00
640         - 50  # rls2009 NDRPDR cov 3n-skx-vhost-01
641         - 51  # rls2009 NDRPDR cov 3n-skx-vhost-02
642         - 54  # rls2009 NDRPDR cov 3n-skx-vhost-03
643
644     vpp-perf-results-2n-skx:
645       csit-vpp-perf-report-coverage-2009-2n-skx:
646         - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
647         - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
648         - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
649         - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
650         - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
651         - 31  # rls2009 NDRPDR cov 2n-skx-ip4-05
652         - 32  # rls2009 NDRPDR cov 2n-skx-ip4-06
653         - 33  # rls2009 NDRPDR cov 2n-skx-ip4-07
654         - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
655         - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
656         - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
657         - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
658         - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
659         - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
660         - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
661         - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
662         - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
663
664     vpp-perf-results-2n-zn2:
665       csit-vpp-perf-report-iterative-2009-2n-zn2:
666         - 3   # rls2009 NDRPDR iter env 5
667
668     vpp-perf-results-2n-clx:
669       csit-vpp-perf-report-coverage-2009-2n-clx:
670         - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
671         - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
672         - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
673         - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
674         - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
675         - 23  # rls2009 NDRPDR cov 2n-clx-ip4-05
676         - 24  # rls2009 NDRPDR cov 2n-clx-ip4-06
677         - 25  # rls2009 NDRPDR cov 2n-clx-ip4-07
678         - 22  # rls2009 NDRPDR cov 2n-clx-ip6-00
679         - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
680         - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
681         - 21  # rls2009 NDRPDR cov 2n-clx-l2-01
682         - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
683         - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
684         - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
685         - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
686         - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
687
688     vpp-perf-results-3n-tsh:
689       csit-vpp-perf-report-iterative-2009-3n-tsh:
690         - 14  # rls2009 NDRPDR iter env 5
691
692     vpp-perf-results-3n-dnv:
693       csit-vpp-perf-report-coverage-2009-3n-dnv:
694         - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
695         - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
696         - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
697         - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
698         - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
699         - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
700         - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
701         - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
702         - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
703
704     vpp-perf-results-2n-dnv:
705       csit-vpp-perf-report-coverage-2009-2n-dnv:
706         - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
707         - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
708         - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
709         - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
710         - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
711         - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
712
713     vpp-mrr-results-3n-hsw:
714       csit-vpp-perf-report-iterative-2009-3n-hsw:
715         - 23  # rls2009 MRR iter env 5
716
717     vpp-mrr-results-3n-skx:
718       csit-vpp-perf-report-iterative-2009-3n-skx:
719         - 24  # rls2009 MRR iter env 5
720
721     vpp-mrr-results-2n-skx:
722       csit-vpp-perf-report-iterative-2009-2n-skx:
723         - 120 # rls2009 MRR iter env 5
724
725     vpp-mrr-results-2n-zn2:
726       csit-vpp-perf-report-iterative-2009-2n-zn2:
727         - 1   # rls2009 MRR iter env 5
728
729     vpp-mrr-results-2n-clx:
730       csit-vpp-perf-report-iterative-2009-2n-clx:
731         - 125 # rls2009 MRR iter env 5
732
733     vpp-mrr-results-3n-tsh:
734       csit-vpp-perf-report-iterative-2009-3n-tsh:
735         - 15  # rls2009 MRR iter env 5
736
737     vpp-mrr-results-3n-dnv:
738       csit-vpp-perf-report-iterative-2009-3n-dnv:
739         - 22  # rls2009 MRR iter env 5
740
741     vpp-mrr-results-2n-dnv:
742       csit-vpp-perf-report-iterative-2009-2n-dnv:
743         - 13  # rls2009 MRR iter env 5
744
745     vpp-device-results-ubuntu:
746       csit-vpp-device-2009-ubuntu1804-1n-skx:
747         - 131 # rls2009 env 5
748
749     dpdk-perf-results-3n-hsw:
750       csit-dpdk-perf-report-iterative-2009-3n-hsw:
751         - 6   # NDRPDR iter env5
752
753     dpdk-perf-results-3n-skx:
754       csit-dpdk-perf-report-iterative-2009-3n-skx:
755         - 4   # NDRPDR sel env5
756
757     dpdk-perf-results-2n-skx:
758       csit-dpdk-perf-report-iterative-2009-2n-skx:
759         - 4   # NDRPDR iter env5
760
761     dpdk-perf-results-2n-zn2:
762       csit-dpdk-perf-report-iterative-2009-2n-zn2:
763         - 1   # NDRPDR iter env5
764
765     dpdk-perf-results-2n-clx:
766       csit-dpdk-perf-report-iterative-2009-2n-clx:
767         - 4   # NDRPDR iter env5
768
769 #    dpdk-perf-results-2n-dnv:
770 #      # No data
771 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
772
773 #    dpdk-perf-results-3n-dnv:
774 #      # No data
775 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
776
777     dpdk-perf-results-3n-tsh:
778       csit-dpdk-perf-report-iterative-2009-3n-tsh:
779         - 1   # NDRPDR iter env5
780
781 ###########################################################################
782     # Tables (more than one data set)
783
784     # Performance changes
785
786     vpp-performance-changes-3n-hsw-h1:
787       csit-vpp-perf-report-iterative-2005-3n-hsw:
788         - 31  # NDRPDR sel 2001.0-4
789         - 32  # NDRPDR sel 2001.0-4
790         - 33  # NDRPDR sel 2001.0-4
791         - 34  # NDRPDR sel 2001.0-4
792         - 35  # NDRPDR sel 2001.0-4
793         - 36  # NDRPDR sel 2001.0-4
794         - 38  # NDRPDR sel 2001.0-4
795     vpp-performance-changes-3n-hsw-ref-env4:
796       csit-vpp-perf-report-iterative-2005-3n-hsw:
797         - 20  # NDRPDR sel env 4
798         - 21  # NDRPDR sel env 4
799         - 22  # NDRPDR sel env 4
800         - 23  # NDRPDR sel env 4
801         - 24  # NDRPDR sel env 4
802         - 25  # NDRPDR sel env 4
803         - 26  # NDRPDR sel env 4
804         - 27  # NDRPDR sel env 4
805         - 28  # NDRPDR sel env 4
806         - 29  # NDRPDR sel env 4
807     vpp-performance-changes-3n-hsw-ref-env5:
808       csit-vpp-perf-report-iterative-2009-3n-hsw:
809         - 9   # rls2005 NDRPDR iter env 5
810         - 10  # rls2005 NDRPDR iter env 5
811         - 11  # rls2005 NDRPDR iter env 5
812         - 12  # rls2005 NDRPDR iter env 5
813         - 13  # rls2005 NDRPDR iter env 5
814         - 14  # rls2005 NDRPDR iter env 5
815         - 15  # rls2005 NDRPDR iter env 5
816         - 16  # rls2005 NDRPDR iter env 5
817         - 17  # rls2005 NDRPDR iter env 5
818         - 19  # rls2005 NDRPDR iter env 5
819     vpp-performance-changes-3n-hsw-cmp:
820       csit-vpp-perf-report-iterative-2009-3n-hsw:
821         - 21  # rls2009 NDRPDR iter env 5
822         - 22  # rls2009 NDRPDR iter env 5
823         - 24  # rls2009 NDRPDR iter env 5
824         - 25  # rls2009 NDRPDR iter env 5
825         - 26  # rls2009 NDRPDR iter env 5
826         - 27  # rls2009 NDRPDR iter env 5
827         - 28  # rls2009 NDRPDR iter env 5
828         - 29  # rls2009 NDRPDR iter env 5
829         - 30  # rls2009 NDRPDR iter env 5
830         - 31  # rls2009 NDRPDR iter env 5
831
832     vpp-performance-changes-3n-skx-h1:
833       csit-vpp-perf-report-iterative-2005-3n-skx:
834         - 50  # NDRPDR sel 2001.0-4
835         - 51  # NDRPDR sel 2001.0-4
836         - 52  # NDRPDR sel 2001.0-4
837         - 53  # NDRPDR sel 2001.0-4
838         - 54  # NDRPDR sel 2001.0-4
839     vpp-performance-changes-3n-skx-ref-env4:
840       csit-vpp-perf-report-iterative-2005-3n-skx:
841         - 42  # NDRPDR sel env 4
842         - 43  # NDRPDR sel env 4
843         - 44  # NDRPDR sel env 4
844         - 45  # NDRPDR sel env 4
845         - 47  # NDRPDR sel env 4
846         - 55  # NDRPDR sel env 4
847         - 56  # NDRPDR sel env 4
848         - 57  # NDRPDR sel env 4
849         - 61  # NDRPDR sel env 4
850         - 62  # NDRPDR sel env 4
851     vpp-performance-changes-3n-skx-ref-env5:
852       csit-vpp-perf-report-iterative-2009-3n-skx:
853         - 13  # rls2005 NDRPDR iter env 5
854         - 18  # rls2005 NDRPDR iter env 5
855         - 19  # rls2005 NDRPDR iter env 5
856         - 41  # rls2005 NDRPDR iter env 5
857         - 43  # rls2005 NDRPDR iter env 5
858         - 44  # rls2005 NDRPDR iter env 5
859         - 45  # rls2005 NDRPDR iter env 5
860         - 46  # rls2005 NDRPDR iter env 5
861         - 48  # rls2005 NDRPDR iter env 5
862         - 49  # rls2005 NDRPDR iter env 5
863     vpp-performance-changes-3n-skx-cmp:
864       csit-vpp-perf-report-iterative-2009-3n-skx:
865         - 26  # rls2009 NDRPDR iter env 5
866         - 27  # rls2009 NDRPDR iter env 5
867         - 28  # rls2009 NDRPDR iter env 5
868         - 29  # rls2009 NDRPDR iter env 5
869         - 35  # rls2009 NDRPDR iter env 5
870         - 36  # rls2009 NDRPDR iter env 5
871         - 37  # rls2009 NDRPDR iter env 5
872         - 38  # rls2009 NDRPDR iter env 5
873         - 39  # rls2009 NDRPDR iter env 5
874         - 40  # rls2009 NDRPDR iter env 5
875
876     vpp-performance-changes-2n-skx-h1:
877       csit-vpp-perf-report-iterative-2005-2n-skx:
878         - 100 # NDRPDR sel 2001.0-4
879         - 101 # NDRPDR sel 2001.0-4
880         - 102 # NDRPDR sel 2001.0-4
881         - 103 # NDRPDR sel 2001.0-4
882         - 104 # NDRPDR sel 2001.0-4
883         - 105 # NDRPDR sel 2001.0-4
884     vpp-performance-changes-2n-skx-ref-env4:
885       csit-vpp-perf-report-iterative-2005-2n-skx:
886         - 88  # NDRPDR sel env 4
887         - 89  # NDRPDR sel env 4
888         - 90  # NDRPDR sel env 4
889         - 91  # NDRPDR sel env 4
890         - 92  # NDRPDR sel env 4
891         - 93  # NDRPDR sel env 4
892         - 94  # NDRPDR sel env 4
893         - 125 # NDRPDR sel env 4
894         - 126 # NDRPDR sel env 4
895         - 127 # NDRPDR sel env 4
896     vpp-performance-changes-2n-skx-ref-env5:
897       csit-vpp-perf-report-iterative-2009-2n-skx:
898         - 13  # rls2005 NDRPDR iter env 5
899         - 16  # rls2005 NDRPDR iter env 5
900         - 17  # rls2005 NDRPDR iter env 5
901         - 18  # rls2005 NDRPDR iter env 5
902         - 19  # rls2005 NDRPDR iter env 5
903         - 21  # rls2005 NDRPDR iter env 5
904         - 22  # rls2005 NDRPDR iter env 5
905         - 23  # rls2005 NDRPDR iter env 5
906         - 24  # rls2005 NDRPDR iter env 5
907         - 25  # rls2005 NDRPDR iter env 5
908     vpp-performance-changes-2n-skx-cmp:
909       csit-vpp-perf-report-iterative-2009-2n-skx:
910         - 35  # rls2009 NDRPDR iter env 5
911         - 36  # rls2009 NDRPDR iter env 5
912         - 37  # rls2009 NDRPDR iter env 5
913         - 39  # rls2009 NDRPDR iter env 5
914         - 40  # rls2009 NDRPDR iter env 5
915         - 42  # rls2009 NDRPDR iter env 5
916         - 43  # rls2009 NDRPDR iter env 5
917         - 44  # rls2009 NDRPDR iter env 5
918         - 46  # rls2009 NDRPDR iter env 5
919         - 48  # rls2009 NDRPDR iter env 5
920         - 110 # rls2009 NDRPDR iter NAT44 env 5
921         - 111 # rls2009 NDRPDR iter NAT44 env 5
922         - 112 # rls2009 NDRPDR iter NAT44 env 5
923         - 113 # rls2009 NDRPDR iter NAT44 env 5
924         - 114 # rls2009 NDRPDR iter NAT44 env 5
925         - 115 # rls2009 NDRPDR iter NAT44 env 5
926         - 116 # rls2009 NDRPDR iter NAT44 env 5
927         - 118 # rls2009 NDRPDR iter NAT44 env 5
928         - 119 # rls2009 NDRPDR iter NAT44 env 5
929         - 121 # rls2009 NDRPDR iter NAT44 env 5
930
931     vpp-performance-changes-2n-clx-h1:
932       csit-vpp-perf-report-iterative-2005-2n-clx:
933         - 73  # NDRPDR sel 2001.0-4
934         - 74  # NDRPDR sel 2001.0-4
935         - 75  # NDRPDR sel 2001.0-4
936         - 76  # NDRPDR sel 2001.0-4
937         - 77  # NDRPDR sel 2001.0-4
938         - 78  # NDRPDR sel 2001.0-4
939         - 79  # NDRPDR sel 2001.0-4
940         - 80  # NDRPDR sel 2001.0-4
941     vpp-performance-changes-2n-clx-ref-env4:
942       csit-vpp-perf-report-iterative-2005-2n-clx:
943         - 62  # NDRPDR sel env 4
944         - 63  # NDRPDR sel env 4
945         - 64  # NDRPDR sel env 4
946         - 65  # NDRPDR sel env 4
947         - 66  # NDRPDR sel env 4
948         - 68  # NDRPDR sel env 4
949         - 69  # NDRPDR sel env 4
950         - 70  # NDRPDR sel env 4
951         - 103 # NDRPDR sel env 4
952         - 104 # NDRPDR sel env 4
953     vpp-performance-changes-2n-clx-ref-env5:
954       csit-vpp-perf-report-iterative-2009-2n-clx:
955         - 13  # rls2005 NDRPDR iter env 5
956         - 15  # rls2005 NDRPDR iter env 5
957         - 17  # rls2005 NDRPDR iter env 5
958         - 18  # rls2005 NDRPDR iter env 5
959         - 19  # rls2005 NDRPDR iter env 5
960         - 20  # rls2005 NDRPDR iter env 5
961         - 21  # rls2005 NDRPDR iter env 5
962         - 22  # rls2005 NDRPDR iter env 5
963         - 23  # rls2005 NDRPDR iter env 5
964         - 24  # rls2005 NDRPDR iter env 5
965     vpp-performance-changes-2n-clx-cmp:
966       csit-vpp-perf-report-iterative-2009-2n-clx:
967         - 36  # rls2009 NDRPDR iter env 5
968         - 39  # rls2009 NDRPDR iter env 5
969         - 40  # rls2009 NDRPDR iter env 5
970         - 65  # rls2009 NDRPDR iter env 5
971         - 66  # rls2009 NDRPDR iter env 5
972         - 79  # rls2009 NDRPDR iter env 5
973         - 82  # rls2009 NDRPDR iter env 5
974         - 88  # rls2009 NDRPDR iter env 5
975         - 89  # rls2009 NDRPDR iter env 5
976         - 90  # rls2009 NDRPDR iter env 5
977         - 114 # rls2009 NDRPDR iter NAT44 env 5
978         - 115 # rls2009 NDRPDR iter NAT44 env 5
979         - 116 # rls2009 NDRPDR iter NAT44 env 5
980         - 117 # rls2009 NDRPDR iter NAT44 env 5
981         - 118 # rls2009 NDRPDR iter NAT44 env 5
982         - 119 # rls2009 NDRPDR iter NAT44 env 5
983         - 121 # rls2009 NDRPDR iter NAT44 env 5
984         - 122 # rls2009 NDRPDR iter NAT44 env 5
985         - 123 # rls2009 NDRPDR iter NAT44 env 5
986         - 126 # rls2009 NDRPDR iter NAT44 env 5
987
988     vpp-performance-changes-2n-dnv-h1:
989       csit-vpp-perf-verify-2001-2n-dnv:
990         - 4   # NDRPDR sel
991         - 5   # NDRPDR sel
992         - 6   # NDRPDR sel
993         - 7   # NDRPDR sel
994         - 8   # NDRPDR sel
995         - 9   # NDRPDR sel
996         - 10  # NDRPDR sel
997         - 11  # NDRPDR sel
998         - 13  # NDRPDR sel
999         - 16  # NDRPDR sel
1000     vpp-performance-changes-2n-dnv-ref:
1001       csit-vpp-perf-report-iterative-2009-2n-dnv:
1002         - 16  # rls2005 NDRPDR iter env 5
1003         - 17  # rls2005 NDRPDR iter env 5
1004         - 18  # rls2005 NDRPDR iter env 5
1005         - 19  # rls2005 NDRPDR iter env 5
1006         - 21  # rls2005 NDRPDR iter env 5
1007         - 24  # rls2005 NDRPDR iter env 5
1008         - 27  # rls2005 NDRPDR iter env 5
1009         - 28  # rls2005 NDRPDR iter env 5
1010         - 29  # rls2005 NDRPDR iter env 5
1011         - 30  # rls2005 NDRPDR iter env 5
1012     vpp-performance-changes-2n-dnv-cmp:
1013       csit-vpp-perf-report-iterative-2009-2n-dnv:
1014         - 3   # rls2009 NDRPDR iter env 5
1015         - 5   # rls2009 NDRPDR iter env 5
1016         - 6   # rls2009 NDRPDR iter env 5
1017         - 7   # rls2009 NDRPDR iter env 5
1018         - 9   # rls2009 NDRPDR iter env 5
1019         - 10  # rls2009 NDRPDR iter env 5
1020         - 11  # rls2009 NDRPDR iter env 5
1021         - 12  # rls2009 NDRPDR iter env 5
1022         - 14  # rls2009 NDRPDR iter env 5
1023         - 15  # rls2009 NDRPDR iter env 5
1024
1025     vpp-performance-changes-3n-dnv-h1:
1026       csit-vpp-perf-verify-2001-3n-dnv:
1027         - 5   # NDRPDR sel
1028         - 6   # NDRPDR sel
1029         - 7   # NDRPDR sel
1030         - 8   # NDRPDR sel
1031         - 9   # NDRPDR sel
1032         - 10  # NDRPDR sel
1033         - 12  # NDRPDR sel
1034         - 16  # NDRPDR sel
1035         - 17  # NDRPDR sel
1036         - 18  # NDRPDR sel
1037     vpp-performance-changes-3n-dnv-ref:
1038       csit-vpp-perf-report-iterative-2009-3n-dnv:
1039         - 16  # rls2005 NDRPDR iter env 5
1040         - 23  # rls2005 NDRPDR iter env 5
1041         - 25  # rls2005 NDRPDR iter env 5
1042         - 26  # rls2005 NDRPDR iter env 5
1043         - 27  # rls2005 NDRPDR iter env 5
1044         - 28  # rls2005 NDRPDR iter env 5
1045         - 29  # rls2005 NDRPDR iter env 5
1046         - 30  # rls2005 NDRPDR iter env 5
1047         - 31  # rls2005 NDRPDR iter env 5
1048         - 32  # rls2005 NDRPDR iter env 5
1049     vpp-performance-changes-3n-dnv-cmp:
1050       csit-vpp-perf-report-iterative-2009-3n-dnv:
1051         - 3   # rls2009 NDRPDR iter env 5
1052         - 6   # rls2009 NDRPDR iter env 5
1053         - 7   # rls2009 NDRPDR iter env 5
1054         - 8   # rls2009 NDRPDR iter env 5
1055         - 10  # rls2009 NDRPDR iter env 5
1056         - 11  # rls2009 NDRPDR iter env 5
1057         - 12  # rls2009 NDRPDR iter env 5
1058         - 14  # rls2009 NDRPDR iter env 5
1059         - 15  # rls2009 NDRPDR iter env 5
1060         - 24  # rls2009 NDRPDR iter env 5
1061
1062     vpp-performance-changes-3n-tsh-h1:
1063       csit-vpp-perf-report-iterative-2005-3n-tsh:
1064         - 28  # NDRPDR sel 2001.0-4
1065         - 29  # NDRPDR sel 2001.0-4
1066         - 31  # NDRPDR sel 2001.0-4
1067     vpp-performance-changes-3n-tsh-ref-env4:
1068       csit-vpp-perf-report-iterative-2005-3n-tsh:
1069         - 23  # NDRPDR sel env 4
1070         - 25  # NDRPDR sel env 4
1071         - 33  # NDRPDR sel env 4
1072         - 34  # NDRPDR sel env 4
1073         - 35  # NDRPDR sel env 4
1074         - 36  # NDRPDR sel env 4
1075         - 37  # NDRPDR sel env 4
1076         - 38  # NDRPDR sel env 4
1077         - 39  # NDRPDR sel env 4
1078         - 40  # NDRPDR sel env 4
1079     vpp-performance-changes-3n-tsh-ref-env5:
1080       csit-vpp-perf-report-iterative-2009-3n-tsh:
1081         - 8   # rls2005 NDRPDR iter env 5
1082         - 11  # rls2005 NDRPDR iter env 5
1083         - 12  # rls2005 NDRPDR iter env 5
1084         - 24  # rls2005 NDRPDR iter env 5
1085         - 27  # rls2005 NDRPDR iter env 5
1086         - 29  # rls2005 NDRPDR iter env 5
1087         - 31  # rls2005 NDRPDR iter env 5
1088         - 39  # rls2005 NDRPDR iter env 5
1089         - 40  # rls2005 NDRPDR iter env 5
1090         - 42  # rls2005 NDRPDR iter env 5
1091     vpp-performance-changes-3n-tsh-cmp:
1092       csit-vpp-perf-report-iterative-2009-3n-tsh:
1093         - 14  # rls2009 NDRPDR iter env 5
1094         - 20  # rls2009 NDRPDR iter env 5
1095         - 21  # rls2009 NDRPDR iter env 5
1096         - 22  # rls2009 NDRPDR iter env 5
1097         - 23  # rls2009 NDRPDR iter env 5
1098         - 28  # rls2009 NDRPDR iter env 5
1099         - 30  # rls2009 NDRPDR iter env 5
1100         - 33  # rls2009 NDRPDR iter env 5
1101         - 38  # rls2009 NDRPDR iter env 5
1102         - 41  # rls2009 NDRPDR iter env 5
1103
1104     vpp-soak-vs-ndr-2n-skx-ref:
1105       csit-vpp-perf-report-iterative-2009-2n-skx:
1106         - 35  # rls2009 NDRPDR iter env 5
1107         - 36  # rls2009 NDRPDR iter env 5
1108         - 37  # rls2009 NDRPDR iter env 5
1109         - 39  # rls2009 NDRPDR iter env 5
1110         - 40  # rls2009 NDRPDR iter env 5
1111         - 42  # rls2009 NDRPDR iter env 5
1112         - 43  # rls2009 NDRPDR iter env 5
1113         - 44  # rls2009 NDRPDR iter env 5
1114         - 46  # rls2009 NDRPDR iter env 5
1115         - 48  # rls2009 NDRPDR iter env 5
1116     vpp-soak-vs-ndr-2n-skx-cmp:
1117       csit-vpp-perf-report-iterative-2009-2n-skx:
1118         - 33  # rls2009 soak env 5
1119         - 34  # rls2009 soak env 5
1120     vpp-soak-vs-ndr-2n-skx:
1121       csit-vpp-perf-report-iterative-2009-2n-skx:
1122         - 35  # rls2009 NDRPDR iter env 5
1123         - 36  # rls2009 NDRPDR iter env 5
1124         - 37  # rls2009 NDRPDR iter env 5
1125         - 39  # rls2009 NDRPDR iter env 5
1126         - 40  # rls2009 NDRPDR iter env 5
1127         - 42  # rls2009 NDRPDR iter env 5
1128         - 43  # rls2009 NDRPDR iter env 5
1129         - 44  # rls2009 NDRPDR iter env 5
1130         - 46  # rls2009 NDRPDR iter env 5
1131         - 48  # rls2009 NDRPDR iter env 5
1132         - 33  # rls2009 soak env 5
1133         - 34  # rls2009 soak env 5
1134
1135     vpp-soak-vs-ndr-2n-clx-ref:
1136       csit-vpp-perf-report-iterative-2009-2n-clx:
1137         - 36  # rls2009 NDRPDR iter env 5
1138         - 39  # rls2009 NDRPDR iter env 5
1139         - 40  # rls2009 NDRPDR iter env 5
1140         - 65  # rls2009 NDRPDR iter env 5
1141         - 66  # rls2009 NDRPDR iter env 5
1142         - 79  # rls2009 NDRPDR iter env 5
1143         - 82  # rls2009 NDRPDR iter env 5
1144         - 88  # rls2009 NDRPDR iter env 5
1145         - 89  # rls2009 NDRPDR iter env 5
1146         - 90  # rls2009 NDRPDR iter env 5
1147     vpp-soak-vs-ndr-2n-clx-cmp:
1148       csit-vpp-perf-report-iterative-2009-2n-clx:
1149         - 33  # rls2009 soak env 5
1150         - 34  # rls2009 soak env 5
1151     vpp-soak-vs-ndr-2n-clx:
1152       csit-vpp-perf-report-iterative-2009-2n-clx:
1153         - 36  # rls2009 NDRPDR iter env 5
1154         - 39  # rls2009 NDRPDR iter env 5
1155         - 40  # rls2009 NDRPDR iter env 5
1156         - 65  # rls2009 NDRPDR iter env 5
1157         - 66  # rls2009 NDRPDR iter env 5
1158         - 79  # rls2009 NDRPDR iter env 5
1159         - 82  # rls2009 NDRPDR iter env 5
1160         - 88  # rls2009 NDRPDR iter env 5
1161         - 89  # rls2009 NDRPDR iter env 5
1162         - 90  # rls2009 NDRPDR iter env 5
1163         - 33  # rls2009 soak env 5
1164         - 34  # rls2009 soak env 5
1165
1166     vpp-performance-changes-3n-hsw-mrr-h1:
1167       csit-vpp-perf-verify-2001-3n-hsw:
1168         - 17  # MRR sel
1169     vpp-performance-changes-3n-hsw-mrr-ref-env4:
1170       csit-vpp-perf-report-iterative-2005-3n-hsw:
1171         - 30  # MRR env 4
1172     vpp-performance-changes-3n-hsw-mrr-ref-env5:
1173       csit-vpp-perf-report-iterative-2009-3n-hsw:
1174         - 18  # rls2005 MRR iter env 5
1175     vpp-performance-changes-3n-hsw-mrr-cmp:
1176       csit-vpp-perf-report-iterative-2009-3n-hsw:
1177         - 23  # rls2009 MRR iter env 5
1178
1179     vpp-performance-changes-3n-skx-mrr-h1:
1180       csit-vpp-perf-verify-2001-3n-skx:
1181         - 50  # MRR sel
1182         - 53  # MRR sel addition
1183     vpp-performance-changes-3n-skx-mrr-ref-env4:
1184       csit-vpp-perf-report-iterative-2005-3n-skx:
1185         - 49  # MRR sel env 4
1186     vpp-performance-changes-3n-skx-mrr-ref-env5:
1187       csit-vpp-perf-report-iterative-2009-3n-skx:
1188         - 17  # rls2005 MRR iter env 5
1189     vpp-performance-changes-3n-skx-mrr-cmp:
1190       csit-vpp-perf-report-iterative-2009-3n-skx:
1191         - 24  # rls2009 MRR iter env 5
1192
1193     vpp-performance-changes-2n-skx-mrr-h1:
1194       csit-vpp-perf-verify-2001-2n-skx:
1195         - 101 # MRR sel
1196         - 128 # MRR sel addition
1197     vpp-performance-changes-2n-skx-mrr-ref-env4:
1198       csit-vpp-perf-report-iterative-2005-2n-skx:
1199         - 99  # MRR sel env 4
1200     vpp-performance-changes-2n-skx-mrr-ref-env5:
1201       csit-vpp-perf-report-iterative-2009-2n-skx:
1202         - 20  # rls2005 MRR iter env 5
1203     vpp-performance-changes-2n-skx-mrr-cmp:
1204       csit-vpp-perf-report-iterative-2009-2n-skx:
1205         - 120 # rls2009 MRR iter env 5
1206
1207     vpp-performance-changes-2n-clx-mrr-h1:
1208       csit-vpp-perf-verify-2001-2n-clx:
1209         - 39  # MRR
1210     vpp-performance-changes-2n-clx-mrr-ref-env4:
1211       csit-vpp-perf-report-iterative-2005-2n-clx:
1212         - 72   # MRR sel env 4
1213     vpp-performance-changes-2n-clx-mrr-ref-env5:
1214       csit-vpp-perf-report-iterative-2009-2n-clx:
1215         - 77  # rls2005 MRR iter env 5
1216     vpp-performance-changes-2n-clx-mrr-cmp:
1217       csit-vpp-perf-report-iterative-2009-2n-clx:
1218         - 125 # rls2009 MRR iter env 5
1219
1220     vpp-performance-changes-2n-dnv-mrr-h1:
1221       csit-vpp-perf-verify-2001-2n-dnv:
1222         - 12  # MRR sel
1223     vpp-performance-changes-2n-dnv-mrr-ref:
1224       csit-vpp-perf-report-iterative-2009-2n-dnv:
1225         - 23  # rls2005 MRR iter env 5
1226     vpp-performance-changes-2n-dnv-mrr-cmp:
1227       csit-vpp-perf-report-iterative-2009-2n-dnv:
1228         - 13  # rls2009 MRR iter env 5
1229
1230     vpp-performance-changes-3n-dnv-mrr-h1:
1231       csit-vpp-perf-verify-2001-3n-dnv:
1232         - 11  # MRR sel
1233     vpp-performance-changes-3n-dnv-mrr-ref:
1234       csit-vpp-perf-report-iterative-2009-3n-dnv:
1235         - 19  # rls2005 MRR iter env 5
1236     vpp-performance-changes-3n-dnv-mrr-cmp:
1237       csit-vpp-perf-report-iterative-2009-3n-dnv:
1238         - 22  # rls2009 MRR iter env 5
1239
1240     vpp-performance-changes-3n-tsh-mrr-h1:
1241       csit-vpp-perf-verify-2001-3n-tsh:
1242         - 9   # MRR sel
1243     vpp-performance-changes-3n-tsh-mrr-ref-env4:
1244       csit-vpp-perf-report-iterative-2005-3n-tsh:
1245         - 27  # MRR sel env 4
1246     vpp-performance-changes-3n-tsh-mrr-ref-env5:
1247       csit-vpp-perf-report-iterative-2009-3n-tsh:
1248         - 13  # rls2005 MRR iter env 5
1249     vpp-performance-changes-3n-tsh-mrr-cmp:
1250       csit-vpp-perf-report-iterative-2009-3n-tsh:
1251         - 15  # rls2009 MRR iter env 5
1252
1253     dpdk-performance-changes-3n-hsw-h1:
1254       csit-dpdk-perf-verify-2001-3n-hsw:
1255         - 4   # NDRPDR sel
1256         - 5   # NDRPDR sel
1257         - 6   # NDRPDR sel
1258         - 7   # NDRPDR sel
1259         - 8   # NDRPDR sel
1260         - 9   # NDRPDR sel
1261         - 10  # NDRPDR sel
1262         - 11  # NDRPDR sel
1263         - 12  # NDRPDR sel
1264         - 13  # NDRPDR sel
1265         - 15  # NDRPDR sel
1266         - 16  # NDRPDR sel
1267         - 17  # NDRPDR sel
1268         - 18  # NDRPDR sel
1269         - 19  # NDRPDR sel
1270         - 20  # NDRPDR sel
1271         - 21  # NDRPDR sel
1272         - 22  # NDRPDR sel
1273         - 23  # NDRPDR sel
1274         - 24  # NDRPDR sel
1275     dpdk-performance-changes-3n-hsw-ref:
1276       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1277         - 25  # NDRPDR iter
1278         - 26  # NDRPDR iter
1279         - 27  # NDRPDR iter
1280         - 28  # NDRPDR iter
1281         - 29  # NDRPDR iter
1282         - 30  # NDRPDR iter
1283         - 31  # NDRPDR iter
1284         - 32  # NDRPDR iter
1285         - 33  # NDRPDR iter
1286         - 34  # NDRPDR iter
1287     dpdk-performance-changes-3n-hsw-cmp:
1288       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1289         - 6   # NDRPDR iter env5
1290         - 7   # NDRPDR iter env5
1291         - 8   # NDRPDR iter env5
1292         - 9   # NDRPDR iter env5
1293         - 10  # NDRPDR iter env5
1294         - 11  # NDRPDR iter env5
1295         - 12  # NDRPDR iter env5
1296         - 13  # NDRPDR iter env5
1297         - 14  # NDRPDR iter env5
1298         - 15  # NDRPDR iter env5
1299
1300     dpdk-performance-changes-3n-skx-h1:
1301       csit-dpdk-perf-verify-2001-3n-skx:
1302         - 29  # NDRPDR sel xxv710
1303         - 33  # NDRPDR sel xxv710
1304         - 34  # NDRPDR sel xxv710
1305         - 35  # NDRPDR sel xxv710
1306         - 36  # NDRPDR sel xxv710
1307         - 37  # NDRPDR sel xxv710
1308         - 41  # NDRPDR sel xxv710
1309         - 42  # NDRPDR sel xxv710
1310         - 43  # NDRPDR sel xxv710
1311         - 45  # NDRPDR sel xxv710
1312         - 30  # NDRPDR sel x710
1313         - 31  # NDRPDR sel x710
1314         - 32  # NDRPDR sel x710
1315         - 38  # NDRPDR sel x710
1316         - 39  # NDRPDR sel x710
1317         - 40  # NDRPDR sel x710
1318         - 44  # NDRPDR sel x710
1319         - 46  # NDRPDR sel x710
1320         - 47  # NDRPDR sel x710
1321         - 48  # NDRPDR sel x710
1322     dpdk-performance-changes-3n-skx-ref:
1323       csit-dpdk-perf-report-iterative-2005-3n-skx:
1324         - 28  # NDRPDR iter
1325         - 29  # NDRPDR iter
1326         - 30  # NDRPDR iter
1327         - 31  # NDRPDR iter
1328         - 32  # NDRPDR iter
1329         - 33  # NDRPDR iter
1330         - 34  # NDRPDR iter
1331         - 35  # NDRPDR iter
1332         - 36  # NDRPDR iter
1333         - 37  # NDRPDR iter
1334     dpdk-performance-changes-3n-skx-cmp:
1335       csit-dpdk-perf-report-iterative-2009-3n-skx:
1336         - 4   # NDRPDR sel env5
1337         - 5   # NDRPDR sel env5
1338         - 6   # NDRPDR sel env5
1339         - 7   # NDRPDR sel env5
1340         - 8   # NDRPDR sel env5
1341         - 9   # NDRPDR sel env5
1342         - 14  # NDRPDR sel env5
1343         - 11  # NDRPDR sel env5
1344         - 12  # NDRPDR sel env5
1345         - 13  # NDRPDR sel env5
1346
1347     dpdk-performance-changes-2n-skx-h1:
1348       csit-dpdk-perf-verify-2001-2n-skx:
1349         - 35  # NDRPDR sel xxv710
1350         - 36  # NDRPDR sel xxv710
1351         - 37  # NDRPDR sel xxv710
1352         - 41  # NDRPDR sel xxv710
1353         - 42  # NDRPDR sel xxv710
1354         - 43  # NDRPDR sel xxv710
1355         - 46  # NDRPDR sel xxv710
1356         - 47  # NDRPDR sel xxv710
1357         - 52  # NDRPDR sel xxv710
1358         - 53  # NDRPDR sel xxv710
1359         - 38  # NDRPDR sel x710
1360         - 39  # NDRPDR sel x710
1361         - 40  # NDRPDR sel x710
1362         - 44  # NDRPDR sel x710
1363         - 45  # NDRPDR sel x710
1364         - 48  # NDRPDR sel x710
1365         - 49  # NDRPDR sel x710
1366         - 50  # NDRPDR sel x710
1367         - 51  # NDRPDR sel x710
1368         - 54  # NDRPDR sel x710
1369     dpdk-performance-changes-2n-skx-ref:
1370       csit-dpdk-perf-report-iterative-2005-2n-skx:
1371         - 20  # NDRPDR iter
1372         - 21  # NDRPDR iter
1373         - 22  # NDRPDR iter
1374         - 23  # NDRPDR iter
1375         - 24  # NDRPDR iter
1376         - 25  # NDRPDR iter
1377         - 26  # NDRPDR iter
1378         - 27  # NDRPDR iter
1379         - 28  # NDRPDR iter
1380         - 29  # NDRPDR iter
1381     dpdk-performance-changes-2n-skx-cmp:
1382       csit-dpdk-perf-report-iterative-2009-2n-skx:
1383         - 4   # NDRPDR iter env5
1384         - 5   # NDRPDR iter env5
1385         - 6   # NDRPDR iter env5
1386         - 7   # NDRPDR iter env5
1387         - 8   # NDRPDR iter env5
1388         - 9   # NDRPDR iter env5
1389         - 10  # NDRPDR iter env5
1390         - 11  # NDRPDR iter env5
1391         - 12  # NDRPDR iter env5
1392         - 13  # NDRPDR iter env5
1393
1394     dpdk-performance-changes-2n-clx-h1:
1395       csit-dpdk-perf-verify-2001-2n-clx:
1396         - 15  # NDRPDR sel
1397         - 16  # NDRPDR sel
1398         - 17  # NDRPDR sel
1399         - 18  # NDRPDR sel
1400         - 19  # NDRPDR sel
1401         - 20  # NDRPDR sel
1402         - 21  # NDRPDR sel
1403         - 22  # NDRPDR sel
1404         - 23  # NDRPDR sel
1405         - 24  # NDRPDR sel
1406         - 25  # NDRPDR sel
1407         - 26  # NDRPDR sel
1408         - 27  # NDRPDR sel
1409         - 28  # NDRPDR sel
1410         - 29  # NDRPDR sel
1411         - 30  # NDRPDR sel
1412         - 31  # NDRPDR sel
1413         - 32  # NDRPDR sel
1414         - 33  # NDRPDR sel
1415         - 34  # NDRPDR sel
1416     dpdk-performance-changes-2n-clx-ref:
1417       csit-dpdk-perf-report-iterative-2005-2n-clx:
1418         - 20  # NDRPDR iter
1419         - 21  # NDRPDR iter
1420         - 22  # NDRPDR iter
1421         - 23  # NDRPDR iter
1422         - 24  # NDRPDR iter
1423         - 25  # NDRPDR iter
1424         - 26  # NDRPDR iter
1425         - 27  # NDRPDR iter
1426         - 28  # NDRPDR iter
1427         - 29  # NDRPDR iter
1428     dpdk-performance-changes-2n-clx-cmp:
1429       csit-dpdk-perf-report-iterative-2009-2n-clx:
1430         - 4   # NDRPDR iter env5
1431         - 5   # NDRPDR iter env5
1432         - 6   # NDRPDR iter env5
1433         - 7   # NDRPDR iter env5
1434         - 8   # NDRPDR iter env5
1435         - 9   # NDRPDR iter env5
1436         - 10  # NDRPDR iter env5
1437         - 11  # NDRPDR iter env5
1438         - 12  # NDRPDR iter env5
1439         - 13  # NDRPDR iter env5
1440
1441 #    dpdk-performance-changes-2n-dnv-h1:
1442 #      csit-dpdk-perf-verify-2001-2n-dnv:
1443 #        - 9   # NDRPDR sel
1444 #        - 10  # NDRPDR sel
1445 #        - 11  # NDRPDR sel
1446 #        - 12  # NDRPDR sel
1447 #        - 13  # NDRPDR sel
1448 #        - 14  # NDRPDR sel
1449 #        - 15  # NDRPDR sel
1450 #        - 16  # NDRPDR sel
1451 #        - 17  # NDRPDR sel
1452 #        - 18  # NDRPDR sel
1453 #    dpdk-performance-changes-2n-dnv-ref:
1454 #      # No data
1455 #    dpdk-performance-changes-2n-dnv-cmp:
1456 #      # No data
1457 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
1458
1459 #    dpdk-performance-changes-3n-dnv-h1:
1460 #      csit-dpdk-perf-verify-2001-3n-dnv:
1461 #        - 12  # NDRPDR sel
1462 #        - 13  # NDRPDR sel
1463 #        - 14  # NDRPDR sel
1464 #        - 15  # NDRPDR sel
1465 #        - 16  # NDRPDR sel
1466 #        - 17  # NDRPDR sel
1467 #        - 18  # NDRPDR sel
1468 #        - 19  # NDRPDR sel
1469 #        - 20  # NDRPDR sel
1470 #        - 22  # NDRPDR sel
1471 #    dpdk-performance-changes-3n-dnv-ref:
1472 #      # No data
1473 #    dpdk-performance-changes-3n-dnv-cmp:
1474 #      # No data
1475 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
1476
1477     dpdk-performance-changes-3n-tsh-h1:
1478       csit-dpdk-perf-verify-2001-3n-tsh:
1479         - 3   # NDRPDR sel
1480         - 4   # NDRPDR sel
1481         - 5   # NDRPDR sel
1482         - 9   # NDRPDR sel
1483         - 10  # NDRPDR sel
1484         - 11  # NDRPDR sel
1485         - 12  # NDRPDR sel
1486         - 14  # NDRPDR sel
1487         - 15  # NDRPDR sel
1488         - 18  # NDRPDR sel
1489     dpdk-performance-changes-3n-tsh-ref:
1490       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1491         - 5   # NDRPDR sel
1492     dpdk-performance-changes-3n-tsh-cmp:
1493       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1494         - 1   # NDRPDR iter env5
1495         - 2   # NDRPDR iter env5
1496         - 3   # NDRPDR iter env5
1497         - 4   # NDRPDR iter env5
1498         - 5   # NDRPDR iter env5
1499         - 6   # NDRPDR iter env5
1500         - 7   # NDRPDR iter env5
1501         - 9   # NDRPDR iter env5
1502         - 10  # NDRPDR iter env5
1503         - 11  # NDRPDR iter env5
1504
1505     # Compare testbeds
1506
1507     vpp-compare-testbeds-ref:
1508       csit-vpp-perf-report-iterative-2009-3n-hsw:
1509         - 21  # rls2009 NDRPDR iter env 5
1510         - 22  # rls2009 NDRPDR iter env 5
1511         - 24  # rls2009 NDRPDR iter env 5
1512         - 25  # rls2009 NDRPDR iter env 5
1513         - 26  # rls2009 NDRPDR iter env 5
1514         - 27  # rls2009 NDRPDR iter env 5
1515         - 28  # rls2009 NDRPDR iter env 5
1516         - 29  # rls2009 NDRPDR iter env 5
1517         - 30  # rls2009 NDRPDR iter env 5
1518         - 31  # rls2009 NDRPDR iter env 5
1519     vpp-compare-testbeds-cmp:
1520       csit-vpp-perf-report-iterative-2009-3n-skx:
1521         - 26  # rls2009 NDRPDR iter env 5
1522         - 27  # rls2009 NDRPDR iter env 5
1523         - 28  # rls2009 NDRPDR iter env 5
1524         - 29  # rls2009 NDRPDR iter env 5
1525         - 35  # rls2009 NDRPDR iter env 5
1526         - 36  # rls2009 NDRPDR iter env 5
1527         - 37  # rls2009 NDRPDR iter env 5
1528         - 38  # rls2009 NDRPDR iter env 5
1529         - 39  # rls2009 NDRPDR iter env 5
1530         - 40  # rls2009 NDRPDR iter env 5
1531
1532     vpp-compare-testbeds-skx-clx-ref:
1533       csit-vpp-perf-report-iterative-2009-2n-skx:
1534         - 35  # rls2009 NDRPDR iter env 5
1535         - 36  # rls2009 NDRPDR iter env 5
1536         - 37  # rls2009 NDRPDR iter env 5
1537         - 39  # rls2009 NDRPDR iter env 5
1538         - 40  # rls2009 NDRPDR iter env 5
1539         - 42  # rls2009 NDRPDR iter env 5
1540         - 43  # rls2009 NDRPDR iter env 5
1541         - 44  # rls2009 NDRPDR iter env 5
1542         - 46  # rls2009 NDRPDR iter env 5
1543         - 48  # rls2009 NDRPDR iter env 5
1544         - 110 # rls2009 NDRPDR iter NAT44 env 5
1545         - 111 # rls2009 NDRPDR iter NAT44 env 5
1546         - 112 # rls2009 NDRPDR iter NAT44 env 5
1547         - 113 # rls2009 NDRPDR iter NAT44 env 5
1548         - 114 # rls2009 NDRPDR iter NAT44 env 5
1549         - 115 # rls2009 NDRPDR iter NAT44 env 5
1550         - 116 # rls2009 NDRPDR iter NAT44 env 5
1551         - 118 # rls2009 NDRPDR iter NAT44 env 5
1552         - 119 # rls2009 NDRPDR iter NAT44 env 5
1553         - 121 # rls2009 NDRPDR iter NAT44 env 5
1554     vpp-compare-testbeds-skx-clx-cmp:
1555       csit-vpp-perf-report-iterative-2009-2n-clx:
1556         - 36  # rls2009 NDRPDR iter env 5
1557         - 39  # rls2009 NDRPDR iter env 5
1558         - 40  # rls2009 NDRPDR iter env 5
1559         - 65  # rls2009 NDRPDR iter env 5
1560         - 66  # rls2009 NDRPDR iter env 5
1561         - 79  # rls2009 NDRPDR iter env 5
1562         - 82  # rls2009 NDRPDR iter env 5
1563         - 88  # rls2009 NDRPDR iter env 5
1564         - 89  # rls2009 NDRPDR iter env 5
1565         - 90  # rls2009 NDRPDR iter env 5
1566         - 114 # rls2009 NDRPDR iter NAT44 env 5
1567         - 115 # rls2009 NDRPDR iter NAT44 env 5
1568         - 116 # rls2009 NDRPDR iter NAT44 env 5
1569         - 117 # rls2009 NDRPDR iter NAT44 env 5
1570         - 118 # rls2009 NDRPDR iter NAT44 env 5
1571         - 119 # rls2009 NDRPDR iter NAT44 env 5
1572         - 121 # rls2009 NDRPDR iter NAT44 env 5
1573         - 122 # rls2009 NDRPDR iter NAT44 env 5
1574         - 123 # rls2009 NDRPDR iter NAT44 env 5
1575         - 126 # rls2009 NDRPDR iter NAT44 env 5
1576
1577     vpp-compare-testbeds-hsw-clx-ref:
1578       csit-vpp-perf-report-iterative-2009-3n-hsw:
1579         - 21  # rls2009 NDRPDR iter env 5
1580         - 22  # rls2009 NDRPDR iter env 5
1581         - 24  # rls2009 NDRPDR iter env 5
1582         - 25  # rls2009 NDRPDR iter env 5
1583         - 26  # rls2009 NDRPDR iter env 5
1584         - 27  # rls2009 NDRPDR iter env 5
1585         - 28  # rls2009 NDRPDR iter env 5
1586         - 29  # rls2009 NDRPDR iter env 5
1587         - 30  # rls2009 NDRPDR iter env 5
1588         - 31  # rls2009 NDRPDR iter env 5
1589     vpp-compare-testbeds-hsw-clx-cmp:
1590       csit-vpp-perf-report-iterative-2009-2n-clx:
1591         - 36  # rls2009 NDRPDR iter env 5
1592         - 39  # rls2009 NDRPDR iter env 5
1593         - 40  # rls2009 NDRPDR iter env 5
1594         - 65  # rls2009 NDRPDR iter env 5
1595         - 66  # rls2009 NDRPDR iter env 5
1596         - 79  # rls2009 NDRPDR iter env 5
1597         - 82  # rls2009 NDRPDR iter env 5
1598         - 88  # rls2009 NDRPDR iter env 5
1599         - 89  # rls2009 NDRPDR iter env 5
1600         - 90  # rls2009 NDRPDR iter env 5
1601
1602     vpp-compare-testbeds-mrr-ref:
1603       csit-vpp-perf-report-iterative-2009-3n-hsw:
1604         - 23  # rls2009 MRR iter env 5
1605     vpp-compare-testbeds-mrr-cmp:
1606       csit-vpp-perf-report-iterative-2009-3n-skx:
1607         - 24  # rls2009 MRR iter env 5
1608
1609     vpp-compare-testbeds-mrr-skx-clx-ref:
1610       csit-vpp-perf-report-iterative-2009-2n-skx:
1611         - 120 # rls2009 MRR iter env 5
1612     vpp-compare-testbeds-mrr-skx-clx-cmp:
1613       csit-vpp-perf-report-iterative-2009-2n-clx:
1614         - 125 # rls2009 MRR iter env 5
1615
1616     vpp-compare-testbeds-mrr-hsw-clx-ref:
1617       csit-vpp-perf-report-iterative-2009-3n-hsw:
1618         - 23  # rls2009 MRR iter env 5
1619     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1620       csit-vpp-perf-report-iterative-2009-2n-clx:
1621         - 125 # rls2009 MRR iter env 5
1622
1623     dpdk-compare-testbeds-ref:
1624       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1625         - 6   # NDRPDR iter env5
1626         - 7   # NDRPDR iter env5
1627         - 8   # NDRPDR iter env5
1628         - 9   # NDRPDR iter env5
1629         - 10  # NDRPDR iter env5
1630         - 11  # NDRPDR iter env5
1631         - 12  # NDRPDR iter env5
1632         - 13  # NDRPDR iter env5
1633         - 14  # NDRPDR iter env5
1634         - 15  # NDRPDR iter env5
1635     dpdk-compare-testbeds-cmp:
1636       csit-dpdk-perf-report-iterative-2009-3n-skx:
1637         - 4   # NDRPDR sel env5
1638         - 5   # NDRPDR sel env5
1639         - 6   # NDRPDR sel env5
1640         - 7   # NDRPDR sel env5
1641         - 8   # NDRPDR sel env5
1642         - 9   # NDRPDR sel env5
1643         - 14  # NDRPDR sel env5
1644         - 11  # NDRPDR sel env5
1645         - 12  # NDRPDR sel env5
1646         - 13  # NDRPDR sel env5
1647
1648     dpdk-compare-testbeds-skx-clx-ref:
1649       csit-dpdk-perf-report-iterative-2009-2n-skx:
1650         - 4   # NDRPDR iter env5
1651         - 5   # NDRPDR iter env5
1652         - 6   # NDRPDR iter env5
1653         - 7   # NDRPDR iter env5
1654         - 8   # NDRPDR iter env5
1655         - 9   # NDRPDR iter env5
1656         - 10  # NDRPDR iter env5
1657         - 11  # NDRPDR iter env5
1658         - 12  # NDRPDR iter env5
1659         - 13  # NDRPDR iter env5
1660     dpdk-compare-testbeds-skx-clx-cmp:
1661       csit-dpdk-perf-report-iterative-2009-2n-clx:
1662         - 4   # NDRPDR iter env5
1663         - 5   # NDRPDR iter env5
1664         - 6   # NDRPDR iter env5
1665         - 7   # NDRPDR iter env5
1666         - 8   # NDRPDR iter env5
1667         - 9   # NDRPDR iter env5
1668         - 10  # NDRPDR iter env5
1669         - 11  # NDRPDR iter env5
1670         - 12  # NDRPDR iter env5
1671         - 13  # NDRPDR iter env5
1672
1673     # Compare topologies
1674
1675     vpp-compare-topologies-ref:
1676       csit-vpp-perf-report-iterative-2009-3n-skx:
1677         - 26  # rls2009 NDRPDR iter env 5
1678         - 27  # rls2009 NDRPDR iter env 5
1679         - 28  # rls2009 NDRPDR iter env 5
1680         - 29  # rls2009 NDRPDR iter env 5
1681         - 35  # rls2009 NDRPDR iter env 5
1682         - 36  # rls2009 NDRPDR iter env 5
1683         - 37  # rls2009 NDRPDR iter env 5
1684         - 38  # rls2009 NDRPDR iter env 5
1685         - 39  # rls2009 NDRPDR iter env 5
1686         - 40  # rls2009 NDRPDR iter env 5
1687     vpp-compare-topologies-cmp:
1688       csit-vpp-perf-report-iterative-2009-2n-skx:
1689         - 35  # rls2009 NDRPDR iter env 5
1690         - 36  # rls2009 NDRPDR iter env 5
1691         - 37  # rls2009 NDRPDR iter env 5
1692         - 39  # rls2009 NDRPDR iter env 5
1693         - 40  # rls2009 NDRPDR iter env 5
1694         - 42  # rls2009 NDRPDR iter env 5
1695         - 43  # rls2009 NDRPDR iter env 5
1696         - 44  # rls2009 NDRPDR iter env 5
1697         - 46  # rls2009 NDRPDR iter env 5
1698         - 48  # rls2009 NDRPDR iter env 5
1699
1700     vpp-compare-topologies-mrr-ref:
1701       csit-vpp-perf-report-iterative-2009-3n-skx:
1702         - 24  # rls2009 MRR iter env 5
1703     vpp-compare-topologies-mrr-cmp:
1704       csit-vpp-perf-report-iterative-2009-2n-skx:
1705         - 120 # rls2009 MRR iter env 5
1706
1707     dpdk-compare-topologies-ref:
1708       csit-dpdk-perf-report-iterative-2009-3n-skx:
1709         - 4   # NDRPDR sel env5
1710         - 5   # NDRPDR sel env5
1711         - 6   # NDRPDR sel env5
1712         - 7   # NDRPDR sel env5
1713         - 8   # NDRPDR sel env5
1714         - 9   # NDRPDR sel env5
1715         - 14  # NDRPDR sel env5
1716         - 11  # NDRPDR sel env5
1717         - 12  # NDRPDR sel env5
1718         - 13  # NDRPDR sel env5
1719     dpdk-compare-topologies-cmp:
1720       csit-dpdk-perf-report-iterative-2009-2n-skx:
1721         - 4   # NDRPDR iter env5
1722         - 5   # NDRPDR iter env5
1723         - 6   # NDRPDR iter env5
1724         - 7   # NDRPDR iter env5
1725         - 8   # NDRPDR iter env5
1726         - 9   # NDRPDR iter env5
1727         - 10  # NDRPDR iter env5
1728         - 11  # NDRPDR iter env5
1729         - 12  # NDRPDR iter env5
1730         - 13  # NDRPDR iter env5
1731
1732   plot-layouts:
1733
1734     plot-soak-throughput:
1735       titlefont:
1736         size: 16
1737       xaxis:
1738         title: "<b>Test Cases [Index]</b>"
1739         titlefont:
1740           size: 14
1741         autorange: True
1742         fixedrange: False
1743         gridcolor: "rgb(230, 230, 230)"
1744         linecolor: "rgb(220, 220, 220)"
1745         linewidth: 1
1746         showgrid: True
1747         showline: True
1748         showticklabels: True
1749         tickcolor: "rgb(220, 220, 220)"
1750         tickmode: "linear"
1751         tickfont:
1752           size: 14
1753         zeroline: False
1754       yaxis:
1755         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1756         titlefont:
1757           size: 14
1758         gridcolor: "rgb(230, 230, 230)"
1759         hoverformat: ".4r"
1760         tickformat: ".3r"
1761         linecolor: "rgb(220, 220, 220)"
1762         linewidth: 1
1763         showgrid: True
1764         showline: True
1765         showticklabels: True
1766         tickcolor: "rgb(220, 220, 220)"
1767         tickfont:
1768           size: 14
1769         zeroline: False
1770         range: [0,50]
1771       autosize: False
1772       margin:
1773         t: 50
1774         b: 0
1775         l: 80
1776         r: 20
1777       showlegend: True
1778       legend:
1779         orientation: "h"
1780         font:
1781           size: 14
1782       width: 700
1783       height: 900
1784       paper_bgcolor: "#fff"
1785       plot_bgcolor: "#fff"
1786       hoverlabel:
1787         namelength: -1
1788
1789     plot-service-density:
1790       titlefont:
1791         size: 16
1792       xaxis:
1793         side: "top"
1794         autorange: True
1795         fixedrange: False
1796         showgrid: False
1797         showline: False
1798         showticklabels: False
1799         ticks: ""
1800         ticklen: 0
1801         tickwidth: 0
1802         zeroline: False
1803       yaxis:
1804         autorange: "reversed"
1805         showgrid: False
1806         showline: False
1807         showticklabels: False
1808         ticks: ""
1809         ticklen: 0
1810         tickwidth: 0
1811         zeroline: False
1812       showlegend: False
1813       paper_bgcolor: "#fff"
1814       plot_bgcolor: "#fff"
1815       width: 700
1816       height: 700
1817       hoverlabel:
1818         namelength: -1
1819
1820     plot-hoststack:
1821       titlefont:
1822         size: 16
1823       xaxis:
1824         title: "<b>Test Cases [Index]</b>"
1825         titlefont:
1826           size: 14
1827         autorange: True
1828         fixedrange: False
1829         gridcolor: "rgb(230, 230, 230)"
1830         linecolor: "rgb(220, 220, 220)"
1831         linewidth: 1
1832         showgrid: True
1833         showline: True
1834         showticklabels: True
1835         tickcolor: "rgb(220, 220, 220)"
1836         tickmode: "linear"
1837         tickfont:
1838           size: 14
1839         zeroline: False
1840       yaxis:
1841         title: "<b>Bandwidth [Gbps]</b>"
1842         titlefont:
1843           size: 14
1844         gridcolor: "rgb(230, 230, 230)"
1845         hoverformat: ".4s"
1846         linecolor: "rgb(220, 220, 220)"
1847         linewidth: 1
1848         rangemode: "tozero"
1849         showgrid: True
1850         showline: True
1851         showticklabels: True
1852         tickcolor: "rgb(230, 230, 230)"
1853         tickformat: ".3s"
1854         tickfont:
1855           size: 14
1856         zeroline: False
1857       autosize: False
1858       margin:
1859         t: 50
1860         b: 20
1861         l: 80
1862         r: 20
1863       showlegend: True
1864       legend:
1865         orientation: "h"
1866         font:
1867           size: 14
1868       width: 700
1869       height: 800
1870       paper_bgcolor: "#fff"
1871       plot_bgcolor: "#fff"
1872       hoverlabel:
1873         namelength: -1
1874
1875     plot-throughput:
1876       titlefont:
1877         size: 16
1878       xaxis:
1879         title: "<b>Test Cases [Index]</b>"
1880         titlefont:
1881           size: 14
1882         autorange: True
1883         fixedrange: False
1884         gridcolor: "rgb(230, 230, 230)"
1885         linecolor: "rgb(220, 220, 220)"
1886         linewidth: 1
1887         showgrid: True
1888         showline: True
1889         showticklabels: True
1890         tickcolor: "rgb(220, 220, 220)"
1891         tickmode: "linear"
1892         tickfont:
1893           size: 14
1894         zeroline: False
1895       yaxis:
1896         title: "<b>Packet Throughput [Mpps]</b>"
1897         titlefont:
1898           size: 14
1899         gridcolor: "rgb(230, 230, 230)"
1900         hoverformat: ".4r"
1901         tickformat: ".3r"
1902         linecolor: "rgb(220, 220, 220)"
1903         linewidth: 1
1904         showgrid: True
1905         showline: True
1906         showticklabels: True
1907         tickcolor: "rgb(220, 220, 220)"
1908         tickfont:
1909           size: 14
1910         zeroline: False
1911         range: [0,50]
1912       autosize: False
1913       margin:
1914         t: 50
1915         b: 0
1916         l: 80
1917         r: 20
1918       showlegend: True
1919       legend:
1920         orientation: "h"
1921         font:
1922           size: 14
1923       width: 700
1924       height: 900
1925       paper_bgcolor: "#fff"
1926       plot_bgcolor: "#fff"
1927       hoverlabel:
1928         namelength: -1
1929
1930     plot-throughput-gbps:
1931       titlefont:
1932         size: 16
1933       xaxis:
1934         title: "<b>Test Cases [Index]</b>"
1935         titlefont:
1936           size: 14
1937         autorange: True
1938         fixedrange: False
1939         gridcolor: "rgb(230, 230, 230)"
1940         linecolor: "rgb(220, 220, 220)"
1941         linewidth: 1
1942         showgrid: True
1943         showline: True
1944         showticklabels: True
1945         tickcolor: "rgb(220, 220, 220)"
1946         tickmode: "linear"
1947         tickfont:
1948           size: 14
1949         zeroline: False
1950       yaxis:
1951         title: "<b>Packet Throughput [Gbps]</b>"
1952         titlefont:
1953           size: 14
1954         gridcolor: "rgb(230, 230, 230)"
1955         hoverformat: ".4r"
1956         tickformat: ".3r"
1957         linecolor: "rgb(220, 220, 220)"
1958         linewidth: 1
1959         showgrid: True
1960         showline: True
1961         showticklabels: True
1962         tickcolor: "rgb(220, 220, 220)"
1963         tickfont:
1964           size: 14
1965         zeroline: False
1966         range: [0,10]
1967       autosize: False
1968       margin:
1969         t: 50
1970         b: 0
1971         l: 80
1972         r: 20
1973       showlegend: True
1974       legend:
1975         orientation: "h"
1976         font:
1977           size: 14
1978       width: 700
1979       height: 900
1980       paper_bgcolor: "#fff"
1981       plot_bgcolor: "#fff"
1982       hoverlabel:
1983         namelength: -1
1984
1985     plot-cps:
1986       titlefont:
1987         size: 16
1988       xaxis:
1989         title: "<b>Test Cases [Index]</b>"
1990         titlefont:
1991           size: 14
1992         autorange: True
1993         fixedrange: False
1994         gridcolor: "rgb(230, 230, 230)"
1995         linecolor: "rgb(220, 220, 220)"
1996         linewidth: 1
1997         showgrid: True
1998         showline: True
1999         showticklabels: True
2000         tickcolor: "rgb(220, 220, 220)"
2001         tickmode: "linear"
2002         tickfont:
2003           size: 14
2004         zeroline: False
2005       yaxis:
2006         title: "<b>Connection Rate [Mcps]</b>"
2007         titlefont:
2008           size: 14
2009         gridcolor: "rgb(230, 230, 230)"
2010         hoverformat: ".4r"
2011         tickformat: ".3s"
2012         linecolor: "rgb(220, 220, 220)"
2013         linewidth: 1
2014         showgrid: True
2015         showline: True
2016         showticklabels: True
2017         tickcolor: "rgb(220, 220, 220)"
2018         tickfont:
2019           size: 14
2020         zeroline: False
2021         range: [0,10]
2022       autosize: False
2023       margin:
2024         t: 50
2025         b: 0
2026         l: 80
2027         r: 20
2028       showlegend: True
2029       legend:
2030         orientation: "h"
2031         font:
2032           size: 14
2033       width: 700
2034       height: 900
2035       paper_bgcolor: "#fff"
2036       plot_bgcolor: "#fff"
2037       hoverlabel:
2038         namelength: -1
2039
2040     plot-throughput-speedup-analysis:
2041       titlefont:
2042         size: 16
2043       xaxis:
2044         title: "<b>Number of Cores [Qty]</b>"
2045         titlefont:
2046           size: 14
2047         autorange: True
2048         fixedrange: False
2049         gridcolor: "rgb(230, 230, 230)"
2050         linecolor: "rgb(220, 220, 220)"
2051         linewidth: 1
2052         showgrid: True
2053         showline: True
2054         showticklabels: True
2055         tickcolor: "rgb(238, 238, 238)"
2056         tickmode: "linear"
2057         tickfont:
2058           size: 14
2059         zeroline: False
2060       yaxis:
2061         title: "<b>Packet Throughput [Mpps]</b>"
2062         titlefont:
2063           size: 14
2064         type: "linear"
2065         gridcolor: "rgb(230, 230, 230)"
2066         hoverformat: ".4s"
2067         linecolor: "rgb(220, 220, 220)"
2068         linewidth: 1
2069         showgrid: True
2070         showline: True
2071         showticklabels: True
2072         tickcolor: "rgb(220, 220, 220)"
2073         tickformat: ".4s"
2074         tickfont:
2075           size: 14
2076         zeroline: True
2077         rangemode: "tozero"
2078         range: [0,100]
2079       legend:
2080         orientation: "h"
2081         font:
2082           size: 14
2083         xanchor: "left"
2084         yanchor: "top"
2085         x: 0
2086         y: -0.2
2087         bgcolor: "rgba(255, 255, 255, 0)"
2088         bordercolor: "rgba(255, 255, 255, 0)"
2089         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2090       autosize: False
2091       margin:
2092           't': 50
2093           'b': 150
2094           'l': 85
2095           'r': 10
2096       showlegend: True
2097       width: 700
2098       height: 700
2099       paper_bgcolor: "#fff"
2100       plot_bgcolor: "#fff"
2101       hoverlabel:
2102         namelength: -1
2103       annotations: [
2104         {
2105           text: "_ _          __          ...",
2106           align: "left",
2107           showarrow: False,
2108           xref: "paper",
2109           yref: "paper",
2110           xanchor: "left",
2111           yanchor: "top",
2112           x: 0,
2113           y: -0.14,
2114           font: {
2115             family: "Consolas, Courier New",
2116             size: 13
2117           },
2118         },
2119         {
2120           text: "    Perfect     Measured     Limit",
2121           align: "left",
2122           showarrow: False,
2123           xref: "paper",
2124           yref: "paper",
2125           xanchor: "left",
2126           yanchor: "top",
2127           x: 0,
2128           y: -0.15,
2129           font: {
2130             family: "Consolas, Courier New",
2131             size: 13
2132           },
2133         },
2134       ]
2135
2136     plot-throughput-speedup-analysis-gbps:
2137       titlefont:
2138         size: 16
2139       xaxis:
2140         title: "<b>Number of Cores [Qty]</b>"
2141         titlefont:
2142           size: 14
2143         autorange: True
2144         fixedrange: False
2145         gridcolor: "rgb(230, 230, 230)"
2146         linecolor: "rgb(220, 220, 220)"
2147         linewidth: 1
2148         showgrid: True
2149         showline: True
2150         showticklabels: True
2151         tickcolor: "rgb(238, 238, 238)"
2152         tickmode: "linear"
2153         tickfont:
2154           size: 14
2155         zeroline: False
2156       yaxis:
2157         title: "<b>Packet Throughput [Gbps]</b>"
2158         titlefont:
2159           size: 14
2160         type: "linear"
2161         gridcolor: "rgb(230, 230, 230)"
2162         hoverformat: ".4s"
2163         linecolor: "rgb(220, 220, 220)"
2164         linewidth: 1
2165         showgrid: True
2166         showline: True
2167         showticklabels: True
2168         tickcolor: "rgb(220, 220, 220)"
2169         tickformat: ".4s"
2170         tickfont:
2171           size: 14
2172         zeroline: True
2173         rangemode: "tozero"
2174         range: [0,100]
2175       legend:
2176         orientation: "h"
2177         font:
2178           size: 14
2179         xanchor: "left"
2180         yanchor: "top"
2181         x: 0
2182         y: -0.2
2183         bgcolor: "rgba(255, 255, 255, 0)"
2184         bordercolor: "rgba(255, 255, 255, 0)"
2185         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2186       autosize: False
2187       margin:
2188           't': 50
2189           'b': 150
2190           'l': 85
2191           'r': 10
2192       showlegend: True
2193       width: 700
2194       height: 700
2195       paper_bgcolor: "#fff"
2196       plot_bgcolor: "#fff"
2197       hoverlabel:
2198         namelength: -1
2199       annotations: [
2200         {
2201           text: "_ _          __",
2202           align: "left",
2203           showarrow: False,
2204           xref: "paper",
2205           yref: "paper",
2206           xanchor: "left",
2207           yanchor: "top",
2208           x: 0,
2209           y: -0.13,
2210           font: {
2211             family: "Consolas, Courier New",
2212             size: 13
2213           },
2214         },
2215         {
2216           text: "    Perfect     Measured",
2217           align: "left",
2218           showarrow: False,
2219           xref: "paper",
2220           yref: "paper",
2221           xanchor: "left",
2222           yanchor: "top",
2223           x: 0,
2224           y: -0.15,
2225           font: {
2226             family: "Consolas, Courier New",
2227             size: 13
2228           },
2229         },
2230       ]
2231
2232     plot-throughput-speedup-analysis-cps:
2233       titlefont:
2234         size: 16
2235       xaxis:
2236         title: "<b>Number of Cores [Qty]</b>"
2237         titlefont:
2238           size: 14
2239         autorange: True
2240         fixedrange: False
2241         gridcolor: "rgb(230, 230, 230)"
2242         linecolor: "rgb(220, 220, 220)"
2243         linewidth: 1
2244         showgrid: True
2245         showline: True
2246         showticklabels: True
2247         tickcolor: "rgb(238, 238, 238)"
2248         tickmode: "linear"
2249         tickfont:
2250           size: 14
2251         zeroline: False
2252       yaxis:
2253         title: "<b>Connection Rate [Mcps]</b>"
2254         titlefont:
2255           size: 14
2256         type: "linear"
2257         gridcolor: "rgb(230, 230, 230)"
2258         hoverformat: ".4s"
2259         linecolor: "rgb(220, 220, 220)"
2260         linewidth: 1
2261         showgrid: True
2262         showline: True
2263         showticklabels: True
2264         tickcolor: "rgb(220, 220, 220)"
2265         tickformat: ".4s"
2266         tickfont:
2267           size: 14
2268         zeroline: True
2269         rangemode: "tozero"
2270         range: [0,100]
2271       legend:
2272         orientation: "h"
2273         font:
2274           size: 14
2275         xanchor: "left"
2276         yanchor: "top"
2277         x: 0
2278         y: -0.2
2279         bgcolor: "rgba(255, 255, 255, 0)"
2280         bordercolor: "rgba(255, 255, 255, 0)"
2281         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2282       autosize: False
2283       margin:
2284           't': 50
2285           'b': 150
2286           'l': 85
2287           'r': 10
2288       showlegend: True
2289       width: 700
2290       height: 700
2291       paper_bgcolor: "#fff"
2292       plot_bgcolor: "#fff"
2293       hoverlabel:
2294         namelength: -1
2295       annotations: [
2296         {
2297           text: "_ _          __",
2298           align: "left",
2299           showarrow: False,
2300           xref: "paper",
2301           yref: "paper",
2302           xanchor: "left",
2303           yanchor: "top",
2304           x: 0,
2305           y: -0.13,
2306           font: {
2307             family: "Consolas, Courier New",
2308             size: 13
2309           },
2310         },
2311         {
2312           text: "    Perfect     Measured",
2313           align: "left",
2314           showarrow: False,
2315           xref: "paper",
2316           yref: "paper",
2317           xanchor: "left",
2318           yanchor: "top",
2319           x: 0,
2320           y: -0.15,
2321           font: {
2322             family: "Consolas, Courier New",
2323             size: 13
2324           },
2325         },
2326       ]
2327
2328     plot-latency:
2329       titlefont:
2330         size: 16
2331       xaxis:
2332         title: "<b>Direction</b>"
2333         titlefont:
2334           size: 14
2335         autorange: True
2336         fixedrange: False
2337         gridcolor: "rgb(230, 230, 230)"
2338         linecolor: "rgb(220, 220, 220)"
2339         linewidth: 1
2340         showgrid: True
2341         showline: True
2342         showticklabels: False
2343         tickcolor: "rgb(220, 220, 220)"
2344         tickmode: "linear"
2345         tickfont:
2346           size: 14
2347         zeroline: False
2348       yaxis:
2349         title: "<b>Packet Latency [uSec]</b>"
2350         titlefont:
2351           size: 14
2352         type: "linear"
2353         gridcolor: "rgb(230, 230, 230)"
2354         hoverformat: ".4s"
2355         linecolor: "rgb(220, 220, 220)"
2356         linewidth: 1
2357         showgrid: True
2358         showline: True
2359         showticklabels: True
2360         tickcolor: "rgb(220, 220, 220)"
2361         tickformat: ".4s"
2362         tickfont:
2363           size: 14
2364         zeroline: True
2365         rangemode: "tozero"
2366       legend:
2367         orientation: "h"
2368         font:
2369           size: 14
2370         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2371       autosize: False
2372       margin:
2373           't': 50
2374           'b': 150
2375           'l': 80
2376           'r': 10
2377       showlegend: True
2378       width: 700
2379       height: 700
2380       paper_bgcolor: "#fff"
2381       plot_bgcolor: "#fff"
2382       hoverlabel:
2383         namelength: -1
2384
2385     plot-hdrh-latency:
2386       title:
2387         text: ""
2388         xanchor: "center"
2389         x: 0.5
2390         font:
2391           size: 16
2392       width: 700
2393       plot_bgcolor: "white"
2394       annotations:
2395         - font:
2396             size: 14
2397           showarrow: False
2398           text: "<b>Packet Latency [uSec]</b>"
2399           x: 1
2400           xanchor: "right"
2401           xref: "paper"
2402           y: -0.045
2403           yanchor: "top"
2404           yref: "paper"
2405         - font:
2406             size: 14
2407           showarrow: False
2408           text: "<b>Probability [%]</b>"
2409           textangle: 270
2410           x: -0.06
2411           xanchor: "center"
2412           xref: "paper"
2413           y: 0.5
2414           yanchor: "middle"
2415           yref: "paper"
2416         - font:
2417             size: 14
2418           showarrow: False
2419           text: "<b>Direction: E-W</b>"
2420           x: 0.24
2421           xanchor: "center"
2422           xref: "paper"
2423           y: 1.05
2424           yanchor: "bottom"
2425           yref: "paper"
2426         - font:
2427             size: 14
2428           showarrow: False
2429           text: "<b>Direction: W-E</b>"
2430           x: 0.74
2431           xanchor: "center"
2432           xref: "paper"
2433           y: 1.05
2434           yanchor: "bottom"
2435           yref: "paper"
2436
2437     plot-hdrh-latency-percentile:
2438       title:
2439         text: ""
2440         xanchor: "center"
2441         x: 0.5
2442         font:
2443           size: 16
2444       xaxis:
2445         type: "log"
2446         title: "<b>Percentile [%]</b>"
2447         titlefont:
2448           size: 14
2449         autorange: True
2450         fixedrange: False
2451         gridcolor: "rgb(230, 230, 230)"
2452         linecolor: "rgb(220, 220, 220)"
2453         linewidth: 1
2454         showgrid: True
2455         showline: True
2456         showticklabels: True
2457         tickcolor: "rgb(220, 220, 220)"
2458         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2459         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2460         tickfont:
2461           size: 14
2462       yaxis:
2463         title: "<b>Packet Latency [uSec]</b>"
2464         titlefont:
2465           size: 14
2466         gridcolor: "rgb(230, 230, 230)"
2467         linecolor: "rgb(220, 220, 220)"
2468         linewidth: 1
2469         showgrid: True
2470         showline: True
2471         showticklabels: True
2472         tickcolor: "rgb(220, 220, 220)"
2473         tickfont:
2474           size: 14
2475       autosize: False
2476       showlegend: True
2477       legend:
2478         traceorder: "normal"
2479         orientation: "h"
2480         font:
2481           size: 14
2482         xanchor: "left"
2483         yanchor: "top"
2484         x: 0
2485         y: -0.15
2486         bgcolor: "rgba(255, 255, 255, 0)"
2487         bordercolor: "rgba(255, 255, 255, 0)"
2488       width: 700
2489       height: 700
2490       paper_bgcolor: "white"
2491       plot_bgcolor: "white"
2492
2493     plot-hdrh-latency-by-percentile:
2494       title:
2495         text: "<b>Latency by Percentile Distribution</b>"
2496         xanchor: "center"
2497         x: 0.5
2498         font:
2499           size: 18
2500       showlegend: True
2501       legend:
2502         traceorder: "normal"
2503         orientation: "h"
2504         font:
2505           size: 16
2506         xanchor: "left"
2507         yanchor: "top"
2508         x: 0
2509         y: -0.2
2510         bgcolor: "rgba(255, 255, 255, 0)"
2511         bordercolor: "rgba(255, 255, 255, 0)"
2512       xaxis:
2513         type: "linear"
2514         title: "<b>Percentile [%]</b>"
2515         titlefont:
2516           size: 14
2517         autorange: False
2518         fixedrange: False
2519         range: [0, 100]
2520         gridcolor: "rgb(230, 230, 230)"
2521         linecolor: "rgb(220, 220, 220)"
2522         linewidth: 1
2523         showgrid: True
2524         showline: True
2525         showticklabels: True
2526         tickcolor: "rgb(220, 220, 220)"
2527         tickvals: [0, 25, 50, 75, 100]
2528         ticktext: [0, 25, 50, 75, 100]
2529         tickfont:
2530           size: 14
2531       yaxis:
2532         title: "<b>One-Way Latency per Direction [uSec]</b>"
2533         titlefont:
2534           size: 14
2535         gridcolor: "rgb(230, 230, 230)"
2536         linecolor: "rgb(220, 220, 220)"
2537         linewidth: 1
2538         showgrid: True
2539         showline: True
2540         showticklabels: True
2541         tickcolor: "rgb(220, 220, 220)"
2542         tickfont:
2543           size: 14
2544       width: 700
2545       height: 700
2546       paper_bgcolor: "white"
2547       plot_bgcolor: "white"
2548
2549 - type: "static"
2550   src-path: "{DIR[RST]}"
2551   dst-path: "{DIR[WORKING,SRC]}"
2552
2553 - type: "input"
2554   general:
2555     file-name: "output_info.xml.gz"
2556     file-format: ".gz"
2557     arch-file-format:
2558       - ".gz"
2559       - ".zip"
2560     download-path: "{job}/{build}/archives/{filename}"
2561     extract: "output.xml"
2562
2563     zip-file-name: "robot-plugin.zip"
2564     zip-file-format: ".zip"
2565     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2566     zip-extract: "robot-plugin/output.xml"
2567
2568   builds:
2569
2570     csit-vpp-perf-verify-2001-3n-hsw:
2571       - 17  # MRR sel
2572     csit-vpp-perf-report-iterative-2005-3n-hsw:
2573       - 20  # NDRPDR sel env 4
2574       - 21  # NDRPDR sel env 4
2575       - 22  # NDRPDR sel env 4
2576       - 23  # NDRPDR sel env 4
2577       - 24  # NDRPDR sel env 4
2578       - 25  # NDRPDR sel env 4
2579       - 26  # NDRPDR sel env 4
2580       - 27  # NDRPDR sel env 4
2581       - 28  # NDRPDR sel env 4
2582       - 29  # NDRPDR sel env 4
2583       - 30  # MRR env 4
2584       - 31  # NDRPDR sel 2001.0-4
2585       - 32  # NDRPDR sel 2001.0-4
2586       - 33  # NDRPDR sel 2001.0-4
2587       - 34  # NDRPDR sel 2001.0-4
2588       - 35  # NDRPDR sel 2001.0-4
2589       - 36  # NDRPDR sel 2001.0-4
2590       - 38  # NDRPDR sel 2001.0-4
2591     csit-vpp-perf-report-iterative-2009-3n-hsw:
2592       - 18  # rls2005 MRR iter env 5
2593       - 9   # rls2005 NDRPDR iter env 5
2594       - 10  # rls2005 NDRPDR iter env 5
2595       - 11  # rls2005 NDRPDR iter env 5
2596       - 12  # rls2005 NDRPDR iter env 5
2597       - 13  # rls2005 NDRPDR iter env 5
2598       - 14  # rls2005 NDRPDR iter env 5
2599       - 15  # rls2005 NDRPDR iter env 5
2600       - 16  # rls2005 NDRPDR iter env 5
2601       - 17  # rls2005 NDRPDR iter env 5
2602       - 19  # rls2005 NDRPDR iter env 5
2603       - 23  # rls2009 MRR iter env 5
2604       - 21  # rls2009 NDRPDR iter env 5
2605       - 22  # rls2009 NDRPDR iter env 5
2606       - 24  # rls2009 NDRPDR iter env 5
2607       - 25  # rls2009 NDRPDR iter env 5
2608       - 26  # rls2009 NDRPDR iter env 5
2609       - 27  # rls2009 NDRPDR iter env 5
2610       - 28  # rls2009 NDRPDR iter env 5
2611       - 29  # rls2009 NDRPDR iter env 5
2612       - 30  # rls2009 NDRPDR iter env 5
2613       - 31  # rls2009 NDRPDR iter env 5
2614       - 32  # rls2009 Hoststack iter env 5
2615       - 33  # rls2009 Hoststack iter env 5
2616       - 34  # rls2009 Hoststack iter env 5
2617       - 35  # rls2009 Hoststack iter env 5
2618       - 36  # rls2009 Hoststack iter env 5
2619       - 37  # rls2009 Hoststack iter env 5
2620       - 38  # rls2009 Hoststack iter env 5
2621       - 39  # rls2009 Hoststack iter env 5
2622       - 40  # rls2009 Hoststack iter env 5
2623       - 41  # rls2009 Hoststack iter env 5
2624     csit-vpp-perf-report-coverage-2009-3n-hsw:
2625       - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
2626       - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
2627       - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
2628       - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
2629       - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
2630       - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
2631       - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
2632       - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
2633       - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
2634       - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
2635       - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
2636       - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
2637       - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
2638       - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
2639       - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
2640       - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
2641       - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
2642       - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
2643       - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
2644       - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
2645       - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
2646       - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
2647       - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
2648       - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
2649       - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
2650       - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
2651       - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
2652       - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
2653       - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
2654       - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
2655       - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
2656       - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
2657       - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
2658       - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
2659       - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
2660
2661     csit-vpp-perf-verify-2001-3n-skx:
2662       - 50  # MRR sel
2663       - 53  # MRR sel addition
2664     csit-vpp-perf-report-iterative-2005-3n-skx:
2665       - 4   # NDRPDR sel
2666       - 5   # NDRPDR sel ??? all x710 failed
2667       - 33  # NDRPDR sel
2668       - 28  # NDRPDR sel
2669       - 34  # NDRPDR sel
2670       - 42  # NDRPDR sel env 4
2671       - 43  # NDRPDR sel env 4
2672       - 44  # NDRPDR sel env 4
2673       - 45  # NDRPDR sel env 4
2674       - 47  # NDRPDR sel env 4
2675       - 55  # NDRPDR sel env 4
2676       - 56  # NDRPDR sel env 4
2677       - 57  # NDRPDR sel env 4
2678       - 61  # NDRPDR sel env 4
2679       - 62  # NDRPDR sel env 4
2680       - 50  # NDRPDR sel 2001.0-4
2681       - 51  # NDRPDR sel 2001.0-4
2682       - 52  # NDRPDR sel 2001.0-4
2683       - 53  # NDRPDR sel 2001.0-4
2684       - 54  # NDRPDR sel 2001.0-4
2685       - 49  # MRR sel env 4
2686     csit-vpp-perf-report-iterative-2009-3n-skx:
2687       - 17  # rls2005 MRR iter env 5
2688       - 13  # rls2005 NDRPDR iter env 5
2689       - 18  # rls2005 NDRPDR iter env 5
2690       - 19  # rls2005 NDRPDR iter env 5
2691       - 41  # rls2005 NDRPDR iter env 5
2692       - 43  # rls2005 NDRPDR iter env 5
2693       - 44  # rls2005 NDRPDR iter env 5
2694       - 45  # rls2005 NDRPDR iter env 5
2695       - 46  # rls2005 NDRPDR iter env 5
2696       - 48  # rls2005 NDRPDR iter env 5
2697       - 49  # rls2005 NDRPDR iter env 5
2698       - 24  # rls2009 MRR iter env 5
2699       - 26  # rls2009 NDRPDR iter env 5
2700       - 27  # rls2009 NDRPDR iter env 5
2701       - 28  # rls2009 NDRPDR iter env 5
2702       - 29  # rls2009 NDRPDR iter env 5
2703       - 35  # rls2009 NDRPDR iter env 5
2704       - 36  # rls2009 NDRPDR iter env 5
2705       - 37  # rls2009 NDRPDR iter env 5
2706       - 38  # rls2009 NDRPDR iter env 5
2707       - 39  # rls2009 NDRPDR iter env 5
2708       - 40  # rls2009 NDRPDR iter env 5
2709     csit-vpp-perf-report-coverage-2009-3n-skx:
2710       - 36  # rls2009 NDRPDR cov 3n-skx-crypto-00
2711       - 3   # rls2009 NDRPDR cov 3n-skx-crypto-01
2712       - 4   # rls2009 NDRPDR cov 3n-skx-crypto-02
2713       - 37  # rls2009 NDRPDR cov 3n-skx-crypto-03
2714       - 6   # rls2009 NDRPDR cov 3n-skx-ip4-00
2715       - 7   # rls2009 NDRPDR cov 3n-skx-ip4-01
2716       - 8   # rls2009 NDRPDR cov 3n-skx-ip4-02
2717       - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
2718       - 10  # rls2009 NDRPDR cov 3n-skx-ip4-04
2719       - 38  # rls2009 NDRPDR cov 3n-skx-ip4-05
2720       - 12  # rls2009 NDRPDR cov 3n-skx-ip4-06
2721       - 39  # rls2009 NDRPDR cov 3n-skx-ip4-07
2722       - 14  # rls2009 NDRPDR cov 3n-skx-ip4tun-00
2723       - 15  # rls2009 NDRPDR cov 3n-skx-ip4tun-01
2724       - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
2725       - 40  # rls2009 NDRPDR cov 3n-skx-ip6-00
2726       - 18  # rls2009 NDRPDR cov 3n-skx-ip6-01
2727       - 19  # rls2009 NDRPDR cov 3n-skx-ip6tun-00
2728       - 20  # rls2009 NDRPDR cov 3n-skx-l2-00
2729       - 21  # rls2009 NDRPDR cov 3n-skx-l2-01
2730       - 22  # rls2009 NDRPDR cov 3n-skx-l2-02
2731       - 23  # rls2009 NDRPDR cov 3n-skx-l2-03
2732       - 24  # rls2009 NDRPDR cov 3n-skx-l2-04
2733       - 41  # rls2009 NDRPDR cov 3n-skx-l2-05
2734       - 42  # rls2009 NDRPDR cov 3n-skx-l2-06
2735       - 43  # rls2009 NDRPDR cov 3n-skx-l2-07
2736       - 28  # rls2009 NDRPDR cov 3n-skx-l2-08
2737       - 44  # rls2009 NDRPDR cov 3n-skx-l2-09
2738       - 45  # rls2009 NDRPDR cov 3n-skx-l2-10
2739       - 46  # rls2009 NDRPDR cov 3n-skx-memif-00
2740       - 47  # rls2009 NDRPDR cov 3n-skx-srv6-00
2741       - 48  # rls2009 NDRPDR cov 3n-skx-srv6-01
2742       - 49  # rls2009 NDRPDR cov 3n-skx-vhost-00
2743       - 50  # rls2009 NDRPDR cov 3n-skx-vhost-01
2744       - 51  # rls2009 NDRPDR cov 3n-skx-vhost-02
2745       - 54  # rls2009 NDRPDR cov 3n-skx-vhost-03
2746
2747     csit-vpp-perf-verify-2001-2n-skx:
2748       - 101  # MRR sel - old
2749       - 128  # MRR sel addition - old
2750     csit-vpp-perf-report-iterative-2005-2n-skx:
2751       - 88  # NDRPDR sel env 4
2752       - 89  # NDRPDR sel env 4
2753       - 90  # NDRPDR sel env 4
2754       - 91  # NDRPDR sel env 4
2755       - 92  # NDRPDR sel env 4
2756       - 93  # NDRPDR sel env 4
2757       - 94  # NDRPDR sel env 4
2758       - 125 # NDRPDR sel env 4
2759       - 126 # NDRPDR sel env 4
2760       - 127 # NDRPDR sel env 4
2761       - 100 # NDRPDR sel 2001.0-4
2762       - 101 # NDRPDR sel 2001.0-4
2763       - 102 # NDRPDR sel 2001.0-4
2764       - 103 # NDRPDR sel 2001.0-4
2765       - 104 # NDRPDR sel 2001.0-4
2766       - 105 # NDRPDR sel 2001.0-4
2767       - 99  # MRR sel env 4
2768     csit-vpp-perf-report-iterative-2009-2n-skx:
2769       - 20  # rls2005 MRR iter env 5
2770       - 13  # rls2005 NDRPDR iter env 5
2771       - 16  # rls2005 NDRPDR iter env 5
2772       - 17  # rls2005 NDRPDR iter env 5
2773       - 18  # rls2005 NDRPDR iter env 5
2774       - 19  # rls2005 NDRPDR iter env 5
2775       - 21  # rls2005 NDRPDR iter env 5
2776       - 22  # rls2005 NDRPDR iter env 5
2777       - 23  # rls2005 NDRPDR iter env 5
2778       - 24  # rls2005 NDRPDR iter env 5
2779       - 25  # rls2005 NDRPDR iter env 5
2780       - 120 # rls2009 MRR iter env 5
2781       - 35  # rls2009 NDRPDR iter env 5
2782       - 36  # rls2009 NDRPDR iter env 5
2783       - 37  # rls2009 NDRPDR iter env 5
2784       - 39  # rls2009 NDRPDR iter env 5
2785       - 40  # rls2009 NDRPDR iter env 5
2786       - 42  # rls2009 NDRPDR iter env 5
2787       - 43  # rls2009 NDRPDR iter env 5
2788       - 44  # rls2009 NDRPDR iter env 5
2789       - 46  # rls2009 NDRPDR iter env 5
2790       - 48  # rls2009 NDRPDR iter env 5
2791       - 110 # rls2009 NDRPDR iter NAT44 env 5
2792       - 111 # rls2009 NDRPDR iter NAT44 env 5
2793       - 112 # rls2009 NDRPDR iter NAT44 env 5
2794       - 113 # rls2009 NDRPDR iter NAT44 env 5
2795       - 114 # rls2009 NDRPDR iter NAT44 env 5
2796       - 115 # rls2009 NDRPDR iter NAT44 env 5
2797       - 116 # rls2009 NDRPDR iter NAT44 env 5
2798       - 118 # rls2009 NDRPDR iter NAT44 env 5
2799       - 119 # rls2009 NDRPDR iter NAT44 env 5
2800       - 121 # rls2009 NDRPDR iter NAT44 env 5
2801       - 38  # rls2009 nf-density iter env 5
2802       - 41  # rls2009 nf-density iter env 5
2803       - 45  # rls2009 nf-density iter env 5
2804       - 47  # rls2009 nf-density iter env 5
2805       - 49  # rls2009 nf-density iter env 5
2806       - 63  # rls2009 nf-density iter env 5
2807       - 65  # rls2009 nf-density iter env 5
2808       - 66  # rls2009 nf-density iter env 5
2809       - 71  # rls2009 nf-density iter env 5
2810       - 72  # rls2009 nf-density iter env 5
2811       - 50  # rls2009 MRR nf-density iter env 5
2812       - 27  # rls2009 reconf env 5
2813       - 28  # rls2009 reconf env 5
2814       - 29  # rls2009 reconf env 5
2815       - 30  # rls2009 reconf env 5
2816       - 31  # rls2009 reconf env 5
2817       - 32  # rls2009 reconf env 5
2818       - 61  # rls2009 reconf env 5
2819       - 62  # rls2009 reconf env 5
2820       - 68  # rls2009 reconf env 5
2821       - 70  # rls2009 reconf env 5
2822       - 33  # rls2009 soak env 5
2823       - 34  # rls2009 soak env 5
2824     csit-vpp-perf-report-coverage-2009-2n-skx:
2825       - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
2826       - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
2827       - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
2828       - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
2829       - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
2830       - 31  # rls2009 NDRPDR cov 2n-skx-ip4-05
2831       - 32  # rls2009 NDRPDR cov 2n-skx-ip4-06
2832       - 33  # rls2009 NDRPDR cov 2n-skx-ip4-07
2833       - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
2834       - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
2835       - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
2836       - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
2837       - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
2838       - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
2839       - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
2840       - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
2841       - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
2842
2843     csit-vpp-perf-verify-2001-2n-clx:
2844       - 39  # MRR
2845     csit-vpp-perf-report-iterative-2005-2n-clx:
2846       - 62  # NDRPDR sel env 4
2847       - 63  # NDRPDR sel env 4
2848       - 64  # NDRPDR sel env 4
2849       - 65  # NDRPDR sel env 4
2850       - 66  # NDRPDR sel env 4
2851       - 68  # NDRPDR sel env 4
2852       - 69  # NDRPDR sel env 4
2853       - 70  # NDRPDR sel env 4
2854       - 103 # NDRPDR sel env 4
2855       - 104 # NDRPDR sel env 4
2856       - 73  # NDRPDR sel 2001.0-4
2857       - 74  # NDRPDR sel 2001.0-4
2858       - 75  # NDRPDR sel 2001.0-4
2859       - 76  # NDRPDR sel 2001.0-4
2860       - 77  # NDRPDR sel 2001.0-4
2861       - 78  # NDRPDR sel 2001.0-4
2862       - 79  # NDRPDR sel 2001.0-4
2863       - 80  # NDRPDR sel 2001.0-4
2864       - 72  # MRR env 4
2865     csit-vpp-perf-report-iterative-2009-2n-clx:
2866       - 77  # rls2005 MRR iter env 5
2867       - 13  # rls2005 NDRPDR iter env 5
2868       - 15  # rls2005 NDRPDR iter env 5
2869       - 17  # rls2005 NDRPDR iter env 5
2870       - 18  # rls2005 NDRPDR iter env 5
2871       - 19  # rls2005 NDRPDR iter env 5
2872       - 20  # rls2005 NDRPDR iter env 5
2873       - 21  # rls2005 NDRPDR iter env 5
2874       - 22  # rls2005 NDRPDR iter env 5
2875       - 23  # rls2005 NDRPDR iter env 5
2876       - 24  # rls2005 NDRPDR iter env 5
2877       - 125 # rls2009 MRR iter env 5
2878       - 36  # rls2009 NDRPDR iter env 5
2879       - 39  # rls2009 NDRPDR iter env 5
2880       - 40  # rls2009 NDRPDR iter env 5
2881       - 65  # rls2009 NDRPDR iter env 5
2882       - 66  # rls2009 NDRPDR iter env 5
2883       - 79  # rls2009 NDRPDR iter env 5
2884       - 82  # rls2009 NDRPDR iter env 5
2885       - 88  # rls2009 NDRPDR iter env 5
2886       - 89  # rls2009 NDRPDR iter env 5
2887       - 90  # rls2009 NDRPDR iter env 5
2888       - 114 # rls2009 NDRPDR iter NAT44 env 5
2889       - 115 # rls2009 NDRPDR iter NAT44 env 5
2890       - 116 # rls2009 NDRPDR iter NAT44 env 5
2891       - 117 # rls2009 NDRPDR iter NAT44 env 5
2892       - 118 # rls2009 NDRPDR iter NAT44 env 5
2893       - 119 # rls2009 NDRPDR iter NAT44 env 5
2894       - 121 # rls2009 NDRPDR iter NAT44 env 5
2895       - 122 # rls2009 NDRPDR iter NAT44 env 5
2896       - 123 # rls2009 NDRPDR iter NAT44 env 5
2897       - 126 # rls2009 NDRPDR iter NAT44 env 5
2898       - 37  # rls2009 nf-density iter env 5
2899       - 43  # rls2009 nf-density iter env 5
2900       - 69  # rls2009 nf-density iter env 5
2901       - 70  # rls2009 nf-density iter env 5
2902       - 71  # rls2009 nf-density iter env 5
2903       - 72  # rls2009 nf-density iter env 5
2904       - 73  # rls2009 nf-density iter env 5
2905       - 74  # rls2009 nf-density iter env 5
2906       - 75  # rls2009 nf-density iter env 5
2907       - 76  # rls2009 nf-density iter env 5
2908       - 45  # rls2009 MRR nf-density iter env 5
2909       - 25  # rls2009 reconf env 5
2910       - 27  # rls2009 reconf env 5
2911       - 28  # rls2009 reconf env 5
2912       - 29  # rls2009 reconf env 5
2913       - 30  # rls2009 reconf env 5
2914       - 30  # rls2009 reconf env 5
2915       - 32  # rls2009 reconf env 5
2916       - 48  # rls2009 reconf env 5
2917       - 53  # rls2009 reconf env 5
2918       - 68  # rls2009 reconf env 5
2919       - 33  # rls2009 soak env 5
2920       - 34  # rls2009 soak env 5
2921     csit-vpp-perf-report-coverage-2009-2n-clx:
2922       - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
2923       - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
2924       - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
2925       - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
2926       - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
2927       - 23  # rls2009 NDRPDR cov 2n-clx-ip4-05
2928       - 24  # rls2009 NDRPDR cov 2n-clx-ip4-06
2929       - 25  # rls2009 NDRPDR cov 2n-clx-ip4-07
2930       - 22  # rls2009 NDRPDR cov 2n-clx-ip6-00
2931       - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
2932       - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
2933       - 21  # rls2009 NDRPDR cov 2n-clx-l2-01
2934       - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
2935       - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
2936       - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
2937       - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
2938       - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
2939
2940     csit-vpp-perf-report-iterative-2009-2n-zn2:
2941       - 1   # rls2009 MRR iter env 5
2942       - 3   # rls2009 NDRPDR iter env 5
2943       - 4   # rls2009 NDRPDR iter env 5
2944       - 6   # rls2009 NDRPDR iter env 5
2945       - 7   # rls2009 NDRPDR iter env 5
2946       - 8   # rls2009 NDRPDR iter env 5
2947
2948     csit-vpp-perf-verify-2001-3n-tsh:
2949       - 9   # MRR sel
2950     csit-vpp-perf-report-iterative-2005-3n-tsh:
2951       - 23  # NDRPDR sel env 4
2952       - 25  # NDRPDR sel env 4
2953       - 33  # NDRPDR sel env 4
2954       - 34  # NDRPDR sel env 4
2955       - 35  # NDRPDR sel env 4
2956       - 36  # NDRPDR sel env 4
2957       - 37  # NDRPDR sel env 4
2958       - 38  # NDRPDR sel env 4
2959       - 39  # NDRPDR sel env 4
2960       - 40  # NDRPDR sel env 4
2961       - 28  # NDRPDR sel 2001.0-4
2962       - 29  # NDRPDR sel 2001.0-4
2963       - 31  # NDRPDR sel 2001.0-4
2964       - 27  # MRR sel env 4
2965     csit-vpp-perf-report-iterative-2009-3n-tsh:
2966       - 8   # rls2005 NDRPDR iter env 5
2967       - 11  # rls2005 NDRPDR iter env 5
2968       - 12  # rls2005 NDRPDR iter env 5
2969       - 24  # rls2005 NDRPDR iter env 5
2970       - 27  # rls2005 NDRPDR iter env 5
2971       - 29  # rls2005 NDRPDR iter env 5
2972       - 31  # rls2005 NDRPDR iter env 5
2973       - 39  # rls2005 NDRPDR iter env 5
2974       - 40  # rls2005 NDRPDR iter env 5
2975       - 42  # rls2005 NDRPDR iter env 5
2976       - 13  # rls2005 MRR iter env 5
2977       - 14  # rls2009 NDRPDR iter env 5
2978       - 20  # rls2009 NDRPDR iter env 5
2979       - 21  # rls2009 NDRPDR iter env 5
2980       - 22  # rls2009 NDRPDR iter env 5
2981       - 23  # rls2009 NDRPDR iter env 5
2982       - 28  # rls2009 NDRPDR iter env 5
2983       - 30  # rls2009 NDRPDR iter env 5
2984       - 33  # rls2009 NDRPDR iter env 5
2985       - 38  # rls2009 NDRPDR iter env 5
2986       - 41  # rls2009 NDRPDR iter env 5
2987       - 15  # rls2009 MRR iter env 5
2988
2989     csit-vpp-perf-verify-2001-3n-dnv:
2990       - 5   # NDRPDR sel
2991       - 6   # NDRPDR sel
2992       - 7   # NDRPDR sel
2993       - 8   # NDRPDR sel
2994       - 9   # NDRPDR sel
2995       - 10  # NDRPDR sel
2996       - 12  # NDRPDR sel
2997       - 16  # NDRPDR sel
2998       - 17  # NDRPDR sel
2999       - 18  # NDRPDR sel
3000       - 11  # MRR sel
3001     csit-vpp-perf-report-iterative-2009-3n-dnv:
3002       - 16  # rls2005 NDRPDR iter env 5
3003       - 23  # rls2005 NDRPDR iter env 5
3004       - 25  # rls2005 NDRPDR iter env 5
3005       - 26  # rls2005 NDRPDR iter env 5
3006       - 27  # rls2005 NDRPDR iter env 5
3007       - 28  # rls2005 NDRPDR iter env 5
3008       - 29  # rls2005 NDRPDR iter env 5
3009       - 30  # rls2005 NDRPDR iter env 5
3010       - 31  # rls2005 NDRPDR iter env 5
3011       - 32  # rls2005 NDRPDR iter env 5
3012       - 19  # rls2005 MRR iter env 5
3013       - 3   # rls2009 NDRPDR iter env 5
3014       - 6   # rls2009 NDRPDR iter env 5
3015       - 7   # rls2009 NDRPDR iter env 5
3016       - 8   # rls2009 NDRPDR iter env 5
3017       - 10  # rls2009 NDRPDR iter env 5
3018       - 11  # rls2009 NDRPDR iter env 5
3019       - 12  # rls2009 NDRPDR iter env 5
3020       - 14  # rls2009 NDRPDR iter env 5
3021       - 15  # rls2009 NDRPDR iter env 5
3022       - 24  # rls2009 NDRPDR iter env 5
3023       - 22  # rls2009 MRR iter env 5
3024     csit-vpp-perf-report-coverage-2009-3n-dnv:
3025       - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
3026       - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
3027       - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
3028       - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
3029       - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
3030       - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
3031       - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
3032       - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
3033       - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
3034
3035     csit-vpp-perf-verify-2001-2n-dnv:
3036       - 4   # NDRPDR sel
3037       - 5   # NDRPDR sel
3038       - 6   # NDRPDR sel
3039       - 7   # NDRPDR sel
3040       - 8   # NDRPDR sel
3041       - 9   # NDRPDR sel
3042       - 10  # NDRPDR sel
3043       - 11  # NDRPDR sel
3044       - 13  # NDRPDR sel
3045       - 16  # NDRPDR sel
3046       - 12  # MRR sel
3047     csit-vpp-perf-report-iterative-2009-2n-dnv:
3048       - 16  # rls2005 NDRPDR iter env 5
3049       - 17  # rls2005 NDRPDR iter env 5
3050       - 18  # rls2005 NDRPDR iter env 5
3051       - 19  # rls2005 NDRPDR iter env 5
3052       - 21  # rls2005 NDRPDR iter env 5
3053       - 24  # rls2005 NDRPDR iter env 5
3054       - 27  # rls2005 NDRPDR iter env 5
3055       - 28  # rls2005 NDRPDR iter env 5
3056       - 29  # rls2005 NDRPDR iter env 5
3057       - 30  # rls2005 NDRPDR iter env 5
3058       - 23  # rls2005 MRR iter env 5
3059       - 3   # rls2009 NDRPDR iter env 5
3060       - 5   # rls2009 NDRPDR iter env 5
3061       - 6   # rls2009 NDRPDR iter env 5
3062       - 7   # rls2009 NDRPDR iter env 5
3063       - 9   # rls2009 NDRPDR iter env 5
3064       - 10  # rls2009 NDRPDR iter env 5
3065       - 11  # rls2009 NDRPDR iter env 5
3066       - 12  # rls2009 NDRPDR iter env 5
3067       - 14  # rls2009 NDRPDR iter env 5
3068       - 15  # rls2009 NDRPDR iter env 5
3069       - 13  # rls2009 MRR iter env 5
3070     csit-vpp-perf-report-coverage-2009-2n-dnv:
3071       - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
3072       - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
3073       - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
3074       - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
3075       - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
3076       - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
3077
3078     csit-dpdk-perf-verify-2001-3n-hsw:
3079       - 4   # NDRPDR sel
3080       - 5   # NDRPDR sel
3081       - 6   # NDRPDR sel
3082       - 7   # NDRPDR sel
3083       - 8   # NDRPDR sel
3084       - 9   # NDRPDR sel
3085       - 10  # NDRPDR sel
3086       - 11  # NDRPDR sel
3087       - 12  # NDRPDR sel
3088       - 13  # NDRPDR sel
3089       - 15  # NDRPDR sel
3090       - 16  # NDRPDR sel
3091       - 17  # NDRPDR sel
3092       - 18  # NDRPDR sel
3093       - 19  # NDRPDR sel
3094       - 20  # NDRPDR sel
3095       - 21  # NDRPDR sel
3096       - 22  # NDRPDR sel
3097       - 23  # NDRPDR sel
3098       - 24  # NDRPDR sel
3099     csit-dpdk-perf-report-iterative-2005-3n-hsw:
3100       - 25  # NDRPDR iter
3101       - 26  # NDRPDR iter
3102       - 27  # NDRPDR iter
3103       - 28  # NDRPDR iter
3104       - 29  # NDRPDR iter
3105       - 30  # NDRPDR iter
3106       - 31  # NDRPDR iter
3107       - 32  # NDRPDR iter
3108       - 33  # NDRPDR iter
3109       - 34  # NDRPDR iter
3110     csit-dpdk-perf-report-iterative-2009-3n-hsw:
3111       - 6   # NDRPDR iter env5
3112       - 7   # NDRPDR iter env5
3113       - 8   # NDRPDR iter env5
3114       - 9   # NDRPDR iter env5
3115       - 10  # NDRPDR iter env5
3116       - 11  # NDRPDR iter env5
3117       - 12  # NDRPDR iter env5
3118       - 13  # NDRPDR iter env5
3119       - 14  # NDRPDR iter env5
3120       - 15  # NDRPDR iter env5
3121
3122     csit-dpdk-perf-verify-2001-3n-skx:
3123       - 29  # NDRPDR sel xxv710
3124       - 33  # NDRPDR sel xxv710
3125       - 34  # NDRPDR sel xxv710
3126       - 35  # NDRPDR sel xxv710
3127       - 36  # NDRPDR sel xxv710
3128       - 37  # NDRPDR sel xxv710
3129       - 41  # NDRPDR sel xxv710
3130       - 42  # NDRPDR sel xxv710
3131       - 43  # NDRPDR sel xxv710
3132       - 45  # NDRPDR sel xxv710
3133       - 30  # NDRPDR sel x710
3134       - 31  # NDRPDR sel x710
3135       - 32  # NDRPDR sel x710
3136       - 38  # NDRPDR sel x710
3137       - 39  # NDRPDR sel x710
3138       - 40  # NDRPDR sel x710
3139       - 44  # NDRPDR sel x710
3140       - 46  # NDRPDR sel x710
3141       - 47  # NDRPDR sel x710
3142       - 48  # NDRPDR sel x710
3143     csit-dpdk-perf-report-iterative-2005-3n-skx:
3144       - 28  # NDRPDR iter
3145       - 29  # NDRPDR iter
3146       - 30  # NDRPDR iter
3147       - 31  # NDRPDR iter
3148       - 32  # NDRPDR iter
3149       - 33  # NDRPDR iter
3150       - 34  # NDRPDR iter
3151       - 35  # NDRPDR iter
3152       - 36  # NDRPDR iter
3153       - 37  # NDRPDR iter
3154     csit-dpdk-perf-report-iterative-2009-3n-skx:
3155       - 4   # NDRPDR sel env5
3156       - 5   # NDRPDR sel env5
3157       - 6   # NDRPDR sel env5
3158       - 7   # NDRPDR sel env5
3159       - 8   # NDRPDR sel env5
3160       - 9   # NDRPDR sel env5
3161       - 14  # NDRPDR sel env5
3162       - 11  # NDRPDR sel env5
3163       - 12  # NDRPDR sel env5
3164       - 13  # NDRPDR sel env5
3165
3166     csit-dpdk-perf-verify-2001-2n-skx:
3167       - 35  # NDRPDR sel xxv710
3168       - 36  # NDRPDR sel xxv710
3169       - 37  # NDRPDR sel xxv710
3170       - 41  # NDRPDR sel xxv710
3171       - 42  # NDRPDR sel xxv710
3172       - 43  # NDRPDR sel xxv710
3173       - 46  # NDRPDR sel xxv710
3174       - 47  # NDRPDR sel xxv710
3175       - 52  # NDRPDR sel xxv710
3176       - 53  # NDRPDR sel xxv710
3177       - 38  # NDRPDR sel x710
3178       - 39  # NDRPDR sel x710
3179       - 40  # NDRPDR sel x710
3180       - 44  # NDRPDR sel x710
3181       - 45  # NDRPDR sel x710
3182       - 48  # NDRPDR sel x710
3183       - 49  # NDRPDR sel x710
3184       - 50  # NDRPDR sel x710
3185       - 51  # NDRPDR sel x710
3186       - 54  # NDRPDR sel x710
3187     csit-dpdk-perf-report-iterative-2005-2n-skx:
3188       - 20  # NDRPDR iter
3189       - 21  # NDRPDR iter
3190       - 22  # NDRPDR iter
3191       - 23  # NDRPDR iter
3192       - 24  # NDRPDR iter
3193       - 25  # NDRPDR iter
3194       - 26  # NDRPDR iter
3195       - 27  # NDRPDR iter
3196       - 28  # NDRPDR iter
3197       - 29  # NDRPDR iter
3198     csit-dpdk-perf-report-iterative-2009-2n-skx:
3199       - 4   # NDRPDR iter env5
3200       - 5   # NDRPDR iter env5
3201       - 6   # NDRPDR iter env5
3202       - 7   # NDRPDR iter env5
3203       - 8   # NDRPDR iter env5
3204       - 9   # NDRPDR iter env5
3205       - 10  # NDRPDR iter env5
3206       - 11  # NDRPDR iter env5
3207       - 12  # NDRPDR iter env5
3208       - 13  # NDRPDR iter env5
3209
3210     csit-dpdk-perf-verify-2001-2n-clx:
3211       - 15  # NDRPDR sel
3212       - 16  # NDRPDR sel
3213       - 17  # NDRPDR sel
3214       - 18  # NDRPDR sel
3215       - 19  # NDRPDR sel
3216       - 20  # NDRPDR sel
3217       - 21  # NDRPDR sel
3218       - 22  # NDRPDR sel
3219       - 23  # NDRPDR sel
3220       - 24  # NDRPDR sel
3221       - 25  # NDRPDR sel
3222       - 26  # NDRPDR sel
3223       - 27  # NDRPDR sel
3224       - 28  # NDRPDR sel
3225       - 29  # NDRPDR sel
3226       - 30  # NDRPDR sel
3227       - 31  # NDRPDR sel
3228       - 32  # NDRPDR sel
3229       - 33  # NDRPDR sel
3230       - 34  # NDRPDR sel
3231     csit-dpdk-perf-report-iterative-2005-2n-clx:
3232       - 20  # NDRPDR iter
3233       - 21  # NDRPDR iter
3234       - 22  # NDRPDR iter
3235       - 23  # NDRPDR iter
3236       - 24  # NDRPDR iter
3237       - 25  # NDRPDR iter
3238       - 26  # NDRPDR iter
3239       - 27  # NDRPDR iter
3240       - 28  # NDRPDR iter
3241       - 29  # NDRPDR iter
3242     csit-dpdk-perf-report-iterative-2009-2n-clx:
3243       - 4   # NDRPDR iter env5
3244       - 5   # NDRPDR iter env5
3245       - 6   # NDRPDR iter env5
3246       - 7   # NDRPDR iter env5
3247       - 8   # NDRPDR iter env5
3248       - 9   # NDRPDR iter env5
3249       - 10  # NDRPDR iter env5
3250       - 11  # NDRPDR iter env5
3251       - 12  # NDRPDR iter env5
3252       - 13  # NDRPDR iter env5
3253
3254     csit-dpdk-perf-report-iterative-2009-2n-zn2:
3255       - 1   # NDRPDR iter env5
3256
3257 #    csit-dpdk-perf-verify-2001-2n-dnv:
3258 #      - 9   # NDRPDR sel
3259 #      - 10  # NDRPDR sel
3260 #      - 11  # NDRPDR sel
3261 #      - 12  # NDRPDR sel
3262 #      - 13  # NDRPDR sel
3263 #      - 14  # NDRPDR sel
3264 #      - 15  # NDRPDR sel
3265 #      - 16  # NDRPDR sel
3266 #      - 17  # NDRPDR sel
3267 #      - 18  # NDRPDR sel
3268 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
3269 #      # No data
3270 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
3271 #      # No data
3272
3273 #    csit-dpdk-perf-verify-2001-3n-dnv:
3274 #      - 12  # NDRPDR sel
3275 #      - 13  # NDRPDR sel
3276 #      - 14  # NDRPDR sel
3277 #      - 15  # NDRPDR sel
3278 #      - 16  # NDRPDR sel
3279 #      - 17  # NDRPDR sel
3280 #      - 18  # NDRPDR sel
3281 #      - 19  # NDRPDR sel
3282 #      - 20  # NDRPDR sel
3283 #      - 22  # NDRPDR sel
3284 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
3285 #      # No data
3286 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
3287 #      # No data
3288
3289     csit-dpdk-perf-verify-2001-3n-tsh:
3290       - 3   # NDRPDR sel
3291       - 4   # NDRPDR sel
3292       - 5   # NDRPDR sel
3293       - 9   # NDRPDR sel
3294       - 10  # NDRPDR sel
3295       - 11  # NDRPDR sel
3296       - 12  # NDRPDR sel
3297       - 14  # NDRPDR sel
3298       - 15  # NDRPDR sel
3299       - 18  # NDRPDR sel
3300     csit-dpdk-perf-report-iterative-2005-3n-tsh:
3301       - 5   # NDRPDR sel
3302     csit-dpdk-perf-report-iterative-2009-3n-tsh:
3303       - 1   # NDRPDR iter env5
3304       - 2   # NDRPDR iter env5
3305       - 3   # NDRPDR iter env5
3306       - 4   # NDRPDR iter env5
3307       - 5   # NDRPDR iter env5
3308       - 6   # NDRPDR iter env5
3309       - 7   # NDRPDR iter env5
3310       - 9   # NDRPDR iter env5
3311       - 10  # NDRPDR iter env5
3312       - 11  # NDRPDR iter env5
3313
3314     csit-vpp-device-2009-ubuntu1804-1n-skx:
3315       - 131 # rls2009 env 5
3316
3317 - type: "output"
3318   output: "report"
3319   format:
3320     html:
3321     - full
3322     pdf:
3323     - minimal
3324
3325 ################################################################################
3326 ###                               T A B L E S                                ###
3327 ################################################################################
3328
3329 # VPP Soak vs NDR - 2n-skx
3330 - type: "table"
3331   title: "VPP Soak vs NDR 2n-skx"
3332   algorithm: "table_soak_vs_ndr"
3333   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
3334   reference:
3335     title: "NDR"
3336     data: "vpp-soak-vs-ndr-2n-skx-ref"
3337   compare:
3338     title: "Soak"
3339     data: "vpp-soak-vs-ndr-2n-skx-cmp"
3340   data: "vpp-soak-vs-ndr-2n-skx"
3341   include-tests: "NDR"
3342   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3343   parameters:
3344     - "throughput"
3345     - "name"
3346     - "parent"
3347
3348 # VPP Soak vs NDR - 2n-clx
3349 - type: "table"
3350   title: "VPP Soak vs NDR 2n-clx"
3351   algorithm: "table_soak_vs_ndr"
3352   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
3353   reference:
3354     title: "NDR"
3355     data: "vpp-soak-vs-ndr-2n-clx-ref"
3356   compare:
3357     title: "Soak"
3358     data: "vpp-soak-vs-ndr-2n-clx-cmp"
3359   data: "vpp-soak-vs-ndr-2n-clx"
3360   include-tests: "NDR"
3361   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3362   parameters:
3363     - "throughput"
3364     - "name"
3365     - "parent"
3366
3367 ################################################################################
3368
3369 # VPP Compare NICs 3n-skx 2t1c ndr
3370 - type: "table"
3371   title: "VPP Compare NICs 3n-skx 2t1c ndr"
3372   algorithm: "table_comparison"
3373   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
3374   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3375   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3376   columns:
3377     - title: "x710"
3378       data-set: "vpp-nic-comparison-3n-skx"
3379       tag: "NIC_Intel-X710"
3380     - title: "xxv710"
3381       data-set: "vpp-nic-comparison-3n-skx"
3382       tag: "NIC_Intel-XXV710"
3383   comparisons:
3384     - title: "Diff"
3385       reference: 1
3386       compare: 2
3387   legend:
3388     - ""
3389     - "x710, xxv710 - NICs tested."
3390     - "Diff - difference between x710 and xxv710 NIC."
3391
3392 # VPP Compare NICs 3n-skx 4t2c ndr
3393 - type: "table"
3394   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3395   algorithm: "table_comparison"
3396   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3397   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3398   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3399   columns:
3400     - title: "x710"
3401       data-set: "vpp-nic-comparison-3n-skx"
3402       tag: "NIC_Intel-X710"
3403     - title: "xxv710"
3404       data-set: "vpp-nic-comparison-3n-skx"
3405       tag: "NIC_Intel-XXV710"
3406   comparisons:
3407     - title: "Diff"
3408       reference: 1
3409       compare: 2
3410   legend:
3411     - ""
3412     - "x710, xxv710 - NICs tested."
3413     - "Diff - difference between x710 and xxv710 NIC."
3414
3415 # VPP Compare NICs 3n-skx 2t1c pdr
3416 - type: "table"
3417   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3418   algorithm: "table_comparison"
3419   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3420   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3421   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3422   columns:
3423     - title: "x710"
3424       data-set: "vpp-nic-comparison-3n-skx"
3425       tag: "NIC_Intel-X710"
3426     - title: "xxv710"
3427       data-set: "vpp-nic-comparison-3n-skx"
3428       tag: "NIC_Intel-XXV710"
3429   comparisons:
3430     - title: "Diff"
3431       reference: 1
3432       compare: 2
3433   legend:
3434     - ""
3435     - "x710, xxv710 - NICs tested."
3436     - "Diff - difference between x710 and xxv710 NIC."
3437
3438 # VPP Compare NICs 3n-skx 4t2c pdr
3439 - type: "table"
3440   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3441   algorithm: "table_comparison"
3442   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3443   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3444   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3445   columns:
3446     - title: "x710"
3447       data-set: "vpp-nic-comparison-3n-skx"
3448       tag: "NIC_Intel-X710"
3449     - title: "xxv710"
3450       data-set: "vpp-nic-comparison-3n-skx"
3451       tag: "NIC_Intel-XXV710"
3452   comparisons:
3453     - title: "Diff"
3454       reference: 1
3455       compare: 2
3456   legend:
3457     - ""
3458     - "x710, xxv710 - NICs tested."
3459     - "Diff - difference between x710 and xxv710 NIC."
3460
3461 # VPP Compare NICs 3n-skx 2t1c mrr
3462 - type: "table"
3463   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3464   algorithm: "table_comparison"
3465   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3466   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3467   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3468   columns:
3469     - title: "x710"
3470       data-set: "vpp-nic-comparison-3n-skx-mrr"
3471       tag: "NIC_Intel-X710"
3472     - title: "xxv710"
3473       data-set: "vpp-nic-comparison-3n-skx-mrr"
3474       tag: "NIC_Intel-XXV710"
3475   comparisons:
3476     - title: "Diff"
3477       reference: 1
3478       compare: 2
3479   legend:
3480     - ""
3481     - "x710, xxv710 - NICs tested."
3482     - "Diff - difference between x710 and xxv710 NIC."
3483
3484 # VPP Compare NICs 3n-skx 4t2c mrr
3485 - type: "table"
3486   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3487   algorithm: "table_comparison"
3488   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3489   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3490   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3491   columns:
3492     - title: "x710"
3493       data-set: "vpp-nic-comparison-3n-skx-mrr"
3494       tag: "NIC_Intel-X710"
3495     - title: "xxv710"
3496       data-set: "vpp-nic-comparison-3n-skx-mrr"
3497       tag: "NIC_Intel-XXV710"
3498   comparisons:
3499     - title: "Diff"
3500       reference: 1
3501       compare: 2
3502   legend:
3503     - ""
3504     - "x710, xxv710 - NICs tested."
3505     - "Diff - difference between x710 and xxv710 NIC."
3506
3507 # VPP Compare NICs 3n-skx 8t4c mrr
3508 - type: "table"
3509   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3510   algorithm: "table_comparison"
3511   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3512   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3513   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3514   columns:
3515     - title: "x710"
3516       data-set: "vpp-nic-comparison-3n-skx-mrr"
3517       tag: "NIC_Intel-X710"
3518     - title: "xxv710"
3519       data-set: "vpp-nic-comparison-3n-skx-mrr"
3520       tag: "NIC_Intel-XXV710"
3521   comparisons:
3522     - title: "Diff"
3523       reference: 1
3524       compare: 2
3525   legend:
3526     - ""
3527     - "x710, xxv710 - NICs tested."
3528     - "Diff - difference between x710 and xxv710 NIC."
3529
3530 # VPP Compare NICs 2n-skx 2t1c ndr
3531 - type: "table"
3532   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3533   algorithm: "table_comparison"
3534   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3535   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3536   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3537   columns:
3538     - title: "x710"
3539       data-set: "vpp-nic-comparison-2n-skx"
3540       tag: "NIC_Intel-X710"
3541     - title: "xxv710"
3542       data-set: "vpp-nic-comparison-2n-skx"
3543       tag: "NIC_Intel-XXV710"
3544   comparisons:
3545     - title: "Diff"
3546       reference: 1
3547       compare: 2
3548   legend:
3549     - ""
3550     - "x710, xxv710 - NICs tested."
3551     - "Diff - difference between x710 and xxv710 NIC."
3552
3553 # VPP Compare NICs 2n-skx 4t2c ndr
3554 - type: "table"
3555   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3556   algorithm: "table_comparison"
3557   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3558   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3559   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3560   columns:
3561     - title: "x710"
3562       data-set: "vpp-nic-comparison-2n-skx"
3563       tag: "NIC_Intel-X710"
3564     - title: "xxv710"
3565       data-set: "vpp-nic-comparison-2n-skx"
3566       tag: "NIC_Intel-XXV710"
3567   comparisons:
3568     - title: "Diff"
3569       reference: 1
3570       compare: 2
3571   legend:
3572     - ""
3573     - "x710, xxv710 - NICs tested."
3574     - "Diff - difference between x710 and xxv710 NIC."
3575
3576 # VPP Compare NICs 2n-skx 2t1c pdr
3577 - type: "table"
3578   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3579   algorithm: "table_comparison"
3580   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3581   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3582   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3583   columns:
3584     - title: "x710"
3585       data-set: "vpp-nic-comparison-2n-skx"
3586       tag: "NIC_Intel-X710"
3587     - title: "xxv710"
3588       data-set: "vpp-nic-comparison-2n-skx"
3589       tag: "NIC_Intel-XXV710"
3590   comparisons:
3591     - title: "Diff"
3592       reference: 1
3593       compare: 2
3594   legend:
3595     - ""
3596     - "x710, xxv710 - NICs tested."
3597     - "Diff - difference between x710 and xxv710 NIC."
3598
3599 # VPP Compare NICs 2n-skx 4t2c pdr
3600 - type: "table"
3601   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3602   algorithm: "table_comparison"
3603   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3604   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3605   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3606   columns:
3607     - title: "x710"
3608       data-set: "vpp-nic-comparison-2n-skx"
3609       tag: "NIC_Intel-X710"
3610     - title: "xxv710"
3611       data-set: "vpp-nic-comparison-2n-skx"
3612       tag: "NIC_Intel-XXV710"
3613   comparisons:
3614     - title: "Diff"
3615       reference: 1
3616       compare: 2
3617   legend:
3618     - ""
3619     - "x710, xxv710 - NICs tested."
3620     - "Diff - difference between x710 and xxv710 NIC."
3621
3622 # VPP Compare NICs 2n-skx 2t1c mrr
3623 - type: "table"
3624   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3625   algorithm: "table_comparison"
3626   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3627   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3628   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3629   columns:
3630     - title: "x710"
3631       data-set: "vpp-nic-comparison-2n-skx-mrr"
3632       tag: "NIC_Intel-X710"
3633     - title: "xxv710"
3634       data-set: "vpp-nic-comparison-2n-skx-mrr"
3635       tag: "NIC_Intel-XXV710"
3636   comparisons:
3637     - title: "Diff"
3638       reference: 1
3639       compare: 2
3640   legend:
3641     - ""
3642     - "x710, xxv710 - NICs tested."
3643     - "Diff - difference between x710 and xxv710 NIC."
3644
3645 # VPP Compare NICs 2n-skx 4t2c mrr
3646 - type: "table"
3647   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3648   algorithm: "table_comparison"
3649   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3650   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3651   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3652   columns:
3653     - title: "x710"
3654       data-set: "vpp-nic-comparison-2n-skx-mrr"
3655       tag: "NIC_Intel-X710"
3656     - title: "xxv710"
3657       data-set: "vpp-nic-comparison-2n-skx-mrr"
3658       tag: "NIC_Intel-XXV710"
3659   comparisons:
3660     - title: "Diff"
3661       reference: 1
3662       compare: 2
3663   legend:
3664     - ""
3665     - "x710, xxv710 - NICs tested."
3666     - "Diff - difference between x710 and xxv710 NIC."
3667
3668 # VPP Compare NICs 2n-skx 8t4c mrr
3669 - type: "table"
3670   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3671   algorithm: "table_comparison"
3672   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3673   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3674   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3675   columns:
3676     - title: "x710"
3677       data-set: "vpp-nic-comparison-2n-skx-mrr"
3678       tag: "NIC_Intel-X710"
3679     - title: "xxv710"
3680       data-set: "vpp-nic-comparison-2n-skx-mrr"
3681       tag: "NIC_Intel-XXV710"
3682   comparisons:
3683     - title: "Diff"
3684       reference: 1
3685       compare: 2
3686   legend:
3687     - ""
3688     - "x710, xxv710 - NICs tested."
3689     - "Diff - difference between x710 and xxv710 NIC."
3690
3691 ################################################################################
3692 # VPP
3693
3694 # VPP Performance Changes 3n-hsw 1t1c pdr
3695 - type: "table"
3696   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3697   algorithm: "table_comparison"
3698   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3699   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3700   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3701   columns:
3702     - title: "2001.0-4"
3703       data-set: "vpp-performance-changes-3n-hsw-h1"
3704     - title: "2005.0-4"
3705       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3706     - title: "2005.0-5"
3707       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3708     - title: "2009.0-5"
3709       data-set: "vpp-performance-changes-3n-hsw-cmp"
3710   comparisons:
3711     - title: "2005.0-5 vs 2005.0-4"
3712       reference: 2
3713       compare: 3
3714 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3715     - title: "2009.0-5 vs 2005.0-5"
3716       reference: 3
3717       compare: 4
3718 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3719   legend:
3720     - ''
3721     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3722     - '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).'
3723     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3724     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3725     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3726
3727 # VPP Performance Changes 3n-hsw 2t2c pdr
3728 - type: "table"
3729   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3730   algorithm: "table_comparison"
3731   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3732   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3733   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3734   columns:
3735     - title: "2001.0-4"
3736       data-set: "vpp-performance-changes-3n-hsw-h1"
3737     - title: "2005.0-4"
3738       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3739     - title: "2005.0-5"
3740       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3741     - title: "2009.0-5"
3742       data-set: "vpp-performance-changes-3n-hsw-cmp"
3743   comparisons:
3744     - title: "2005.0-5 vs 2005.0-4"
3745       reference: 2
3746       compare: 3
3747 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3748     - title: "2009.0-5 vs 2005.0-5"
3749       reference: 3
3750       compare: 4
3751 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3752   legend:
3753     - ''
3754     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3755     - '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).'
3756     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3757     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3758     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3759
3760 # VPP Performance Changes 3n-hsw 1t1c ndr
3761 - type: "table"
3762   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3763   algorithm: "table_comparison"
3764   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3765   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3766   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3767   columns:
3768     - title: "2001.0-4"
3769       data-set: "vpp-performance-changes-3n-hsw-h1"
3770     - title: "2005.0-4"
3771       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3772     - title: "2005.0-5"
3773       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3774     - title: "2009.0-5"
3775       data-set: "vpp-performance-changes-3n-hsw-cmp"
3776   comparisons:
3777     - title: "2005.0-5 vs 2005.0-4"
3778       reference: 2
3779       compare: 3
3780 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3781     - title: "2009.0-5 vs 2005.0-5"
3782       reference: 3
3783       compare: 4
3784 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3785   legend:
3786     - ''
3787     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3788     - '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).'
3789     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3790     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3791     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3792
3793 # VPP Performance Changes 3n-hsw 2t2c ndr
3794 - type: "table"
3795   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3796   algorithm: "table_comparison"
3797   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3798   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3799   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3800   columns:
3801     - title: "2001.0-4"
3802       data-set: "vpp-performance-changes-3n-hsw-h1"
3803     - title: "2005.0-4"
3804       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3805     - title: "2005.0-5"
3806       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3807     - title: "2009.0-5"
3808       data-set: "vpp-performance-changes-3n-hsw-cmp"
3809   comparisons:
3810     - title: "2005.0-5 vs 2005.0-4"
3811       reference: 2
3812       compare: 3
3813 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3814     - title: "2009.0-5 vs 2005.0-5"
3815       reference: 3
3816       compare: 4
3817 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3818   legend:
3819     - ''
3820     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3821     - '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).'
3822     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3823     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3824     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3825
3826 # VPP Performance Changes 3n-skx 2t1c pdr
3827 - type: "table"
3828   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3829   algorithm: "table_comparison"
3830   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3831   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3832   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3833   columns:
3834     - title: "2001.0-4"
3835       data-set: "vpp-performance-changes-3n-skx-h1"
3836     - title: "2005.0-4"
3837       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3838     - title: "2005.0-5"
3839       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3840     - title: "2009.0-5"
3841       data-set: "vpp-performance-changes-3n-skx-cmp"
3842   comparisons:
3843     - title: "2005.0-5 vs 2005.0-4"
3844       reference: 2
3845       compare: 3
3846 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3847     - title: "2009.0-5 vs 2005.0-5"
3848       reference: 3
3849       compare: 4
3850 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3851   legend:
3852     - ''
3853     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3854     - '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).'
3855     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3856     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3857     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3858
3859 # VPP Performance Changes 3n-skx 4t2c pdr
3860 - type: "table"
3861   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3862   algorithm: "table_comparison"
3863   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3864   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3865   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3866   columns:
3867     - title: "2001.0-4"
3868       data-set: "vpp-performance-changes-3n-skx-h1"
3869     - title: "2005.0-4"
3870       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3871     - title: "2005.0-5"
3872       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3873     - title: "2009.0-5"
3874       data-set: "vpp-performance-changes-3n-skx-cmp"
3875   comparisons:
3876     - title: "2005.0-5 vs 2005.0-4"
3877       reference: 2
3878       compare: 3
3879 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3880     - title: "2009.0-5 vs 2005.0-5"
3881       reference: 3
3882       compare: 4
3883 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3884   legend:
3885     - ''
3886     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3887     - '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).'
3888     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3889     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3890     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3891
3892 # VPP Performance Changes 3n-skx 2t1c ndr
3893 - type: "table"
3894   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3895   algorithm: "table_comparison"
3896   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3897   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3898   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3899   columns:
3900     - title: "2001.0-4"
3901       data-set: "vpp-performance-changes-3n-skx-h1"
3902     - title: "2005.0-4"
3903       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3904     - title: "2005.0-5"
3905       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3906     - title: "2009.0-5"
3907       data-set: "vpp-performance-changes-3n-skx-cmp"
3908   comparisons:
3909     - title: "2005.0-5 vs 2005.0-4"
3910       reference: 2
3911       compare: 3
3912 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3913     - title: "2009.0-5 vs 2005.0-5"
3914       reference: 3
3915       compare: 4
3916 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3917   legend:
3918     - ''
3919     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3920     - '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).'
3921     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3922     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3923     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3924
3925 # VPP Performance Changes 3n-skx 4t2c ndr
3926 - type: "table"
3927   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3928   algorithm: "table_comparison"
3929   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3930   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3931   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3932   columns:
3933     - title: "2001.0-4"
3934       data-set: "vpp-performance-changes-3n-skx-h1"
3935     - title: "2005.0-4"
3936       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3937     - title: "2005.0-5"
3938       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3939     - title: "2009.0-5"
3940       data-set: "vpp-performance-changes-3n-skx-cmp"
3941   comparisons:
3942     - title: "2005.0-5 vs 2005.0-4"
3943       reference: 2
3944       compare: 3
3945 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3946     - title: "2009.0-5 vs 2005.0-5"
3947       reference: 3
3948       compare: 4
3949 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3950   legend:
3951     - ''
3952     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3953     - '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).'
3954     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3955     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3956     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3957
3958 # VPP Performance Changes 2n-skx 2t1c pdr
3959 - type: "table"
3960   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3961   algorithm: "table_comparison"
3962   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3963   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3964   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3965   columns:
3966     - title: "2001.0-4"
3967       data-set: "vpp-performance-changes-2n-skx-h1"
3968     - title: "2005.0-4"
3969       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3970     - title: "2005.0-5"
3971       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3972     - title: "2009.0-5"
3973       data-set: "vpp-performance-changes-2n-skx-cmp"
3974   comparisons:
3975     - title: "2005.0-5 vs 2005.0-4"
3976       reference: 2
3977       compare: 3
3978 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3979     - title: "2009.0-5 vs 2005.0-5"
3980       reference: 3
3981       compare: 4
3982 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3983   legend:
3984     - ''
3985     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3986     - '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).'
3987     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3988     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3989     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3990
3991 # VPP Performance Changes 2n-skx 4t2c pdr
3992 - type: "table"
3993   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3994   algorithm: "table_comparison"
3995   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3996   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3997   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3998   columns:
3999     - title: "2001.0-4"
4000       data-set: "vpp-performance-changes-2n-skx-h1"
4001     - title: "2005.0-4"
4002       data-set: "vpp-performance-changes-2n-skx-ref-env4"
4003     - title: "2005.0-5"
4004       data-set: "vpp-performance-changes-2n-skx-ref-env5"
4005     - title: "2009.0-5"
4006       data-set: "vpp-performance-changes-2n-skx-cmp"
4007   comparisons:
4008     - title: "2005.0-5 vs 2005.0-4"
4009       reference: 2
4010       compare: 3
4011 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
4012     - title: "2009.0-5 vs 2005.0-5"
4013       reference: 3
4014       compare: 4
4015 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
4016   legend:
4017     - ''
4018     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4019     - '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).'
4020     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4021     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4022     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4023
4024 # VPP Performance Changes 2n-skx 2t1c ndr
4025 - type: "table"
4026   title: "VPP Performance Changes 2n-skx 2t1c ndr"
4027   algorithm: "table_comparison"
4028   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
4029   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4030   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4031   columns:
4032     - title: "2001.0-4"
4033       data-set: "vpp-performance-changes-2n-skx-h1"
4034     - title: "2005.0-4"
4035       data-set: "vpp-performance-changes-2n-skx-ref-env4"
4036     - title: "2005.0-5"
4037       data-set: "vpp-performance-changes-2n-skx-ref-env5"
4038     - title: "2009.0-5"
4039       data-set: "vpp-performance-changes-2n-skx-cmp"
4040   comparisons:
4041     - title: "2005.0-5 vs 2005.0-4"
4042       reference: 2
4043       compare: 3
4044 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
4045     - title: "2009.0-5 vs 2005.0-5"
4046       reference: 3
4047       compare: 4
4048 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
4049   legend:
4050     - ''
4051     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4052     - '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).'
4053     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4054     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4055     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4056
4057 # VPP Performance Changes 2n-skx 4t2c ndr
4058 - type: "table"
4059   title: "VPP Performance Changes 2n-skx 4t2c ndr"
4060   algorithm: "table_comparison"
4061   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
4062   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4063   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4064   columns:
4065     - title: "2001.0-4"
4066       data-set: "vpp-performance-changes-2n-skx-h1"
4067     - title: "2005.0-4"
4068       data-set: "vpp-performance-changes-2n-skx-ref-env4"
4069     - title: "2005.0-5"
4070       data-set: "vpp-performance-changes-2n-skx-ref-env5"
4071     - title: "2009.0-5"
4072       data-set: "vpp-performance-changes-2n-skx-cmp"
4073   comparisons:
4074     - title: "2005.0-5 vs 2005.0-4"
4075       reference: 2
4076       compare: 3
4077 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
4078     - title: "2009.0-5 vs 2005.0-5"
4079       reference: 3
4080       compare: 4
4081 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
4082   legend:
4083     - ''
4084     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4085     - '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).'
4086     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4087     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4088     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4089
4090 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
4091 - type: "table"
4092   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
4093   algorithm: "table_comparison"
4094   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
4095   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4096   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4097   columns:
4098     - title: "2001.0-4"
4099       data-set: "vpp-performance-changes-2n-clx-h1"
4100     - title: "2005.0-4"
4101       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4102     - title: "2005.0-5"
4103       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4104     - title: "2009.0-5"
4105       data-set: "vpp-performance-changes-2n-clx-cmp"
4106   comparisons:
4107     - title: "2005.0-5 vs 2005.0-4"
4108       reference: 2
4109       compare: 3
4110 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4111     - title: "2009.0-5 vs 2005.0-5"
4112       reference: 3
4113       compare: 4
4114 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4115   legend:
4116     - ''
4117     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4118     - '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).'
4119     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4120     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4121     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4122
4123 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
4124 - type: "table"
4125   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
4126   algorithm: "table_comparison"
4127   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
4128   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4129   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4130   columns:
4131     - title: "2001.0-4"
4132       data-set: "vpp-performance-changes-2n-clx-h1"
4133     - title: "2005.0-4"
4134       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4135     - title: "2005.0-5"
4136       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4137     - title: "2009.0-5"
4138       data-set: "vpp-performance-changes-2n-clx-cmp"
4139   comparisons:
4140     - title: "2005.0-5 vs 2005.0-4"
4141       reference: 2
4142       compare: 3
4143 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4144     - title: "2009.0-5 vs 2005.0-5"
4145       reference: 3
4146       compare: 4
4147 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4148   legend:
4149     - ''
4150     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4151     - '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).'
4152     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4153     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4154     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4155
4156 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
4157 - type: "table"
4158   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
4159   algorithm: "table_comparison"
4160   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
4161   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4162   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4163   columns:
4164     - title: "2001.0-4"
4165       data-set: "vpp-performance-changes-2n-clx-h1"
4166     - title: "2005.0-4"
4167       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4168     - title: "2005.0-5"
4169       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4170     - title: "2009.0-5"
4171       data-set: "vpp-performance-changes-2n-clx-cmp"
4172   comparisons:
4173     - title: "2005.0-5 vs 2005.0-4"
4174       reference: 2
4175       compare: 3
4176 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4177     - title: "2009.0-5 vs 2005.0-5"
4178       reference: 3
4179       compare: 4
4180 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4181   legend:
4182     - ''
4183     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4184     - '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).'
4185     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4186     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4187     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4188
4189 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
4190 - type: "table"
4191   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
4192   algorithm: "table_comparison"
4193   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
4194   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4195   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4196   columns:
4197     - title: "2001.0-4"
4198       data-set: "vpp-performance-changes-2n-clx-h1"
4199     - title: "2005.0-4"
4200       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4201     - title: "2005.0-5"
4202       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4203     - title: "2009.0-5"
4204       data-set: "vpp-performance-changes-2n-clx-cmp"
4205   comparisons:
4206     - title: "2005.0-5 vs 2005.0-4"
4207       reference: 2
4208       compare: 3
4209 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4210     - title: "2009.0-5 vs 2005.0-5"
4211       reference: 3
4212       compare: 4
4213 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4214   legend:
4215     - ''
4216     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4217     - '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).'
4218     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4219     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4220     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4221
4222 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
4223 #- type: "table"
4224 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
4225 #  algorithm: "table_comparison"
4226 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
4227 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4228 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4229 #  columns:
4230 #    - title: "2001.0-2"
4231 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4232 #    - title: "2005.0-3"
4233 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4234 #  comparisons:
4235 #    - title: "Diff"
4236 #      reference: 1
4237 #      compare: 2
4238 #  legend:
4239 #    - ''
4240 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4241 #    - '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).'
4242 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4243 #    - '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.'
4244 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4245 #
4246 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
4247 #- type: "table"
4248 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
4249 #  algorithm: "table_comparison"
4250 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
4251 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4252 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4253 #  columns:
4254 #    - title: "2001.0-2"
4255 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4256 #    - title: "2005.0-3"
4257 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4258 #  comparisons:
4259 #    - title: "Diff"
4260 #      reference: 1
4261 #      compare: 2
4262 #  legend:
4263 #    - ''
4264 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4265 #    - '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).'
4266 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4267 #    - '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.'
4268 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4269 #
4270 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
4271 #- type: "table"
4272 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
4273 #  algorithm: "table_comparison"
4274 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
4275 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4276 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4277 #  columns:
4278 #    - title: "2001.0-2"
4279 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4280 #    - title: "2005.0-3"
4281 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4282 #  comparisons:
4283 #    - title: "Diff"
4284 #      reference: 1
4285 #      compare: 2
4286 #  legend:
4287 #    - ''
4288 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4289 #    - '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).'
4290 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4291 #    - '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.'
4292 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4293 #
4294 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
4295 #- type: "table"
4296 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
4297 #  algorithm: "table_comparison"
4298 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
4299 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4300 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4301 #  columns:
4302 #    - title: "2001.0-2"
4303 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4304 #    - title: "2005.0-3"
4305 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4306 #  comparisons:
4307 #    - title: "Diff"
4308 #      reference: 1
4309 #      compare: 2
4310 #  legend:
4311 #    - ''
4312 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4313 #    - '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).'
4314 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4315 #    - '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.'
4316 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4317
4318 # VPP Performance Changes 2n-dnv 1t1c pdr
4319 - type: "table"
4320   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
4321   algorithm: "table_comparison"
4322   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
4323   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4324   filter: "'1T1C'"
4325   columns:
4326     - title: "2001.0-2"
4327       data-set: "vpp-performance-changes-2n-dnv-h1"
4328     - title: "2005.0-5"
4329       data-set: "vpp-performance-changes-2n-dnv-ref"
4330     - title: "2009.0-5"
4331       data-set: "vpp-performance-changes-2n-dnv-cmp"
4332   comparisons:
4333     - title: "2009.0-5 vs 2005.0-5"
4334       reference: 2
4335       compare: 3
4336   legend:
4337     - ''
4338     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4339     - '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).'
4340     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4341     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4342
4343 # VPP Performance Changes 2n-dnv 2t2c pdr
4344 - type: "table"
4345   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
4346   algorithm: "table_comparison"
4347   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
4348   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4349   filter: "'2T2C'"
4350   columns:
4351     - title: "2001.0-2"
4352       data-set: "vpp-performance-changes-2n-dnv-h1"
4353     - title: "2005.0-5"
4354       data-set: "vpp-performance-changes-2n-dnv-ref"
4355     - title: "2009.0-5"
4356       data-set: "vpp-performance-changes-2n-dnv-cmp"
4357   comparisons:
4358     - title: "2009.0-5 vs 2005.0-5"
4359       reference: 2
4360       compare: 3
4361   legend:
4362     - ''
4363     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4364     - '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).'
4365     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4366     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4367
4368 # VPP Performance Changes 2n-dnv 1t1c ndr
4369 - type: "table"
4370   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
4371   algorithm: "table_comparison"
4372   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
4373   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4374   filter: "'1T1C'"
4375   columns:
4376     - title: "2001.0-2"
4377       data-set: "vpp-performance-changes-2n-dnv-h1"
4378     - title: "2005.0-5"
4379       data-set: "vpp-performance-changes-2n-dnv-ref"
4380     - title: "2009.0-5"
4381       data-set: "vpp-performance-changes-2n-dnv-cmp"
4382   comparisons:
4383     - title: "2009.0-5 vs 2005.0-5"
4384       reference: 2
4385       compare: 3
4386   legend:
4387     - ''
4388     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4389     - '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).'
4390     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4391     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4392
4393 # VPP Performance Changes 2n-dnv 2t2c ndr
4394 - type: "table"
4395   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4396   algorithm: "table_comparison"
4397   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4398   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4399   filter: "'2T2C'"
4400   columns:
4401     - title: "2001.0-2"
4402       data-set: "vpp-performance-changes-2n-dnv-h1"
4403     - title: "2005.0-5"
4404       data-set: "vpp-performance-changes-2n-dnv-ref"
4405     - title: "2009.0-5"
4406       data-set: "vpp-performance-changes-2n-dnv-cmp"
4407   comparisons:
4408     - title: "2009.0-5 vs 2005.0-5"
4409       reference: 2
4410       compare: 3
4411   legend:
4412     - ''
4413     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4414     - '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).'
4415     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4416     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4417
4418 # VPP Performance Changes 3n-dnv 1t1c pdr
4419 - type: "table"
4420   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4421   algorithm: "table_comparison"
4422   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4423   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4424   filter: "'1T1C'"
4425   columns:
4426     - title: "2001.0-2"
4427       data-set: "vpp-performance-changes-3n-dnv-h1"
4428     - title: "2005.0-5"
4429       data-set: "vpp-performance-changes-3n-dnv-ref"
4430     - title: "2009.0-5"
4431       data-set: "vpp-performance-changes-3n-dnv-cmp"
4432   comparisons:
4433     - title: "2009.0-5 vs 2005.0-5"
4434       reference: 2
4435       compare: 3
4436   legend:
4437     - ''
4438     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4439     - '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).'
4440     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4441     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4442
4443 # VPP Performance Changes 3n-dnv 2t2c pdr
4444 - type: "table"
4445   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4446   algorithm: "table_comparison"
4447   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4448   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4449   filter: "'2T2C'"
4450   columns:
4451     - title: "2001.0-2"
4452       data-set: "vpp-performance-changes-3n-dnv-h1"
4453     - title: "2005.0-5"
4454       data-set: "vpp-performance-changes-3n-dnv-ref"
4455     - title: "2009.0-5"
4456       data-set: "vpp-performance-changes-3n-dnv-cmp"
4457   comparisons:
4458     - title: "2009.0-5 vs 2005.0-5"
4459       reference: 2
4460       compare: 3
4461   legend:
4462     - ''
4463     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4464     - '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).'
4465     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4466     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4467
4468 # VPP Performance Changes 3n-dnv 1t1c ndr
4469 - type: "table"
4470   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4471   algorithm: "table_comparison"
4472   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4473   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4474   filter: "'1T1C'"
4475   columns:
4476     - title: "2001.0-2"
4477       data-set: "vpp-performance-changes-3n-dnv-h1"
4478     - title: "2005.0-5"
4479       data-set: "vpp-performance-changes-3n-dnv-ref"
4480     - title: "2009.0-5"
4481       data-set: "vpp-performance-changes-3n-dnv-cmp"
4482   comparisons:
4483     - title: "2009.0-5 vs 2005.0-5"
4484       reference: 2
4485       compare: 3
4486   legend:
4487     - ''
4488     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4489     - '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).'
4490     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4491     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4492
4493 # VPP Performance Changes 3n-dnv 2t2c ndr
4494 - type: "table"
4495   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4496   algorithm: "table_comparison"
4497   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4498   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4499   filter: "'2T2C'"
4500   columns:
4501     - title: "2001.0-2"
4502       data-set: "vpp-performance-changes-3n-dnv-h1"
4503     - title: "2005.0-5"
4504       data-set: "vpp-performance-changes-3n-dnv-ref"
4505     - title: "2009.0-5"
4506       data-set: "vpp-performance-changes-3n-dnv-cmp"
4507   comparisons:
4508     - title: "2009.0-5 vs 2005.0-5"
4509       reference: 2
4510       compare: 3
4511   legend:
4512     - ''
4513     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4514     - '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).'
4515     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4516     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4517
4518 # VPP Performance Changes 3n-tsh 1t1c pdr
4519 - type: "table"
4520   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4521   algorithm: "table_comparison"
4522   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4523   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4524   filter: "'1T1C'"
4525   columns:
4526     - title: "2001.0-4"
4527       data-set: "vpp-performance-changes-3n-tsh-h1"
4528     - title: "2005.0-4"
4529       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4530     - title: "2005.0-5"
4531       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4532     - title: "2009.0-5"
4533       data-set: "vpp-performance-changes-3n-tsh-cmp"
4534   comparisons:
4535     - title: "2005.0-5 vs 2005.0-4"
4536       reference: 2
4537       compare: 3
4538 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4539     - title: "2009.0-5 vs 2005.0-5"
4540       reference: 3
4541       compare: 4
4542 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4543   legend:
4544     - ''
4545     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4546     - '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).'
4547     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4548     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4549     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4550
4551 # VPP Performance Changes 3n-tsh 2t2c pdr
4552 - type: "table"
4553   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4554   algorithm: "table_comparison"
4555   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4556   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4557   filter: "'2T2C'"
4558   columns:
4559     - title: "2001.0-4"
4560       data-set: "vpp-performance-changes-3n-tsh-h1"
4561     - title: "2005.0-4"
4562       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4563     - title: "2005.0-5"
4564       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4565     - title: "2009.0-5"
4566       data-set: "vpp-performance-changes-3n-tsh-cmp"
4567   comparisons:
4568     - title: "2005.0-5 vs 2005.0-4"
4569       reference: 2
4570       compare: 3
4571 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4572     - title: "2009.0-5 vs 2005.0-5"
4573       reference: 3
4574       compare: 4
4575 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4576   legend:
4577     - ''
4578     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4579     - '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).'
4580     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4581     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4582     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4583
4584 # VPP Performance Changes 3n-tsh 1t1c ndr
4585 - type: "table"
4586   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4587   algorithm: "table_comparison"
4588   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4589   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4590   filter: "'1T1C'"
4591   columns:
4592     - title: "2001.0-4"
4593       data-set: "vpp-performance-changes-3n-tsh-h1"
4594     - title: "2005.0-4"
4595       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4596     - title: "2005.0-5"
4597       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4598     - title: "2009.0-5"
4599       data-set: "vpp-performance-changes-3n-tsh-cmp"
4600   comparisons:
4601     - title: "2005.0-5 vs 2005.0-4"
4602       reference: 2
4603       compare: 3
4604 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4605     - title: "2009.0-5 vs 2005.0-5"
4606       reference: 3
4607       compare: 4
4608 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4609   legend:
4610     - ''
4611     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4612     - '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).'
4613     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4614     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4615     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4616
4617 # VPP Performance Changes 3n-tsh 2t2c ndr
4618 - type: "table"
4619   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4620   algorithm: "table_comparison"
4621   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4622   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4623   filter: "'2T2C'"
4624   columns:
4625     - title: "2001.0-4"
4626       data-set: "vpp-performance-changes-3n-tsh-h1"
4627     - title: "2005.0-4"
4628       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4629     - title: "2005.0-5"
4630       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4631     - title: "2009.0-5"
4632       data-set: "vpp-performance-changes-3n-tsh-cmp"
4633   comparisons:
4634     - title: "2005.0-5 vs 2005.0-4"
4635       reference: 2
4636       compare: 3
4637 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4638     - title: "2009.0-5 vs 2005.0-5"
4639       reference: 3
4640       compare: 4
4641 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4642   legend:
4643     - ''
4644     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4645     - '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).'
4646     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4647     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4648     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4649
4650 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4651 - type: "table"
4652   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4653   algorithm: "table_comparison"
4654   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4655   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4656   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4657   columns:
4658     - title: "3n-hsw xl710"
4659       data-set: "vpp-compare-testbeds-ref"
4660       tag: "NIC_Intel-XL710"
4661     - title: "3n-skx xxv710"
4662       data-set: "vpp-compare-testbeds-cmp"
4663       tag: "NIC_Intel-XXV710"
4664   comparisons:
4665     - title: "Diff"
4666       reference: 1
4667       compare: 2
4668   legend:
4669     - ""
4670     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4671     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4672
4673 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4674 - type: "table"
4675   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4676   algorithm: "table_comparison"
4677   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4678   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4679   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4680   columns:
4681     - title: "3n-hsw xl710"
4682       data-set: "vpp-compare-testbeds-ref"
4683       tag: "NIC_Intel-XL710"
4684     - title: "3n-skx xxv710"
4685       data-set: "vpp-compare-testbeds-cmp"
4686       tag: "NIC_Intel-XXV710"
4687   comparisons:
4688     - title: "Diff"
4689       reference: 1
4690       compare: 2
4691   legend:
4692     - ""
4693     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4694     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4695
4696 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4697 - type: "table"
4698   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4699   algorithm: "table_comparison"
4700   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4701   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4702   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4703   columns:
4704     - title: "3n-hsw xl710"
4705       data-set: "vpp-compare-testbeds-ref"
4706       tag: "NIC_Intel-XL710"
4707     - title: "3n-skx xxv710"
4708       data-set: "vpp-compare-testbeds-cmp"
4709       tag: "NIC_Intel-XXV710"
4710   comparisons:
4711     - title: "Diff"
4712       reference: 1
4713       compare: 2
4714   legend:
4715     - ""
4716     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4717     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4718
4719 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4720 - type: "table"
4721   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4722   algorithm: "table_comparison"
4723   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4724   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4725   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4726   columns:
4727     - title: "3n-hsw xl710"
4728       data-set: "vpp-compare-testbeds-ref"
4729       tag: "NIC_Intel-XL710"
4730     - title: "3n-skx xxv710"
4731       data-set: "vpp-compare-testbeds-cmp"
4732       tag: "NIC_Intel-XXV710"
4733   comparisons:
4734     - title: "Diff"
4735       reference: 1
4736       compare: 2
4737   legend:
4738     - ""
4739     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4740     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4741
4742 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4743 - type: "table"
4744   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4745   algorithm: "table_comparison"
4746   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4747   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4748   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4749   columns:
4750     - title: "2n-skx"
4751       data-set: "vpp-compare-testbeds-skx-clx-ref"
4752     - title: "2n-clx"
4753       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4754   comparisons:
4755     - title: "Diff"
4756       reference: 1
4757       compare: 2
4758   legend:
4759     - ""
4760     - "2n-skx, 2n-clx - testbeds and NICs tested."
4761     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4762
4763 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4764 - type: "table"
4765   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4766   algorithm: "table_comparison"
4767   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4768   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4769   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4770   columns:
4771     - title: "2n-skx"
4772       data-set: "vpp-compare-testbeds-skx-clx-ref"
4773     - title: "2n-clx"
4774       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4775   comparisons:
4776     - title: "Diff"
4777       reference: 1
4778       compare: 2
4779   legend:
4780     - ""
4781     - "2n-skx, 2n-clx - testbeds and NICs tested."
4782     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4783
4784 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4785 - type: "table"
4786   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4787   algorithm: "table_comparison"
4788   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4789   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4790   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4791   columns:
4792     - title: "2n-skx"
4793       data-set: "vpp-compare-testbeds-skx-clx-ref"
4794     - title: "2n-clx"
4795       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4796   comparisons:
4797     - title: "Diff"
4798       reference: 1
4799       compare: 2
4800   legend:
4801     - ""
4802     - "2n-skx, 2n-clx - testbeds and NICs tested."
4803     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4804
4805 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4806 - type: "table"
4807   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4808   algorithm: "table_comparison"
4809   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4810   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4811   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4812   columns:
4813     - title: "2n-skx"
4814       data-set: "vpp-compare-testbeds-skx-clx-ref"
4815     - title: "2n-clx"
4816       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4817   comparisons:
4818     - title: "Diff"
4819       reference: 1
4820       compare: 2
4821   legend:
4822     - ""
4823     - "2n-skx, 2n-clx - testbeds and NICs tested."
4824     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4825
4826 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4827 - type: "table"
4828   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4829   algorithm: "table_comparison"
4830   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4831   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4832   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4833   columns:
4834     - title: "3n-hsw xl710"
4835       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4836       tag: "NIC_Intel-XL710"
4837     - title: "2n-clx xxv710"
4838       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4839       tag: "NIC_Intel-XXV710"
4840   comparisons:
4841     - title: "Diff"
4842       reference: 1
4843       compare: 2
4844   legend:
4845     - ""
4846     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4847     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4848
4849 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4850 - type: "table"
4851   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4852   algorithm: "table_comparison"
4853   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4854   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4855   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4856   columns:
4857     - title: "3n-hsw xl710"
4858       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4859       tag: "NIC_Intel-XL710"
4860     - title: "2n-clx xxv710"
4861       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4862       tag: "NIC_Intel-XXV710"
4863   comparisons:
4864     - title: "Diff"
4865       reference: 1
4866       compare: 2
4867   legend:
4868     - ""
4869     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4870     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4871
4872 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4873 - type: "table"
4874   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4875   algorithm: "table_comparison"
4876   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4877   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4878   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4879   columns:
4880     - title: "3n-hsw xl710"
4881       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4882       tag: "NIC_Intel-XL710"
4883     - title: "2n-clx xxv710"
4884       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4885       tag: "NIC_Intel-XXV710"
4886   comparisons:
4887     - title: "Diff"
4888       reference: 1
4889       compare: 2
4890   legend:
4891     - ""
4892     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4893     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4894
4895 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4896 - type: "table"
4897   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4898   algorithm: "table_comparison"
4899   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4900   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4901   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4902   columns:
4903     - title: "3n-hsw xl710"
4904       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4905       tag: "NIC_Intel-XL710"
4906     - title: "2n-clx xxv710"
4907       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4908       tag: "NIC_Intel-XXV710"
4909   comparisons:
4910     - title: "Diff"
4911       reference: 1
4912       compare: 2
4913   legend:
4914     - ""
4915     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4916     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4917
4918 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4919 - type: "table"
4920   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4921   algorithm: "table_comparison"
4922   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4923   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4924   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4925   columns:
4926     - title: "3n-skx"
4927       data-set: "vpp-compare-topologies-ref"
4928     - title: "2n-skx"
4929       data-set: "vpp-compare-topologies-cmp"
4930   comparisons:
4931     - title: "Diff"
4932       reference: 1
4933       compare: 2
4934   legend:
4935     - ""
4936     - "3n-skx, 2n-skx - topologies tested."
4937     - "Diff - difference between 3n-skx and 2n-skx topologies."
4938
4939 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4940 - type: "table"
4941   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4942   algorithm: "table_comparison"
4943   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4944   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4945   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4946   columns:
4947     - title: "3n-skx"
4948       data-set: "vpp-compare-topologies-ref"
4949     - title: "2n-skx"
4950       data-set: "vpp-compare-topologies-cmp"
4951   comparisons:
4952     - title: "Diff"
4953       reference: 1
4954       compare: 2
4955   legend:
4956     - ""
4957     - "3n-skx, 2n-skx - topologies tested."
4958     - "Diff - difference between 3n-skx and 2n-skx topologies."
4959
4960 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4961 - type: "table"
4962   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4963   algorithm: "table_comparison"
4964   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4965   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4966   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4967   columns:
4968     - title: "3n-skx"
4969       data-set: "vpp-compare-topologies-ref"
4970     - title: "2n-skx"
4971       data-set: "vpp-compare-topologies-cmp"
4972   comparisons:
4973     - title: "Diff"
4974       reference: 1
4975       compare: 2
4976   legend:
4977     - ""
4978     - "3n-skx, 2n-skx - topologies tested."
4979     - "Diff - difference between 3n-skx and 2n-skx topologies."
4980
4981 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4982 - type: "table"
4983   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4984   algorithm: "table_comparison"
4985   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4986   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4987   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4988   columns:
4989     - title: "3n-skx"
4990       data-set: "vpp-compare-topologies-ref"
4991     - title: "2n-skx"
4992       data-set: "vpp-compare-topologies-cmp"
4993   comparisons:
4994     - title: "Diff"
4995       reference: 1
4996       compare: 2
4997   legend:
4998     - ""
4999     - "3n-skx, 2n-skx - topologies tested."
5000     - "Diff - difference between 3n-skx and 2n-skx topologies."
5001
5002 # VPP Performance Changes 3n-hsw 1t1c mrr
5003 - type: "table"
5004   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
5005   algorithm: "table_comparison"
5006   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
5007   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5008   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5009   columns:
5010     - title: "2001.0-2"
5011       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5012     - title: "2005.0-4"
5013       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
5014     - title: "2005.0-5"
5015       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
5016     - title: "2009.0-5"
5017       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5018   comparisons:
5019     - title: "2005.0-5 vs 2005.0-4"
5020       reference: 2
5021       compare: 3
5022 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
5023     - title: "2009.0-5 vs 2005.0-5"
5024       reference: 3
5025       compare: 4
5026 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
5027   legend:
5028     - ''
5029     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5030     - '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).'
5031     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5032     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5033     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5034
5035 # VPP Performance Changes 3n-hsw 2t2c mrr
5036 - type: "table"
5037   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
5038   algorithm: "table_comparison"
5039   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
5040   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5041   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5042   columns:
5043     - title: "2001.0-2"
5044       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5045     - title: "2005.0-4"
5046       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
5047     - title: "2005.0-5"
5048       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
5049     - title: "2009.0-5"
5050       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5051   comparisons:
5052     - title: "2005.0-5 vs 2005.0-4"
5053       reference: 2
5054       compare: 3
5055 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
5056     - title: "2009.0-5 vs 2005.0-5"
5057       reference: 3
5058       compare: 4
5059 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
5060   legend:
5061     - ''
5062     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5063     - '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).'
5064     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5065     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5066     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5067
5068 # VPP Performance Changes 3n-hsw 4t4c mrr
5069 - type: "table"
5070   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
5071   algorithm: "table_comparison"
5072   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
5073   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5074   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5075   columns:
5076     - title: "2001.0-2"
5077       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5078     - title: "2005.0-4"
5079       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
5080     - title: "2005.0-5"
5081       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
5082     - title: "2009.0-5"
5083       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5084   comparisons:
5085     - title: "2005.0-5 vs 2005.0-4"
5086       reference: 2
5087       compare: 3
5088 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
5089     - title: "2009.0-5 vs 2005.0-5"
5090       reference: 3
5091       compare: 4
5092 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
5093   legend:
5094     - ''
5095     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5096     - '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).'
5097     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5098     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5099     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5100
5101 # VPP Performance Changes 3n-skx 2t1c mrr
5102 - type: "table"
5103   title: "VPP Performance Changes 3n-skx 2t1c mrr"
5104   algorithm: "table_comparison"
5105   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
5106   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5107   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5108   columns:
5109     - title: "2001.0-2"
5110       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5111     - title: "2005.0-4"
5112       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
5113     - title: "2005.0-5"
5114       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
5115     - title: "2009.0-5"
5116       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5117   comparisons:
5118     - title: "2005.0-5 vs 2005.0-4"
5119       reference: 2
5120       compare: 3
5121 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
5122     - title: "2009.0-5 vs 2005.0-5"
5123       reference: 2
5124       compare: 3
5125 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca2.yaml"
5126   legend:
5127     - ''
5128     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5129     - '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).'
5130     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5131     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5132     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5133
5134 # VPP Performance Changes 3n-skx 4t2c mrr
5135 - type: "table"
5136   title: "VPP Performance Changes 3n-skx 4t2c mrr"
5137   algorithm: "table_comparison"
5138   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
5139   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5140   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5141   columns:
5142     - title: "2001.0-2"
5143       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5144     - title: "2005.0-4"
5145       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
5146     - title: "2005.0-5"
5147       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
5148     - title: "2009.0-5"
5149       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5150   comparisons:
5151     - title: "2005.0-5 vs 2005.0-4"
5152       reference: 2
5153       compare: 3
5154 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca1.yaml"
5155     - title: "2009.0-5 vs 2005.0-5"
5156       reference: 2
5157       compare: 3
5158 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca2.yaml"
5159   legend:
5160     - ''
5161     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5162     - '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).'
5163     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5164     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5165     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5166
5167 # VPP Performance Changes 3n-skx 8t4c mrr
5168 - type: "table"
5169   title: "VPP Performance Changes 3n-skx 8t4c mrr"
5170   algorithm: "table_comparison"
5171   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
5172   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5173   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5174   columns:
5175     - title: "2001.0-2"
5176       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5177     - title: "2005.0-4"
5178       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
5179     - title: "2005.0-5"
5180       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
5181     - title: "2009.0-5"
5182       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5183   comparisons:
5184     - title: "2005.0-5 vs 2005.0-4"
5185       reference: 2
5186       compare: 3
5187 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca1.yaml"
5188     - title: "2009.0-5 vs 2005.0-5"
5189       reference: 2
5190       compare: 3
5191 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca2.yaml"
5192   legend:
5193     - ''
5194     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5195     - '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).'
5196     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5197     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5198     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5199
5200 # VPP Performance Changes 2n-skx 2t1c mrr
5201 - type: "table"
5202   title: "VPP Performance Changes 2n-skx 2t1c mrr"
5203   algorithm: "table_comparison"
5204   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
5205   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5206   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5207   columns:
5208     - title: "2001.0-2"
5209       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5210     - title: "2005.0-4"
5211       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5212     - title: "2005.0-5"
5213       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5214     - title: "2009.0-5"
5215       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5216   comparisons:
5217     - title: "2005.0-5 vs 2005.0-4"
5218       reference: 2
5219       compare: 3
5220 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
5221     - title: "2009.0-5 vs 2005.0-4"
5222       reference: 3
5223       compare: 4
5224 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
5225   legend:
5226     - ''
5227     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5228     - '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).'
5229     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5230     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5231     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5232
5233 # VPP Performance Changes 2n-skx 4t2c mrr
5234 - type: "table"
5235   title: "VPP Performance Changes 2n-skx 4t2c mrr"
5236   algorithm: "table_comparison"
5237   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
5238   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5239   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5240   columns:
5241     - title: "2001.0-2"
5242       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5243     - title: "2005.0-4"
5244       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5245     - title: "2005.0-5"
5246       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5247     - title: "2009.0-5"
5248       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5249   comparisons:
5250     - title: "2005.0-5 vs 2005.0-4"
5251       reference: 2
5252       compare: 3
5253 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
5254     - title: "2009.0-5 vs 2005.0-4"
5255       reference: 3
5256       compare: 4
5257 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
5258   legend:
5259     - ''
5260     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5261     - '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).'
5262     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5263     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5264     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5265
5266 # VPP Performance Changes 2n-skx 8t4c mrr
5267 - type: "table"
5268   title: "VPP Performance Changes 2n-skx 8t4c mrr"
5269   algorithm: "table_comparison"
5270   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
5271   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5272   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5273   columns:
5274     - title: "2001.0-2"
5275       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5276     - title: "2005.0-4"
5277       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5278     - title: "2005.0-5"
5279       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5280     - title: "2009.0-5"
5281       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5282   comparisons:
5283     - title: "2005.0-5 vs 2005.0-4"
5284       reference: 2
5285       compare: 3
5286 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
5287     - title: "2009.0-5 vs 2005.0-4"
5288       reference: 3
5289       compare: 4
5290 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
5291   legend:
5292     - ''
5293     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5294     - '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).'
5295     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5296     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5297     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5298
5299 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
5300 - type: "table"
5301   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
5302   algorithm: "table_comparison"
5303   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
5304   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5305   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5306   columns:
5307     - title: "2001.0-2"
5308       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5309     - title: "2005.0-4"
5310       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5311     - title: "2005.0-5"
5312       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5313     - title: "2009.0-5"
5314       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5315   comparisons:
5316     - title: "2005.0-5 vs 2005.0-4"
5317       reference: 2
5318       compare: 3
5319 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
5320     - title: "2009.0-5 vs 2005.0-5"
5321       reference: 3
5322       compare: 4
5323 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
5324   legend:
5325     - ''
5326     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5327     - '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).'
5328     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5329     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5330     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5331
5332 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
5333 - type: "table"
5334   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
5335   algorithm: "table_comparison"
5336   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
5337   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5338   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5339   columns:
5340     - title: "2001.0-2"
5341       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5342     - title: "2005.0-4"
5343       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5344     - title: "2005.0-5"
5345       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5346     - title: "2009.0-5"
5347       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5348   comparisons:
5349     - title: "2005.0-5 vs 2005.0-4"
5350       reference: 2
5351       compare: 3
5352 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
5353     - title: "2009.0-5 vs 2005.0-5"
5354       reference: 3
5355       compare: 4
5356 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
5357   legend:
5358     - ''
5359     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5360     - '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).'
5361     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5362     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5363     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5364
5365 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
5366 - type: "table"
5367   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
5368   algorithm: "table_comparison"
5369   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
5370   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5371   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5372   columns:
5373     - title: "2001.0-2"
5374       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5375     - title: "2005.0-4"
5376       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5377     - title: "2005.0-5"
5378       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5379     - title: "2009.0-5"
5380       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5381   comparisons:
5382     - title: "2005.0-5 vs 2005.0-4"
5383       reference: 2
5384       compare: 3
5385 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
5386     - title: "2009.0-5 vs 2005.0-5"
5387       reference: 3
5388       compare: 4
5389 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
5390   legend:
5391     - ''
5392     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5393     - '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).'
5394     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5395     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5396     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5397
5398 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
5399 #- type: "table"
5400 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
5401 #  algorithm: "table_comparison"
5402 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
5403 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5404 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5405 #  columns:
5406 #    - title: "2001"
5407 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5408 #    - title: "2005"
5409 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5410 #  comparisons:
5411 #    - title: "Diff"
5412 #      reference: 1
5413 #      compare: 2
5414 #  legend:
5415 #    - ""
5416 #    - "2001, 2005 - VPP versions tested."
5417 #    - "Diff - difference between 2001 and 2005 VPP version."
5418 #
5419 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
5420 #- type: "table"
5421 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
5422 #  algorithm: "table_comparison"
5423 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
5424 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5425 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5426 #  columns:
5427 #    - title: "2001"
5428 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5429 #    - title: "2005"
5430 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5431 #  comparisons:
5432 #    - title: "Diff"
5433 #      reference: 1
5434 #      compare: 2
5435 #  legend:
5436 #    - ""
5437 #    - "2001, 2005 - VPP versions tested."
5438 #    - "Diff - difference between 2001 and 2005 VPP version."
5439 #
5440 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
5441 #- type: "table"
5442 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
5443 #  algorithm: "table_comparison"
5444 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
5445 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5446 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5447 #  columns:
5448 #    - title: "2001"
5449 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5450 #    - title: "2005"
5451 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5452 #  comparisons:
5453 #    - title: "Diff"
5454 #      reference: 1
5455 #      compare: 2
5456 #  legend:
5457 #    - ""
5458 #    - "2001, 2005 - VPP versions tested."
5459 #    - "Diff - difference between 2001 and 2005 VPP version."
5460
5461 # VPP Performance Changes 2n-dnv 1t1c mrr
5462 - type: "table"
5463   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
5464   algorithm: "table_comparison"
5465   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
5466   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5467   filter: "'1T1C'"
5468   columns:
5469     - title: "2001.0-2"
5470       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5471     - title: "2005.0-5"
5472       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5473     - title: "2009.0-5"
5474       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5475   comparisons:
5476     - title: "2009.0-5 vs 2005.0-5"
5477       reference: 2
5478       compare: 3
5479   legend:
5480     - ''
5481     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5482     - '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).'
5483     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5484     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5485
5486 # VPP Performance Changes 2n-dnv 2t2c mrr
5487 - type: "table"
5488   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
5489   algorithm: "table_comparison"
5490   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
5491   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5492   filter: "'2T2C'"
5493   columns:
5494     - title: "2001.0-2"
5495       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5496     - title: "2005.0-5"
5497       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5498     - title: "2009.0-5"
5499       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5500   comparisons:
5501     - title: "2009.0-5 vs 2005.0-5"
5502       reference: 2
5503       compare: 3
5504   legend:
5505     - ''
5506     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5507     - '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).'
5508     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5509     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5510
5511 # VPP Performance Changes 2n-dnv 4t4c mrr
5512 - type: "table"
5513   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5514   algorithm: "table_comparison"
5515   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5516   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5517   filter: "'4T4C'"
5518   columns:
5519     - title: "2001.0-2"
5520       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5521     - title: "2005.0-5"
5522       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5523     - title: "2009.0-5"
5524       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5525   comparisons:
5526     - title: "2009.0-5 vs 2005.0-5"
5527       reference: 2
5528       compare: 3
5529   legend:
5530     - ''
5531     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5532     - '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).'
5533     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5534     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5535
5536 # VPP Performance Changes 3n-dnv 1t1c mrr
5537 - type: "table"
5538   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5539   algorithm: "table_comparison"
5540   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5541   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5542   filter: "'1T1C'"
5543   columns:
5544     - title: "2001.0-2"
5545       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5546     - title: "2005.0-5"
5547       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5548     - title: "2009.0-5"
5549       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5550   comparisons:
5551     - title: "2009.0-5 vs 2005.0-5"
5552       reference: 2
5553       compare: 3
5554   legend:
5555     - ''
5556     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5557     - '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).'
5558     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5559     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5560
5561 # VPP Performance Changes 3n-dnv 2t2c mrr
5562 - type: "table"
5563   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5564   algorithm: "table_comparison"
5565   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5566   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5567   filter: "'2T2C'"
5568   columns:
5569     - title: "2001.0-2"
5570       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5571     - title: "2005.0-5"
5572       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5573     - title: "2009.0-5"
5574       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5575   comparisons:
5576     - title: "2009.0-5 vs 2005.0-5"
5577       reference: 2
5578       compare: 3
5579   legend:
5580     - ''
5581     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5582     - '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).'
5583     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5584     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5585
5586 # VPP Performance Changes 3n-dnv 4t4c mrr
5587 - type: "table"
5588   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5589   algorithm: "table_comparison"
5590   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5591   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5592   filter: "'4T4C'"
5593   columns:
5594     - title: "2001.0-2"
5595       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5596     - title: "2005.0-5"
5597       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5598     - title: "2009.0-5"
5599       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5600   comparisons:
5601     - title: "2009.0-5 vs 2005.0-5"
5602       reference: 2
5603       compare: 3
5604   legend:
5605     - ''
5606     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5607     - '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).'
5608     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5609     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5610
5611 # VPP Performance Changes 3n-tsh 1t1c mrr
5612 - type: "table"
5613   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5614   algorithm: "table_comparison"
5615   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5616   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5617   filter: "'1T1C'"
5618   columns:
5619     - title: "2001.0-2"
5620       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5621     - title: "2005.0-4"
5622       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5623     - title: "2005.0-5"
5624       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5625     - title: "2009.0-5"
5626       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5627   comparisons:
5628     - title: "2005.0-5 vs 2005.0-4"
5629       reference: 2
5630       compare: 3
5631 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5632     - title: "2009.0-5 vs 2005.0-5"
5633       reference: 3
5634       compare: 4
5635 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
5636   legend:
5637     - ''
5638     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5639     - '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).'
5640     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5641     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5642     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5643
5644 # VPP Performance Changes 3n-tsh 2t2c mrr
5645 - type: "table"
5646   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5647   algorithm: "table_comparison"
5648   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5649   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5650   filter: "'2T2C'"
5651   columns:
5652     - title: "2001.0-2"
5653       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5654     - title: "2005.0-4"
5655       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5656     - title: "2005.0-5"
5657       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5658     - title: "2009.0-5"
5659       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5660   comparisons:
5661     - title: "2005.0-5 vs 2005.0-4"
5662       reference: 2
5663       compare: 3
5664 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
5665     - title: "2009.0-5 vs 2005.0-5"
5666       reference: 3
5667       compare: 4
5668 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
5669   legend:
5670     - ''
5671     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5672     - '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).'
5673     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5674     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5675     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5676
5677 # VPP Performance Changes 3n-tsh 4t4c mrr
5678 - type: "table"
5679   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5680   algorithm: "table_comparison"
5681   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5682   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5683   filter: "'4T4C'"
5684   columns:
5685     - title: "2001.0-2"
5686       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5687     - title: "2005.0-4"
5688       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5689     - title: "2005.0-5"
5690       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5691     - title: "2009.0-5"
5692       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5693   comparisons:
5694     - title: "2005.0-5 vs 2005.0-4"
5695       reference: 2
5696       compare: 3
5697 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
5698     - title: "2009.0-5 vs 2005.0-5"
5699       reference: 3
5700       compare: 4
5701 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
5702   legend:
5703     - ''
5704     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5705     - '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).'
5706     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5707     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5708     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5709
5710 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5711 - type: "table"
5712   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5713   algorithm: "table_comparison"
5714   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5715   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5716   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5717   columns:
5718     - title: "3n-hsw xl710"
5719       data-set: "vpp-compare-testbeds-mrr-ref"
5720       tag: "NIC_Intel-XL710"
5721     - title: "3n-skx xxv710"
5722       data-set: "vpp-compare-testbeds-mrr-cmp"
5723       tag: "NIC_Intel-XXV710"
5724   comparisons:
5725     - title: "Diff"
5726       reference: 1
5727       compare: 2
5728   legend:
5729     - ""
5730     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5731     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5732
5733 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5734 - type: "table"
5735   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5736   algorithm: "table_comparison"
5737   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5738   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5739   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5740   columns:
5741     - title: "3n-hsw xl710"
5742       data-set: "vpp-compare-testbeds-mrr-ref"
5743       tag: "NIC_Intel-XL710"
5744     - title: "3n-skx xxv710"
5745       data-set: "vpp-compare-testbeds-mrr-cmp"
5746       tag: "NIC_Intel-XXV710"
5747   comparisons:
5748     - title: "Diff"
5749       reference: 1
5750       compare: 2
5751   legend:
5752     - ""
5753     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5754     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5755
5756 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5757 - type: "table"
5758   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5759   algorithm: "table_comparison"
5760   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5761   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5762   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5763   columns:
5764     - title: "3n-hsw xl710"
5765       data-set: "vpp-compare-testbeds-mrr-ref"
5766       tag: "NIC_Intel-XL710"
5767     - title: "3n-skx xxv710"
5768       data-set: "vpp-compare-testbeds-mrr-cmp"
5769       tag: "NIC_Intel-XXV710"
5770   comparisons:
5771     - title: "Diff"
5772       reference: 1
5773       compare: 2
5774   legend:
5775     - ""
5776     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5777     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5778
5779 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5780 - type: "table"
5781   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5782   algorithm: "table_comparison"
5783   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5784   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5785   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5786   columns:
5787     - title: "2n-skx"
5788       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5789     - title: "2n-clx"
5790       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5791   comparisons:
5792     - title: "Diff"
5793       reference: 1
5794       compare: 2
5795   legend:
5796     - ""
5797     - "2n-skx, 2n-clx - testbeds and NICs tested."
5798     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5799
5800 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5801 - type: "table"
5802   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5803   algorithm: "table_comparison"
5804   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5805   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5806   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5807   columns:
5808     - title: "2n-skx"
5809       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5810     - title: "2n-clx"
5811       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5812   comparisons:
5813     - title: "Diff"
5814       reference: 1
5815       compare: 2
5816   legend:
5817     - ""
5818     - "2n-skx, 2n-clx - testbeds and NICs tested."
5819     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5820
5821 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5822 - type: "table"
5823   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5824   algorithm: "table_comparison"
5825   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5826   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5827   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5828   columns:
5829     - title: "2n-skx"
5830       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5831     - title: "2n-clx"
5832       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5833   comparisons:
5834     - title: "Diff"
5835       reference: 1
5836       compare: 2
5837   legend:
5838     - ""
5839     - "2n-skx, 2n-clx - testbeds and NICs tested."
5840     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5841
5842 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5843 - type: "table"
5844   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5845   algorithm: "table_comparison"
5846   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5847   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5848   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5849   columns:
5850     - title: "3n-skx"
5851       data-set: "vpp-compare-topologies-mrr-ref"
5852     - title: "2n-skx"
5853       data-set: "vpp-compare-topologies-mrr-cmp"
5854   comparisons:
5855     - title: "Diff"
5856       reference: 1
5857       compare: 2
5858   legend:
5859     - ""
5860     - "3n-skx, 2n-skx - topologies tested."
5861     - "Diff - difference between 3n-skx and 2n-skx topologies."
5862
5863 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5864 - type: "table"
5865   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5866   algorithm: "table_comparison"
5867   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5868   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5869   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5870   columns:
5871     - title: "3n-skx"
5872       data-set: "vpp-compare-topologies-mrr-ref"
5873     - title: "2n-skx"
5874       data-set: "vpp-compare-topologies-mrr-cmp"
5875   comparisons:
5876     - title: "Diff"
5877       reference: 1
5878       compare: 2
5879   legend:
5880     - ""
5881     - "3n-skx, 2n-skx - topologies tested."
5882     - "Diff - difference between 3n-skx and 2n-skx topologies."
5883
5884 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5885 - type: "table"
5886   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5887   algorithm: "table_comparison"
5888   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5889   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5890   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5891   columns:
5892     - title: "3n-skx"
5893       data-set: "vpp-compare-topologies-mrr-ref"
5894     - title: "2n-skx"
5895       data-set: "vpp-compare-topologies-mrr-cmp"
5896   comparisons:
5897     - title: "Diff"
5898       reference: 1
5899       compare: 2
5900   legend:
5901     - ""
5902     - "3n-skx, 2n-skx - topologies tested."
5903     - "Diff - difference between 3n-skx and 2n-skx topologies."
5904
5905 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5906 - type: "table"
5907   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5908   algorithm: "table_comparison"
5909   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5910   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5911   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5912   columns:
5913     - title: "3n-hsw xl710"
5914       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5915       tag: "NIC_Intel-XL710"
5916     - title: "2n-clx xxv710"
5917       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5918       tag: "NIC_Intel-XXV710"
5919   comparisons:
5920     - title: "Diff"
5921       reference: 1
5922       compare: 2
5923   legend:
5924     - ""
5925     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5926     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5927
5928 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5929 - type: "table"
5930   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5931   algorithm: "table_comparison"
5932   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5933   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5934   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5935   columns:
5936     - title: "3n-hsw xl710"
5937       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5938       tag: "NIC_Intel-XL710"
5939     - title: "2n-clx xxv710"
5940       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5941       tag: "NIC_Intel-XXV710"
5942   comparisons:
5943     - title: "Diff"
5944       reference: 1
5945       compare: 2
5946   legend:
5947     - ""
5948     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5949     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5950
5951 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5952 - type: "table"
5953   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5954   algorithm: "table_comparison"
5955   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5956   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5957   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5958   columns:
5959     - title: "3n-hsw xl710"
5960       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5961       tag: "NIC_Intel-XL710"
5962     - title: "2n-clx xxv710"
5963       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5964       tag: "NIC_Intel-XXV710"
5965   comparisons:
5966     - title: "Diff"
5967       reference: 1
5968       compare: 2
5969   legend:
5970     - ""
5971     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5972     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5973
5974 # Detailed Test Results - VPP Performance Results 3n-hsw
5975 - type: "table"
5976   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5977   algorithm: "table_merged_details"
5978   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5979   columns:
5980     - title: " |prein| Test Name |preout| "
5981       data: "data name"
5982     - 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| "
5983       data: "data msg"
5984   data: "vpp-perf-results-3n-hsw"
5985   filter: "all"
5986   parameters:
5987   - "name"
5988   - "parent"
5989   - "msg"
5990
5991 # Detailed Test Results - VPP Performance Results 3n-skx
5992 - type: "table"
5993   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5994   algorithm: "table_merged_details"
5995   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5996   columns:
5997     - title: " |prein| Test Name |preout| "
5998       data: "data name"
5999     - 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| "
6000       data: "data msg"
6001   data: "vpp-perf-results-3n-skx"
6002   filter: "all"
6003   remove-ndr: False
6004   parameters:
6005   - "name"
6006   - "parent"
6007   - "msg"
6008
6009 # Detailed Test Results - VPP Performance Results 2n-skx
6010 - type: "table"
6011   title: "Detailed Test Results - VPP Performance Results 2n-skx"
6012   algorithm: "table_merged_details"
6013   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
6014   columns:
6015     - title: " |prein| Test Name |preout| "
6016       data: "data name"
6017     - 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| "
6018       data: "data msg"
6019   data: "vpp-perf-results-2n-skx"
6020   filter: "all"
6021   remove-ndr: False
6022   parameters:
6023   - "name"
6024   - "parent"
6025   - "msg"
6026
6027 # Detailed Test Results - VPP Performance Results 2n-zn2
6028 - type: "table"
6029   title: "Detailed Test Results - VPP Performance Results 2n-zn2"
6030   algorithm: "table_merged_details"
6031   output-file: "{DIR[DTR,PERF,VPP,2N,ZN2]}/"
6032   columns:
6033     - title: " |prein| Test Name |preout| "
6034       data: "data name"
6035     - 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| "
6036       data: "data msg"
6037   data: "vpp-perf-results-2n-zn2"
6038   filter: "all"
6039   remove-ndr: False
6040   parameters:
6041   - "name"
6042   - "parent"
6043   - "msg"
6044
6045 # Detailed Test Results - VPP Performance Results 2n-clx
6046 - type: "table"
6047   title: "Detailed Test Results - VPP Performance Results 2n-clx"
6048   algorithm: "table_merged_details"
6049   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
6050   columns:
6051     - title: " |prein| Test Name |preout| "
6052       data: "data name"
6053     - 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| "
6054       data: "data msg"
6055   data: "vpp-perf-results-2n-clx"
6056   filter: "all"
6057   parameters:
6058   - "name"
6059   - "parent"
6060   - "msg"
6061
6062 # Detailed Test Results - VPP Performance Results 3n-tsh
6063 - type: "table"
6064   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
6065   algorithm: "table_merged_details"
6066   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
6067   columns:
6068     - title: " |prein| Test Name |preout| "
6069       data: "data name"
6070     - 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| "
6071       data: "data msg"
6072   data: "vpp-perf-results-3n-tsh"
6073   filter: "all"
6074   parameters:
6075   - "name"
6076   - "parent"
6077   - "msg"
6078
6079 # Detailed Test Results - VPP Performance Results 3n-dnv
6080 - type: "table"
6081   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
6082   algorithm: "table_merged_details"
6083   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
6084   columns:
6085     - title: " |prein| Test Name |preout| "
6086       data: "data name"
6087     - 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| "
6088       data: "data msg"
6089   data: "vpp-perf-results-3n-dnv"
6090   filter: "all"
6091   parameters:
6092   - "name"
6093   - "parent"
6094   - "msg"
6095
6096 # Detailed Test Results - VPP Performance Results 2n-dnv
6097 - type: "table"
6098   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
6099   algorithm: "table_merged_details"
6100   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
6101   columns:
6102     - title: " |prein| Test Name |preout| "
6103       data: "data name"
6104     - 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| "
6105       data: "data msg"
6106   data: "vpp-perf-results-2n-dnv"
6107   filter: "all"
6108   parameters:
6109   - "name"
6110   - "parent"
6111   - "msg"
6112
6113 # Test configuration - VPP Performance Test Configs 3n-hsw
6114 - type: "table"
6115   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
6116   algorithm: "table_merged_details"
6117   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
6118   columns:
6119     - title: " |prein| Test Name |preout| "
6120       data: "data name"
6121     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6122       data: "data conf-history"
6123   data: "vpp-perf-results-3n-hsw"
6124   filter: "all"
6125   parameters:
6126   - "parent"
6127   - "name"
6128   - "conf-history"
6129
6130 # Test configuration - VPP Performance Test Configs 3n-skx
6131 - type: "table"
6132   title: "Test configuration - VPP Performance Test Configs 3n-skx"
6133   algorithm: "table_merged_details"
6134   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
6135   columns:
6136     - title: " |prein| Test Name |preout| "
6137       data: "data name"
6138     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6139       data: "data conf-history"
6140   data: "vpp-perf-results-3n-skx"
6141   filter: "all"
6142   parameters:
6143   - "parent"
6144   - "name"
6145   - "conf-history"
6146
6147 # Test configuration - VPP Performance Test Configs 2n-skx
6148 - type: "table"
6149   title: "Test configuration - VPP Performance Test Configs 2n-skx"
6150   algorithm: "table_merged_details"
6151   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
6152   columns:
6153     - title: " |prein| Test Name |preout| "
6154       data: "data name"
6155     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6156       data: "data conf-history"
6157   data: "vpp-perf-results-2n-skx"
6158   filter: "all"
6159   parameters:
6160   - "parent"
6161   - "name"
6162   - "conf-history"
6163
6164 # Test configuration - VPP Performance Test Configs 2n-zn2
6165 - type: "table"
6166   title: "Test configuration - VPP Performance Test Configs 2n-zn2"
6167   algorithm: "table_merged_details"
6168   output-file: "{DIR[DTC,PERF,VPP,2N,ZN2]}/"
6169   columns:
6170     - title: " |prein| Test Name |preout| "
6171       data: "data name"
6172     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6173       data: "data conf-history"
6174   data: "vpp-perf-results-2n-zn2"
6175   filter: "all"
6176   parameters:
6177   - "parent"
6178   - "name"
6179   - "conf-history"
6180
6181 # Test configuration - VPP Performance Test Configs 2n-clx
6182 - type: "table"
6183   title: "Test configuration - VPP Performance Test Configs 2n-clx"
6184   algorithm: "table_merged_details"
6185   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
6186   columns:
6187     - title: " |prein| Test Name |preout| "
6188       data: "data name"
6189     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6190       data: "data conf-history"
6191   data: "vpp-perf-results-2n-clx"
6192   filter: "all"
6193   parameters:
6194   - "parent"
6195   - "name"
6196   - "conf-history"
6197
6198 # Test configuration - VPP Performance Test Configs 3n-tsh
6199 - type: "table"
6200   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
6201   algorithm: "table_merged_details"
6202   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
6203   columns:
6204     - title: " |prein| Test Name |preout| "
6205       data: "data name"
6206     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6207       data: "data conf-history"
6208   data: "vpp-perf-results-3n-tsh"
6209   filter: "all"
6210   parameters:
6211   - "parent"
6212   - "name"
6213   - "conf-history"
6214
6215 # Test configuration - VPP Performance Test Configs 3n-dnv
6216 - type: "table"
6217   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
6218   algorithm: "table_merged_details"
6219   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
6220   columns:
6221     - title: " |prein| Test Name |preout| "
6222       data: "data name"
6223     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6224       data: "data conf-history"
6225   data: "vpp-perf-results-3n-dnv"
6226   filter: "all"
6227   parameters:
6228   - "parent"
6229   - "name"
6230   - "conf-history"
6231
6232 # Test configuration - VPP Performance Test Configs 2n-dnv
6233 - type: "table"
6234   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
6235   algorithm: "table_merged_details"
6236   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
6237   columns:
6238     - title: " |prein| Test Name |preout| "
6239       data: "data name"
6240     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6241       data: "data conf-history"
6242   data: "vpp-perf-results-2n-dnv"
6243   filter: "all"
6244   parameters:
6245   - "parent"
6246   - "name"
6247   - "conf-history"
6248
6249 # Test Operational Data - VPP Performance Operational Data 3n-hsw
6250 - type: "table"
6251   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
6252   algorithm: "table_oper_data_html"
6253   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
6254   data: "vpp-perf-results-3n-hsw"
6255   filter: "all"
6256
6257 # Test Operational Data - VPP Performance Operational Data 3n-skx
6258 - type: "table"
6259   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
6260   algorithm: "table_oper_data_html"
6261   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
6262   data: "vpp-perf-results-3n-skx"
6263   filter: "all"
6264
6265 # Test Operational Data - VPP Performance Operational Data 2n-skx
6266 - type: "table"
6267   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
6268   algorithm: "table_oper_data_html"
6269   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
6270   data: "vpp-perf-results-2n-skx"
6271   filter: "all"
6272
6273 # Test Operational Data - VPP Performance Operational Data 2n-zn2
6274 - type: "table"
6275   title: "Test Operational Data - VPP Performance Operational Data 2n-zn2"
6276   algorithm: "table_oper_data_html"
6277   output-file: "{DIR[DTO,PERF,VPP,2N,ZN2]}/"
6278   data: "vpp-perf-results-2n-zn2"
6279   filter: "all"
6280
6281 # Test Operational Data - VPP Performance Operational Data 2n-clx
6282 - type: "table"
6283   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
6284   algorithm: "table_oper_data_html"
6285   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
6286   data: "vpp-perf-results-2n-clx"
6287   filter: "all"
6288
6289 # Test Operational Data - VPP Performance Operational Data 3n-tsh
6290 - type: "table"
6291   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
6292   algorithm: "table_oper_data_html"
6293   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
6294   data: "vpp-perf-results-3n-tsh"
6295   filter: "all"
6296
6297 # Test Operational Data - VPP Performance Operational Data 3n-dnv
6298 - type: "table"
6299   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
6300   algorithm: "table_oper_data_html"
6301   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
6302   data: "vpp-perf-results-3n-dnv"
6303   filter: "all"
6304
6305 # Test Operational Data - VPP Performance Operational Data 2n-dnv
6306 - type: "table"
6307   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
6308   algorithm: "table_oper_data_html"
6309   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
6310   data: "vpp-perf-results-2n-dnv"
6311   filter: "all"
6312
6313 # Detailed Test Results - VPP MRR Results 3n-hsw
6314 - type: "table"
6315   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
6316   algorithm: "table_merged_details"
6317   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
6318   columns:
6319     - title: " |prein| Test Name |preout| "
6320       data: "data name"
6321     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6322       data: "data msg"
6323   data: "vpp-mrr-results-3n-hsw"
6324   filter: "all"
6325   parameters:
6326   - "name"
6327   - "parent"
6328   - "msg"
6329
6330 # Detailed Test Results - VPP MRR Results 3n-skx
6331 - type: "table"
6332   title: "Detailed Test Results - VPP MRR Results 3n-skx"
6333   algorithm: "table_merged_details"
6334   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
6335   columns:
6336     - title: " |prein| Test Name |preout| "
6337       data: "data name"
6338     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6339       data: "data msg"
6340   data: "vpp-mrr-results-3n-skx"
6341   filter: "all"
6342   parameters:
6343   - "name"
6344   - "parent"
6345   - "msg"
6346
6347 # Detailed Test Results - VPP MRR Results 2n-skx
6348 - type: "table"
6349   title: "Detailed Test Results - VPP MRR Results 2n-skx"
6350   algorithm: "table_merged_details"
6351   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
6352   columns:
6353     - title: " |prein| Test Name |preout| "
6354       data: "data name"
6355     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6356       data: "data msg"
6357   data: "vpp-mrr-results-2n-skx"
6358   filter: "all"
6359   parameters:
6360   - "name"
6361   - "parent"
6362   - "msg"
6363
6364 # Detailed Test Results - VPP MRR Results 2n-zn2
6365 - type: "table"
6366   title: "Detailed Test Results - VPP MRR Results 2n-zn2"
6367   algorithm: "table_merged_details"
6368   output-file: "{DIR[DTR,MRR,VPP,2N,ZN2]}/"
6369   columns:
6370     - title: " |prein| Test Name |preout| "
6371       data: "data name"
6372     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6373       data: "data msg"
6374   data: "vpp-mrr-results-2n-zn2"
6375   filter: "all"
6376   parameters:
6377   - "name"
6378   - "parent"
6379   - "msg"
6380
6381 # Detailed Test Results - VPP MRR Results 2n-clx
6382 - type: "table"
6383   title: "Detailed Test Results - VPP MRR Results 2n-clx"
6384   algorithm: "table_merged_details"
6385   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
6386   columns:
6387     - title: " |prein| Test Name |preout| "
6388       data: "data name"
6389     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6390       data: "data msg"
6391   data: "vpp-mrr-results-2n-clx"
6392   filter: "all"
6393   parameters:
6394   - "name"
6395   - "parent"
6396   - "msg"
6397
6398 # Detailed Test Results - VPP MRR Results 3n-tsh
6399 - type: "table"
6400   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
6401   algorithm: "table_merged_details"
6402   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
6403   columns:
6404     - title: " |prein| Test Name |preout| "
6405       data: "data name"
6406     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6407       data: "data msg"
6408   data: "vpp-mrr-results-3n-tsh"
6409   filter: "all"
6410   parameters:
6411   - "name"
6412   - "parent"
6413   - "msg"
6414
6415 # Detailed Test Results - VPP MRR Results 3n-dnv
6416 - type: "table"
6417   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
6418   algorithm: "table_merged_details"
6419   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
6420   columns:
6421     - title: " |prein| Test Name |preout| "
6422       data: "data name"
6423     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6424       data: "data msg"
6425   data: "vpp-mrr-results-3n-dnv"
6426   filter: "all"
6427   parameters:
6428   - "name"
6429   - "parent"
6430   - "msg"
6431
6432 # Detailed Test Results - VPP MRR Results 2n-dnv
6433 - type: "table"
6434   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
6435   algorithm: "table_merged_details"
6436   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
6437   columns:
6438     - title: " |prein| Test Name |preout| "
6439       data: "data name"
6440     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6441       data: "data msg"
6442   data: "vpp-mrr-results-2n-dnv"
6443   filter: "all"
6444   parameters:
6445   - "name"
6446   - "parent"
6447   - "msg"
6448
6449 # Test configuration - VPP MRR Test Configs 3n-hsw
6450 - type: "table"
6451   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
6452   algorithm: "table_merged_details"
6453   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
6454   columns:
6455     - title: " |prein| Test Name |preout| "
6456       data: "data name"
6457     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6458       data: "data conf-history"
6459   data: "vpp-mrr-results-3n-hsw"
6460   filter: "all"
6461   parameters:
6462   - "parent"
6463   - "name"
6464   - "conf-history"
6465
6466 # Test configuration - VPP MRR Test Configs 3n-skx
6467 - type: "table"
6468   title: "Test configuration - VPP MRR Test Configs 3n-skx"
6469   algorithm: "table_merged_details"
6470   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
6471   columns:
6472     - title: " |prein| Test Name |preout| "
6473       data: "data name"
6474     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6475       data: "data conf-history"
6476   data: "vpp-mrr-results-3n-skx"
6477   filter: "all"
6478   parameters:
6479   - "parent"
6480   - "name"
6481   - "conf-history"
6482
6483 # Test configuration - VPP MRR Test Configs 2n-skx
6484 - type: "table"
6485   title: "Test configuration - VPP MRR Test Configs 2n-skx"
6486   algorithm: "table_merged_details"
6487   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
6488   columns:
6489     - title: " |prein| Test Name |preout| "
6490       data: "data name"
6491     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6492       data: "data conf-history"
6493   data: "vpp-mrr-results-2n-skx"
6494   filter: "all"
6495   parameters:
6496   - "parent"
6497   - "name"
6498   - "conf-history"
6499
6500 # Test configuration - VPP MRR Test Configs 2n-zn2
6501 - type: "table"
6502   title: "Test configuration - VPP MRR Test Configs 2n-zn2"
6503   algorithm: "table_merged_details"
6504   output-file: "{DIR[DTC,MRR,VPP,2N,ZN2]}/"
6505   columns:
6506     - title: " |prein| Test Name |preout| "
6507       data: "data name"
6508     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6509       data: "data conf-history"
6510   data: "vpp-mrr-results-2n-zn2"
6511   filter: "all"
6512   parameters:
6513   - "parent"
6514   - "name"
6515   - "conf-history"
6516
6517 # Test configuration - VPP MRR Test Configs 2n-clx
6518 - type: "table"
6519   title: "Test configuration - VPP MRR Test Configs 2n-clx"
6520   algorithm: "table_merged_details"
6521   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
6522   columns:
6523     - title: " |prein| Test Name |preout| "
6524       data: "data name"
6525     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6526       data: "data conf-history"
6527   data: "vpp-mrr-results-2n-clx"
6528   filter: "all"
6529   parameters:
6530   - "parent"
6531   - "name"
6532   - "conf-history"
6533
6534 # Test configuration - VPP MRR Test Configs 3n-tsh
6535 - type: "table"
6536   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
6537   algorithm: "table_merged_details"
6538   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
6539   columns:
6540     - title: " |prein| Test Name |preout| "
6541       data: "data name"
6542     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6543       data: "data conf-history"
6544   data: "vpp-mrr-results-3n-tsh"
6545   filter: "all"
6546   parameters:
6547   - "parent"
6548   - "name"
6549   - "conf-history"
6550
6551 # Test configuration - VPP MRR Test Configs 3n-dnv
6552 - type: "table"
6553   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
6554   algorithm: "table_merged_details"
6555   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
6556   columns:
6557     - title: " |prein| Test Name |preout| "
6558       data: "data name"
6559     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6560       data: "data conf-history"
6561   data: "vpp-mrr-results-3n-dnv"
6562   filter: "all"
6563   parameters:
6564   - "parent"
6565   - "name"
6566   - "conf-history"
6567
6568 # Test configuration - VPP MRR Test Configs 2n-dnv
6569 - type: "table"
6570   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
6571   algorithm: "table_merged_details"
6572   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
6573   columns:
6574     - title: " |prein| Test Name |preout| "
6575       data: "data name"
6576     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6577       data: "data conf-history"
6578   data: "vpp-mrr-results-2n-dnv"
6579   filter: "all"
6580   parameters:
6581   - "parent"
6582   - "name"
6583   - "conf-history"
6584
6585 # Detailed Test Results - VPP Device Results - Ubuntu
6586 - type: "table"
6587   title: "Detailed Test Results - VPP Device Results - Ubuntu"
6588   algorithm: "table_merged_details"
6589   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
6590   columns:
6591     - title: " |prein| Test Name |preout| "
6592       data: "data name"
6593     - title: " |prein| Status |preout| "
6594       data: "data status"
6595   data: "vpp-device-results-ubuntu"
6596   filter: "all"
6597   parameters:
6598   - "name"
6599   - "parent"
6600   - "doc"
6601   - "status"
6602
6603 # Test configuration - VPP Device Test Configs - Ubuntu
6604 - type: "table"
6605   title: "Test configuration - VPP Device Test Configs - Ubuntu"
6606   algorithm: "table_merged_details"
6607   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
6608   columns:
6609     - title: " |prein| Test Name |preout| "
6610       data: "data name"
6611     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6612       data: "data conf-history"
6613   data: "vpp-device-results-ubuntu"
6614   filter: "all"
6615   parameters:
6616   - "parent"
6617   - "name"
6618   - "conf-history"
6619
6620 ################################################################################
6621
6622 # DPDK Performance Changes 3n-hsw 1t1c pdr
6623 - type: "table"
6624   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6625   algorithm: "table_comparison"
6626   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6627   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6628   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6629   columns:
6630     - title: "2001"
6631       data-set: "dpdk-performance-changes-3n-hsw-h1"
6632     - title: "2005"
6633       data-set: "dpdk-performance-changes-3n-hsw-ref"
6634     - title: "2009"
6635       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6636   comparisons:
6637     - title: "Diff"
6638       reference: 2
6639       compare: 3
6640   legend:
6641     - ""
6642     - "2001, 2005, 2009 - DPDK versions tested."
6643     - "Diff - difference between 2005 and 2009 DPDK version."
6644
6645 # DPDK Performance Changes 3n-hsw 2t2c pdr
6646 - type: "table"
6647   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6648   algorithm: "table_comparison"
6649   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6650   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6651   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6652   columns:
6653     - title: "2001"
6654       data-set: "dpdk-performance-changes-3n-hsw-h1"
6655     - title: "2005"
6656       data-set: "dpdk-performance-changes-3n-hsw-ref"
6657     - title: "2009"
6658       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6659   comparisons:
6660     - title: "Diff"
6661       reference: 2
6662       compare: 3
6663   legend:
6664     - ""
6665     - "2001, 2005, 2009 - DPDK versions tested."
6666     - "Diff - difference between 2005 and 2009 DPDK version."
6667
6668 # DPDK Performance Changes 3n-hsw 1t1c pdr
6669 - type: "table"
6670   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6671   algorithm: "table_comparison"
6672   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6673   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6674   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6675   columns:
6676     - title: "2001"
6677       data-set: "dpdk-performance-changes-3n-hsw-h1"
6678     - title: "2005"
6679       data-set: "dpdk-performance-changes-3n-hsw-ref"
6680     - title: "2009"
6681       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6682   comparisons:
6683     - title: "Diff"
6684       reference: 2
6685       compare: 3
6686   legend:
6687     - ""
6688     - "2001, 2005, 2009 - DPDK versions tested."
6689     - "Diff - difference between 2005 and 2009 DPDK version."
6690
6691 # DPDK Performance Changes 3n-hsw 2t2c ndr
6692 - type: "table"
6693   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6694   algorithm: "table_comparison"
6695   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6696   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6697   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6698   columns:
6699     - title: "2001"
6700       data-set: "dpdk-performance-changes-3n-hsw-h1"
6701     - title: "2005"
6702       data-set: "dpdk-performance-changes-3n-hsw-ref"
6703     - title: "2009"
6704       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6705   comparisons:
6706     - title: "Diff"
6707       reference: 2
6708       compare: 3
6709   legend:
6710     - ""
6711     - "2001, 2005, 2009 - DPDK versions tested."
6712     - "Diff - difference between 2005 and 2009 DPDK version."
6713
6714 # DPDK Performance Changes 3n-skx 2t1c pdr
6715 - type: "table"
6716   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6717   algorithm: "table_comparison"
6718   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6719   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6720   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6721   columns:
6722     - title: "2001"
6723       data-set: "dpdk-performance-changes-3n-skx-h1"
6724     - title: "2005"
6725       data-set: "dpdk-performance-changes-3n-skx-ref"
6726     - title: "2009"
6727       data-set: "dpdk-performance-changes-3n-skx-cmp"
6728   comparisons:
6729     - title: "Diff"
6730       reference: 2
6731       compare: 3
6732   legend:
6733     - ""
6734     - "2001, 2005, 2009 - DPDK versions tested."
6735     - "Diff - difference between 2005 and 2009 DPDK version."
6736
6737 # DPDK Performance Changes 3n-skx 4t2c pdr
6738 - type: "table"
6739   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6740   algorithm: "table_comparison"
6741   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6742   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6743   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6744   columns:
6745     - title: "2001"
6746       data-set: "dpdk-performance-changes-3n-skx-h1"
6747     - title: "2005"
6748       data-set: "dpdk-performance-changes-3n-skx-ref"
6749     - title: "2009"
6750       data-set: "dpdk-performance-changes-3n-skx-cmp"
6751   comparisons:
6752     - title: "Diff"
6753       reference: 2
6754       compare: 3
6755   legend:
6756     - ""
6757     - "2001, 2005, 2009 - DPDK versions tested."
6758     - "Diff - difference between 2005 and 2009 DPDK version."
6759
6760 # DPDK Performance Changes 3n-skx 2t1c ndr
6761 - type: "table"
6762   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6763   algorithm: "table_comparison"
6764   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6765   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6766   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6767   columns:
6768     - title: "2001"
6769       data-set: "dpdk-performance-changes-3n-skx-h1"
6770     - title: "2005"
6771       data-set: "dpdk-performance-changes-3n-skx-ref"
6772     - title: "2009"
6773       data-set: "dpdk-performance-changes-3n-skx-cmp"
6774   comparisons:
6775     - title: "Diff"
6776       reference: 2
6777       compare: 3
6778   legend:
6779     - ""
6780     - "2001, 2005, 2009 - DPDK versions tested."
6781     - "Diff - difference between 2005 and 2009 DPDK version."
6782
6783 # DPDK Performance Changes 3n-skx 4t2c ndr
6784 - type: "table"
6785   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6786   algorithm: "table_comparison"
6787   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6788   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6789   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6790   columns:
6791     - title: "2001"
6792       data-set: "dpdk-performance-changes-3n-skx-h1"
6793     - title: "2005"
6794       data-set: "dpdk-performance-changes-3n-skx-ref"
6795     - title: "2009"
6796       data-set: "dpdk-performance-changes-3n-skx-cmp"
6797   comparisons:
6798     - title: "Diff"
6799       reference: 2
6800       compare: 3
6801   legend:
6802     - ""
6803     - "2001, 2005, 2009 - DPDK versions tested."
6804     - "Diff - difference between 2005 and 2009 DPDK version."
6805
6806 # DPDK Performance Changes 2n-skx 2t1c pdr
6807 - type: "table"
6808   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6809   algorithm: "table_comparison"
6810   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6811   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6812   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6813   columns:
6814     - title: "2001"
6815       data-set: "dpdk-performance-changes-2n-skx-h1"
6816     - title: "2005"
6817       data-set: "dpdk-performance-changes-2n-skx-ref"
6818     - title: "2009"
6819       data-set: "dpdk-performance-changes-2n-skx-cmp"
6820   comparisons:
6821     - title: "Diff"
6822       reference: 2
6823       compare: 3
6824   legend:
6825     - ""
6826     - "2001, 2005, 2009 - DPDK versions tested."
6827     - "Diff - difference between 2005 and 2009 DPDK version."
6828
6829 # DPDK Performance Changes 2n-skx 4t2c pdr
6830 - type: "table"
6831   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6832   algorithm: "table_comparison"
6833   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6834   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6835   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6836   columns:
6837     - title: "2001"
6838       data-set: "dpdk-performance-changes-2n-skx-h1"
6839     - title: "2005"
6840       data-set: "dpdk-performance-changes-2n-skx-ref"
6841     - title: "2009"
6842       data-set: "dpdk-performance-changes-2n-skx-cmp"
6843   comparisons:
6844     - title: "Diff"
6845       reference: 2
6846       compare: 3
6847   legend:
6848     - ""
6849     - "2001, 2005, 2009 - DPDK versions tested."
6850     - "Diff - difference between 2005 and 2009 DPDK version."
6851
6852 # DPDK Performance Changes 2n-skx 2t1c ndr
6853 - type: "table"
6854   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6855   algorithm: "table_comparison"
6856   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6857   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6858   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6859   columns:
6860     - title: "2001"
6861       data-set: "dpdk-performance-changes-2n-skx-h1"
6862     - title: "2005"
6863       data-set: "dpdk-performance-changes-2n-skx-ref"
6864     - title: "2009"
6865       data-set: "dpdk-performance-changes-2n-skx-cmp"
6866   comparisons:
6867     - title: "Diff"
6868       reference: 2
6869       compare: 3
6870   legend:
6871     - ""
6872     - "2001, 2005, 2009 - DPDK versions tested."
6873     - "Diff - difference between 2005 and 2009 DPDK version."
6874
6875 # DPDK Performance Changes 2n-skx 4t2c ndr
6876 - type: "table"
6877   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6878   algorithm: "table_comparison"
6879   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6880   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6881   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6882   columns:
6883     - title: "2001"
6884       data-set: "dpdk-performance-changes-2n-skx-h1"
6885     - title: "2005"
6886       data-set: "dpdk-performance-changes-2n-skx-ref"
6887     - title: "2009"
6888       data-set: "dpdk-performance-changes-2n-skx-cmp"
6889   comparisons:
6890     - title: "Diff"
6891       reference: 2
6892       compare: 3
6893   legend:
6894     - ""
6895     - "2001, 2005, 2009 - DPDK versions tested."
6896     - "Diff - difference between 2005 and 2009 DPDK version."
6897
6898 # DPDK Performance Changes 2n-clx 2t1c pdr
6899 - type: "table"
6900   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6901   algorithm: "table_comparison"
6902   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6903   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6904   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6905   columns:
6906     - title: "2001"
6907       data-set: "dpdk-performance-changes-2n-clx-h1"
6908     - title: "2005"
6909       data-set: "dpdk-performance-changes-2n-clx-ref"
6910     - title: "2009"
6911       data-set: "dpdk-performance-changes-2n-clx-cmp"
6912   comparisons:
6913     - title: "Diff"
6914       reference: 2
6915       compare: 3
6916   legend:
6917     - ""
6918     - "2001, 2005, 2009 - DPDK versions tested."
6919     - "Diff - difference between 2005 and 2009 DPDK version."
6920
6921 # DPDK Performance Changes 2n-clx 4t2c pdr
6922 - type: "table"
6923   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6924   algorithm: "table_comparison"
6925   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6926   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6927   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6928   columns:
6929     - title: "2001"
6930       data-set: "dpdk-performance-changes-2n-clx-h1"
6931     - title: "2005"
6932       data-set: "dpdk-performance-changes-2n-clx-ref"
6933     - title: "2009"
6934       data-set: "dpdk-performance-changes-2n-clx-cmp"
6935   comparisons:
6936     - title: "Diff"
6937       reference: 2
6938       compare: 3
6939   legend:
6940     - ""
6941     - "2001, 2005, 2009 - DPDK versions tested."
6942     - "Diff - difference between 2005 and 2009 DPDK version."
6943
6944 # DPDK Performance Changes 2n-clx 2t1c ndr
6945 - type: "table"
6946   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6947   algorithm: "table_comparison"
6948   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6949   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6950   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6951   columns:
6952     - title: "2001"
6953       data-set: "dpdk-performance-changes-2n-clx-h1"
6954     - title: "2005"
6955       data-set: "dpdk-performance-changes-2n-clx-ref"
6956     - title: "2009"
6957       data-set: "dpdk-performance-changes-2n-clx-cmp"
6958   comparisons:
6959     - title: "Diff"
6960       reference: 2
6961       compare: 3
6962   legend:
6963     - ""
6964     - "2001, 2005, 2009 - DPDK versions tested."
6965     - "Diff - difference between 2005 and 2009 DPDK version."
6966
6967 # DPDK Performance Changes 2n-clx 4t2c ndr
6968 - type: "table"
6969   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6970   algorithm: "table_comparison"
6971   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6972   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6973   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6974   columns:
6975     - title: "2001"
6976       data-set: "dpdk-performance-changes-2n-clx-h1"
6977     - title: "2005"
6978       data-set: "dpdk-performance-changes-2n-clx-ref"
6979     - title: "2009"
6980       data-set: "dpdk-performance-changes-2n-clx-cmp"
6981   comparisons:
6982     - title: "Diff"
6983       reference: 2
6984       compare: 3
6985   legend:
6986     - ""
6987     - "2001, 2005, 2009 - DPDK versions tested."
6988     - "Diff - difference between 2005 and 2009 DPDK version."
6989
6990 ## DPDK Performance Changes 2n-dnv 1t1c pdr
6991 #- type: "table"
6992 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6993 #  algorithm: "table_comparison"
6994 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6995 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6996 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6997 #  columns:
6998 #    - title: "2001"
6999 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
7000 #    - title: "2005"
7001 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
7002 #    - title: "2009"
7003 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
7004 #  comparisons:
7005 #    - title: "Diff"
7006 #      reference: 2
7007 #      compare: 3
7008 #  legend:
7009 #    - ""
7010 #    - "2001, 2005, 2009 - DPDK versions tested."
7011 #    - "Diff - difference between 2005 and 2009 DPDK version."
7012 #
7013 ## DPDK Performance Changes 2n-dnv 2t2c pdr
7014 #- type: "table"
7015 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
7016 #  algorithm: "table_comparison"
7017 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
7018 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7019 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7020 #  columns:
7021 #    - title: "2001"
7022 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
7023 #    - title: "2005"
7024 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
7025 #    - title: "2009"
7026 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
7027 #  comparisons:
7028 #    - title: "Diff"
7029 #      reference: 2
7030 #      compare: 3
7031 #  legend:
7032 #    - ""
7033 #    - "2001, 2005, 2009 - DPDK versions tested."
7034 #    - "Diff - difference between 2005 and 2009 DPDK version."
7035 #
7036 ## DPDK Performance Changes 2n-dnv 1t1c ndr
7037 #- type: "table"
7038 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
7039 #  algorithm: "table_comparison"
7040 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
7041 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7042 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7043 #  columns:
7044 #    - title: "2001"
7045 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
7046 #    - title: "2005"
7047 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
7048 #    - title: "2009"
7049 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
7050 #  comparisons:
7051 #    - title: "Diff"
7052 #      reference: 2
7053 #      compare: 3
7054 #  legend:
7055 #    - ""
7056 #    - "2001, 2005, 2009 - DPDK versions tested."
7057 #    - "Diff - difference between 2005 and 2009 DPDK version."
7058 #
7059 ## DPDK Performance Changes 2n-dnv 2t2c ndr
7060 #- type: "table"
7061 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
7062 #  algorithm: "table_comparison"
7063 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
7064 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7065 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7066 #  columns:
7067 #    - title: "2001"
7068 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
7069 #    - title: "2005"
7070 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
7071 #    - title: "2009"
7072 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
7073 #  comparisons:
7074 #    - title: "Diff"
7075 #      reference: 2
7076 #      compare: 3
7077 #  legend:
7078 #    - ""
7079 #    - "2001, 2005, 2009 - DPDK versions tested."
7080 #    - "Diff - difference between 2005 and 2009 DPDK version."
7081 #
7082 ## DPDK Performance Changes 3n-dnv 1t1c pdr
7083 #- type: "table"
7084 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
7085 #  algorithm: "table_comparison"
7086 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
7087 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7088 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7089 #  columns:
7090 #    - title: "2001"
7091 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7092 #    - title: "2005"
7093 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7094 #    - title: "2009"
7095 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7096 #  comparisons:
7097 #    - title: "Diff"
7098 #      reference: 2
7099 #      compare: 3
7100 #  legend:
7101 #    - ""
7102 #    - "2001, 2005, 2009 - DPDK versions tested."
7103 #    - "Diff - difference between 2005 and 2009 DPDK version."
7104 #
7105 ## DPDK Performance Changes 3n-dnv 2t2c pdr
7106 #- type: "table"
7107 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
7108 #  algorithm: "table_comparison"
7109 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
7110 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7111 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7112 #  columns:
7113 #    - title: "2001"
7114 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7115 #    - title: "2005"
7116 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7117 #    - title: "2009"
7118 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7119 #  comparisons:
7120 #    - title: "Diff"
7121 #      reference: 2
7122 #      compare: 3
7123 #  legend:
7124 #    - ""
7125 #    - "2001, 2005, 2009 - DPDK versions tested."
7126 #    - "Diff - difference between 2005 and 2009 DPDK version."
7127 #
7128 ## DPDK Performance Changes 3n-dnv 1t1c ndr
7129 #- type: "table"
7130 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
7131 #  algorithm: "table_comparison"
7132 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
7133 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7134 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7135 #  columns:
7136 #    - title: "2001"
7137 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7138 #    - title: "2005"
7139 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7140 #    - title: "2009"
7141 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7142 #  comparisons:
7143 #    - title: "Diff"
7144 #      reference: 2
7145 #      compare: 3
7146 #  legend:
7147 #    - ""
7148 #    - "2001, 2005, 2009 - DPDK versions tested."
7149 #    - "Diff - difference between 2005 and 2009 DPDK version."
7150 #
7151 ## DPDK Performance Changes 3n-dnv 2t2c ndr
7152 #- type: "table"
7153 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
7154 #  algorithm: "table_comparison"
7155 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
7156 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7157 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7158 #  columns:
7159 #    - title: "2001"
7160 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7161 #    - title: "2005"
7162 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7163 #    - title: "2009"
7164 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7165 #  comparisons:
7166 #    - title: "Diff"
7167 #      reference: 2
7168 #      compare: 3
7169 #  legend:
7170 #    - ""
7171 #    - "2001, 2005, 2009 - DPDK versions tested."
7172 #    - "Diff - difference between 2005 and 2009 DPDK version."
7173
7174 # DPDK Performance Changes 3n-tsh 1t1c pdr
7175 - type: "table"
7176   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
7177   algorithm: "table_comparison"
7178   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
7179   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7180   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7181   columns:
7182     - title: "2001"
7183       data-set: "dpdk-performance-changes-3n-tsh-h1"
7184     - title: "2005"
7185       data-set: "dpdk-performance-changes-3n-tsh-ref"
7186     - title: "2009"
7187       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7188   comparisons:
7189     - title: "Diff"
7190       reference: 2
7191       compare: 3
7192   legend:
7193     - ""
7194     - "2001, 2005, 2009 - DPDK versions tested."
7195     - "Diff - difference between 2005 and 2009 DPDK version."
7196
7197 # DPDK Performance Changes 3n-tsh 2t2c pdr
7198 - type: "table"
7199   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
7200   algorithm: "table_comparison"
7201   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
7202   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7203   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7204   columns:
7205     - title: "2001"
7206       data-set: "dpdk-performance-changes-3n-tsh-h1"
7207     - title: "2005"
7208       data-set: "dpdk-performance-changes-3n-tsh-ref"
7209     - title: "2009"
7210       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7211   comparisons:
7212     - title: "Diff"
7213       reference: 2
7214       compare: 3
7215   legend:
7216     - ""
7217     - "2001, 2005, 2009 - DPDK versions tested."
7218     - "Diff - difference between 2005 and 2009 DPDK version."
7219
7220 # DPDK Performance Changes 3n-tsh 1t1c ndr
7221 - type: "table"
7222   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
7223   algorithm: "table_comparison"
7224   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
7225   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7226   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7227   columns:
7228     - title: "2001"
7229       data-set: "dpdk-performance-changes-3n-tsh-h1"
7230     - title: "2005"
7231       data-set: "dpdk-performance-changes-3n-tsh-ref"
7232     - title: "2009"
7233       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7234   comparisons:
7235     - title: "Diff"
7236       reference: 2
7237       compare: 3
7238   legend:
7239     - ""
7240     - "2001, 2005, 2009 - DPDK versions tested."
7241     - "Diff - difference between 2005 and 2009 DPDK version."
7242
7243 # DPDK Performance Changes 3n-tsh 2t2c ndr
7244 - type: "table"
7245   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
7246   algorithm: "table_comparison"
7247   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
7248   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7249   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7250   columns:
7251     - title: "2001"
7252       data-set: "dpdk-performance-changes-3n-tsh-h1"
7253     - title: "2005"
7254       data-set: "dpdk-performance-changes-3n-tsh-ref"
7255     - title: "2009"
7256       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7257   comparisons:
7258     - title: "Diff"
7259       reference: 2
7260       compare: 3
7261   legend:
7262     - ""
7263     - "2001, 2005, 2009 - DPDK versions tested."
7264     - "Diff - difference between 2005 and 2009 DPDK version."
7265
7266 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
7267 - type: "table"
7268   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
7269   algorithm: "table_comparison"
7270   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
7271   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7272   filter: "'NIC_Intel-X710'"
7273   columns:
7274     - title: "3n-hsw x710"
7275       data-set: "dpdk-compare-testbeds-ref"
7276     - title: "3n-skx x710"
7277       data-set: "dpdk-compare-testbeds-cmp"
7278   comparisons:
7279     - title: "Diff"
7280       reference: 1
7281       compare: 2
7282   legend:
7283     - ""
7284     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7285     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7286
7287 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
7288 - type: "table"
7289   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
7290   algorithm: "table_comparison"
7291   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
7292   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7293   filter: "'NIC_Intel-X710'"
7294   columns:
7295     - title: "3n-hsw x710"
7296       data-set: "dpdk-compare-testbeds-ref"
7297     - title: "3n-skx x710"
7298       data-set: "dpdk-compare-testbeds-cmp"
7299   comparisons:
7300     - title: "Diff"
7301       reference: 1
7302       compare: 2
7303   legend:
7304     - ""
7305     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7306     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7307
7308 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
7309 - type: "table"
7310   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
7311   algorithm: "table_comparison"
7312   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
7313   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7314   filter: "'NIC_Intel-XXV710'"
7315   columns:
7316     - title: "2n-skx"
7317       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7318     - title: "2n-clx"
7319       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7320   comparisons:
7321     - title: "Diff"
7322       reference: 1
7323       compare: 2
7324   legend:
7325     - ""
7326     - "2n-skx, 2n-clx - testbeds and NICs tested."
7327     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7328
7329 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
7330 - type: "table"
7331   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
7332   algorithm: "table_comparison"
7333   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
7334   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7335   filter: "'NIC_Intel-XXV710'"
7336   columns:
7337     - title: "2n-skx"
7338       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7339     - title: "2n-clx"
7340       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7341   comparisons:
7342     - title: "Diff"
7343       reference: 1
7344       compare: 2
7345   legend:
7346     - ""
7347     - "2n-skx, 2n-clx - testbeds and NICs tested."
7348     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7349
7350 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
7351 - type: "table"
7352   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
7353   algorithm: "table_comparison"
7354   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
7355   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7356   filter: "'NIC_Intel-XXV710'"
7357   columns:
7358     - title: "3n-skx"
7359       data-set: "dpdk-compare-topologies-ref"
7360     - title: "2n-skx"
7361       data-set: "dpdk-compare-topologies-cmp"
7362   comparisons:
7363     - title: "Diff"
7364       reference: 1
7365       compare: 2
7366   legend:
7367     - ""
7368     - "3n-skx, 2n-skx - topologies tested."
7369     - "Diff - difference between 3n-skx and 2n-skx topologies."
7370
7371 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
7372 - type: "table"
7373   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
7374   algorithm: "table_comparison"
7375   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
7376   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7377   filter: "'NIC_Intel-XXV710'"
7378   columns:
7379     - title: "3n-skx"
7380       data-set: "dpdk-compare-topologies-ref"
7381     - title: "2n-skx"
7382       data-set: "dpdk-compare-topologies-cmp"
7383   comparisons:
7384     - title: "Diff"
7385       reference: 1
7386       compare: 2
7387   legend:
7388     - ""
7389     - "3n-skx, 2n-skx - topologies tested."
7390     - "Diff - difference between 3n-skx and 2n-skx topologies."
7391
7392 # Detailed Test Results - DPDK Performance Results 3n-hsw
7393 - type: "table"
7394   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
7395   algorithm: "table_merged_details"
7396   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
7397   columns:
7398     - title: " |prein| Test Name |preout| "
7399       data: "data name"
7400     - 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| "
7401       data: "data msg"
7402   data: "dpdk-perf-results-3n-hsw"
7403   filter: "all"
7404   parameters:
7405   - "name"
7406   - "parent"
7407   - "msg"
7408
7409 # Detailed Test Results - DPDK Performance Results 3n-skx
7410 - type: "table"
7411   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
7412   algorithm: "table_merged_details"
7413   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
7414   columns:
7415     - title: " |prein| Test Name |preout| "
7416       data: "data name"
7417     - 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| "
7418       data: "data msg"
7419   data: "dpdk-perf-results-3n-skx"
7420   filter: "all"
7421   remove-ndr: False
7422   parameters:
7423   - "name"
7424   - "parent"
7425   - "msg"
7426
7427 # Detailed Test Results - DPDK Performance Results 2n-skx
7428 - type: "table"
7429   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
7430   algorithm: "table_merged_details"
7431   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
7432   columns:
7433     - title: " |prein| Test Name |preout| "
7434       data: "data name"
7435     - 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| "
7436       data: "data msg"
7437   data: "dpdk-perf-results-2n-skx"
7438   filter: "all"
7439   remove-ndr: False
7440   parameters:
7441   - "name"
7442   - "parent"
7443   - "msg"
7444
7445 # Detailed Test Results - DPDK Performance Results 2n-zn2
7446 - type: "table"
7447   title: "Detailed Test Results - DPDK Performance Results 2n-zn2"
7448   algorithm: "table_merged_details"
7449   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_zn2"
7450   columns:
7451     - title: " |prein| Test Name |preout| "
7452       data: "data name"
7453     - 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| "
7454       data: "data msg"
7455   data: "dpdk-perf-results-2n-zn2"
7456   filter: "all"
7457   remove-ndr: False
7458   parameters:
7459   - "name"
7460   - "parent"
7461   - "msg"
7462
7463 # Detailed Test Results - DPDK Performance Results 2n-clx
7464 - type: "table"
7465   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
7466   algorithm: "table_merged_details"
7467   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
7468   columns:
7469     - title: " |prein| Test Name |preout| "
7470       data: "data name"
7471     - 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| "
7472       data: "data msg"
7473   data: "dpdk-perf-results-2n-clx"
7474   filter: "all"
7475   parameters:
7476   - "name"
7477   - "parent"
7478   - "msg"
7479
7480 ## Detailed Test Results - DPDK Performance Results 2n-dnv
7481 #- type: "table"
7482 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
7483 #  algorithm: "table_merged_details"
7484 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
7485 #  columns:
7486 #    - title: " |prein| Test Name |preout| "
7487 #      data: "data name"
7488 #    - 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| "
7489 #      data: "data msg"
7490 #  data: "dpdk-perf-results-2n-dnv"
7491 #  filter: "all"
7492 #  parameters:
7493 #  - "name"
7494 #  - "parent"
7495 #  - "msg"
7496 #
7497 ## Detailed Test Results - DPDK Performance Results 3n-dnv
7498 #- type: "table"
7499 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
7500 #  algorithm: "table_merged_details"
7501 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
7502 #  columns:
7503 #    - title: " |prein| Test Name |preout| "
7504 #      data: "data name"
7505 #    - 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| "
7506 #      data: "data msg"
7507 #  data: "dpdk-perf-results-3n-dnv"
7508 #  filter: "all"
7509 #  parameters:
7510 #  - "name"
7511 #  - "parent"
7512 #  - "msg"
7513
7514 # Detailed Test Results - DPDK Performance Results 3n-tsh
7515 - type: "table"
7516   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
7517   algorithm: "table_merged_details"
7518   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
7519   columns:
7520     - title: " |prein| Test Name |preout| "
7521       data: "data name"
7522     - 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| "
7523       data: "data msg"
7524   data: "dpdk-perf-results-3n-tsh"
7525   filter: "all"
7526   parameters:
7527   - "name"
7528   - "parent"
7529   - "msg"
7530
7531 ################################################################################
7532 ###                                F I L E S                                 ###
7533 ################################################################################
7534
7535 # VPP Performance Results
7536 - type: "file"
7537   title: "VPP Performance Results"
7538   algorithm: "file_details_split"
7539   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
7540   dir-tables:
7541     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
7542     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
7543     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
7544     - "{DIR[DTR,PERF,VPP,2N,ZN2]}"
7545     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
7546     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
7547     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
7548     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
7549   data:
7550     - "vpp-perf-results-2n-skx"
7551     - "vpp-perf-results-3n-skx"
7552     - "vpp-perf-results-2n-clx"
7553     - "vpp-perf-results-2n-zn2"
7554     - "vpp-perf-results-3n-hsw"
7555     - "vpp-perf-results-3n-tsh"
7556     - "vpp-perf-results-2n-dnv"
7557     - "vpp-perf-results-3n-dnv"
7558   filter: "all"
7559   data-start-level: 4
7560   order-chapters:
7561     level-1:
7562       - "l2"
7563       - "ip4"
7564       - "ip6"
7565       - "srv6"
7566       - "ip4_tunnels"
7567       - "ip6_tunnels"
7568       - "vm_vhost"
7569       - "container_memif"
7570       - "crypto"
7571       - "vts"
7572       - "lb"
7573       - "nfv_density"
7574       - "hoststack"
7575     level-2:
7576       - "2n-skx"
7577       - "3n-skx"
7578       - "2n-clx"
7579       - "2n-zn2"
7580       - "3n-hsw"
7581       - "3n-tsh"
7582       - "2n-dnv"
7583       - "3n-dnv"
7584     level-3:
7585       - "xl710"
7586       - "x520"
7587       - "xxv710"
7588       - "x710"
7589       - "x553"
7590       - "cx556a"
7591       - "vic1227"
7592       - "vic1385"
7593
7594 # VPP Performance Configuration
7595 - type: "file"
7596   title: "VPP Performance Configuration"
7597   algorithm: "file_details_split"
7598   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
7599   dir-tables:
7600     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
7601     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
7602     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
7603     - "{DIR[DTC,PERF,VPP,2N,ZN2]}"
7604     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
7605     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
7606     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
7607     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
7608   data:
7609     - "vpp-perf-results-2n-skx"
7610     - "vpp-perf-results-3n-skx"
7611     - "vpp-perf-results-2n-clx"
7612     - "vpp-perf-results-2n-zn2"
7613     - "vpp-perf-results-3n-hsw"
7614     - "vpp-perf-results-3n-tsh"
7615     - "vpp-perf-results-2n-dnv"
7616     - "vpp-perf-results-3n-dnv"
7617   filter: "all"
7618   data-start-level: 4
7619   order-chapters:
7620     level-1:
7621       - "l2"
7622       - "ip4"
7623       - "ip6"
7624       - "srv6"
7625       - "ip4_tunnels"
7626       - "ip6_tunnels"
7627       - "vm_vhost"
7628       - "container_memif"
7629       - "crypto"
7630       - "vts"
7631       - "lb"
7632       - "nfv_density"
7633       - "hoststack"
7634     level-2:
7635       - "2n-skx"
7636       - "3n-skx"
7637       - "2n-clx"
7638       - "2n-zn2"
7639       - "3n-hsw"
7640       - "3n-tsh"
7641       - "2n-dnv"
7642       - "3n-dnv"
7643     level-3:
7644       - "xl710"
7645       - "x520"
7646       - "xxv710"
7647       - "x710"
7648       - "x553"
7649       - "cx556a"
7650       - "vic1227"
7651       - "vic1385"
7652
7653 # VPP Performance Operational
7654 - type: "file"
7655   title: "VPP Performance Operational"
7656   algorithm: "file_details_split_html"
7657   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7658   dir-tables:
7659     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7660     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7661     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7662     - "{DIR[DTO,PERF,VPP,2N,ZN2]}"
7663     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7664     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7665     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7666     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7667   data:
7668     - "vpp-perf-results-2n-skx"
7669     - "vpp-perf-results-3n-skx"
7670     - "vpp-perf-results-2n-clx"
7671     - "vpp-perf-results-2n-zn2"
7672     - "vpp-perf-results-3n-hsw"
7673     - "vpp-perf-results-3n-tsh"
7674     - "vpp-perf-results-2n-dnv"
7675     - "vpp-perf-results-3n-dnv"
7676   filter: "all"
7677   data-start-level: 4
7678   order-chapters:
7679     level-1:
7680       - "l2"
7681       - "ip4"
7682       - "ip6"
7683       - "srv6"
7684       - "ip4_tunnels"
7685       - "ip6_tunnels"
7686       - "vm_vhost"
7687       - "container_memif"
7688       - "crypto"
7689       - "vts"
7690       - "lb"
7691       - "nfv_density"
7692       - "hoststack"
7693     level-2:
7694       - "2n-skx"
7695       - "3n-skx"
7696       - "2n-clx"
7697       - "2n-zn2"
7698       - "3n-hsw"
7699       - "3n-tsh"
7700       - "2n-dnv"
7701       - "3n-dnv"
7702     level-3:
7703       - "xl710"
7704       - "x520"
7705       - "xxv710"
7706       - "x710"
7707       - "x553"
7708       - "cx556a"
7709       - "vic1227"
7710       - "vic1385"
7711
7712 # VPP MRR Results
7713 - type: "file"
7714   title: "VPP MRR Results"
7715   algorithm: "file_details_split"
7716   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7717   dir-tables:
7718     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7719     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7720     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7721     - "{DIR[DTR,MRR,VPP,2N,ZN2]}"
7722     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7723     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7724     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7725     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7726   data:
7727     - "vpp-mrr-results-2n-skx"
7728     - "vpp-mrr-results-3n-skx"
7729     - "vpp-mrr-results-2n-clx"
7730     - "vpp-mrr-results-2n-zn2"
7731     - "vpp-mrr-results-3n-hsw"
7732     - "vpp-mrr-results-3n-tsh"
7733     - "vpp-mrr-results-2n-dnv"
7734     - "vpp-mrr-results-3n-dnv"
7735   filter: "all"
7736   data-start-level: 4
7737   order-chapters:
7738     level-1:
7739       - "l2"
7740       - "ip4"
7741       - "ip6"
7742       - "srv6"
7743       - "ip4_tunnels"
7744       - "ip6_tunnels"
7745       - "vm_vhost"
7746       - "container_memif"
7747       - "crypto"
7748       - "vts"
7749       - "lb"
7750       - "nfv_density"
7751       - "hoststack"
7752     level-2:
7753       - "2n-skx"
7754       - "3n-skx"
7755       - "2n-clx"
7756       - "2n-zn2"
7757       - "3n-hsw"
7758       - "3n-tsh"
7759       - "2n-dnv"
7760       - "3n-dnv"
7761     level-3:
7762       - "xl710"
7763       - "x520"
7764       - "xxv710"
7765       - "x710"
7766       - "x553"
7767       - "cx556a"
7768       - "vic1227"
7769       - "vic1385"
7770
7771 # VPP MRR Configuration
7772 - type: "file"
7773   title: "VPP MRR Configuration"
7774   algorithm: "file_details_split"
7775   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7776   dir-tables:
7777     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7778     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7779     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7780     - "{DIR[DTC,MRR,VPP,2N,ZN2]}"
7781     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7782     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7783     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7784     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7785   data:
7786     - "vpp-mrr-results-2n-skx"
7787     - "vpp-mrr-results-3n-skx"
7788     - "vpp-mrr-results-2n-clx"
7789     - "vpp-mrr-results-2n-zn2"
7790     - "vpp-mrr-results-3n-hsw"
7791     - "vpp-mrr-results-3n-tsh"
7792     - "vpp-mrr-results-2n-dnv"
7793     - "vpp-mrr-results-3n-dnv"
7794   filter: "all"
7795   data-start-level: 4
7796   order-chapters:
7797     level-1:
7798       - "l2"
7799       - "ip4"
7800       - "ip6"
7801       - "srv6"
7802       - "ip4_tunnels"
7803       - "ip6_tunnels"
7804       - "vm_vhost"
7805       - "container_memif"
7806       - "crypto"
7807       - "vts"
7808       - "lb"
7809       - "nfv_density"
7810       - "hoststack"
7811     level-2:
7812       - "2n-skx"
7813       - "3n-skx"
7814       - "2n-clx"
7815       - "2n-zn2"
7816       - "3n-hsw"
7817       - "3n-tsh"
7818       - "2n-dnv"
7819       - "3n-dnv"
7820     level-3:
7821       - "xl710"
7822       - "x520"
7823       - "xxv710"
7824       - "x710"
7825       - "x553"
7826       - "cx556a"
7827       - "vic1227"
7828       - "vic1385"
7829
7830 # VPP Device Results - Ubuntu
7831 - type: "file"
7832   title: "VPP Device Results - Ubuntu"
7833   algorithm: "file_test_results"
7834   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7835   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7836   data: "vpp-device-results-ubuntu"
7837   filter: "all"
7838   data-start-level: 4
7839
7840 # VPP Device Configuration - Ubuntu
7841 - type: "file"
7842   title: "VPP Device Configuration - Ubuntu"
7843   algorithm: "file_test_results"
7844   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7845   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7846   data: "vpp-device-results-ubuntu"
7847   filter: "all"
7848   data-start-level: 4
7849
7850 # DPDK Performance Results 3n-hsw
7851 - type: "file"
7852   title: "DPDK Performance Results 3n-hsw"
7853   algorithm: "file_test_results"
7854   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7855   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7856   data: "dpdk-perf-results-3n-hsw"
7857   filter: "all"
7858   data-start-level: 4
7859
7860 # DPDK Performance Results 3n-skx
7861 - type: "file"
7862   title: "DPDK Performance Results 3n-skx"
7863   algorithm: "file_test_results"
7864   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7865   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7866   data: "dpdk-perf-results-3n-skx"
7867   filter: "all"
7868   data-start-level: 4
7869
7870 # DPDK Performance Results 2n-skx
7871 - type: "file"
7872   title: "DPDK Performance Results 2n-skx"
7873   algorithm: "file_test_results"
7874   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7875   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7876   data: "dpdk-perf-results-2n-skx"
7877   filter: "all"
7878   data-start-level: 4
7879
7880 # DPDK Performance Results 2n-zn2
7881 - type: "file"
7882   title: "DPDK Performance Results 2n-zn2"
7883   algorithm: "file_test_results"
7884   output-file: "{DIR[DTR,PERF,DPDK,2N,ZN2]}"
7885   dir-tables: "{DIR[DTR,PERF,DPDK,2N,ZN2]}"
7886   data: "dpdk-perf-results-2n-zn2"
7887   filter: "all"
7888   data-start-level: 4
7889
7890 # DPDK Performance Results 2n-clx
7891 - type: "file"
7892   title: "DPDK Performance Results 2n-clx"
7893   algorithm: "file_test_results"
7894   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7895   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7896   data: "dpdk-perf-results-2n-clx"
7897   filter: "all"
7898   data-start-level: 4
7899
7900 ## DPDK Performance Results 2n-dnv
7901 #- type: "file"
7902 #  title: "DPDK Performance Results 2n-dnv"
7903 #  algorithm: "file_test_results"
7904 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7905 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7906 #  data: "dpdk-perf-results-2n-dnv"
7907 #  filter: "all"
7908 #  data-start-level: 4
7909 #
7910 ## DPDK Performance Results 3n-dnv
7911 #- type: "file"
7912 #  title: "DPDK Performance Results 3n-dnv"
7913 #  algorithm: "file_test_results"
7914 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7915 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7916 #  data: "dpdk-perf-results-3n-dnv"
7917 #  filter: "all"
7918 #  data-start-level: 4
7919
7920 # DPDK Performance Results 3n-tsh
7921 - type: "file"
7922   title: "DPDK Performance Results 3n-tsh"
7923   algorithm: "file_test_results"
7924   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7925   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7926   data: "dpdk-perf-results-3n-tsh"
7927   filter: "all"
7928   data-start-level: 4
7929
7930 ################################################################################
7931 ###                                P L O T S                                 ###
7932 ################################################################################
7933
7934 # Hoststack tests 3n-hsw
7935
7936 - type: "plot"
7937   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7938   algorithm: "plot_perf_box_name"
7939   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7940   data: "plot-vpp-hoststack-3n-hsw"
7941   include:
7942     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7943     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7944   layout:
7945     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7946     layout: "plot-hoststack"
7947
7948 - type: "plot"
7949   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7950   algorithm: "plot_perf_box_name"
7951   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7952   data: "plot-vpp-hoststack-3n-hsw"
7953   include:
7954     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7955     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7956   layout:
7957     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7958     layout: "plot-hoststack"
7959
7960 - type: "plot"
7961   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7962   algorithm: "plot_perf_box_name"
7963   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7964   data: "plot-vpp-hoststack-3n-hsw"
7965   include:
7966     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7967     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7968     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7969     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7970   layout:
7971     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7972     layout: "plot-hoststack"
7973
7974 ################################################################################
7975
7976 # Soak Test (PLRsearch), boxes - 2n-clx
7977 - type: "plot"
7978   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7979   algorithm: "plot_perf_box_name"
7980   output-file-type: ".html"
7981   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7982   data: "plot-vpp-soak-2n-clx"
7983   include:
7984     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7985     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7986     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7987     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7988     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7989     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7990   layout:
7991     title: "30 Minutes Soak Test (PLRsearch)"
7992     layout: "plot-soak-throughput"
7993
7994 # Soak Test (PLRsearch), boxes - 2n-clx
7995 - type: "plot"
7996   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7997   algorithm: "plot_perf_box_name"
7998   output-file-type: ".html"
7999   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
8000   data: "plot-vpp-soak-2n-clx"
8001   include:
8002     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8003     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8004     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8005     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8006     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8007     - "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"
8008   layout:
8009     title: "30 Minutes Soak Test (PLRsearch)"
8010     layout: "plot-soak-throughput"
8011
8012 # Soak Test (PLRsearch), boxes - 2n-skx
8013 - type: "plot"
8014   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8015   algorithm: "plot_perf_box_name"
8016   output-file-type: ".html"
8017   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
8018   data: "plot-vpp-soak-2n-skx"
8019   include:
8020     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
8021     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
8022     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
8023     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8024     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8025     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8026   layout:
8027     title: "30 Minutes Soak Test (PLRsearch)"
8028     layout: "plot-soak-throughput"
8029
8030 # Soak Test (PLRsearch), boxes - 2n-skx
8031 - type: "plot"
8032   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8033   algorithm: "plot_perf_box_name"
8034   output-file-type: ".html"
8035   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
8036   data: "plot-vpp-soak-2n-skx"
8037   include:
8038     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8039     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8040     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8041     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8042     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8043     - "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"
8044   layout:
8045     title: "30 Minutes Soak Test (PLRsearch)"
8046     layout: "plot-soak-throughput"
8047
8048 ###############################################################################
8049
8050 # Reconf tests 2n-skx
8051
8052 - type: "plot"
8053   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8054   algorithm: "plot_nf_reconf_box_name"
8055   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8056   data: "plot-vpp-nfv-reconf-2n-skx"
8057   include:
8058     - "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"
8059     - "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"
8060     - "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"
8061     - "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"
8062     - "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"
8063     - "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"
8064   layout:
8065     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8066     layout: "plot-throughput"
8067
8068 - type: "plot"
8069   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8070   algorithm: "plot_nf_reconf_box_name"
8071   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8072   data: "plot-vpp-nfv-reconf-2n-skx"
8073   include:
8074     - "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"
8075     - "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"
8076     - "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"
8077     - "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"
8078     - "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"
8079     - "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"
8080   layout:
8081     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8082     layout: "plot-throughput"
8083
8084 - type: "plot"
8085   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8086   algorithm: "plot_nf_reconf_box_name"
8087   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8088   data: "plot-vpp-nfv-reconf-2n-skx"
8089   include:
8090     - "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"
8091     - "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"
8092     - "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"
8093     - "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"
8094     - "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"
8095     - "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"
8096   layout:
8097     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8098     layout: "plot-throughput"
8099
8100 ###############################################################################
8101
8102 # Reconf tests 2n-clx
8103
8104 - type: "plot"
8105   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8106   algorithm: "plot_nf_reconf_box_name"
8107   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8108   data: "plot-vpp-nfv-reconf-2n-clx"
8109   include:
8110     - "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"
8111     - "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"
8112     - "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"
8113     - "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"
8114   layout:
8115     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8116     layout: "plot-throughput"
8117
8118 - type: "plot"
8119   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8120   algorithm: "plot_nf_reconf_box_name"
8121   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8122   data: "plot-vpp-nfv-reconf-2n-clx"
8123   include:
8124     - "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"
8125     - "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"
8126     - "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"
8127     - "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"
8128   layout:
8129     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8130     layout: "plot-throughput"
8131
8132 - type: "plot"
8133   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8134   algorithm: "plot_nf_reconf_box_name"
8135   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8136   data: "plot-vpp-nfv-reconf-2n-clx"
8137   include:
8138     - "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"
8139     - "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"
8140     - "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"
8141     - "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"
8142   layout:
8143     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8144     layout: "plot-throughput"
8145
8146 ###############################################################################
8147
8148 # Plots - NF Density - VSC - MRR IMIX
8149 - type: "plot"
8150   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8151   algorithm: "plot_nf_heatmap"
8152   output-file-type: ".html"
8153   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
8154   data: "plot-vpp-nfv-2n-skx-mrr"
8155   filter: "'NIC_Intel-XXV710' and
8156            'NF_DENSITY' and
8157            'VHOST' and
8158            not 'VXLAN' and
8159            'CHAIN' and
8160            'NF_VPPIP4' and
8161            'IMIX' and
8162            '2T1C' and
8163            'MRR'"
8164   parameters:
8165   - "result"
8166   - "name"
8167   - "tags"
8168   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8169   x-axis: "X = VNFs per Service Chain"
8170   y-axis: "Y = Number of Service Chains"
8171   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8172   layout:
8173     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8174     layout: "plot-service-density"
8175
8176 - type: "plot"
8177   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8178   algorithm: "plot_nf_heatmap"
8179   output-file-type: ".html"
8180   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
8181   data: "plot-vpp-nfv-2n-skx-mrr"
8182   filter: "'NIC_Intel-XXV710' and
8183            'NF_DENSITY' and
8184            'VHOST' and
8185            not 'VXLAN' and
8186            'CHAIN' and
8187            'NF_VPPIP4' and
8188            'IMIX' and
8189            '4T2C' and
8190            'MRR'"
8191   parameters:
8192   - "result"
8193   - "name"
8194   - "tags"
8195   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8196   x-axis: "X = VNFs per Service Chain"
8197   y-axis: "Y = Number of Service Chains"
8198   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8199   layout:
8200     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8201     layout: "plot-service-density"
8202
8203 - type: "plot"
8204   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8205   algorithm: "plot_nf_heatmap"
8206   output-file-type: ".html"
8207   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
8208   data: "plot-vpp-nfv-2n-skx-mrr"
8209   filter: "'NIC_Intel-XXV710' and
8210            'NF_DENSITY' and
8211            'VHOST' and
8212            not 'VXLAN' and
8213            'CHAIN' and
8214            'NF_VPPIP4' and
8215            'IMIX' and
8216            '8T4C' and
8217            'MRR'"
8218   parameters:
8219   - "result"
8220   - "name"
8221   - "tags"
8222   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8223   x-axis: "X = VNFs per Service Chain"
8224   y-axis: "Y = Number of Service Chains"
8225   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8226   layout:
8227     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8228     layout: "plot-service-density"
8229
8230 # Plots - NF Density - VSC - NDR IMIX
8231 - type: "plot"
8232   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8233   algorithm: "plot_nf_heatmap"
8234   output-file-type: ".html"
8235   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
8236   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8237   filter: "'NIC_Intel-XXV710' and
8238            'NF_DENSITY' and
8239            'VHOST' and
8240            not 'VXLAN' and
8241            'CHAIN' and
8242            'NF_VPPIP4' and
8243            'IMIX' and
8244            '2T1C' and
8245            'NDRPDR'"
8246   parameters:
8247   - "throughput"
8248   - "name"
8249   - "tags"
8250   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8251   x-axis: "X = VNFs per Service Chain"
8252   y-axis: "Y = Number of Service Chains"
8253   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8254   layout:
8255     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8256     layout: "plot-service-density"
8257
8258 - type: "plot"
8259   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8260   algorithm: "plot_nf_heatmap"
8261   output-file-type: ".html"
8262   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
8263   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8264   filter: "'NIC_Intel-XXV710' and
8265            'NF_DENSITY' and
8266            'VHOST' and
8267            not 'VXLAN' and
8268            'CHAIN' and
8269            'NF_VPPIP4' and
8270            'IMIX' and
8271            '4T2C' and
8272            'NDRPDR'"
8273   parameters:
8274   - "throughput"
8275   - "name"
8276   - "tags"
8277   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8278   x-axis: "X = VNFs per Service Chain"
8279   y-axis: "Y = Number of Service Chains"
8280   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8281   layout:
8282     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8283     layout: "plot-service-density"
8284
8285 - type: "plot"
8286   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8287   algorithm: "plot_nf_heatmap"
8288   output-file-type: ".html"
8289   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
8290   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8291   filter: "'NIC_Intel-XXV710' and
8292            'NF_DENSITY' and
8293            'VHOST' and
8294            not 'VXLAN' and
8295            'CHAIN' and
8296            'NF_VPPIP4' and
8297            'IMIX' and
8298            '8T4C' and
8299            'NDRPDR'"
8300   parameters:
8301   - "throughput"
8302   - "name"
8303   - "tags"
8304   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8305   x-axis: "X = VNFs per Service Chain"
8306   y-axis: "Y = Number of Service Chains"
8307   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8308   layout:
8309     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8310     layout: "plot-service-density"
8311
8312 # Plots - NF Density - VSC - PDR IMIX
8313 - type: "plot"
8314   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8315   algorithm: "plot_nf_heatmap"
8316   output-file-type: ".html"
8317   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
8318   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8319   filter: "'NIC_Intel-XXV710' and
8320            'NF_DENSITY' and
8321            'VHOST' and
8322            not 'VXLAN' and
8323            'CHAIN' and
8324            'NF_VPPIP4' and
8325            'IMIX' and
8326            '2T1C' and
8327            'NDRPDR'"
8328   parameters:
8329   - "throughput"
8330   - "name"
8331   - "tags"
8332   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8333   x-axis: "X = VNFs per Service Chain"
8334   y-axis: "Y = Number of Service Chains"
8335   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8336   layout:
8337     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8338     layout: "plot-service-density"
8339
8340 - type: "plot"
8341   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8342   algorithm: "plot_nf_heatmap"
8343   output-file-type: ".html"
8344   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
8345   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8346   filter: "'NIC_Intel-XXV710' and
8347            'NF_DENSITY' and
8348            'VHOST' and
8349            not 'VXLAN' and
8350            'CHAIN' and
8351            'NF_VPPIP4' and
8352            'IMIX' and
8353            '4T2C' and
8354            'NDRPDR'"
8355   parameters:
8356   - "throughput"
8357   - "name"
8358   - "tags"
8359   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8360   x-axis: "X = VNFs per Service Chain"
8361   y-axis: "Y = Number of Service Chains"
8362   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8363   layout:
8364     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8365     layout: "plot-service-density"
8366
8367 - type: "plot"
8368   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8369   algorithm: "plot_nf_heatmap"
8370   output-file-type: ".html"
8371   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
8372   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8373   filter: "'NIC_Intel-XXV710' and
8374            'NF_DENSITY' and
8375            'VHOST' and
8376            not 'VXLAN' and
8377            'CHAIN' and
8378            'NF_VPPIP4' and
8379            'IMIX' and
8380            '8T4C' and
8381            'NDRPDR'"
8382   parameters:
8383   - "throughput"
8384   - "name"
8385   - "tags"
8386   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8387   x-axis: "X = VNFs per Service Chain"
8388   y-axis: "Y = Number of Service Chains"
8389   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8390   layout:
8391     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8392     layout: "plot-service-density"
8393
8394 ###############################################################################
8395
8396 # Plots - NF Density - VSC - MRR IMIX
8397 - type: "plot"
8398   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8399   algorithm: "plot_nf_heatmap"
8400   output-file-type: ".html"
8401   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
8402   data: "plot-vpp-nfv-2n-skx-mrr"
8403   filter: "'NIC_Intel-XXV710' and
8404            'NF_DENSITY' and
8405            'VHOST' and
8406            'VXLAN' and
8407            'CHAIN' and
8408            'IMIX' and
8409            '2T1C' and
8410            'MRR'"
8411   parameters:
8412   - "result"
8413   - "name"
8414   - "tags"
8415   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8416   x-axis: "X = VNFs per Service Chain"
8417   y-axis: "Y = Number of Service Chains"
8418   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8419   layout:
8420     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8421     layout: "plot-service-density"
8422
8423 - type: "plot"
8424   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8425   algorithm: "plot_nf_heatmap"
8426   output-file-type: ".html"
8427   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
8428   data: "plot-vpp-nfv-2n-skx-mrr"
8429   filter: "'NIC_Intel-XXV710' and
8430            'NF_DENSITY' and
8431            'VHOST' and
8432            'VXLAN' and
8433            'CHAIN' and
8434            'IMIX' and
8435            '4T2C' and
8436            'MRR'"
8437   parameters:
8438   - "result"
8439   - "name"
8440   - "tags"
8441   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8442   x-axis: "X = VNFs per Service Chain"
8443   y-axis: "Y = Number of Service Chains"
8444   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8445   layout:
8446     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8447     layout: "plot-service-density"
8448
8449 - type: "plot"
8450   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8451   algorithm: "plot_nf_heatmap"
8452   output-file-type: ".html"
8453   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
8454   data: "plot-vpp-nfv-2n-skx-mrr"
8455   filter: "'NIC_Intel-XXV710' and
8456            'NF_DENSITY' and
8457            'VHOST' and
8458            'VXLAN' and
8459            'CHAIN' and
8460            'IMIX' and
8461            '8T4C' and
8462            'MRR'"
8463   parameters:
8464   - "result"
8465   - "name"
8466   - "tags"
8467   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8468   x-axis: "X = VNFs per Service Chain"
8469   y-axis: "Y = Number of Service Chains"
8470   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8471   layout:
8472     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8473     layout: "plot-service-density"
8474
8475 # Plots - NF Density - VSC - NDR IMIX
8476 - type: "plot"
8477   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8478   algorithm: "plot_nf_heatmap"
8479   output-file-type: ".html"
8480   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8481   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8482   filter: "'NIC_Intel-XXV710' and
8483            'NF_DENSITY' and
8484            'VHOST' and
8485            'VXLAN' and
8486            'CHAIN' and
8487            'IMIX' and
8488            '2T1C' and
8489            'NDRPDR'"
8490   parameters:
8491   - "throughput"
8492   - "name"
8493   - "tags"
8494   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8495   x-axis: "X = VNFs per Service Chain"
8496   y-axis: "Y = Number of Service Chains"
8497   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8498   layout:
8499     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8500     layout: "plot-service-density"
8501
8502 - type: "plot"
8503   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8504   algorithm: "plot_nf_heatmap"
8505   output-file-type: ".html"
8506   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8507   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8508   filter: "'NIC_Intel-XXV710' and
8509            'NF_DENSITY' and
8510            'VHOST' and
8511            'VXLAN' and
8512            'CHAIN' and
8513            'IMIX' and
8514            '4T2C' and
8515            'NDRPDR'"
8516   parameters:
8517   - "throughput"
8518   - "name"
8519   - "tags"
8520   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8521   x-axis: "X = VNFs per Service Chain"
8522   y-axis: "Y = Number of Service Chains"
8523   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8524   layout:
8525     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8526     layout: "plot-service-density"
8527
8528 - type: "plot"
8529   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8530   algorithm: "plot_nf_heatmap"
8531   output-file-type: ".html"
8532   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8533   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8534   filter: "'NIC_Intel-XXV710' and
8535            'NF_DENSITY' and
8536            'VHOST' and
8537            'VXLAN' and
8538            'CHAIN' and
8539            'IMIX' and
8540            '8T4C' and
8541            'NDRPDR'"
8542   parameters:
8543   - "throughput"
8544   - "name"
8545   - "tags"
8546   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8547   x-axis: "X = VNFs per Service Chain"
8548   y-axis: "Y = Number of Service Chains"
8549   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8550   layout:
8551     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8552     layout: "plot-service-density"
8553
8554 # Plots - NF Density - VSC - PDR IMIX
8555 - type: "plot"
8556   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8557   algorithm: "plot_nf_heatmap"
8558   output-file-type: ".html"
8559   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8560   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8561   filter: "'NIC_Intel-XXV710' and
8562            'NF_DENSITY' and
8563            'VHOST' and
8564            'VXLAN' and
8565            'CHAIN' and
8566            'IMIX' and
8567            '2T1C' and
8568            'NDRPDR'"
8569   parameters:
8570   - "throughput"
8571   - "name"
8572   - "tags"
8573   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8574   x-axis: "X = VNFs per Service Chain"
8575   y-axis: "Y = Number of Service Chains"
8576   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8577   layout:
8578     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8579     layout: "plot-service-density"
8580
8581 - type: "plot"
8582   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8583   algorithm: "plot_nf_heatmap"
8584   output-file-type: ".html"
8585   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8586   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8587   filter: "'NIC_Intel-XXV710' and
8588            'NF_DENSITY' and
8589            'VHOST' and
8590            'VXLAN' and
8591            'CHAIN' and
8592            'IMIX' and
8593            '4T2C' and
8594            'NDRPDR'"
8595   parameters:
8596   - "throughput"
8597   - "name"
8598   - "tags"
8599   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8600   x-axis: "X = VNFs per Service Chain"
8601   y-axis: "Y = Number of Service Chains"
8602   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8603   layout:
8604     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8605     layout: "plot-service-density"
8606
8607 - type: "plot"
8608   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8609   algorithm: "plot_nf_heatmap"
8610   output-file-type: ".html"
8611   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8612   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8613   filter: "'NIC_Intel-XXV710' and
8614            'NF_DENSITY' and
8615            'VHOST' and
8616            'VXLAN' and
8617            'CHAIN' and
8618            'IMIX' and
8619            '8T4C' and
8620            'NDRPDR'"
8621   parameters:
8622   - "throughput"
8623   - "name"
8624   - "tags"
8625   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8626   x-axis: "X = VNFs per Service Chain"
8627   y-axis: "Y = Number of Service Chains"
8628   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8629   layout:
8630     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8631     layout: "plot-service-density"
8632
8633 ###############################################################################
8634
8635 # Plots - NF Density - CSC - MRR IMIX
8636 - type: "plot"
8637   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8638   algorithm: "plot_nf_heatmap"
8639   output-file-type: ".html"
8640   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8641   data: "plot-vpp-nfv-2n-skx-mrr"
8642   filter: "'NIC_Intel-XXV710' and
8643            'NF_DENSITY' and
8644            'DOCKER' and
8645            'CHAIN' and
8646            'NF_VPPIP4' and
8647            'IMIX' and
8648            '2T1C' and
8649            'MRR'"
8650   parameters:
8651   - "result"
8652   - "name"
8653   - "tags"
8654   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8655   x-axis: "X = CNFs per Service Chain"
8656   y-axis: "Y = Number of Service Chains"
8657   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8658   layout:
8659     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8660     layout: "plot-service-density"
8661
8662 - type: "plot"
8663   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8664   algorithm: "plot_nf_heatmap"
8665   output-file-type: ".html"
8666   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8667   data: "plot-vpp-nfv-2n-skx-mrr"
8668   filter: "'NIC_Intel-XXV710' and
8669            'NF_DENSITY' and
8670            'DOCKER' and
8671            'CHAIN' and
8672            'NF_VPPIP4' and
8673            'IMIX' and
8674            '4T2C' and
8675            'MRR'"
8676   parameters:
8677   - "result"
8678   - "name"
8679   - "tags"
8680   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8681   x-axis: "X = CNFs per Service Chain"
8682   y-axis: "Y = Number of Service Chains"
8683   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8684   layout:
8685     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8686     layout: "plot-service-density"
8687
8688 - type: "plot"
8689   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8690   algorithm: "plot_nf_heatmap"
8691   output-file-type: ".html"
8692   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8693   data: "plot-vpp-nfv-2n-skx-mrr"
8694   filter: "'NIC_Intel-XXV710' and
8695            'NF_DENSITY' and
8696            'DOCKER' and
8697            'CHAIN' and
8698            'NF_VPPIP4' and
8699            'IMIX' and
8700            '8T4C' and
8701            'MRR'"
8702   parameters:
8703   - "result"
8704   - "name"
8705   - "tags"
8706   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8707   x-axis: "X = CNFs per Service Chain"
8708   y-axis: "Y = Number of Service Chains"
8709   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8710   layout:
8711     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8712     layout: "plot-service-density"
8713
8714 # Plots - NF Density - CSC - NDR IMIX
8715 - type: "plot"
8716   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8717   algorithm: "plot_nf_heatmap"
8718   output-file-type: ".html"
8719   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8720   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8721   filter: "'NIC_Intel-XXV710' and
8722            'NF_DENSITY' and
8723            'DOCKER' and
8724            'CHAIN' and
8725            'NF_VPPIP4' and
8726            'IMIX' and
8727            '2T1C' and
8728            'NDRPDR'"
8729   parameters:
8730   - "throughput"
8731   - "name"
8732   - "tags"
8733   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8734   x-axis: "X = CNFs per Service Chain"
8735   y-axis: "Y = Number of Service Chains"
8736   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8737   layout:
8738     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8739     layout: "plot-service-density"
8740
8741 - type: "plot"
8742   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8743   algorithm: "plot_nf_heatmap"
8744   output-file-type: ".html"
8745   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8746   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8747   filter: "'NIC_Intel-XXV710' and
8748            'NF_DENSITY' and
8749            'DOCKER' and
8750            'CHAIN' and
8751            'NF_VPPIP4' and
8752            'IMIX' and
8753            '4T2C' and
8754            'NDRPDR'"
8755   parameters:
8756   - "throughput"
8757   - "name"
8758   - "tags"
8759   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8760   x-axis: "X = CNFs per Service Chain"
8761   y-axis: "Y = Number of Service Chains"
8762   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8763   layout:
8764     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8765     layout: "plot-service-density"
8766
8767 - type: "plot"
8768   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8769   algorithm: "plot_nf_heatmap"
8770   output-file-type: ".html"
8771   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8772   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8773   filter: "'NIC_Intel-XXV710' and
8774            'NF_DENSITY' and
8775            'DOCKER' and
8776            'CHAIN' and
8777            'NF_VPPIP4' and
8778            'IMIX' and
8779            '8T4C' and
8780            'NDRPDR'"
8781   parameters:
8782   - "throughput"
8783   - "name"
8784   - "tags"
8785   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8786   x-axis: "X = CNFs per Service Chain"
8787   y-axis: "Y = Number of Service Chains"
8788   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8789   layout:
8790     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8791     layout: "plot-service-density"
8792
8793 # Plots - NF Density - CSC - PDR IMIX
8794 - type: "plot"
8795   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8796   algorithm: "plot_nf_heatmap"
8797   output-file-type: ".html"
8798   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8799   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8800   filter: "'NIC_Intel-XXV710' and
8801            'NF_DENSITY' and
8802            'DOCKER' and
8803            'CHAIN' and
8804            'NF_VPPIP4' and
8805            'IMIX' and
8806            '2T1C' and
8807            'NDRPDR'"
8808   parameters:
8809   - "throughput"
8810   - "name"
8811   - "tags"
8812   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8813   x-axis: "X = CNFs per Service Chain"
8814   y-axis: "Y = Number of Service Chains"
8815   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8816   layout:
8817     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8818     layout: "plot-service-density"
8819
8820 - type: "plot"
8821   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8822   algorithm: "plot_nf_heatmap"
8823   output-file-type: ".html"
8824   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8825   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8826   filter: "'NIC_Intel-XXV710' and
8827            'NF_DENSITY' and
8828            'DOCKER' and
8829            'CHAIN' and
8830            'NF_VPPIP4' and
8831            'IMIX' and
8832            '4T2C' and
8833            'NDRPDR'"
8834   parameters:
8835   - "throughput"
8836   - "name"
8837   - "tags"
8838   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8839   x-axis: "X = CNFs per Service Chain"
8840   y-axis: "Y = Number of Service Chains"
8841   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8842   layout:
8843     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8844     layout: "plot-service-density"
8845
8846 - type: "plot"
8847   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8848   algorithm: "plot_nf_heatmap"
8849   output-file-type: ".html"
8850   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8851   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8852   filter: "'NIC_Intel-XXV710' and
8853            'NF_DENSITY' and
8854            'DOCKER' and
8855            'CHAIN' and
8856            'NF_VPPIP4' and
8857            'IMIX' and
8858            '8T4C' and
8859            'NDRPDR'"
8860   parameters:
8861   - "throughput"
8862   - "name"
8863   - "tags"
8864   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8865   x-axis: "X = CNFs per Service Chain"
8866   y-axis: "Y = Number of Service Chains"
8867   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8868   layout:
8869     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8870     layout: "plot-service-density"
8871
8872 ################################################################################
8873 #
8874 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8875 #- type: "plot"
8876 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8877 #  algorithm: "plot_nf_heatmap"
8878 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8879 #  data: "plot-vpp-nfv-3n-skx-mrr"
8880 #  filter: "'NIC_Intel-XXV710' and
8881 #           'NF_DENSITY' and
8882 #           'DOCKER' and
8883 #           'CHAIN' and
8884 #           'NF_VPPIP4' and
8885 #           'IPSEC' and
8886 #           'TNL_4' and
8887 #           'IMIX' and
8888 #           '2T1C' and
8889 #           'MRR'"
8890 #  parameters:
8891 #  - "result"
8892 #  - "name"
8893 #  - "tags"
8894 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8895 #  x-axis: "X = CNFs per Service Chain"
8896 #  y-axis: "Y = Number of Service Chains"
8897 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8898 #  layout:
8899 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8900 #    layout: "plot-service-density"
8901 #
8902 #- type: "plot"
8903 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8904 #  algorithm: "plot_nf_heatmap"
8905 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8906 #  data: "plot-vpp-nfv-3n-skx-mrr"
8907 #  filter: "'NIC_Intel-XXV710' and
8908 #           'NF_DENSITY' and
8909 #           'DOCKER' and
8910 #           'CHAIN' and
8911 #           'NF_VPPIP4' and
8912 #           'IPSEC' and
8913 #           'TNL_4' and
8914 #           'IMIX' and
8915 #           '4T2C' and
8916 #           'MRR'"
8917 #  parameters:
8918 #  - "result"
8919 #  - "name"
8920 #  - "tags"
8921 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8922 #  x-axis: "X = CNFs per Service Chain"
8923 #  y-axis: "Y = Number of Service Chains"
8924 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8925 #  layout:
8926 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8927 #    layout: "plot-service-density"
8928 #
8929 #- type: "plot"
8930 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8931 #  algorithm: "plot_nf_heatmap"
8932 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8933 #  data: "plot-vpp-nfv-3n-skx-mrr"
8934 #  filter: "'NIC_Intel-XXV710' and
8935 #           'NF_DENSITY' and
8936 #           'DOCKER' and
8937 #           'CHAIN' and
8938 #           'NF_VPPIP4' and
8939 #           'IPSEC' and
8940 #           'TNL_4' and
8941 #           'IMIX' and
8942 #           '8T4C' and
8943 #           'MRR'"
8944 #  parameters:
8945 #  - "result"
8946 #  - "name"
8947 #  - "tags"
8948 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8949 #  x-axis: "X = CNFs per Service Chain"
8950 #  y-axis: "Y = Number of Service Chains"
8951 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8952 #  layout:
8953 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8954 #    layout: "plot-service-density"
8955
8956 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8957 #- type: "plot"
8958 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8959 #  algorithm: "plot_nf_heatmap"
8960 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8961 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8962 #  filter: "'NIC_Intel-XXV710' and
8963 #           'NF_DENSITY' and
8964 #           'DOCKER' and
8965 #           'CHAIN' and
8966 #           'NF_VPPIP4' and
8967 #           'IPSEC' and
8968 #           'TNL_4' and
8969 #           'IMIX' and
8970 #           '2T1C' and
8971 #           'NDRPDR'"
8972 #  parameters:
8973 #  - "throughput"
8974 #  - "name"
8975 #  - "tags"
8976 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8977 #  x-axis: "X = CNFs per Service Chain"
8978 #  y-axis: "Y = Number of Service Chains"
8979 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8980 #  layout:
8981 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8982 #    layout: "plot-service-density"
8983 #
8984 #- type: "plot"
8985 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8986 #  algorithm: "plot_nf_heatmap"
8987 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8988 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8989 #  filter: "'NIC_Intel-XXV710' and
8990 #           'NF_DENSITY' and
8991 #           'DOCKER' and
8992 #           'CHAIN' and
8993 #           'NF_VPPIP4' and
8994 #           'IPSEC' and
8995 #           'TNL_4' and
8996 #           'IMIX' and
8997 #           '4T2C' and
8998 #           'NDRPDR'"
8999 #  parameters:
9000 #  - "throughput"
9001 #  - "name"
9002 #  - "tags"
9003 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9004 #  x-axis: "X = CNFs per Service Chain"
9005 #  y-axis: "Y = Number of Service Chains"
9006 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9007 #  layout:
9008 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9009 #    layout: "plot-service-density"
9010 #
9011 #- type: "plot"
9012 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9013 #  algorithm: "plot_nf_heatmap"
9014 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
9015 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9016 #  filter: "'NIC_Intel-XXV710' and
9017 #           'NF_DENSITY' and
9018 #           'DOCKER' and
9019 #           'CHAIN' and
9020 #           'NF_VPPIP4' and
9021 #           'IPSEC' and
9022 #           'TNL_4' and
9023 #           'IMIX' and
9024 #           '8T4C' and
9025 #           'NDRPDR'"
9026 #  parameters:
9027 #  - "throughput"
9028 #  - "name"
9029 #  - "tags"
9030 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9031 #  x-axis: "X = CNFs per Service Chain"
9032 #  y-axis: "Y = Number of Service Chains"
9033 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9034 #  layout:
9035 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9036 #    layout: "plot-service-density"
9037 #
9038 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9039 #- type: "plot"
9040 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9041 #  algorithm: "plot_nf_heatmap"
9042 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
9043 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9044 #  filter: "'NIC_Intel-XXV710' and
9045 #           'NF_DENSITY' and
9046 #           'DOCKER' and
9047 #           'CHAIN' and
9048 #           'NF_VPPIP4' and
9049 #           'IPSEC' and
9050 #           'TNL_4' and
9051 #           'IMIX' and
9052 #           '2T1C' and
9053 #           'NDRPDR'"
9054 #  parameters:
9055 #  - "throughput"
9056 #  - "name"
9057 #  - "tags"
9058 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9059 #  x-axis: "X = CNFs per Service Chain"
9060 #  y-axis: "Y = Number of Service Chains"
9061 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9062 #  layout:
9063 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9064 #    layout: "plot-service-density"
9065 #
9066 #- type: "plot"
9067 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9068 #  algorithm: "plot_nf_heatmap"
9069 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
9070 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9071 #  filter: "'NIC_Intel-XXV710' and
9072 #           'NF_DENSITY' and
9073 #           'DOCKER' and
9074 #           'CHAIN' and
9075 #           'NF_VPPIP4' and
9076 #           'IPSEC' and
9077 #           'TNL_4' and
9078 #           'IMIX' and
9079 #           '4T2C' and
9080 #           'NDRPDR'"
9081 #  parameters:
9082 #  - "throughput"
9083 #  - "name"
9084 #  - "tags"
9085 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9086 #  x-axis: "X = CNFs per Service Chain"
9087 #  y-axis: "Y = Number of Service Chains"
9088 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9089 #  layout:
9090 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9091 #    layout: "plot-service-density"
9092 #
9093 #- type: "plot"
9094 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9095 #  algorithm: "plot_nf_heatmap"
9096 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
9097 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9098 #  filter: "'NIC_Intel-XXV710' and
9099 #           'NF_DENSITY' and
9100 #           'DOCKER' and
9101 #           'CHAIN' and
9102 #           'NF_VPPIP4' and
9103 #           'IPSEC' and
9104 #           'TNL_4' and
9105 #           'IMIX' and
9106 #           '8T4C' and
9107 #           'NDRPDR'"
9108 #  parameters:
9109 #  - "throughput"
9110 #  - "name"
9111 #  - "tags"
9112 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9113 #  x-axis: "X = CNFs per Service Chain"
9114 #  y-axis: "Y = Number of Service Chains"
9115 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9116 #  layout:
9117 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9118 #    layout: "plot-service-density"
9119
9120 ###############################################################################
9121
9122 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9123 #- type: "plot"
9124 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9125 #  algorithm: "plot_nf_heatmap"
9126 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
9127 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9128 #  filter: "'NIC_Intel-XL710' and
9129 #           'NF_DENSITY' and
9130 #           'DOCKER' and
9131 #           'CHAIN' and
9132 #           'NF_VPPIP4' and
9133 #           'IMIX' and
9134 #           'TNL_4' and
9135 #           '1T1C' and
9136 #           'MRR'"
9137 #  parameters:
9138 #  - "result"
9139 #  - "name"
9140 #  - "tags"
9141 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9142 #  x-axis: "X = CNFs per Service Chain"
9143 #  y-axis: "Y = Number of Service Chains"
9144 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9145 #  layout:
9146 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9147 #    layout: "plot-service-density"
9148 #
9149 #- type: "plot"
9150 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9151 #  algorithm: "plot_nf_heatmap"
9152 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
9153 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9154 #  filter: "'NIC_Intel-XL710' and
9155 #           'NF_DENSITY' and
9156 #           'DOCKER' and
9157 #           'CHAIN' and
9158 #           'NF_VPPIP4' and
9159 #           'IPSEC' and
9160 #           'TNL_4' and
9161 #           'IMIX' and
9162 #           '2T2C' and
9163 #           'MRR'"
9164 #  parameters:
9165 #  - "result"
9166 #  - "name"
9167 #  - "tags"
9168 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9169 #  x-axis: "X = CNFs per Service Chain"
9170 #  y-axis: "Y = Number of Service Chains"
9171 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9172 #  layout:
9173 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9174 #    layout: "plot-service-density"
9175 #
9176 #- type: "plot"
9177 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9178 #  algorithm: "plot_nf_heatmap"
9179 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
9180 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9181 #  filter: "'NIC_Intel-XL710' and
9182 #           'NF_DENSITY' and
9183 #           'DOCKER' and
9184 #           'CHAIN' and
9185 #           'NF_VPPIP4' and
9186 #           'IPSEC' and
9187 #           'TNL_4' and
9188 #           'IMIX' and
9189 #           '4T4C' and
9190 #           'MRR'"
9191 #  parameters:
9192 #  - "result"
9193 #  - "name"
9194 #  - "tags"
9195 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9196 #  x-axis: "X = CNFs per Service Chain"
9197 #  y-axis: "Y = Number of Service Chains"
9198 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9199 #  layout:
9200 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9201 #    layout: "plot-service-density"
9202
9203 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9204 #- type: "plot"
9205 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9206 #  algorithm: "plot_nf_heatmap"
9207 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
9208 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9209 #  filter: "'NIC_Intel-XL710' and
9210 #           'NF_DENSITY' and
9211 #           'DOCKER' and
9212 #           'CHAIN' and
9213 #           'NF_VPPIP4' and
9214 #           'IPSEC' and
9215 #           'TNL_4' and
9216 #           'IMIX' and
9217 #           '1T1C' and
9218 #           'NDRPDR'"
9219 #  parameters:
9220 #  - "throughput"
9221 #  - "name"
9222 #  - "tags"
9223 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9224 #  x-axis: "X = CNFs per Service Chain"
9225 #  y-axis: "Y = Number of Service Chains"
9226 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9227 #  layout:
9228 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9229 #    layout: "plot-service-density"
9230 #
9231 #- type: "plot"
9232 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9233 #  algorithm: "plot_nf_heatmap"
9234 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9235 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9236 #  filter: "'NIC_Intel-XL710' and
9237 #           'NF_DENSITY' and
9238 #           'DOCKER' and
9239 #           'CHAIN' and
9240 #           'NF_VPPIP4' and
9241 #           'IPSEC' and
9242 #           'TNL_4' and
9243 #           'IMIX' and
9244 #           '2T2C' and
9245 #           'NDRPDR'"
9246 #  parameters:
9247 #  - "throughput"
9248 #  - "name"
9249 #  - "tags"
9250 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9251 #  x-axis: "X = CNFs per Service Chain"
9252 #  y-axis: "Y = Number of Service Chains"
9253 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9254 #  layout:
9255 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9256 #    layout: "plot-service-density"
9257 #
9258 #- type: "plot"
9259 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9260 #  algorithm: "plot_nf_heatmap"
9261 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9262 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9263 #  filter: "'NIC_Intel-XL710' and
9264 #           'NF_DENSITY' and
9265 #           'DOCKER' and
9266 #           'CHAIN' and
9267 #           'NF_VPPIP4' and
9268 #           'IPSEC' and
9269 #           'TNL_4' and
9270 #           'IMIX' and
9271 #           '4T4C' and
9272 #           'NDRPDR'"
9273 #  parameters:
9274 #  - "throughput"
9275 #  - "name"
9276 #  - "tags"
9277 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9278 #  x-axis: "X = CNFs per Service Chain"
9279 #  y-axis: "Y = Number of Service Chains"
9280 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9281 #  layout:
9282 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9283 #    layout: "plot-service-density"
9284 #
9285 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9286 #- type: "plot"
9287 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9288 #  algorithm: "plot_nf_heatmap"
9289 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9290 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9291 #  filter: "'NIC_Intel-XL710' and
9292 #           'NF_DENSITY' and
9293 #           'DOCKER' and
9294 #           'CHAIN' and
9295 #           'NF_VPPIP4' and
9296 #           'IPSEC' and
9297 #           'TNL_4' and
9298 #           'IMIX' and
9299 #           '1T1C' and
9300 #           'NDRPDR'"
9301 #  parameters:
9302 #  - "throughput"
9303 #  - "name"
9304 #  - "tags"
9305 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9306 #  x-axis: "X = CNFs per Service Chain"
9307 #  y-axis: "Y = Number of Service Chains"
9308 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9309 #  layout:
9310 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9311 #    layout: "plot-service-density"
9312 #
9313 #- type: "plot"
9314 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9315 #  algorithm: "plot_nf_heatmap"
9316 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9317 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9318 #  filter: "'NIC_Intel-XL710' and
9319 #           'NF_DENSITY' and
9320 #           'DOCKER' and
9321 #           'CHAIN' and
9322 #           'NF_VPPIP4' and
9323 #           'IPSEC' and
9324 #           'TNL_4' and
9325 #           'IMIX' and
9326 #           '2T2C' and
9327 #           'NDRPDR'"
9328 #  parameters:
9329 #  - "throughput"
9330 #  - "name"
9331 #  - "tags"
9332 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9333 #  x-axis: "X = CNFs per Service Chain"
9334 #  y-axis: "Y = Number of Service Chains"
9335 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9336 #  layout:
9337 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9338 #    layout: "plot-service-density"
9339 #
9340 #- type: "plot"
9341 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9342 #  algorithm: "plot_nf_heatmap"
9343 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9344 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9345 #  filter: "'NIC_Intel-XL710' and
9346 #           'NF_DENSITY' and
9347 #           'DOCKER' and
9348 #           'CHAIN' and
9349 #           'NF_VPPIP4' and
9350 #           'IPSEC' and
9351 #           'TNL_4' and
9352 #           'IMIX' and
9353 #           '4T4C' and
9354 #           'NDRPDR'"
9355 #  parameters:
9356 #  - "throughput"
9357 #  - "name"
9358 #  - "tags"
9359 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9360 #  x-axis: "X = CNFs per Service Chain"
9361 #  y-axis: "Y = Number of Service Chains"
9362 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9363 #  layout:
9364 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9365 #    layout: "plot-service-density"
9366
9367 ###############################################################################
9368
9369 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9370 #- type: "plot"
9371 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9372 #  algorithm: "plot_nf_heatmap"
9373 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9374 #  data: "plot-vpp-nfv-3n-skx-mrr"
9375 #  filter: "'NIC_Intel-XXV710' and
9376 #           'NF_DENSITY' and
9377 #           'DOCKER' and
9378 #           'CHAIN' and
9379 #           'NF_VPPIP4' and
9380 #           'IPSEC' and
9381 #           'TNL_1000' and
9382 #           'IMIX' and
9383 #           '2T1C' and
9384 #           'MRR'"
9385 #  parameters:
9386 #  - "result"
9387 #  - "name"
9388 #  - "tags"
9389 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9390 #  x-axis: "X = CNFs per Service Chain"
9391 #  y-axis: "Y = Number of Service Chains"
9392 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9393 #  layout:
9394 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9395 #    layout: "plot-service-density"
9396 #
9397 #- type: "plot"
9398 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9399 #  algorithm: "plot_nf_heatmap"
9400 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9401 #  data: "plot-vpp-nfv-3n-skx-mrr"
9402 #  filter: "'NIC_Intel-XXV710' and
9403 #           'NF_DENSITY' and
9404 #           'DOCKER' and
9405 #           'CHAIN' and
9406 #           'NF_VPPIP4' and
9407 #           'IPSEC' and
9408 #           'TNL_1000' and
9409 #           'IMIX' and
9410 #           '4T2C' and
9411 #           'MRR'"
9412 #  parameters:
9413 #  - "result"
9414 #  - "name"
9415 #  - "tags"
9416 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9417 #  x-axis: "X = CNFs per Service Chain"
9418 #  y-axis: "Y = Number of Service Chains"
9419 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9420 #  layout:
9421 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9422 #    layout: "plot-service-density"
9423 #
9424 #- type: "plot"
9425 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9426 #  algorithm: "plot_nf_heatmap"
9427 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9428 #  data: "plot-vpp-nfv-3n-skx-mrr"
9429 #  filter: "'NIC_Intel-XXV710' and
9430 #           'NF_DENSITY' and
9431 #           'DOCKER' and
9432 #           'CHAIN' and
9433 #           'NF_VPPIP4' and
9434 #           'IPSEC' and
9435 #           'TNL_1000' and
9436 #           'IMIX' and
9437 #           '8T4C' and
9438 #           'MRR'"
9439 #  parameters:
9440 #  - "result"
9441 #  - "name"
9442 #  - "tags"
9443 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9444 #  x-axis: "X = CNFs per Service Chain"
9445 #  y-axis: "Y = Number of Service Chains"
9446 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9447 #  layout:
9448 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9449 #    layout: "plot-service-density"
9450
9451 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9452 #- type: "plot"
9453 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9454 #  algorithm: "plot_nf_heatmap"
9455 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9456 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9457 #  filter: "'NIC_Intel-XXV710' and
9458 #           'NF_DENSITY' and
9459 #           'DOCKER' and
9460 #           'CHAIN' and
9461 #           'NF_VPPIP4' and
9462 #           'IPSEC' and
9463 #           'TNL_1000' and
9464 #           'IMIX' and
9465 #           '2T1C' and
9466 #           'NDRPDR'"
9467 #  parameters:
9468 #  - "throughput"
9469 #  - "name"
9470 #  - "tags"
9471 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9472 #  x-axis: "X = CNFs per Service Chain"
9473 #  y-axis: "Y = Number of Service Chains"
9474 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9475 #  layout:
9476 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9477 #    layout: "plot-service-density"
9478 #
9479 #- type: "plot"
9480 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9481 #  algorithm: "plot_nf_heatmap"
9482 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9483 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9484 #  filter: "'NIC_Intel-XXV710' and
9485 #           'NF_DENSITY' and
9486 #           'DOCKER' and
9487 #           'CHAIN' and
9488 #           'NF_VPPIP4' and
9489 #           'IPSEC' and
9490 #           'TNL_1000' and
9491 #           'IMIX' and
9492 #           '4T2C' and
9493 #           'NDRPDR'"
9494 #  parameters:
9495 #  - "throughput"
9496 #  - "name"
9497 #  - "tags"
9498 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9499 #  x-axis: "X = CNFs per Service Chain"
9500 #  y-axis: "Y = Number of Service Chains"
9501 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9502 #  layout:
9503 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9504 #    layout: "plot-service-density"
9505 #
9506 #- type: "plot"
9507 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9508 #  algorithm: "plot_nf_heatmap"
9509 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9510 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9511 #  filter: "'NIC_Intel-XXV710' and
9512 #           'NF_DENSITY' and
9513 #           'DOCKER' and
9514 #           'CHAIN' and
9515 #           'NF_VPPIP4' and
9516 #           'IPSEC' and
9517 #           'TNL_1000' and
9518 #           'IMIX' and
9519 #           '8T4C' and
9520 #           'NDRPDR'"
9521 #  parameters:
9522 #  - "throughput"
9523 #  - "name"
9524 #  - "tags"
9525 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9526 #  x-axis: "X = CNFs per Service Chain"
9527 #  y-axis: "Y = Number of Service Chains"
9528 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9529 #  layout:
9530 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9531 #    layout: "plot-service-density"
9532 #
9533 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9534 #- type: "plot"
9535 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9536 #  algorithm: "plot_nf_heatmap"
9537 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9538 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9539 #  filter: "'NIC_Intel-XXV710' and
9540 #           'NF_DENSITY' and
9541 #           'DOCKER' and
9542 #           'CHAIN' and
9543 #           'NF_VPPIP4' and
9544 #           'IPSEC' and
9545 #           'TNL_1000' and
9546 #           'IMIX' and
9547 #           '2T1C' and
9548 #           'NDRPDR'"
9549 #  parameters:
9550 #  - "throughput"
9551 #  - "name"
9552 #  - "tags"
9553 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9554 #  x-axis: "X = CNFs per Service Chain"
9555 #  y-axis: "Y = Number of Service Chains"
9556 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9557 #  layout:
9558 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9559 #    layout: "plot-service-density"
9560 #
9561 #- type: "plot"
9562 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9563 #  algorithm: "plot_nf_heatmap"
9564 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9565 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9566 #  filter: "'NIC_Intel-XXV710' and
9567 #           'NF_DENSITY' and
9568 #           'DOCKER' and
9569 #           'CHAIN' and
9570 #           'NF_VPPIP4' and
9571 #           'IPSEC' and
9572 #           'TNL_1000' and
9573 #           'IMIX' and
9574 #           '4T2C' and
9575 #           'NDRPDR'"
9576 #  parameters:
9577 #  - "throughput"
9578 #  - "name"
9579 #  - "tags"
9580 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9581 #  x-axis: "X = CNFs per Service Chain"
9582 #  y-axis: "Y = Number of Service Chains"
9583 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9584 #  layout:
9585 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9586 #    layout: "plot-service-density"
9587 #
9588 #- type: "plot"
9589 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9590 #  algorithm: "plot_nf_heatmap"
9591 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9592 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9593 #  filter: "'NIC_Intel-XXV710' and
9594 #           'NF_DENSITY' and
9595 #           'DOCKER' and
9596 #           'CHAIN' and
9597 #           'NF_VPPIP4' and
9598 #           'IPSEC' and
9599 #           'TNL_1000' and
9600 #           'IMIX' and
9601 #           '8T4C' and
9602 #           'NDRPDR'"
9603 #  parameters:
9604 #  - "throughput"
9605 #  - "name"
9606 #  - "tags"
9607 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9608 #  x-axis: "X = CNFs per Service Chain"
9609 #  y-axis: "Y = Number of Service Chains"
9610 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9611 #  layout:
9612 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9613 #    layout: "plot-service-density"
9614
9615 ###############################################################################
9616
9617 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9618 #- type: "plot"
9619 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9620 #  algorithm: "plot_nf_heatmap"
9621 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9622 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9623 #  filter: "'NIC_Intel-XL710' and
9624 #           'NF_DENSITY' and
9625 #           'DOCKER' and
9626 #           'CHAIN' and
9627 #           'NF_VPPIP4' and
9628 #           'IMIX' and
9629 #           'TNL_1000' and
9630 #           '1T1C' and
9631 #           'MRR'"
9632 #  parameters:
9633 #  - "result"
9634 #  - "name"
9635 #  - "tags"
9636 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9637 #  x-axis: "X = CNFs per Service Chain"
9638 #  y-axis: "Y = Number of Service Chains"
9639 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9640 #  layout:
9641 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9642 #    layout: "plot-service-density"
9643 #
9644 #- type: "plot"
9645 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9646 #  algorithm: "plot_nf_heatmap"
9647 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9648 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9649 #  filter: "'NIC_Intel-XL710' and
9650 #           'NF_DENSITY' and
9651 #           'DOCKER' and
9652 #           'CHAIN' and
9653 #           'NF_VPPIP4' and
9654 #           'IPSEC' and
9655 #           'TNL_1000' and
9656 #           'IMIX' and
9657 #           '2T2C' and
9658 #           'MRR'"
9659 #  parameters:
9660 #  - "result"
9661 #  - "name"
9662 #  - "tags"
9663 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9664 #  x-axis: "X = CNFs per Service Chain"
9665 #  y-axis: "Y = Number of Service Chains"
9666 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9667 #  layout:
9668 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9669 #    layout: "plot-service-density"
9670 #
9671 #- type: "plot"
9672 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9673 #  algorithm: "plot_nf_heatmap"
9674 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9675 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9676 #  filter: "'NIC_Intel-XL710' and
9677 #           'NF_DENSITY' and
9678 #           'DOCKER' and
9679 #           'CHAIN' and
9680 #           'NF_VPPIP4' and
9681 #           'IPSEC' and
9682 #           'TNL_1000' and
9683 #           'IMIX' and
9684 #           '4T4C' and
9685 #           'MRR'"
9686 #  parameters:
9687 #  - "result"
9688 #  - "name"
9689 #  - "tags"
9690 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9691 #  x-axis: "X = CNFs per Service Chain"
9692 #  y-axis: "Y = Number of Service Chains"
9693 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9694 #  layout:
9695 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9696 #    layout: "plot-service-density"
9697
9698 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9699 #- type: "plot"
9700 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9701 #  algorithm: "plot_nf_heatmap"
9702 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9703 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9704 #  filter: "'NIC_Intel-XL710' and
9705 #           'NF_DENSITY' and
9706 #           'DOCKER' and
9707 #           'CHAIN' and
9708 #           'NF_VPPIP4' and
9709 #           'IPSEC' and
9710 #           'TNL_1000' and
9711 #           'IMIX' and
9712 #           '1T1C' and
9713 #           'NDRPDR'"
9714 #  parameters:
9715 #  - "throughput"
9716 #  - "name"
9717 #  - "tags"
9718 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9719 #  x-axis: "X = CNFs per Service Chain"
9720 #  y-axis: "Y = Number of Service Chains"
9721 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9722 #  layout:
9723 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9724 #    layout: "plot-service-density"
9725 #
9726 #- type: "plot"
9727 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9728 #  algorithm: "plot_nf_heatmap"
9729 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9730 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9731 #  filter: "'NIC_Intel-XL710' and
9732 #           'NF_DENSITY' and
9733 #           'DOCKER' and
9734 #           'CHAIN' and
9735 #           'NF_VPPIP4' and
9736 #           'IPSEC' and
9737 #           'TNL_1000' and
9738 #           'IMIX' and
9739 #           '2T2C' and
9740 #           'NDRPDR'"
9741 #  parameters:
9742 #  - "throughput"
9743 #  - "name"
9744 #  - "tags"
9745 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9746 #  x-axis: "X = CNFs per Service Chain"
9747 #  y-axis: "Y = Number of Service Chains"
9748 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9749 #  layout:
9750 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9751 #    layout: "plot-service-density"
9752 #
9753 #- type: "plot"
9754 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9755 #  algorithm: "plot_nf_heatmap"
9756 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9757 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9758 #  filter: "'NIC_Intel-XL710' and
9759 #           'NF_DENSITY' and
9760 #           'DOCKER' and
9761 #           'CHAIN' and
9762 #           'NF_VPPIP4' and
9763 #           'IPSEC' and
9764 #           'TNL_1000' and
9765 #           'IMIX' and
9766 #           '4T4C' and
9767 #           'NDRPDR'"
9768 #  parameters:
9769 #  - "throughput"
9770 #  - "name"
9771 #  - "tags"
9772 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9773 #  x-axis: "X = CNFs per Service Chain"
9774 #  y-axis: "Y = Number of Service Chains"
9775 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9776 #  layout:
9777 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9778 #    layout: "plot-service-density"
9779 #
9780 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9781 #- type: "plot"
9782 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9783 #  algorithm: "plot_nf_heatmap"
9784 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9785 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9786 #  filter: "'NIC_Intel-XL710' and
9787 #           'NF_DENSITY' and
9788 #           'DOCKER' and
9789 #           'CHAIN' and
9790 #           'NF_VPPIP4' and
9791 #           'IPSEC' and
9792 #           'TNL_1000' and
9793 #           'IMIX' and
9794 #           '1T1C' and
9795 #           'NDRPDR'"
9796 #  parameters:
9797 #  - "throughput"
9798 #  - "name"
9799 #  - "tags"
9800 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9801 #  x-axis: "X = CNFs per Service Chain"
9802 #  y-axis: "Y = Number of Service Chains"
9803 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9804 #  layout:
9805 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9806 #    layout: "plot-service-density"
9807 #
9808 #- type: "plot"
9809 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9810 #  algorithm: "plot_nf_heatmap"
9811 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9812 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9813 #  filter: "'NIC_Intel-XL710' and
9814 #           'NF_DENSITY' and
9815 #           'DOCKER' and
9816 #           'CHAIN' and
9817 #           'NF_VPPIP4' and
9818 #           'IPSEC' and
9819 #           'TNL_1000' and
9820 #           'IMIX' and
9821 #           '2T2C' and
9822 #           'NDRPDR'"
9823 #  parameters:
9824 #  - "throughput"
9825 #  - "name"
9826 #  - "tags"
9827 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9828 #  x-axis: "X = CNFs per Service Chain"
9829 #  y-axis: "Y = Number of Service Chains"
9830 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9831 #  layout:
9832 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9833 #    layout: "plot-service-density"
9834 #
9835 #- type: "plot"
9836 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9837 #  algorithm: "plot_nf_heatmap"
9838 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9839 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9840 #  filter: "'NIC_Intel-XL710' and
9841 #           'NF_DENSITY' and
9842 #           'DOCKER' and
9843 #           'CHAIN' and
9844 #           'NF_VPPIP4' and
9845 #           'IPSEC' and
9846 #           'TNL_1000' and
9847 #           'IMIX' and
9848 #           '4T4C' and
9849 #           'NDRPDR'"
9850 #  parameters:
9851 #  - "throughput"
9852 #  - "name"
9853 #  - "tags"
9854 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9855 #  x-axis: "X = CNFs per Service Chain"
9856 #  y-axis: "Y = Number of Service Chains"
9857 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9858 #  layout:
9859 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9860 #    layout: "plot-service-density"
9861
9862 ###############################################################################
9863
9864 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9865 #- type: "plot"
9866 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9867 #  algorithm: "plot_nf_heatmap"
9868 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9869 #  data: "plot-vpp-nfv-3n-skx-mrr"
9870 #  filter: "'NIC_Intel-XXV710' and
9871 #           'NF_DENSITY' and
9872 #           'DOCKER' and
9873 #           'CHAIN' and
9874 #           'NF_VPPIP4' and
9875 #           'IPSEC' and
9876 #           'TNL_10000' and
9877 #           'IMIX' and
9878 #           '2T1C' and
9879 #           'MRR'"
9880 #  parameters:
9881 #  - "result"
9882 #  - "name"
9883 #  - "tags"
9884 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9885 #  x-axis: "X = CNFs per Service Chain"
9886 #  y-axis: "Y = Number of Service Chains"
9887 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9888 #  layout:
9889 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9890 #    layout: "plot-service-density"
9891 #
9892 #- type: "plot"
9893 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9894 #  algorithm: "plot_nf_heatmap"
9895 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9896 #  data: "plot-vpp-nfv-3n-skx-mrr"
9897 #  filter: "'NIC_Intel-XXV710' and
9898 #           'NF_DENSITY' and
9899 #           'DOCKER' and
9900 #           'CHAIN' and
9901 #           'NF_VPPIP4' and
9902 #           'IPSEC' and
9903 #           'TNL_10000' and
9904 #           'IMIX' and
9905 #           '4T2C' and
9906 #           'MRR'"
9907 #  parameters:
9908 #  - "result"
9909 #  - "name"
9910 #  - "tags"
9911 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9912 #  x-axis: "X = CNFs per Service Chain"
9913 #  y-axis: "Y = Number of Service Chains"
9914 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9915 #  layout:
9916 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9917 #    layout: "plot-service-density"
9918 #
9919 #- type: "plot"
9920 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9921 #  algorithm: "plot_nf_heatmap"
9922 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9923 #  data: "plot-vpp-nfv-3n-skx-mrr"
9924 #  filter: "'NIC_Intel-XXV710' and
9925 #           'NF_DENSITY' and
9926 #           'DOCKER' and
9927 #           'CHAIN' and
9928 #           'NF_VPPIP4' and
9929 #           'IPSEC' and
9930 #           'TNL_10000' and
9931 #           'IMIX' and
9932 #           '8T4C' and
9933 #           'MRR'"
9934 #  parameters:
9935 #  - "result"
9936 #  - "name"
9937 #  - "tags"
9938 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9939 #  x-axis: "X = CNFs per Service Chain"
9940 #  y-axis: "Y = Number of Service Chains"
9941 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9942 #  layout:
9943 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9944 #    layout: "plot-service-density"
9945
9946 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9947 #- type: "plot"
9948 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9949 #  algorithm: "plot_nf_heatmap"
9950 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9951 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9952 #  filter: "'NIC_Intel-XXV710' and
9953 #           'NF_DENSITY' and
9954 #           'DOCKER' and
9955 #           'CHAIN' and
9956 #           'NF_VPPIP4' and
9957 #           'IPSEC' and
9958 #           'TNL_10000' and
9959 #           'IMIX' and
9960 #           '2T1C' and
9961 #           'NDRPDR'"
9962 #  parameters:
9963 #  - "throughput"
9964 #  - "name"
9965 #  - "tags"
9966 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9967 #  x-axis: "X = CNFs per Service Chain"
9968 #  y-axis: "Y = Number of Service Chains"
9969 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9970 #  layout:
9971 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9972 #    layout: "plot-service-density"
9973 #
9974 #- type: "plot"
9975 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9976 #  algorithm: "plot_nf_heatmap"
9977 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9978 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9979 #  filter: "'NIC_Intel-XXV710' and
9980 #           'NF_DENSITY' and
9981 #           'DOCKER' and
9982 #           'CHAIN' and
9983 #           'NF_VPPIP4' and
9984 #           'IPSEC' and
9985 #           'TNL_10000' and
9986 #           'IMIX' and
9987 #           '4T2C' and
9988 #           'NDRPDR'"
9989 #  parameters:
9990 #  - "throughput"
9991 #  - "name"
9992 #  - "tags"
9993 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9994 #  x-axis: "X = CNFs per Service Chain"
9995 #  y-axis: "Y = Number of Service Chains"
9996 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9997 #  layout:
9998 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9999 #    layout: "plot-service-density"
10000 #
10001 #- type: "plot"
10002 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10003 #  algorithm: "plot_nf_heatmap"
10004 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
10005 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10006 #  filter: "'NIC_Intel-XXV710' and
10007 #           'NF_DENSITY' and
10008 #           'DOCKER' and
10009 #           'CHAIN' and
10010 #           'NF_VPPIP4' and
10011 #           'IPSEC' and
10012 #           'TNL_10000' and
10013 #           'IMIX' and
10014 #           '8T4C' and
10015 #           'NDRPDR'"
10016 #  parameters:
10017 #  - "throughput"
10018 #  - "name"
10019 #  - "tags"
10020 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10021 #  x-axis: "X = CNFs per Service Chain"
10022 #  y-axis: "Y = Number of Service Chains"
10023 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10024 #  layout:
10025 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10026 #    layout: "plot-service-density"
10027 #
10028 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10029 #- type: "plot"
10030 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10031 #  algorithm: "plot_nf_heatmap"
10032 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
10033 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10034 #  filter: "'NIC_Intel-XXV710' and
10035 #           'NF_DENSITY' and
10036 #           'DOCKER' and
10037 #           'CHAIN' and
10038 #           'NF_VPPIP4' and
10039 #           'IPSEC' and
10040 #           'TNL_10000' and
10041 #           'IMIX' and
10042 #           '2T1C' and
10043 #           'NDRPDR'"
10044 #  parameters:
10045 #  - "throughput"
10046 #  - "name"
10047 #  - "tags"
10048 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10049 #  x-axis: "X = CNFs per Service Chain"
10050 #  y-axis: "Y = Number of Service Chains"
10051 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10052 #  layout:
10053 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10054 #    layout: "plot-service-density"
10055 #
10056 #- type: "plot"
10057 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10058 #  algorithm: "plot_nf_heatmap"
10059 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
10060 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10061 #  filter: "'NIC_Intel-XXV710' and
10062 #           'NF_DENSITY' and
10063 #           'DOCKER' and
10064 #           'CHAIN' and
10065 #           'NF_VPPIP4' and
10066 #           'IPSEC' and
10067 #           'TNL_10000' and
10068 #           'IMIX' and
10069 #           '4T2C' and
10070 #           'NDRPDR'"
10071 #  parameters:
10072 #  - "throughput"
10073 #  - "name"
10074 #  - "tags"
10075 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10076 #  x-axis: "X = CNFs per Service Chain"
10077 #  y-axis: "Y = Number of Service Chains"
10078 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10079 #  layout:
10080 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10081 #    layout: "plot-service-density"
10082 #
10083 #- type: "plot"
10084 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10085 #  algorithm: "plot_nf_heatmap"
10086 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
10087 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10088 #  filter: "'NIC_Intel-XXV710' and
10089 #           'NF_DENSITY' and
10090 #           'DOCKER' and
10091 #           'CHAIN' and
10092 #           'NF_VPPIP4' and
10093 #           'IPSEC' and
10094 #           'TNL_10000' and
10095 #           'IMIX' and
10096 #           '8T4C' and
10097 #           'NDRPDR'"
10098 #  parameters:
10099 #  - "throughput"
10100 #  - "name"
10101 #  - "tags"
10102 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10103 #  x-axis: "X = CNFs per Service Chain"
10104 #  y-axis: "Y = Number of Service Chains"
10105 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10106 #  layout:
10107 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10108 #    layout: "plot-service-density"
10109
10110 ###############################################################################
10111
10112 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10113 #- type: "plot"
10114 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10115 #  algorithm: "plot_nf_heatmap"
10116 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
10117 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10118 #  filter: "'NIC_Intel-XL710' and
10119 #           'NF_DENSITY' and
10120 #           'DOCKER' and
10121 #           'CHAIN' and
10122 #           'NF_VPPIP4' and
10123 #           'IMIX' and
10124 #           'TNL_10000' and
10125 #           '1T1C' and
10126 #           'MRR'"
10127 #  parameters:
10128 #  - "result"
10129 #  - "name"
10130 #  - "tags"
10131 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10132 #  x-axis: "X = CNFs per Service Chain"
10133 #  y-axis: "Y = Number of Service Chains"
10134 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10135 #  layout:
10136 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10137 #    layout: "plot-service-density"
10138 #
10139 #- type: "plot"
10140 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10141 #  algorithm: "plot_nf_heatmap"
10142 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
10143 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10144 #  filter: "'NIC_Intel-XL710' and
10145 #           'NF_DENSITY' and
10146 #           'DOCKER' and
10147 #           'CHAIN' and
10148 #           'NF_VPPIP4' and
10149 #           'IPSEC' and
10150 #           'TNL_10000' and
10151 #           'IMIX' and
10152 #           '2T2C' and
10153 #           'MRR'"
10154 #  parameters:
10155 #  - "result"
10156 #  - "name"
10157 #  - "tags"
10158 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10159 #  x-axis: "X = CNFs per Service Chain"
10160 #  y-axis: "Y = Number of Service Chains"
10161 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10162 #  layout:
10163 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10164 #    layout: "plot-service-density"
10165 #
10166 #- type: "plot"
10167 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10168 #  algorithm: "plot_nf_heatmap"
10169 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
10170 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10171 #  filter: "'NIC_Intel-XL710' and
10172 #           'NF_DENSITY' and
10173 #           'DOCKER' and
10174 #           'CHAIN' and
10175 #           'NF_VPPIP4' and
10176 #           'IPSEC' and
10177 #           'TNL_10000' and
10178 #           'IMIX' and
10179 #           '4T4C' and
10180 #           'MRR'"
10181 #  parameters:
10182 #  - "result"
10183 #  - "name"
10184 #  - "tags"
10185 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10186 #  x-axis: "X = CNFs per Service Chain"
10187 #  y-axis: "Y = Number of Service Chains"
10188 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10189 #  layout:
10190 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10191 #    layout: "plot-service-density"
10192
10193 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10194 #- type: "plot"
10195 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10196 #  algorithm: "plot_nf_heatmap"
10197 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
10198 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10199 #  filter: "'NIC_Intel-XL710' and
10200 #           'NF_DENSITY' and
10201 #           'DOCKER' and
10202 #           'CHAIN' and
10203 #           'NF_VPPIP4' and
10204 #           'IPSEC' and
10205 #           'TNL_10000' and
10206 #           'IMIX' and
10207 #           '1T1C' and
10208 #           'NDRPDR'"
10209 #  parameters:
10210 #  - "throughput"
10211 #  - "name"
10212 #  - "tags"
10213 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10214 #  x-axis: "X = CNFs per Service Chain"
10215 #  y-axis: "Y = Number of Service Chains"
10216 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10217 #  layout:
10218 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10219 #    layout: "plot-service-density"
10220 #
10221 #- type: "plot"
10222 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10223 #  algorithm: "plot_nf_heatmap"
10224 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
10225 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10226 #  filter: "'NIC_Intel-XL710' and
10227 #           'NF_DENSITY' and
10228 #           'DOCKER' and
10229 #           'CHAIN' and
10230 #           'NF_VPPIP4' and
10231 #           'IPSEC' and
10232 #           'TNL_10000' and
10233 #           'IMIX' and
10234 #           '2T2C' and
10235 #           'NDRPDR'"
10236 #  parameters:
10237 #  - "throughput"
10238 #  - "name"
10239 #  - "tags"
10240 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10241 #  x-axis: "X = CNFs per Service Chain"
10242 #  y-axis: "Y = Number of Service Chains"
10243 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10244 #  layout:
10245 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10246 #    layout: "plot-service-density"
10247 #
10248 #- type: "plot"
10249 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10250 #  algorithm: "plot_nf_heatmap"
10251 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10252 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10253 #  filter: "'NIC_Intel-XL710' and
10254 #           'NF_DENSITY' and
10255 #           'DOCKER' and
10256 #           'CHAIN' and
10257 #           'NF_VPPIP4' and
10258 #           'IPSEC' and
10259 #           'TNL_10000' and
10260 #           'IMIX' and
10261 #           '4T4C' and
10262 #           'NDRPDR'"
10263 #  parameters:
10264 #  - "throughput"
10265 #  - "name"
10266 #  - "tags"
10267 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10268 #  x-axis: "X = CNFs per Service Chain"
10269 #  y-axis: "Y = Number of Service Chains"
10270 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10271 #  layout:
10272 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10273 #    layout: "plot-service-density"
10274 #
10275 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10276 #- type: "plot"
10277 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10278 #  algorithm: "plot_nf_heatmap"
10279 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10280 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10281 #  filter: "'NIC_Intel-XL710' and
10282 #           'NF_DENSITY' and
10283 #           'DOCKER' and
10284 #           'CHAIN' and
10285 #           'NF_VPPIP4' and
10286 #           'IPSEC' and
10287 #           'TNL_10000' and
10288 #           'IMIX' and
10289 #           '1T1C' and
10290 #           'NDRPDR'"
10291 #  parameters:
10292 #  - "throughput"
10293 #  - "name"
10294 #  - "tags"
10295 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10296 #  x-axis: "X = CNFs per Service Chain"
10297 #  y-axis: "Y = Number of Service Chains"
10298 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10299 #  layout:
10300 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10301 #    layout: "plot-service-density"
10302 #
10303 #- type: "plot"
10304 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10305 #  algorithm: "plot_nf_heatmap"
10306 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10307 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10308 #  filter: "'NIC_Intel-XL710' and
10309 #           'NF_DENSITY' and
10310 #           'DOCKER' and
10311 #           'CHAIN' and
10312 #           'NF_VPPIP4' and
10313 #           'IPSEC' and
10314 #           'TNL_10000' and
10315 #           'IMIX' and
10316 #           '2T2C' and
10317 #           'NDRPDR'"
10318 #  parameters:
10319 #  - "throughput"
10320 #  - "name"
10321 #  - "tags"
10322 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10323 #  x-axis: "X = CNFs per Service Chain"
10324 #  y-axis: "Y = Number of Service Chains"
10325 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10326 #  layout:
10327 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10328 #    layout: "plot-service-density"
10329 #
10330 #- type: "plot"
10331 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10332 #  algorithm: "plot_nf_heatmap"
10333 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10334 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10335 #  filter: "'NIC_Intel-XL710' and
10336 #           'NF_DENSITY' and
10337 #           'DOCKER' and
10338 #           'CHAIN' and
10339 #           'NF_VPPIP4' and
10340 #           'IPSEC' and
10341 #           'TNL_10000' and
10342 #           'IMIX' and
10343 #           '4T4C' and
10344 #           'NDRPDR'"
10345 #  parameters:
10346 #  - "throughput"
10347 #  - "name"
10348 #  - "tags"
10349 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10350 #  x-axis: "X = CNFs per Service Chain"
10351 #  y-axis: "Y = Number of Service Chains"
10352 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10353 #  layout:
10354 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10355 #    layout: "plot-service-density"
10356
10357 ###############################################################################
10358
10359 # Plots - NF Density - CSP - MRR IMIX
10360 - type: "plot"
10361   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10362   algorithm: "plot_nf_heatmap"
10363   output-file-type: ".html"
10364   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10365   data: "plot-vpp-nfv-2n-skx-mrr"
10366   filter: "'NIC_Intel-XXV710' and
10367            'NF_DENSITY' and
10368            'DOCKER' and
10369            'PIPELINE' and
10370            'NF_VPPIP4' and
10371            'IMIX' and
10372            '2T1C' and
10373            'MRR'"
10374   parameters:
10375   - "result"
10376   - "name"
10377   - "tags"
10378   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10379   x-axis: "X = CNFs per Service Pipeline"
10380   y-axis: "Y = Number of Service Pipelines"
10381   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10382   layout:
10383     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10384     layout: "plot-service-density"
10385
10386 - type: "plot"
10387   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10388   algorithm: "plot_nf_heatmap"
10389   output-file-type: ".html"
10390   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10391   data: "plot-vpp-nfv-2n-skx-mrr"
10392   filter: "'NIC_Intel-XXV710' and
10393            'NF_DENSITY' and
10394            'DOCKER' and
10395            'PIPELINE' and
10396            'NF_VPPIP4' and
10397            'IMIX' and
10398            '4T2C' and
10399            'MRR'"
10400   parameters:
10401   - "result"
10402   - "name"
10403   - "tags"
10404   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10405   x-axis: "X = CNFs per Service Pipeline"
10406   y-axis: "Y = Number of Service Pipelines"
10407   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10408   layout:
10409     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10410     layout: "plot-service-density"
10411
10412 - type: "plot"
10413   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10414   algorithm: "plot_nf_heatmap"
10415   output-file-type: ".html"
10416   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10417   data: "plot-vpp-nfv-2n-skx-mrr"
10418   filter: "'NIC_Intel-XXV710' and
10419            'NF_DENSITY' and
10420            'DOCKER' and
10421            'PIPELINE' and
10422            'NF_VPPIP4' and
10423            'IMIX' and
10424            '8T4C' and
10425            'MRR'"
10426   parameters:
10427   - "result"
10428   - "name"
10429   - "tags"
10430   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10431   x-axis: "X = CNFs per Service Pipeline"
10432   y-axis: "Y = Number of Service Pipelines"
10433   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10434   layout:
10435     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10436     layout: "plot-service-density"
10437
10438 # Plots - NF Density - CSP - NDR IMIX
10439 - type: "plot"
10440   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10441   algorithm: "plot_nf_heatmap"
10442   output-file-type: ".html"
10443   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10444   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10445   filter: "'NIC_Intel-XXV710' and
10446            'NF_DENSITY' and
10447            'DOCKER' and
10448            'PIPELINE' and
10449            'NF_VPPIP4' and
10450            'IMIX' and
10451            '2T1C' and
10452            'NDRPDR'"
10453   parameters:
10454   - "throughput"
10455   - "name"
10456   - "tags"
10457   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10458   x-axis: "X = CNFs per Service Pipeline"
10459   y-axis: "Y = Number of Service Pipelines"
10460   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10461   layout:
10462     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10463     layout: "plot-service-density"
10464
10465 - type: "plot"
10466   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10467   algorithm: "plot_nf_heatmap"
10468   output-file-type: ".html"
10469   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10470   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10471   filter: "'NIC_Intel-XXV710' and
10472            'NF_DENSITY' and
10473            'DOCKER' and
10474            'PIPELINE' and
10475            'NF_VPPIP4' and
10476            'IMIX' and
10477            '4T2C' and
10478            'NDRPDR'"
10479   parameters:
10480   - "throughput"
10481   - "name"
10482   - "tags"
10483   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10484   x-axis: "X = CNFs per Service Pipeline"
10485   y-axis: "Y = Number of Service Pipelines"
10486   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10487   layout:
10488     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10489     layout: "plot-service-density"
10490
10491 - type: "plot"
10492   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10493   algorithm: "plot_nf_heatmap"
10494   output-file-type: ".html"
10495   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10496   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10497   filter: "'NIC_Intel-XXV710' and
10498            'NF_DENSITY' and
10499            'DOCKER' and
10500            'PIPELINE' and
10501            'NF_VPPIP4' and
10502            'IMIX' and
10503            '8T4C' and
10504            'NDRPDR'"
10505   parameters:
10506   - "throughput"
10507   - "name"
10508   - "tags"
10509   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10510   x-axis: "X = CNFs per Service Pipeline"
10511   y-axis: "Y = Number of Service Pipelines"
10512   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10513   layout:
10514     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10515     layout: "plot-service-density"
10516
10517 # Plots - NF Density - CSP - PDR IMIX
10518 - type: "plot"
10519   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10520   algorithm: "plot_nf_heatmap"
10521   output-file-type: ".html"
10522   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10523   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10524   filter: "'NIC_Intel-XXV710' and
10525            'NF_DENSITY' and
10526            'DOCKER' and
10527            'PIPELINE' and
10528            'NF_VPPIP4' and
10529            'IMIX' and
10530            '2T1C' and
10531            'NDRPDR'"
10532   parameters:
10533   - "throughput"
10534   - "name"
10535   - "tags"
10536   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10537   x-axis: "X = CNFs per Service Pipeline"
10538   y-axis: "Y = Number of Service Pipelines"
10539   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10540   layout:
10541     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10542     layout: "plot-service-density"
10543
10544 - type: "plot"
10545   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10546   algorithm: "plot_nf_heatmap"
10547   output-file-type: ".html"
10548   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10549   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10550   filter: "'NIC_Intel-XXV710' and
10551            'NF_DENSITY' and
10552            'DOCKER' and
10553            'PIPELINE' and
10554            'NF_VPPIP4' and
10555            'IMIX' and
10556            '4T2C' and
10557            'NDRPDR'"
10558   parameters:
10559   - "throughput"
10560   - "name"
10561   - "tags"
10562   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10563   x-axis: "X = CNFs per Service Pipeline"
10564   y-axis: "Y = Number of Service Pipelines"
10565   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10566   layout:
10567     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10568     layout: "plot-service-density"
10569
10570 - type: "plot"
10571   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10572   algorithm: "plot_nf_heatmap"
10573   output-file-type: ".html"
10574   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10575   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10576   filter: "'NIC_Intel-XXV710' and
10577            'NF_DENSITY' and
10578            'DOCKER' and
10579            'PIPELINE' and
10580            'NF_VPPIP4' and
10581            'IMIX' and
10582            '8T4C' and
10583            'NDRPDR'"
10584   parameters:
10585   - "throughput"
10586   - "name"
10587   - "tags"
10588   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10589   x-axis: "X = CNFs per Service Pipeline"
10590   y-axis: "Y = Number of Service Pipelines"
10591   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10592   layout:
10593     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10594     layout: "plot-service-density"
10595
10596 ###############################################################################
10597 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10598
10599 - type: "plot"
10600   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10601   algorithm: "plot_nf_heatmap"
10602   output-file-type: ".html"
10603   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10604   data: "plot-vpp-nfv-2n-clx-mrr"
10605   filter: "'NIC_Intel-XXV710' and
10606            'NF_DENSITY' and
10607            'VHOST' and
10608            not 'VXLAN' and
10609            'CHAIN' and
10610            'NF_VPPIP4' and
10611            'IMIX' and
10612            '2T1C' and
10613            'MRR'"
10614   parameters:
10615   - "result"
10616   - "name"
10617   - "tags"
10618   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10619   x-axis: "X = VNFs per Service Chain"
10620   y-axis: "Y = Number of Service Chains"
10621   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10622   layout:
10623     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10624     layout: "plot-service-density"
10625
10626 - type: "plot"
10627   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10628   algorithm: "plot_nf_heatmap"
10629   output-file-type: ".html"
10630   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10631   data: "plot-vpp-nfv-2n-clx-mrr"
10632   filter: "'NIC_Intel-XXV710' and
10633            'NF_DENSITY' and
10634            'VHOST' and
10635            not 'VXLAN' and
10636            'CHAIN' and
10637            'NF_VPPIP4' and
10638            'IMIX' and
10639            '4T2C' and
10640            'MRR'"
10641   parameters:
10642   - "result"
10643   - "name"
10644   - "tags"
10645   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10646   x-axis: "X = VNFs per Service Chain"
10647   y-axis: "Y = Number of Service Chains"
10648   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10649   layout:
10650     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10651     layout: "plot-service-density"
10652
10653 - type: "plot"
10654   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10655   algorithm: "plot_nf_heatmap"
10656   output-file-type: ".html"
10657   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10658   data: "plot-vpp-nfv-2n-clx-mrr"
10659   filter: "'NIC_Intel-XXV710' and
10660            'NF_DENSITY' and
10661            'VHOST' and
10662            not 'VXLAN' and
10663            'CHAIN' and
10664            'NF_VPPIP4' and
10665            'IMIX' and
10666            '8T4C' and
10667            'MRR'"
10668   parameters:
10669   - "result"
10670   - "name"
10671   - "tags"
10672   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10673   x-axis: "X = VNFs per Service Chain"
10674   y-axis: "Y = Number of Service Chains"
10675   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10676   layout:
10677     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10678     layout: "plot-service-density"
10679
10680 # Plots - NF Density - VSC - NDR IMIX
10681 - type: "plot"
10682   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10683   algorithm: "plot_nf_heatmap"
10684   output-file-type: ".html"
10685   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10686   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10687   filter: "'NIC_Intel-XXV710' and
10688            'NF_DENSITY' and
10689            'VHOST' and
10690            not 'VXLAN' and
10691            'CHAIN' and
10692            'NF_VPPIP4' and
10693            'IMIX' and
10694            '2T1C' and
10695            'NDRPDR'"
10696   parameters:
10697   - "throughput"
10698   - "name"
10699   - "tags"
10700   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10701   x-axis: "X = VNFs per Service Chain"
10702   y-axis: "Y = Number of Service Chains"
10703   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10704   layout:
10705     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10706     layout: "plot-service-density"
10707
10708 - type: "plot"
10709   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10710   algorithm: "plot_nf_heatmap"
10711   output-file-type: ".html"
10712   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10713   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10714   filter: "'NIC_Intel-XXV710' and
10715            'NF_DENSITY' and
10716            'VHOST' and
10717            not 'VXLAN' and
10718            'CHAIN' and
10719            'NF_VPPIP4' and
10720            'IMIX' and
10721            '4T2C' and
10722            'NDRPDR'"
10723   parameters:
10724   - "throughput"
10725   - "name"
10726   - "tags"
10727   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10728   x-axis: "X = VNFs per Service Chain"
10729   y-axis: "Y = Number of Service Chains"
10730   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10731   layout:
10732     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10733     layout: "plot-service-density"
10734
10735 - type: "plot"
10736   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10737   algorithm: "plot_nf_heatmap"
10738   output-file-type: ".html"
10739   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10740   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10741   filter: "'NIC_Intel-XXV710' and
10742            'NF_DENSITY' and
10743            'VHOST' and
10744            not 'VXLAN' and
10745            'CHAIN' and
10746            'NF_VPPIP4' and
10747            'IMIX' and
10748            '8T4C' and
10749            'NDRPDR'"
10750   parameters:
10751   - "throughput"
10752   - "name"
10753   - "tags"
10754   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10755   x-axis: "X = VNFs per Service Chain"
10756   y-axis: "Y = Number of Service Chains"
10757   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10758   layout:
10759     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10760     layout: "plot-service-density"
10761
10762 # Plots - NF Density - VSC - PDR IMIX
10763 - type: "plot"
10764   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10765   algorithm: "plot_nf_heatmap"
10766   output-file-type: ".html"
10767   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10768   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10769   filter: "'NIC_Intel-XXV710' and
10770            'NF_DENSITY' and
10771            'VHOST' and
10772            not 'VXLAN' and
10773            'CHAIN' and
10774            'NF_VPPIP4' and
10775            'IMIX' and
10776            '2T1C' and
10777            'NDRPDR'"
10778   parameters:
10779   - "throughput"
10780   - "name"
10781   - "tags"
10782   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10783   x-axis: "X = VNFs per Service Chain"
10784   y-axis: "Y = Number of Service Chains"
10785   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10786   layout:
10787     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10788     layout: "plot-service-density"
10789
10790 - type: "plot"
10791   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10792   algorithm: "plot_nf_heatmap"
10793   output-file-type: ".html"
10794   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10795   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10796   filter: "'NIC_Intel-XXV710' and
10797            'NF_DENSITY' and
10798            'VHOST' and
10799            not 'VXLAN' and
10800            'CHAIN' and
10801            'NF_VPPIP4' and
10802            'IMIX' and
10803            '4T2C' and
10804            'NDRPDR'"
10805   parameters:
10806   - "throughput"
10807   - "name"
10808   - "tags"
10809   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10810   x-axis: "X = VNFs per Service Chain"
10811   y-axis: "Y = Number of Service Chains"
10812   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10813   layout:
10814     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10815     layout: "plot-service-density"
10816
10817 - type: "plot"
10818   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10819   algorithm: "plot_nf_heatmap"
10820   output-file-type: ".html"
10821   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10822   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10823   filter: "'NIC_Intel-XXV710' and
10824            'NF_DENSITY' and
10825            'VHOST' and
10826            not 'VXLAN' and
10827            'CHAIN' and
10828            'NF_VPPIP4' and
10829            'IMIX' and
10830            '8T4C' and
10831            'NDRPDR'"
10832   parameters:
10833   - "throughput"
10834   - "name"
10835   - "tags"
10836   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10837   x-axis: "X = VNFs per Service Chain"
10838   y-axis: "Y = Number of Service Chains"
10839   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10840   layout:
10841     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10842     layout: "plot-service-density"
10843
10844 # Plots - NF Density - VSC - MRR IMIX
10845 - type: "plot"
10846   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10847   algorithm: "plot_nf_heatmap"
10848   output-file-type: ".html"
10849   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10850   data: "plot-vpp-nfv-2n-clx-mrr"
10851   filter: "'NIC_Intel-XXV710' and
10852            'NF_DENSITY' and
10853            'VHOST' and
10854            'VXLAN' and
10855            'CHAIN' and
10856            'IMIX' and
10857            '2T1C' and
10858            'MRR'"
10859   parameters:
10860   - "result"
10861   - "name"
10862   - "tags"
10863   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10864   x-axis: "X = VNFs per Service Chain"
10865   y-axis: "Y = Number of Service Chains"
10866   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10867   layout:
10868     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10869     layout: "plot-service-density"
10870
10871 - type: "plot"
10872   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10873   algorithm: "plot_nf_heatmap"
10874   output-file-type: ".html"
10875   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10876   data: "plot-vpp-nfv-2n-clx-mrr"
10877   filter: "'NIC_Intel-XXV710' and
10878            'NF_DENSITY' and
10879            'VHOST' and
10880            'VXLAN' and
10881            'CHAIN' and
10882            'IMIX' and
10883            '4T2C' and
10884            'MRR'"
10885   parameters:
10886   - "result"
10887   - "name"
10888   - "tags"
10889   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10890   x-axis: "X = VNFs per Service Chain"
10891   y-axis: "Y = Number of Service Chains"
10892   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10893   layout:
10894     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10895     layout: "plot-service-density"
10896
10897 - type: "plot"
10898   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10899   algorithm: "plot_nf_heatmap"
10900   output-file-type: ".html"
10901   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10902   data: "plot-vpp-nfv-2n-clx-mrr"
10903   filter: "'NIC_Intel-XXV710' and
10904            'NF_DENSITY' and
10905            'VHOST' and
10906            'VXLAN' and
10907            'CHAIN' and
10908            'IMIX' and
10909            '8T4C' and
10910            'MRR'"
10911   parameters:
10912   - "result"
10913   - "name"
10914   - "tags"
10915   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10916   x-axis: "X = VNFs per Service Chain"
10917   y-axis: "Y = Number of Service Chains"
10918   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10919   layout:
10920     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10921     layout: "plot-service-density"
10922
10923 # Plots - NF Density - VSC - NDR IMIX
10924 - type: "plot"
10925   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10926   algorithm: "plot_nf_heatmap"
10927   output-file-type: ".html"
10928   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10929   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10930   filter: "'NIC_Intel-XXV710' and
10931            'NF_DENSITY' and
10932            'VHOST' and
10933            'VXLAN' and
10934            'CHAIN' and
10935            'IMIX' and
10936            '2T1C' and
10937            'NDRPDR'"
10938   parameters:
10939   - "throughput"
10940   - "name"
10941   - "tags"
10942   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10943   x-axis: "X = VNFs per Service Chain"
10944   y-axis: "Y = Number of Service Chains"
10945   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10946   layout:
10947     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10948     layout: "plot-service-density"
10949
10950 - type: "plot"
10951   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10952   algorithm: "plot_nf_heatmap"
10953   output-file-type: ".html"
10954   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10955   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10956   filter: "'NIC_Intel-XXV710' and
10957            'NF_DENSITY' and
10958            'VHOST' and
10959            'VXLAN' and
10960            'CHAIN' and
10961            'IMIX' and
10962            '4T2C' and
10963            'NDRPDR'"
10964   parameters:
10965   - "throughput"
10966   - "name"
10967   - "tags"
10968   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10969   x-axis: "X = VNFs per Service Chain"
10970   y-axis: "Y = Number of Service Chains"
10971   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10972   layout:
10973     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10974     layout: "plot-service-density"
10975
10976 - type: "plot"
10977   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10978   algorithm: "plot_nf_heatmap"
10979   output-file-type: ".html"
10980   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10981   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10982   filter: "'NIC_Intel-XXV710' and
10983            'NF_DENSITY' and
10984            'VHOST' and
10985            'VXLAN' and
10986            'CHAIN' and
10987            'IMIX' and
10988            '8T4C' and
10989            'NDRPDR'"
10990   parameters:
10991   - "throughput"
10992   - "name"
10993   - "tags"
10994   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10995   x-axis: "X = VNFs per Service Chain"
10996   y-axis: "Y = Number of Service Chains"
10997   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10998   layout:
10999     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11000     layout: "plot-service-density"
11001
11002 # Plots - NF Density - VSC - PDR IMIX
11003 - type: "plot"
11004   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11005   algorithm: "plot_nf_heatmap"
11006   output-file-type: ".html"
11007   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
11008   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11009   filter: "'NIC_Intel-XXV710' and
11010            'NF_DENSITY' and
11011            'VHOST' and
11012            'VXLAN' and
11013            'CHAIN' and
11014            'IMIX' and
11015            '2T1C' and
11016            'NDRPDR'"
11017   parameters:
11018   - "throughput"
11019   - "name"
11020   - "tags"
11021   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11022   x-axis: "X = VNFs per Service Chain"
11023   y-axis: "Y = Number of Service Chains"
11024   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11025   layout:
11026     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11027     layout: "plot-service-density"
11028
11029 - type: "plot"
11030   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11031   algorithm: "plot_nf_heatmap"
11032   output-file-type: ".html"
11033   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
11034   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11035   filter: "'NIC_Intel-XXV710' and
11036            'NF_DENSITY' and
11037            'VHOST' and
11038            'VXLAN' and
11039            'CHAIN' and
11040            'IMIX' and
11041            '4T2C' and
11042            'NDRPDR'"
11043   parameters:
11044   - "throughput"
11045   - "name"
11046   - "tags"
11047   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11048   x-axis: "X = VNFs per Service Chain"
11049   y-axis: "Y = Number of Service Chains"
11050   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11051   layout:
11052     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11053     layout: "plot-service-density"
11054
11055 - type: "plot"
11056   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11057   algorithm: "plot_nf_heatmap"
11058   output-file-type: ".html"
11059   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
11060   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11061   filter: "'NIC_Intel-XXV710' and
11062            'NF_DENSITY' and
11063            'VHOST' and
11064            'VXLAN' and
11065            'CHAIN' and
11066            'IMIX' and
11067            '8T4C' and
11068            'NDRPDR'"
11069   parameters:
11070   - "throughput"
11071   - "name"
11072   - "tags"
11073   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11074   x-axis: "X = VNFs per Service Chain"
11075   y-axis: "Y = Number of Service Chains"
11076   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11077   layout:
11078     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11079     layout: "plot-service-density"
11080
11081 # Plots - NF Density - CSC - MRR IMIX
11082 - type: "plot"
11083   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11084   algorithm: "plot_nf_heatmap"
11085   output-file-type: ".html"
11086   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
11087   data: "plot-vpp-nfv-2n-clx-mrr"
11088   filter: "'NIC_Intel-XXV710' and
11089            'NF_DENSITY' and
11090            'DOCKER' and
11091            'CHAIN' and
11092            'NF_VPPIP4' and
11093            'IMIX' and
11094            '2T1C' and
11095            'MRR'"
11096   parameters:
11097   - "result"
11098   - "name"
11099   - "tags"
11100   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11101   x-axis: "X = CNFs per Service Chain"
11102   y-axis: "Y = Number of Service Chains"
11103   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11104   layout:
11105     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11106     layout: "plot-service-density"
11107
11108 - type: "plot"
11109   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11110   algorithm: "plot_nf_heatmap"
11111   output-file-type: ".html"
11112   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
11113   data: "plot-vpp-nfv-2n-clx-mrr"
11114   filter: "'NIC_Intel-XXV710' and
11115            'NF_DENSITY' and
11116            'DOCKER' and
11117            'CHAIN' and
11118            'NF_VPPIP4' and
11119            'IMIX' and
11120            '4T2C' and
11121            'MRR'"
11122   parameters:
11123   - "result"
11124   - "name"
11125   - "tags"
11126   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11127   x-axis: "X = CNFs per Service Chain"
11128   y-axis: "Y = Number of Service Chains"
11129   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11130   layout:
11131     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11132     layout: "plot-service-density"
11133
11134 - type: "plot"
11135   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11136   algorithm: "plot_nf_heatmap"
11137   output-file-type: ".html"
11138   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
11139   data: "plot-vpp-nfv-2n-clx-mrr"
11140   filter: "'NIC_Intel-XXV710' and
11141            'NF_DENSITY' and
11142            'DOCKER' and
11143            'CHAIN' and
11144            'NF_VPPIP4' and
11145            'IMIX' and
11146            '8T4C' and
11147            'MRR'"
11148   parameters:
11149   - "result"
11150   - "name"
11151   - "tags"
11152   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11153   x-axis: "X = CNFs per Service Chain"
11154   y-axis: "Y = Number of Service Chains"
11155   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11156   layout:
11157     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11158     layout: "plot-service-density"
11159
11160 # Plots - NF Density - CSC - NDR IMIX
11161 - type: "plot"
11162   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11163   algorithm: "plot_nf_heatmap"
11164   output-file-type: ".html"
11165   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
11166   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11167   filter: "'NIC_Intel-XXV710' and
11168            'NF_DENSITY' and
11169            'DOCKER' and
11170            'CHAIN' and
11171            'NF_VPPIP4' and
11172            'IMIX' and
11173            '2T1C' and
11174            'NDRPDR'"
11175   parameters:
11176   - "throughput"
11177   - "name"
11178   - "tags"
11179   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11180   x-axis: "X = CNFs per Service Chain"
11181   y-axis: "Y = Number of Service Chains"
11182   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11183   layout:
11184     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11185     layout: "plot-service-density"
11186
11187 - type: "plot"
11188   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11189   algorithm: "plot_nf_heatmap"
11190   output-file-type: ".html"
11191   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
11192   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11193   filter: "'NIC_Intel-XXV710' and
11194            'NF_DENSITY' and
11195            'DOCKER' and
11196            'CHAIN' and
11197            'NF_VPPIP4' and
11198            'IMIX' and
11199            '4T2C' and
11200            'NDRPDR'"
11201   parameters:
11202   - "throughput"
11203   - "name"
11204   - "tags"
11205   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11206   x-axis: "X = CNFs per Service Chain"
11207   y-axis: "Y = Number of Service Chains"
11208   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11209   layout:
11210     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11211     layout: "plot-service-density"
11212
11213 - type: "plot"
11214   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11215   algorithm: "plot_nf_heatmap"
11216   output-file-type: ".html"
11217   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11218   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11219   filter: "'NIC_Intel-XXV710' and
11220            'NF_DENSITY' and
11221            'DOCKER' and
11222            'CHAIN' and
11223            'NF_VPPIP4' and
11224            'IMIX' and
11225            '8T4C' and
11226            'NDRPDR'"
11227   parameters:
11228   - "throughput"
11229   - "name"
11230   - "tags"
11231   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11232   x-axis: "X = CNFs per Service Chain"
11233   y-axis: "Y = Number of Service Chains"
11234   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11235   layout:
11236     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11237     layout: "plot-service-density"
11238
11239 # Plots - NF Density - CSC - PDR IMIX
11240 - type: "plot"
11241   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11242   algorithm: "plot_nf_heatmap"
11243   output-file-type: ".html"
11244   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11245   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11246   filter: "'NIC_Intel-XXV710' and
11247            'NF_DENSITY' and
11248            'DOCKER' and
11249            'CHAIN' and
11250            'NF_VPPIP4' and
11251            'IMIX' and
11252            '2T1C' and
11253            'NDRPDR'"
11254   parameters:
11255   - "throughput"
11256   - "name"
11257   - "tags"
11258   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11259   x-axis: "X = CNFs per Service Chain"
11260   y-axis: "Y = Number of Service Chains"
11261   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11262   layout:
11263     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11264     layout: "plot-service-density"
11265
11266 - type: "plot"
11267   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11268   algorithm: "plot_nf_heatmap"
11269   output-file-type: ".html"
11270   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11271   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11272   filter: "'NIC_Intel-XXV710' and
11273            'NF_DENSITY' and
11274            'DOCKER' and
11275            'CHAIN' and
11276            'NF_VPPIP4' and
11277            'IMIX' and
11278            '4T2C' and
11279            'NDRPDR'"
11280   parameters:
11281   - "throughput"
11282   - "name"
11283   - "tags"
11284   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11285   x-axis: "X = CNFs per Service Chain"
11286   y-axis: "Y = Number of Service Chains"
11287   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11288   layout:
11289     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11290     layout: "plot-service-density"
11291
11292 - type: "plot"
11293   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11294   algorithm: "plot_nf_heatmap"
11295   output-file-type: ".html"
11296   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11297   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11298   filter: "'NIC_Intel-XXV710' and
11299            'NF_DENSITY' and
11300            'DOCKER' and
11301            'CHAIN' and
11302            'NF_VPPIP4' and
11303            'IMIX' and
11304            '8T4C' and
11305            'NDRPDR'"
11306   parameters:
11307   - "throughput"
11308   - "name"
11309   - "tags"
11310   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11311   x-axis: "X = CNFs per Service Chain"
11312   y-axis: "Y = Number of Service Chains"
11313   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11314   layout:
11315     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11316     layout: "plot-service-density"
11317
11318 # Plots - NF Density - CSP - MRR IMIX
11319 - type: "plot"
11320   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11321   algorithm: "plot_nf_heatmap"
11322   output-file-type: ".html"
11323   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11324   data: "plot-vpp-nfv-2n-clx-mrr"
11325   filter: "'NIC_Intel-XXV710' and
11326            'NF_DENSITY' and
11327            'DOCKER' and
11328            'PIPELINE' and
11329            'NF_VPPIP4' and
11330            'IMIX' and
11331            '2T1C' and
11332            'MRR'"
11333   parameters:
11334   - "result"
11335   - "name"
11336   - "tags"
11337   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11338   x-axis: "X = CNFs per Service Pipeline"
11339   y-axis: "Y = Number of Service Pipelines"
11340   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11341   layout:
11342     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11343     layout: "plot-service-density"
11344
11345 - type: "plot"
11346   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11347   algorithm: "plot_nf_heatmap"
11348   output-file-type: ".html"
11349   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11350   data: "plot-vpp-nfv-2n-clx-mrr"
11351   filter: "'NIC_Intel-XXV710' and
11352            'NF_DENSITY' and
11353            'DOCKER' and
11354            'PIPELINE' and
11355            'NF_VPPIP4' and
11356            'IMIX' and
11357            '4T2C' and
11358            'MRR'"
11359   parameters:
11360   - "result"
11361   - "name"
11362   - "tags"
11363   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11364   x-axis: "X = CNFs per Service Pipeline"
11365   y-axis: "Y = Number of Service Pipelines"
11366   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11367   layout:
11368     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11369     layout: "plot-service-density"
11370
11371 - type: "plot"
11372   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11373   algorithm: "plot_nf_heatmap"
11374   output-file-type: ".html"
11375   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11376   data: "plot-vpp-nfv-2n-clx-mrr"
11377   filter: "'NIC_Intel-XXV710' and
11378            'NF_DENSITY' and
11379            'DOCKER' and
11380            'PIPELINE' and
11381            'NF_VPPIP4' and
11382            'IMIX' and
11383            '8T4C' and
11384            'MRR'"
11385   parameters:
11386   - "result"
11387   - "name"
11388   - "tags"
11389   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11390   x-axis: "X = CNFs per Service Pipeline"
11391   y-axis: "Y = Number of Service Pipelines"
11392   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11393   layout:
11394     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11395     layout: "plot-service-density"
11396
11397 # Plots - NF Density - CSP - NDR IMIX
11398 - type: "plot"
11399   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11400   algorithm: "plot_nf_heatmap"
11401   output-file-type: ".html"
11402   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11403   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11404   filter: "'NIC_Intel-XXV710' and
11405            'NF_DENSITY' and
11406            'DOCKER' and
11407            'PIPELINE' and
11408            'NF_VPPIP4' and
11409            'IMIX' and
11410            '2T1C' and
11411            'NDRPDR'"
11412   parameters:
11413   - "throughput"
11414   - "name"
11415   - "tags"
11416   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11417   x-axis: "X = CNFs per Service Pipeline"
11418   y-axis: "Y = Number of Service Pipelines"
11419   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11420   layout:
11421     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11422     layout: "plot-service-density"
11423
11424 - type: "plot"
11425   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11426   algorithm: "plot_nf_heatmap"
11427   output-file-type: ".html"
11428   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11429   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11430   filter: "'NIC_Intel-XXV710' and
11431            'NF_DENSITY' and
11432            'DOCKER' and
11433            'PIPELINE' and
11434            'NF_VPPIP4' and
11435            'IMIX' and
11436            '4T2C' and
11437            'NDRPDR'"
11438   parameters:
11439   - "throughput"
11440   - "name"
11441   - "tags"
11442   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11443   x-axis: "X = CNFs per Service Pipeline"
11444   y-axis: "Y = Number of Service Pipelines"
11445   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11446   layout:
11447     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11448     layout: "plot-service-density"
11449
11450 - type: "plot"
11451   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11452   algorithm: "plot_nf_heatmap"
11453   output-file-type: ".html"
11454   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11455   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11456   filter: "'NIC_Intel-XXV710' and
11457            'NF_DENSITY' and
11458            'DOCKER' and
11459            'PIPELINE' and
11460            'NF_VPPIP4' and
11461            'IMIX' and
11462            '8T4C' and
11463            'NDRPDR'"
11464   parameters:
11465   - "throughput"
11466   - "name"
11467   - "tags"
11468   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11469   x-axis: "X = CNFs per Service Pipeline"
11470   y-axis: "Y = Number of Service Pipelines"
11471   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11472   layout:
11473     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11474     layout: "plot-service-density"
11475
11476 # Plots - NF Density - CSP - PDR IMIX
11477 - type: "plot"
11478   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11479   algorithm: "plot_nf_heatmap"
11480   output-file-type: ".html"
11481   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11482   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11483   filter: "'NIC_Intel-XXV710' and
11484            'NF_DENSITY' and
11485            'DOCKER' and
11486            'PIPELINE' and
11487            'NF_VPPIP4' and
11488            'IMIX' and
11489            '2T1C' and
11490            'NDRPDR'"
11491   parameters:
11492   - "throughput"
11493   - "name"
11494   - "tags"
11495   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11496   x-axis: "X = CNFs per Service Pipeline"
11497   y-axis: "Y = Number of Service Pipelines"
11498   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11499   layout:
11500     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11501     layout: "plot-service-density"
11502
11503 - type: "plot"
11504   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11505   algorithm: "plot_nf_heatmap"
11506   output-file-type: ".html"
11507   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11508   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11509   filter: "'NIC_Intel-XXV710' and
11510            'NF_DENSITY' and
11511            'DOCKER' and
11512            'PIPELINE' and
11513            'NF_VPPIP4' and
11514            'IMIX' and
11515            '4T2C' and
11516            'NDRPDR'"
11517   parameters:
11518   - "throughput"
11519   - "name"
11520   - "tags"
11521   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11522   x-axis: "X = CNFs per Service Pipeline"
11523   y-axis: "Y = Number of Service Pipelines"
11524   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11525   layout:
11526     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11527     layout: "plot-service-density"
11528
11529 - type: "plot"
11530   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11531   algorithm: "plot_nf_heatmap"
11532   output-file-type: ".html"
11533   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11534   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11535   filter: "'NIC_Intel-XXV710' and
11536            'NF_DENSITY' and
11537            'DOCKER' and
11538            'PIPELINE' and
11539            'NF_VPPIP4' and
11540            'IMIX' and
11541            '8T4C' and
11542            'NDRPDR'"
11543   parameters:
11544   - "throughput"
11545   - "name"
11546   - "tags"
11547   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11548   x-axis: "X = CNFs per Service Pipeline"
11549   y-axis: "Y = Number of Service Pipelines"
11550   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11551   layout:
11552     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11553     layout: "plot-service-density"
11554
11555 ################################################################################
11556
11557 # Packet Throughput
11558
11559 - type: "plot"
11560   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11561   algorithm: "plot_perf_box_name"
11562   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11563   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11564   include:
11565     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11566     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11567     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11568     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11569   layout:
11570     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11571     layout: "plot-throughput"
11572
11573 - type: "plot"
11574   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11575   algorithm: "plot_perf_box_name"
11576   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11577   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11578   include:
11579     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11580     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11581     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11582     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11583   layout:
11584     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11585     layout: "plot-throughput"
11586
11587 - type: "plot"
11588   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11589   algorithm: "plot_perf_box_name"
11590   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11591   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11592   include:
11593     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11594     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11595     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11596     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11597   layout:
11598     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11599     layout: "plot-throughput"
11600
11601 - type: "plot"
11602   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11603   algorithm: "plot_perf_box_name"
11604   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11605   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11606   include:
11607     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11608     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11609     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11610     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11611   layout:
11612     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11613     layout: "plot-throughput"
11614
11615 - type: "plot"
11616   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11617   algorithm: "plot_perf_box_name"
11618   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11619   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11620   include:
11621     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11622     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11623     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11624     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11625     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11626   layout:
11627     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11628     layout: "plot-throughput"
11629
11630 - type: "plot"
11631   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11632   algorithm: "plot_perf_box_name"
11633   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11634   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11635   include:
11636     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11637     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11638     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11639     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11640     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11641   layout:
11642     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11643     layout: "plot-throughput"
11644
11645 - type: "plot"
11646   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11647   algorithm: "plot_perf_box_name"
11648   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11649   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11650   include:
11651     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11652     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11653     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11654     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11655     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11656   layout:
11657     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11658     layout: "plot-throughput"
11659
11660 - type: "plot"
11661   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11662   algorithm: "plot_perf_box_name"
11663   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11664   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11665   include:
11666     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11667     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11668     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11669     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11670     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11671   layout:
11672     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11673     layout: "plot-throughput"
11674
11675 - type: "plot"
11676   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11677   algorithm: "plot_perf_box_name"
11678   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11679   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11680   include:
11681     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11682     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11683     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11684     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11685     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11686   layout:
11687     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11688     layout: "plot-throughput"
11689
11690 - type: "plot"
11691   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11692   algorithm: "plot_perf_box_name"
11693   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11694   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11695   include:
11696     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11697     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11698     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11699     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11700     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11701   layout:
11702     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11703     layout: "plot-throughput"
11704
11705 - type: "plot"
11706   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11707   algorithm: "plot_perf_box_name"
11708   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11709   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11710   include:
11711     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11712     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11713     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11714     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11715     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11716     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11717   layout:
11718     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11719     layout: "plot-throughput"
11720
11721 - type: "plot"
11722   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11723   algorithm: "plot_perf_box_name"
11724   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11725   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11726   include:
11727     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11728     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11729     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11730     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11731     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11732     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11733   layout:
11734     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11735     layout: "plot-throughput"
11736
11737 - type: "plot"
11738   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11739   algorithm: "plot_perf_box_name"
11740   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11741   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11742   include:
11743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11744     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11745     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11748   layout:
11749     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11750     layout: "plot-throughput"
11751
11752 - type: "plot"
11753   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11754   algorithm: "plot_perf_box_name"
11755   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11756   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11757   include:
11758     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11763   layout:
11764     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11765     layout: "plot-throughput"
11766
11767 - type: "plot"
11768   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11769   algorithm: "plot_perf_box_name"
11770   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11771   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11772   include:
11773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11776   layout:
11777     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11778     layout: "plot-throughput"
11779
11780 - type: "plot"
11781   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11782   algorithm: "plot_perf_box_name"
11783   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11784   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11785   include:
11786     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11788     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11789   layout:
11790     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11791     layout: "plot-throughput"
11792
11793 - type: "plot"
11794   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11795   algorithm: "plot_perf_box_name"
11796   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11797   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11798   include:
11799     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11800     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11801     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11802     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11803     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11804   layout:
11805     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11806     layout: "plot-throughput"
11807
11808 - type: "plot"
11809   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11810   algorithm: "plot_perf_box_name"
11811   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11812   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11813   include:
11814     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11815     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11816     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11818     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11819   layout:
11820     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11821     layout: "plot-throughput"
11822
11823 - type: "plot"
11824   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11825   algorithm: "plot_perf_box_name"
11826   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11827   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11828   include:
11829     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11830     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11831     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11832   layout:
11833     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11834     layout: "plot-throughput"
11835
11836 - type: "plot"
11837   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11838   algorithm: "plot_perf_box_name"
11839   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11840   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11841   include:
11842     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11843     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11844     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11845   layout:
11846     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11847     layout: "plot-throughput"
11848
11849 - type: "plot"
11850   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11851   algorithm: "plot_perf_box_name"
11852   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11853   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11854   include:
11855     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11856     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11857     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11858     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11859     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11860     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11861   layout:
11862     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11863     layout: "plot-throughput"
11864
11865 - type: "plot"
11866   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11867   algorithm: "plot_perf_box_name"
11868   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11869   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11870   include:
11871     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11872     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11873     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11874     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11875     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11876     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11877   layout:
11878     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11879     layout: "plot-throughput"
11880
11881 - type: "plot"
11882   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11883   algorithm: "plot_perf_box_name"
11884   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11885   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11886   include:
11887     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11888     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11889     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11890     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11891     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11892   layout:
11893     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11894     layout: "plot-throughput"
11895
11896 - type: "plot"
11897   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11898   algorithm: "plot_perf_box_name"
11899   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11900   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11901   include:
11902     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11903     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11904     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11905     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11906     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11907   layout:
11908     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11909     layout: "plot-throughput"
11910
11911 - type: "plot"
11912   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11913   algorithm: "plot_perf_box_name"
11914   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11915   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11916   include:
11917     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11918     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11919     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11920     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
11921     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11922     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11923     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11924     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
11925     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11926     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11927   layout:
11928     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11929     layout: "plot-cps"
11930
11931 - type: "plot"
11932   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11933   algorithm: "plot_perf_box_name"
11934   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11935   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11936   include:
11937     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11938     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11939     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11940     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
11941     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11942     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11943     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11944     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
11945     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11946     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11947   layout:
11948     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11949     layout: "plot-throughput"
11950
11951 - type: "plot"
11952   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11953   algorithm: "plot_perf_box_name"
11954   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11955   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11956   include:
11957     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11958     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11959     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11960     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
11961     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11962     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11963     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11964     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
11965     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11966     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11967   layout:
11968     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11969     layout: "plot-cps"
11970
11971 - type: "plot"
11972   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11973   algorithm: "plot_perf_box_name"
11974   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11975   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11976   include:
11977     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11978     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11979     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11980     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
11981     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11982     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11983     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11984     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
11985     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11986     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11987   layout:
11988     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11989     layout: "plot-throughput"
11990
11991 - type: "plot"
11992   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11993   algorithm: "plot_perf_box_name"
11994   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11995   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11996   include:
11997     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11998     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11999     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
12000     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
12001     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
12002   layout:
12003     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
12004     layout: "plot-throughput"
12005
12006 - type: "plot"
12007   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
12008   algorithm: "plot_perf_box_name"
12009   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
12010   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12011   include:
12012     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
12013     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
12014     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
12015     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
12016     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
12017   layout:
12018     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
12019     layout: "plot-throughput"
12020
12021 - type: "plot"
12022   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
12023   algorithm: "plot_perf_box_name"
12024   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
12025   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12026   include:
12027     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
12028     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
12029     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
12030     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
12031     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
12032     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
12033     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
12034     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
12035     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
12036     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
12037   layout:
12038     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
12039     layout: "plot-cps"
12040
12041 - type: "plot"
12042   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
12043   algorithm: "plot_perf_box_name"
12044   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
12045   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12046   include:
12047     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
12048     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
12049     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
12050     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
12051     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
12052     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
12053     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
12054     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
12055     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
12056     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
12057   layout:
12058     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
12059     layout: "plot-throughput"
12060
12061 - type: "plot"
12062   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
12063   algorithm: "plot_perf_box_name"
12064   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
12065   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12066   include:
12067     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
12068     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
12069     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
12070     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
12071     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
12072     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
12073     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
12074     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
12075     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
12076     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
12077   layout:
12078     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
12079     layout: "plot-cps"
12080
12081 - type: "plot"
12082   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
12083   algorithm: "plot_perf_box_name"
12084   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
12085   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12086   include:
12087     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
12088     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
12089     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
12090     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
12091     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
12092     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
12093     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
12094     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
12095     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
12096     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
12097   layout:
12098     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
12099     layout: "plot-throughput"
12100
12101 - type: "plot"
12102   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12103   algorithm: "plot_perf_box_name"
12104   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12105   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12106   include:
12107     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12108     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12109     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12110     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12111     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12112     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12113   layout:
12114     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12115     layout: "plot-throughput"
12116
12117 - type: "plot"
12118   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12119   algorithm: "plot_perf_box_name"
12120   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12121   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12122   include:
12123     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12124     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12125     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12126     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12127     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12128     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12129   layout:
12130     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12131     layout: "plot-throughput"
12132
12133 - type: "plot"
12134   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12135   algorithm: "plot_perf_box_name"
12136   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12137   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12138   include:
12139     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12140     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12141     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12142   layout:
12143     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12144     layout: "plot-throughput"
12145
12146 - type: "plot"
12147   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12148   algorithm: "plot_perf_box_name"
12149   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12150   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12151   include:
12152     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12153     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12154     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12155   layout:
12156     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12157     layout: "plot-throughput"
12158
12159 - type: "plot"
12160   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12161   algorithm: "plot_perf_box_name"
12162   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12163   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12164   include:
12165     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12166     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12167 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12168 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12169 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12170   layout:
12171     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12172     layout: "plot-throughput"
12173
12174 - type: "plot"
12175   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12176   algorithm: "plot_perf_box_name"
12177   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12178   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12179   include:
12180     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12181     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12182 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12183 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12184 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12185   layout:
12186     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12187     layout: "plot-throughput"
12188
12189 - type: "plot"
12190   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12191   algorithm: "plot_perf_box_name"
12192   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12193   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12194   include:
12195     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12196     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12197     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12198     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12199     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12200   layout:
12201     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12202     layout: "plot-throughput"
12203
12204 - type: "plot"
12205   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12206   algorithm: "plot_perf_box_name"
12207   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12208   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12209   include:
12210     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12211     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12212     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12213     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12214     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12215   layout:
12216     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12217     layout: "plot-throughput"
12218
12219 - type: "plot"
12220   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12221   algorithm: "plot_perf_box_name"
12222   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12223   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12224   include:
12225     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12226     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12227     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12228     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12229     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12230   layout:
12231     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12232     layout: "plot-throughput"
12233
12234 - type: "plot"
12235   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12236   algorithm: "plot_perf_box_name"
12237   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12238   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12239   include:
12240     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12241     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12242     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12243     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12244     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12245   layout:
12246     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12247     layout: "plot-throughput"
12248
12249 - type: "plot"
12250   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12251   algorithm: "plot_perf_box_name"
12252   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12253   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12254   include:
12255     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12256     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12257     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12258     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12259   layout:
12260     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12261     layout: "plot-throughput"
12262
12263 - type: "plot"
12264   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12265   algorithm: "plot_perf_box_name"
12266   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12267   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12268   include:
12269     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12270     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12271     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12272     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12273   layout:
12274     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12275     layout: "plot-throughput"
12276
12277 - type: "plot"
12278   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12279   algorithm: "plot_perf_box_name"
12280   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12281   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12282   include:
12283     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12284     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12285     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12286     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12287     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12288   layout:
12289     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12290     layout: "plot-throughput"
12291
12292 - type: "plot"
12293   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12294   algorithm: "plot_perf_box_name"
12295   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12296   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12297   include:
12298     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12299     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12300     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12301     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12302     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12303   layout:
12304     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12305     layout: "plot-throughput"
12306
12307 - type: "plot"
12308   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12309   algorithm: "plot_perf_box_name"
12310   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12311   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12312   include:
12313     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12314     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12315     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12316     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12317     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12318   layout:
12319     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12320     layout: "plot-throughput"
12321
12322 - type: "plot"
12323   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12324   algorithm: "plot_perf_box_name"
12325   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12326   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12327   include:
12328     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12329     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12330     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12331     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12332     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12333   layout:
12334     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12335     layout: "plot-throughput"
12336
12337 - type: "plot"
12338   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12339   algorithm: "plot_perf_box_name"
12340   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12341   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12342   include:
12343     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12344     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12345     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12346     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12347   layout:
12348     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12349     layout: "plot-throughput"
12350
12351 - type: "plot"
12352   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12353   algorithm: "plot_perf_box_name"
12354   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12355   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12356   include:
12357     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12358     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12359     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12360     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12361   layout:
12362     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12363     layout: "plot-throughput"
12364
12365 - type: "plot"
12366   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12367   algorithm: "plot_perf_box_name"
12368   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12369   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12370   include:
12371     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12372     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12373     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12374     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12375     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12376   layout:
12377     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12378     layout: "plot-throughput"
12379
12380 - type: "plot"
12381   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12382   algorithm: "plot_perf_box_name"
12383   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12384   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12385   include:
12386     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12387     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12388     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12389     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12390     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12391   layout:
12392     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12393     layout: "plot-throughput"
12394
12395 - type: "plot"
12396   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12397   algorithm: "plot_perf_box_name"
12398   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12399   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12400   include:
12401     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12402     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12403     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12404     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12405     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12406     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12407   layout:
12408     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12409     layout: "plot-throughput"
12410
12411 - type: "plot"
12412   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12413   algorithm: "plot_perf_box_name"
12414   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12415   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12416   include:
12417     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12418     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12419     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12420     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12421     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12422     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12423   layout:
12424     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12425     layout: "plot-throughput"
12426
12427 - type: "plot"
12428   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12429   algorithm: "plot_perf_box_name"
12430   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12431   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12432   include:
12433     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12434     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12435     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12436     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12437     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12438   layout:
12439     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12440     layout: "plot-throughput"
12441
12442 - type: "plot"
12443   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12444   algorithm: "plot_perf_box_name"
12445   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12446   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12447   include:
12448     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12449     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12450     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12451     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12452     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12453   layout:
12454     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12455     layout: "plot-throughput"
12456
12457 - type: "plot"
12458   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12459   algorithm: "plot_perf_box_name"
12460   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12461   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12462   include:
12463     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12464     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12465     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12466     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12467     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12468   layout:
12469     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12470     layout: "plot-throughput"
12471
12472 - type: "plot"
12473   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12474   algorithm: "plot_perf_box_name"
12475   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12476   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12477   include:
12478     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12479     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12480     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12481     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12482     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12483   layout:
12484     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12485     layout: "plot-throughput"
12486
12487 - type: "plot"
12488   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12489   algorithm: "plot_perf_box_name"
12490   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12491   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12492   include:
12493     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12494     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12495   layout:
12496     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12497     layout: "plot-throughput"
12498
12499 - type: "plot"
12500   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12501   algorithm: "plot_perf_box_name"
12502   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12503   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12504   include:
12505     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12506     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12507   layout:
12508     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12509     layout: "plot-throughput"
12510
12511 - type: "plot"
12512   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12513   algorithm: "plot_perf_box_name"
12514   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12515   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12516   include:
12517     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12518     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12519     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12520     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12521   layout:
12522     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12523     layout: "plot-throughput"
12524
12525 - type: "plot"
12526   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12527   algorithm: "plot_perf_box_name"
12528   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12529   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12530   include:
12531     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12532     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12533     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12534     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12535   layout:
12536     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12537     layout: "plot-throughput"
12538
12539 - type: "plot"
12540   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12541   algorithm: "plot_perf_box_name"
12542   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12543   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12544   include:
12545     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12546     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12547     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12548     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12549   layout:
12550     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12551     layout: "plot-throughput"
12552
12553 - type: "plot"
12554   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12555   algorithm: "plot_perf_box_name"
12556   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12557   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12558   include:
12559     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12560     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12561     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12562     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12563   layout:
12564     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12565     layout: "plot-throughput"
12566
12567 - type: "plot"
12568   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12569   algorithm: "plot_perf_box_name"
12570   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12571   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12572   include:
12573     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12574     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12575     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12576     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12577   layout:
12578     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12579     layout: "plot-throughput"
12580
12581 - type: "plot"
12582   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12583   algorithm: "plot_perf_box_name"
12584   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12585   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12586   include:
12587     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12588     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12589     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12590     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12591   layout:
12592     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12593     layout: "plot-throughput"
12594
12595 - type: "plot"
12596   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12597   algorithm: "plot_perf_box_name"
12598   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12599   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12600   include:
12601     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12602     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12603     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12604     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12605   layout:
12606     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12607     layout: "plot-throughput"
12608
12609 - type: "plot"
12610   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12611   algorithm: "plot_perf_box_name"
12612   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12613   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12614   include:
12615     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12616     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12617     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12618     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12619   layout:
12620     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12621     layout: "plot-throughput"
12622
12623 - type: "plot"
12624   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12625   algorithm: "plot_perf_box_name"
12626   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12627   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12628   include:
12629     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12630     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12631     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12632     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12633     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12634     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12635   layout:
12636     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12637     layout: "plot-throughput"
12638
12639 - type: "plot"
12640   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12641   algorithm: "plot_perf_box_name"
12642   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12643   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12644   include:
12645     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12646     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12647     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12648     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12649     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12650     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12651   layout:
12652     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12653     layout: "plot-throughput"
12654
12655 - type: "plot"
12656   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12657   algorithm: "plot_perf_box_name"
12658   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12659   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12660   include:
12661     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12662     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12663     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12664     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12665     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12666   layout:
12667     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12668     layout: "plot-throughput"
12669
12670 - type: "plot"
12671   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12672   algorithm: "plot_perf_box_name"
12673   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12674   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12675   include:
12676     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12677     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12678     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12679     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12680     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12681   layout:
12682     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12683     layout: "plot-throughput"
12684
12685 - type: "plot"
12686   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12687   algorithm: "plot_perf_box_name"
12688   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12689   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12690   include:
12691     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12692     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12693     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12694     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12695     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12696   layout:
12697     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12698     layout: "plot-throughput"
12699
12700 - type: "plot"
12701   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12702   algorithm: "plot_perf_box_name"
12703   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12704   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12705   include:
12706     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12707     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12708     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12709     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12710     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12711   layout:
12712     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12713     layout: "plot-throughput"
12714
12715 - type: "plot"
12716   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12717   algorithm: "plot_perf_box_name"
12718   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12719   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12720   include:
12721     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12722     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12723     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12724   layout:
12725     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12726     layout: "plot-throughput"
12727
12728 - type: "plot"
12729   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12730   algorithm: "plot_perf_box_name"
12731   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12732   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12733   include:
12734     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12735     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12736     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12737   layout:
12738     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12739     layout: "plot-throughput"
12740
12741 - type: "plot"
12742   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12743   algorithm: "plot_perf_box_name"
12744   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12745   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12746   include:
12747     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12748     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12749     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12750   layout:
12751     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12752     layout: "plot-throughput"
12753
12754 - type: "plot"
12755   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12756   algorithm: "plot_perf_box_name"
12757   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12758   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12759   include:
12760     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12761     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12762     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12763   layout:
12764     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12765     layout: "plot-throughput"
12766
12767 - type: "plot"
12768   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12769   algorithm: "plot_perf_box_name"
12770   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12771   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12772   include:
12773     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12774     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12775     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12776     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12777     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12778   layout:
12779     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12780     layout: "plot-throughput"
12781
12782 - type: "plot"
12783   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12784   algorithm: "plot_perf_box_name"
12785   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12786   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12787   include:
12788     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12789     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12790     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12791     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12792     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12793   layout:
12794     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12795     layout: "plot-throughput"
12796
12797 - type: "plot"
12798   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12799   algorithm: "plot_perf_box_name"
12800   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12801   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12802   include:
12803     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12804     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12805     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12806     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12807     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12808   layout:
12809     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12810     layout: "plot-throughput"
12811
12812 - type: "plot"
12813   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12814   algorithm: "plot_perf_box_name"
12815   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12816   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12817   include:
12818     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12819     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12820     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12821     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12822     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12823   layout:
12824     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12825     layout: "plot-throughput"
12826
12827 - type: "plot"
12828   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12829   algorithm: "plot_perf_box_name"
12830   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12831   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12832   include:
12833     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12834     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12835     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12836     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12837     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12838   layout:
12839     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12840     layout: "plot-throughput"
12841
12842 - type: "plot"
12843   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12844   algorithm: "plot_perf_box_name"
12845   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12846   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12847   include:
12848     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12849     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12850     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12851     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12852     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12853   layout:
12854     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12855     layout: "plot-throughput"
12856
12857 - type: "plot"
12858   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12859   algorithm: "plot_perf_box_name"
12860   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12861   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12862   include:
12863     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12864     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12865     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12866     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12867     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12868   layout:
12869     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12870     layout: "plot-throughput"
12871
12872 - type: "plot"
12873   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12874   algorithm: "plot_perf_box_name"
12875   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12876   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12877   include:
12878     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12879     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12880     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12881     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12882     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12883   layout:
12884     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12885     layout: "plot-throughput"
12886
12887 - type: "plot"
12888   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12889   algorithm: "plot_perf_box_name"
12890   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12891   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12892   include:
12893     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12894     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12895     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12896     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12897     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12898   layout:
12899     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12900     layout: "plot-throughput"
12901
12902 - type: "plot"
12903   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12904   algorithm: "plot_perf_box_name"
12905   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12906   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12907   include:
12908     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12909     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12910     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12911     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12912     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12913   layout:
12914     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12915     layout: "plot-throughput"
12916
12917 - type: "plot"
12918   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12919   algorithm: "plot_perf_box_name"
12920   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12921   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12922   include:
12923     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12924     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12925     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12926     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12927     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12928     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12929   layout:
12930     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12931     layout: "plot-throughput"
12932
12933 - type: "plot"
12934   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12935   algorithm: "plot_perf_box_name"
12936   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12937   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12938   include:
12939     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12940     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12941     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12942     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12943     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12944     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12945   layout:
12946     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12947     layout: "plot-throughput"
12948
12949 - type: "plot"
12950   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12951   algorithm: "plot_perf_box_name"
12952   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12953   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12954   include:
12955     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12956     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12957     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12958     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12959   layout:
12960     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12961     layout: "plot-throughput"
12962
12963 - type: "plot"
12964   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12965   algorithm: "plot_perf_box_name"
12966   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12967   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12968   include:
12969     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12970     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12971     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12972     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12973   layout:
12974     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12975     layout: "plot-throughput"
12976
12977 - type: "plot"
12978   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12979   algorithm: "plot_perf_box_name"
12980   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12981   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12982   include:
12983     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12984     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12985     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12986     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12987     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12988     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12989   layout:
12990     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12991     layout: "plot-throughput"
12992
12993 - type: "plot"
12994   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12995   algorithm: "plot_perf_box_name"
12996   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12997   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12998   include:
12999     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13000     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13001     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13002     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13003     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13004     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13005   layout:
13006     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13007     layout: "plot-throughput"
13008
13009 - type: "plot"
13010   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13011   algorithm: "plot_perf_box_name"
13012   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13013   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13014   include:
13015     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13016     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13017     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13018     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13019     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13020     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13021   layout:
13022     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13023     layout: "plot-throughput"
13024
13025 - type: "plot"
13026   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13027   algorithm: "plot_perf_box_name"
13028   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13029   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13030   include:
13031     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13032     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13033     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13034     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13035     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13036     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13037   layout:
13038     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13039     layout: "plot-throughput"
13040
13041 - type: "plot"
13042   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13043   algorithm: "plot_perf_box_name"
13044   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13045   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13046   include:
13047     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13048     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13049     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13050     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13051     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13052     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13053   layout:
13054     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13055     layout: "plot-throughput"
13056
13057 - type: "plot"
13058   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13059   algorithm: "plot_perf_box_name"
13060   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13061   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13062   include:
13063     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13064     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13065     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13066     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13067     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13068     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13069   layout:
13070     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13071     layout: "plot-throughput"
13072
13073 - type: "plot"
13074   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13075   algorithm: "plot_perf_box_name"
13076   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13077   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13078   include:
13079     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13080     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13081     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13082     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13083     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13084     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13085   layout:
13086     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13087     layout: "plot-throughput"
13088
13089 - type: "plot"
13090   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13091   algorithm: "plot_perf_box_name"
13092   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13093   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13094   include:
13095     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13096     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13097     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13098     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13099     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13100     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13101   layout:
13102     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13103     layout: "plot-throughput"
13104
13105 - type: "plot"
13106   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13107   algorithm: "plot_perf_box_name"
13108   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13109   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13110   include:
13111     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13112     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13113     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13114     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13115     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13116     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13117   layout:
13118     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13119     layout: "plot-throughput"
13120
13121 - type: "plot"
13122   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13123   algorithm: "plot_perf_box_name"
13124   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13125   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13126   include:
13127     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13128     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13129     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13130     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13131     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13132     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13133   layout:
13134     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13135     layout: "plot-throughput"
13136
13137 - type: "plot"
13138   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13139   algorithm: "plot_perf_box_name"
13140   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13141   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13142   include:
13143     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13144     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13145     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13146     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13147     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13148     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13149   layout:
13150     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13151     layout: "plot-throughput"
13152
13153 - type: "plot"
13154   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13155   algorithm: "plot_perf_box_name"
13156   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13157   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13158   include:
13159     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13160     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13161     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13162     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13163     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13164     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13165   layout:
13166     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13167     layout: "plot-throughput"
13168
13169 - type: "plot"
13170   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13171   algorithm: "plot_perf_box_name"
13172   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13173   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13174   include:
13175     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13176     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13177     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13178     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13179     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13180     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13181   layout:
13182     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13183     layout: "plot-throughput"
13184
13185 - type: "plot"
13186   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13187   algorithm: "plot_perf_box_name"
13188   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13189   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13190   include:
13191     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13192     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13193     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13194     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13195     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13196     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13197   layout:
13198     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13199     layout: "plot-throughput"
13200
13201 - type: "plot"
13202   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13203   algorithm: "plot_perf_box_name"
13204   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13205   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13206   include:
13207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13209     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13210     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13211     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13212     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13213   layout:
13214     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13215     layout: "plot-throughput"
13216
13217 - type: "plot"
13218   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13219   algorithm: "plot_perf_box_name"
13220   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13221   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13222   include:
13223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13225     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13226     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13227     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13228     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13229   layout:
13230     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13231     layout: "plot-throughput"
13232
13233 - type: "plot"
13234   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13235   algorithm: "plot_perf_box_name"
13236   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13237   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13238   include:
13239     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13240     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13241     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13242     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13243   layout:
13244     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13245     layout: "plot-throughput"
13246
13247 - type: "plot"
13248   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13249   algorithm: "plot_perf_box_name"
13250   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13251   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13252   include:
13253     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13254     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13255     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13256     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13257   layout:
13258     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13259     layout: "plot-throughput"
13260
13261 - type: "plot"
13262   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13263   algorithm: "plot_perf_box_name"
13264   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13265   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13266   include:
13267     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13268     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13269     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13270     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13271   layout:
13272     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13273     layout: "plot-throughput"
13274
13275 - type: "plot"
13276   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13277   algorithm: "plot_perf_box_name"
13278   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13279   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13280   include:
13281     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13282     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13283     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13284     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13285   layout:
13286     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13287     layout: "plot-throughput"
13288
13289 - type: "plot"
13290   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13291   algorithm: "plot_perf_box_name"
13292   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13293   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13294   include:
13295     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13296     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13297     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13298     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13299     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13300     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13301   layout:
13302     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13303     layout: "plot-throughput"
13304
13305 - type: "plot"
13306   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13307   algorithm: "plot_perf_box_name"
13308   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13309   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13310   include:
13311     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13312     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13313     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13314     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13315     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13316     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13317   layout:
13318     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13319     layout: "plot-throughput"
13320
13321 - type: "plot"
13322   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13323   algorithm: "plot_perf_box_name"
13324   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13325   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13326   include:
13327     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13328     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13329     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13330     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13331     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13332   layout:
13333     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13334     layout: "plot-throughput"
13335
13336 - type: "plot"
13337   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13338   algorithm: "plot_perf_box_name"
13339   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13340   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13341   include:
13342     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13343     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13344     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13345     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13346     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13347   layout:
13348     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13349     layout: "plot-throughput"
13350
13351 - type: "plot"
13352   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13353   algorithm: "plot_perf_box_name"
13354   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13355   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13356   include:
13357     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13358     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13359     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13360     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13361     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13362   layout:
13363     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13364     layout: "plot-throughput"
13365
13366 - type: "plot"
13367   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13368   algorithm: "plot_perf_box_name"
13369   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13370   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13371   include:
13372     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13373     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13374     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13375     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13376     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13377   layout:
13378     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13379     layout: "plot-throughput"
13380
13381 - type: "plot"
13382   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13383   algorithm: "plot_perf_box_name"
13384   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13385   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13386   include:
13387     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13388     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13389     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13390     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13391   layout:
13392     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13393     layout: "plot-throughput"
13394
13395 - type: "plot"
13396   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13397   algorithm: "plot_perf_box_name"
13398   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13399   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13400   include:
13401     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13402     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13403     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13404     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13405   layout:
13406     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13407     layout: "plot-throughput"
13408
13409 - type: "plot"
13410   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13411   algorithm: "plot_perf_box_name"
13412   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13413   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13414   include:
13415     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13416     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13417     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13418     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13419     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13420     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13421   layout:
13422     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13423     layout: "plot-throughput"
13424
13425 - type: "plot"
13426   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13427   algorithm: "plot_perf_box_name"
13428   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13429   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13430   include:
13431     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13432     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13433     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13434     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13435     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13436     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13437   layout:
13438     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13439     layout: "plot-throughput"
13440
13441 - type: "plot"
13442   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13443   algorithm: "plot_perf_box_name"
13444   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13445   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13446   include:
13447     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13448     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13449     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13450     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13451     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13452     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13453   layout:
13454     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13455     layout: "plot-throughput"
13456
13457 - type: "plot"
13458   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13459   algorithm: "plot_perf_box_name"
13460   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13461   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13462   include:
13463     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13464     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13465     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13466     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13467     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13468     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13469   layout:
13470     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13471     layout: "plot-throughput"
13472
13473 - type: "plot"
13474   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13475   algorithm: "plot_perf_box_name"
13476   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13477   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13478   include:
13479     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13480     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13481     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13482     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13483     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13484     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13485   layout:
13486     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13487     layout: "plot-throughput"
13488
13489 - type: "plot"
13490   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13491   algorithm: "plot_perf_box_name"
13492   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13493   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13494   include:
13495     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13496     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13497     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13498     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13499     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13500     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13501   layout:
13502     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13503     layout: "plot-throughput"
13504
13505 - type: "plot"
13506   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13507   algorithm: "plot_perf_box_name"
13508   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13509   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13510   include:
13511     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13512     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13513     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13514     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13515     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13516     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13517   layout:
13518     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13519     layout: "plot-throughput"
13520
13521 - type: "plot"
13522   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13523   algorithm: "plot_perf_box_name"
13524   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13525   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13526   include:
13527     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13528     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13529     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13530     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13531     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13532     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13533   layout:
13534     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13535     layout: "plot-throughput"
13536
13537 - type: "plot"
13538   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13539   algorithm: "plot_perf_box_name"
13540   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13541   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13542   include:
13543     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13544     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13545     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13546     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13547   layout:
13548     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13549     layout: "plot-throughput"
13550
13551 - type: "plot"
13552   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13553   algorithm: "plot_perf_box_name"
13554   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13555   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13556   include:
13557     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13558     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13559     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13560     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13561   layout:
13562     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13563     layout: "plot-throughput"
13564
13565 - type: "plot"
13566   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13567   algorithm: "plot_perf_box_name"
13568   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13569   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13570   include:
13571     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13572     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13573     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13574     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13575     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13576     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13577   layout:
13578     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13579     layout: "plot-throughput"
13580
13581 - type: "plot"
13582   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13583   algorithm: "plot_perf_box_name"
13584   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13585   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13586   include:
13587     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13588     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13589     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13590     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13591     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13592     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13593   layout:
13594     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13595     layout: "plot-throughput"
13596
13597 - type: "plot"
13598   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13599   algorithm: "plot_perf_box_name"
13600   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13601   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13602   include:
13603     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13604     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13605     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13606     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13607     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13608     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13609   layout:
13610     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13611     layout: "plot-throughput"
13612
13613 - type: "plot"
13614   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13615   algorithm: "plot_perf_box_name"
13616   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13617   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13618   include:
13619     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13620     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13621     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13622     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13623     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13624     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13625   layout:
13626     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13627     layout: "plot-throughput"
13628
13629 - type: "plot"
13630   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13631   algorithm: "plot_perf_box_name"
13632   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13633   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13634   include:
13635     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13636     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13637     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13638     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13639   layout:
13640     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13641     layout: "plot-throughput"
13642
13643 - type: "plot"
13644   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13645   algorithm: "plot_perf_box_name"
13646   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13647   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13648   include:
13649     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13650     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13651     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13652     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13653   layout:
13654     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13655     layout: "plot-throughput"
13656
13657 - type: "plot"
13658   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13659   algorithm: "plot_perf_box_name"
13660   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13661   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13662   include:
13663     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13664     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13665     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13666     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13667     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13668     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13669   layout:
13670     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13671     layout: "plot-throughput"
13672
13673 - type: "plot"
13674   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13675   algorithm: "plot_perf_box_name"
13676   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13677   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13678   include:
13679     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13680     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13681     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13682     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13683     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13684     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13685   layout:
13686     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13687     layout: "plot-throughput"
13688
13689 - type: "plot"
13690   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13691   algorithm: "plot_perf_box_name"
13692   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13693   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13694   include:
13695     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13696     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13697     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13698     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13699   layout:
13700     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13701     layout: "plot-throughput"
13702
13703 - type: "plot"
13704   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13705   algorithm: "plot_perf_box_name"
13706   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13707   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13708   include:
13709     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13710     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13711     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13712     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13713   layout:
13714     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13715     layout: "plot-throughput"
13716
13717 - type: "plot"
13718   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13719   algorithm: "plot_perf_box_name"
13720   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13721   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13722   include:
13723     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13724     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13725     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13726     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13727     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13728     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13729   layout:
13730     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13731     layout: "plot-throughput"
13732
13733 - type: "plot"
13734   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13735   algorithm: "plot_perf_box_name"
13736   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13737   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13738   include:
13739     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13740     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13741     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13742     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13743     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13744     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13745   layout:
13746     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13747     layout: "plot-throughput"
13748
13749 - type: "plot"
13750   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13751   algorithm: "plot_perf_box_name"
13752   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13753   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13754   include:
13755     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13756     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13757     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13758     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13759     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13760     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13761   layout:
13762     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13763     layout: "plot-throughput"
13764
13765 - type: "plot"
13766   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13767   algorithm: "plot_perf_box_name"
13768   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13769   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13770   include:
13771     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13772     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13773     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13774     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13775     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13776     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13777   layout:
13778     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13779     layout: "plot-throughput"
13780
13781 - type: "plot"
13782   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13783   algorithm: "plot_perf_box_name"
13784   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13785   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13786   include:
13787     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13788     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13789     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13790     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13791     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13792     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13793   layout:
13794     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13795     layout: "plot-throughput"
13796
13797 - type: "plot"
13798   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13799   algorithm: "plot_perf_box_name"
13800   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13801   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13802   include:
13803     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13804     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13805     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13806     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13807     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13808     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13809   layout:
13810     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13811     layout: "plot-throughput"
13812
13813 - type: "plot"
13814   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13815   algorithm: "plot_perf_box_name"
13816   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13817   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13818   include:
13819     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13820     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13821     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13822 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13823 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13824 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13825   layout:
13826     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13827     layout: "plot-throughput"
13828
13829 - type: "plot"
13830   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13831   algorithm: "plot_perf_box_name"
13832   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13833   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13834   include:
13835     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13836     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13837     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13838 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13839 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13840 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13841   layout:
13842     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13843     layout: "plot-throughput"
13844
13845 - type: "plot"
13846   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13847   algorithm: "plot_perf_box_name"
13848   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13849   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13850   include:
13851     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13852     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13853     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13854     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13855     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13856     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13857   layout:
13858     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13859     layout: "plot-throughput"
13860
13861 - type: "plot"
13862   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13863   algorithm: "plot_perf_box_name"
13864   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13865   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13866   include:
13867     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13868     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13869     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13870     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13871     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13872     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13873   layout:
13874     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13875     layout: "plot-throughput"
13876
13877 - type: "plot"
13878   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13879   algorithm: "plot_perf_box_name"
13880   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13881   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13882   include:
13883     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13884     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13885     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13886     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13887     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13888     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13889   layout:
13890     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13891     layout: "plot-throughput"
13892
13893 - type: "plot"
13894   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13895   algorithm: "plot_perf_box_name"
13896   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13897   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13898   include:
13899     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13900     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13901     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13902     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13903     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13904     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13905   layout:
13906     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13907     layout: "plot-throughput"
13908
13909 #- type: "plot"
13910 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13911 #  algorithm: "plot_perf_box_name"
13912 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13913 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13914 #  include:
13915 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13916 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13917 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13918 #  layout:
13919 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13920 #    layout: "plot-throughput"
13921 #
13922 #- type: "plot"
13923 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13924 #  algorithm: "plot_perf_box_name"
13925 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13926 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13927 #  include:
13928 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13929 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13930 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13931 #  layout:
13932 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13933 #    layout: "plot-throughput"
13934
13935 - type: "plot"
13936   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13937   algorithm: "plot_perf_box_name"
13938   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13939   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13940   include:
13941     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13942     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13943     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13944     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13945     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13946   layout:
13947     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13948     layout: "plot-throughput"
13949
13950 - type: "plot"
13951   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13952   algorithm: "plot_perf_box_name"
13953   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13954   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13955   include:
13956     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13957     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13958     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13959     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13960     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13961   layout:
13962     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13963     layout: "plot-throughput"
13964
13965 - type: "plot"
13966   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13967   algorithm: "plot_perf_box_name"
13968   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13969   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13970   include:
13971     - "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"
13972     - "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"
13973     - "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"
13974     - "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"
13975     - "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"
13976   layout:
13977     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13978     layout: "plot-throughput"
13979
13980 - type: "plot"
13981   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13982   algorithm: "plot_perf_box_name"
13983   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13984   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13985   include:
13986     - "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"
13987     - "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"
13988     - "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"
13989     - "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"
13990     - "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"
13991   layout:
13992     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13993     layout: "plot-throughput"
13994
13995 - type: "plot"
13996   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13997   algorithm: "plot_perf_box_name"
13998   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13999   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14000   include:
14001     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14002     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14003     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14004     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14005     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14006   layout:
14007     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14008     layout: "plot-throughput"
14009
14010 - type: "plot"
14011   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14012   algorithm: "plot_perf_box_name"
14013   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14014   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14015   include:
14016     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14017     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14018     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14019     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14020     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14021   layout:
14022     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14023     layout: "plot-throughput"
14024
14025 - type: "plot"
14026   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14027   algorithm: "plot_perf_box_name"
14028   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14029   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14030   include:
14031     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14032     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14033     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14034     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14035     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14036   layout:
14037     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14038     layout: "plot-throughput"
14039
14040 - type: "plot"
14041   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14042   algorithm: "plot_perf_box_name"
14043   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14044   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14045   include:
14046     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14047     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14048     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14049     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14050     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14051   layout:
14052     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14053     layout: "plot-throughput"
14054
14055 - type: "plot"
14056   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14057   algorithm: "plot_perf_box_name"
14058   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14059   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14060   include:
14061     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14062     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14063     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14064     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14065     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14066   layout:
14067     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14068     layout: "plot-throughput"
14069
14070 - type: "plot"
14071   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14072   algorithm: "plot_perf_box_name"
14073   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14074   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14075   include:
14076     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14077     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14078     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14079     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14080     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14081   layout:
14082     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14083     layout: "plot-throughput"
14084
14085 - type: "plot"
14086   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14087   algorithm: "plot_perf_box_name"
14088   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14089   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14090   include:
14091     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14092     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14093     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14094     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14095     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14096   layout:
14097     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14098     layout: "plot-throughput"
14099
14100 - type: "plot"
14101   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14102   algorithm: "plot_perf_box_name"
14103   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14104   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14105   include:
14106     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14107     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14108     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14109     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14110     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14111   layout:
14112     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14113     layout: "plot-throughput"
14114
14115 - type: "plot"
14116   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14117   algorithm: "plot_perf_box_name"
14118   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14119   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14120   include:
14121     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14122     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14123     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14124     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14125   layout:
14126     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14127     layout: "plot-throughput"
14128
14129 - type: "plot"
14130   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14131   algorithm: "plot_perf_box_name"
14132   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14133   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14134   include:
14135     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14136     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14137     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14138     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14139   layout:
14140     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14141     layout: "plot-throughput"
14142
14143 - type: "plot"
14144   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14145   algorithm: "plot_perf_box_name"
14146   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14147   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14148   include:
14149     - "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"
14150     - "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"
14151     - "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"
14152     - "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"
14153   layout:
14154     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14155     layout: "plot-throughput"
14156
14157 - type: "plot"
14158   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14159   algorithm: "plot_perf_box_name"
14160   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14161   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14162   include:
14163     - "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"
14164     - "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"
14165     - "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"
14166     - "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"
14167   layout:
14168     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14169     layout: "plot-throughput"
14170
14171 - type: "plot"
14172   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14173   algorithm: "plot_perf_box_name"
14174   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14175   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14176   include:
14177     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14178     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14179     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14180     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14181     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14182     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14183   layout:
14184     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14185     layout: "plot-throughput"
14186
14187 - type: "plot"
14188   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14189   algorithm: "plot_perf_box_name"
14190   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14191   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14192   include:
14193     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14194     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14195     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14196     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14197     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14198     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14199   layout:
14200     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14201     layout: "plot-throughput"
14202
14203 - type: "plot"
14204   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14205   algorithm: "plot_perf_box_name"
14206   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14207   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14208   include:
14209     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14210     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14211     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14212     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14213     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14214     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14215   layout:
14216     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14217     layout: "plot-throughput"
14218
14219 - type: "plot"
14220   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14221   algorithm: "plot_perf_box_name"
14222   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14223   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14224   include:
14225     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14226     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14227     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14228     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14229     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14230     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14231   layout:
14232     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14233     layout: "plot-throughput"
14234
14235 - type: "plot"
14236   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14237   algorithm: "plot_perf_box_name"
14238   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14239   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14240   include:
14241     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14242     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14243     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14244     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14245     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14246     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14247   layout:
14248     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14249     layout: "plot-throughput"
14250
14251 - type: "plot"
14252   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14253   algorithm: "plot_perf_box_name"
14254   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14255   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14256   include:
14257     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14258     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14259     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14260     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14261     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14262     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14263   layout:
14264     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14265     layout: "plot-throughput"
14266
14267 - type: "plot"
14268   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14269   algorithm: "plot_perf_box_name"
14270   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14271   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14272   include:
14273     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14274     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14275     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14276     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14277     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14278   layout:
14279     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14280     layout: "plot-throughput"
14281
14282 - type: "plot"
14283   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14284   algorithm: "plot_perf_box_name"
14285   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14286   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14287   include:
14288     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14289     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14290     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14291     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14292     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14293   layout:
14294     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14295     layout: "plot-throughput"
14296
14297 - type: "plot"
14298   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14299   algorithm: "plot_perf_box_name"
14300   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14301   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14302   include:
14303     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14304     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14305   layout:
14306     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14307     layout: "plot-throughput"
14308
14309 - type: "plot"
14310   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14311   algorithm: "plot_perf_box_name"
14312   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14313   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14314   include:
14315     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14316     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14317   layout:
14318     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14319     layout: "plot-throughput"
14320
14321 - type: "plot"
14322   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14323   algorithm: "plot_perf_box_name"
14324   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14325   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14326   include:
14327     - "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"
14328     - "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"
14329   layout:
14330     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14331     layout: "plot-throughput"
14332
14333 - type: "plot"
14334   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14335   algorithm: "plot_perf_box_name"
14336   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14337   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14338   include:
14339     - "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"
14340     - "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"
14341   layout:
14342     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14343     layout: "plot-throughput"
14344
14345 - type: "plot"
14346   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14347   algorithm: "plot_perf_box_name"
14348   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14349   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14350   include:
14351     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14352     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14353   layout:
14354     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14355     layout: "plot-throughput"
14356
14357 - type: "plot"
14358   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14359   algorithm: "plot_perf_box_name"
14360   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14361   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14362   include:
14363     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14364     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14365   layout:
14366     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14367     layout: "plot-throughput"
14368
14369 - type: "plot"
14370   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14371   algorithm: "plot_perf_box_name"
14372   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14373   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14374   include:
14375     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14376     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14377   layout:
14378     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14379     layout: "plot-throughput"
14380
14381 - type: "plot"
14382   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14383   algorithm: "plot_perf_box_name"
14384   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14385   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14386   include:
14387     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14388     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14389   layout:
14390     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14391     layout: "plot-throughput"
14392
14393 - type: "plot"
14394   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14395   algorithm: "plot_perf_box_name"
14396   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14397   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14398   include:
14399     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14400     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14401     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14402     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14403     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14404     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14405   layout:
14406     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14407     layout: "plot-throughput"
14408
14409 - type: "plot"
14410   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14411   algorithm: "plot_perf_box_name"
14412   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14413   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14414   include:
14415     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14416     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14417     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14418     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14419     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14420     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14421   layout:
14422     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14423     layout: "plot-throughput"
14424
14425 - type: "plot"
14426   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14427   algorithm: "plot_perf_box_name"
14428   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14429   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14430   include:
14431     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14432     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14433     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14434     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14435     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14436     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14437   layout:
14438     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14439     layout: "plot-throughput"
14440
14441 - type: "plot"
14442   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14443   algorithm: "plot_perf_box_name"
14444   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14445   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14446   include:
14447     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14448     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14449     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14450     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14451     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14452     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14453   layout:
14454     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14455     layout: "plot-throughput"
14456
14457 - type: "plot"
14458   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14459   algorithm: "plot_perf_box_name"
14460   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14461   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14462   include:
14463     - "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"
14464     - "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"
14465     - "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"
14466     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14467     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14468     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14469   layout:
14470     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14471     layout: "plot-throughput"
14472
14473 - type: "plot"
14474   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14475   algorithm: "plot_perf_box_name"
14476   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14477   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14478   include:
14479     - "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"
14480     - "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"
14481     - "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"
14482     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14483     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14484     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14485   layout:
14486     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14487     layout: "plot-throughput"
14488
14489 ################################################################################
14490
14491 # Packet Speedup
14492
14493 - type: "plot"
14494   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14495   algorithm: "plot_tsa_name"
14496   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14497   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14498   include:
14499     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14500     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14501     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14502     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14503   layout:
14504     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14505     layout: "plot-throughput-speedup-analysis"
14506
14507 - type: "plot"
14508   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14509   algorithm: "plot_tsa_name"
14510   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14511   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14512   include:
14513     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14514     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14515     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14516     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14517   layout:
14518     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14519     layout: "plot-throughput-speedup-analysis"
14520
14521 - type: "plot"
14522   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14523   algorithm: "plot_tsa_name"
14524   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14525   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14526   include:
14527     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14528     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14529     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14530     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14531   layout:
14532     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14533     layout: "plot-throughput-speedup-analysis"
14534
14535 - type: "plot"
14536   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14537   algorithm: "plot_tsa_name"
14538   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14539   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14540   include:
14541     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14542     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14543     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14544     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14545   layout:
14546     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14547     layout: "plot-throughput-speedup-analysis"
14548
14549 - type: "plot"
14550   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14551   algorithm: "plot_tsa_name"
14552   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14553   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14554   include:
14555     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14556     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14557     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14558     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14559     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14560   layout:
14561     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14562     layout: "plot-throughput-speedup-analysis"
14563
14564 - type: "plot"
14565   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14566   algorithm: "plot_tsa_name"
14567   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14568   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14569   include:
14570     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14571     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14572     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14573     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14574     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14575   layout:
14576     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14577     layout: "plot-throughput-speedup-analysis"
14578
14579 - type: "plot"
14580   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14581   algorithm: "plot_tsa_name"
14582   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14583   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14584   include:
14585     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14586     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14587     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14588     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14589     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14590   layout:
14591     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14592     layout: "plot-throughput-speedup-analysis"
14593
14594 - type: "plot"
14595   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14596   algorithm: "plot_tsa_name"
14597   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14598   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14599   include:
14600     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14601     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14602     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14603     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14604     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14605   layout:
14606     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14607     layout: "plot-throughput-speedup-analysis"
14608
14609 - type: "plot"
14610   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14611   algorithm: "plot_tsa_name"
14612   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14613   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14614   include:
14615     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14616     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14617     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14618     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14619     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14620     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14621   layout:
14622     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14623     layout: "plot-throughput-speedup-analysis"
14624
14625 - type: "plot"
14626   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14627   algorithm: "plot_tsa_name"
14628   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14629   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14630   include:
14631     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14632     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14633     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14634     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14635     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14636     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14637   layout:
14638     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14639     layout: "plot-throughput-speedup-analysis"
14640
14641 - type: "plot"
14642   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14643   algorithm: "plot_tsa_name"
14644   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14645   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14646   include:
14647     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14648     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14649     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14650     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14651     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14652   layout:
14653     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14654     layout: "plot-throughput-speedup-analysis"
14655
14656 - type: "plot"
14657   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14658   algorithm: "plot_tsa_name"
14659   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14660   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14661   include:
14662     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14667   layout:
14668     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14669     layout: "plot-throughput-speedup-analysis"
14670
14671 - type: "plot"
14672   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14673   algorithm: "plot_tsa_name"
14674   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14675   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14676   include:
14677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14680   layout:
14681     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14682     layout: "plot-throughput-speedup-analysis"
14683
14684 - type: "plot"
14685   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14686   algorithm: "plot_tsa_name"
14687   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14688   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14689   include:
14690     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14693   layout:
14694     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14695     layout: "plot-throughput-speedup-analysis"
14696
14697 - type: "plot"
14698   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14699   algorithm: "plot_tsa_name"
14700   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14701   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14702   include:
14703     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14708   layout:
14709     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14710     layout: "plot-throughput-speedup-analysis"
14711
14712 - type: "plot"
14713   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14714   algorithm: "plot_tsa_name"
14715   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14716   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14717   include:
14718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14723   layout:
14724     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14725     layout: "plot-throughput-speedup-analysis"
14726
14727 - type: "plot"
14728   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14729   algorithm: "plot_tsa_name"
14730   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14731   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14732   include:
14733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14736   layout:
14737     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14738     layout: "plot-throughput-speedup-analysis"
14739
14740 - type: "plot"
14741   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14742   algorithm: "plot_tsa_name"
14743   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14744   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14745   include:
14746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14749   layout:
14750     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14751     layout: "plot-throughput-speedup-analysis"
14752
14753 - type: "plot"
14754   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14755   algorithm: "plot_tsa_name"
14756   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14757   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14758   include:
14759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14765   layout:
14766     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14767     layout: "plot-throughput-speedup-analysis"
14768
14769 - type: "plot"
14770   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14771   algorithm: "plot_tsa_name"
14772   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14773   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14774   include:
14775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14778     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14781   layout:
14782     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14783     layout: "plot-throughput-speedup-analysis"
14784
14785 - type: "plot"
14786   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14787   algorithm: "plot_tsa_name"
14788   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14789   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14790   include:
14791     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14792     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14793     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14794     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14795     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14796   layout:
14797     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
14798     layout: "plot-throughput-speedup-analysis"
14799
14800 - type: "plot"
14801   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14802   algorithm: "plot_tsa_name"
14803   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14804   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14805   include:
14806     - "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"
14807     - "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"
14808     - "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"
14809     - "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"
14810     - "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"
14811   layout:
14812     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
14813     layout: "plot-throughput-speedup-analysis"
14814
14815 - type: "plot"
14816   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14817   algorithm: "plot_tsa_name"
14818   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14819   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14820   include:
14821     - "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"
14822     - "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"
14823     - "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"
14824     - "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"
14825     - "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"
14826     - "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"
14827     - "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"
14828     - "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"
14829     - "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"
14830     - "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"
14831   layout:
14832     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
14833     layout: "plot-throughput-speedup-analysis-cps"
14834
14835 - type: "plot"
14836   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14837   algorithm: "plot_tsa_name"
14838   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14839   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14840   include:
14841     - "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"
14842     - "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"
14843     - "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"
14844     - "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"
14845     - "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"
14846     - "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"
14847     - "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"
14848     - "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"
14849     - "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"
14850     - "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"
14851   layout:
14852     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
14853     layout: "plot-throughput-speedup-analysis"
14854
14855 - type: "plot"
14856   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14857   algorithm: "plot_tsa_name"
14858   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14859   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14860   include:
14861     - "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"
14862     - "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"
14863     - "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"
14864     - "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"
14865     - "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"
14866     - "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"
14867     - "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"
14868     - "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"
14869     - "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"
14870     - "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"
14871   layout:
14872     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
14873     layout: "plot-throughput-speedup-analysis-cps"
14874
14875 - type: "plot"
14876   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14877   algorithm: "plot_tsa_name"
14878   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14879   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14880   include:
14881     - "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"
14882     - "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"
14883     - "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"
14884     - "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"
14885     - "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"
14886     - "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"
14887     - "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"
14888     - "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"
14889     - "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"
14890     - "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"
14891   layout:
14892     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
14893     layout: "plot-throughput-speedup-analysis"
14894
14895 - type: "plot"
14896   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14897   algorithm: "plot_tsa_name"
14898   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14899   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14900   include:
14901     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14902     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14903     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14904     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14905     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14906   layout:
14907     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
14908     layout: "plot-throughput-speedup-analysis"
14909
14910 - type: "plot"
14911   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14912   algorithm: "plot_tsa_name"
14913   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14914   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14915   include:
14916     - "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"
14917     - "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"
14918     - "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"
14919     - "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"
14920     - "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"
14921   layout:
14922     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
14923     layout: "plot-throughput-speedup-analysis"
14924
14925 - type: "plot"
14926   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14927   algorithm: "plot_tsa_name"
14928   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14929   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14930   include:
14931     - "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"
14932     - "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"
14933     - "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"
14934     - "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"
14935     - "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"
14936     - "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"
14937     - "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"
14938     - "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"
14939     - "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"
14940     - "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"
14941   layout:
14942     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
14943     layout: "plot-throughput-speedup-analysis-cps"
14944
14945 - type: "plot"
14946   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14947   algorithm: "plot_tsa_name"
14948   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14949   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14950   include:
14951     - "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"
14952     - "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"
14953     - "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"
14954     - "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"
14955     - "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"
14956     - "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"
14957     - "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"
14958     - "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"
14959     - "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"
14960     - "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"
14961   layout:
14962     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
14963     layout: "plot-throughput-speedup-analysis"
14964
14965 - type: "plot"
14966   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14967   algorithm: "plot_tsa_name"
14968   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14969   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14970   include:
14971     - "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"
14972     - "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"
14973     - "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"
14974     - "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"
14975     - "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"
14976     - "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"
14977     - "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"
14978     - "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"
14979     - "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"
14980     - "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"
14981   layout:
14982     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
14983     layout: "plot-throughput-speedup-analysis-cps"
14984
14985 - type: "plot"
14986   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14987   algorithm: "plot_tsa_name"
14988   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14989   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14990   include:
14991     - "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"
14992     - "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"
14993     - "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"
14994     - "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"
14995     - "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"
14996     - "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"
14997     - "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"
14998     - "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"
14999     - "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"
15000     - "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"
15001   layout:
15002     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
15003     layout: "plot-throughput-speedup-analysis"
15004
15005 - type: "plot"
15006   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15007   algorithm: "plot_tsa_name"
15008   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15009   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15010   include:
15011     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15012     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15013     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15014     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15015     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15016     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
15017   layout:
15018     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15019     layout: "plot-throughput-speedup-analysis"
15020
15021 - type: "plot"
15022   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15023   algorithm: "plot_tsa_name"
15024   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15025   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15026   include:
15027     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15028     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15029     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15030     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15031     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15032     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
15033   layout:
15034     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15035     layout: "plot-throughput-speedup-analysis"
15036
15037 - type: "plot"
15038   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15039   algorithm: "plot_tsa_name"
15040   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15041   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15042   include:
15043     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15044     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15045     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15046   layout:
15047     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
15048     layout: "plot-throughput-speedup-analysis"
15049
15050 - type: "plot"
15051   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15052   algorithm: "plot_tsa_name"
15053   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15054   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15055   include:
15056     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15057     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15058     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15059   layout:
15060     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
15061     layout: "plot-throughput-speedup-analysis"
15062
15063 - type: "plot"
15064   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
15065   algorithm: "plot_tsa_name"
15066   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
15067   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15068   include:
15069     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15070     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15071     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15072 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15073 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15074   layout:
15075     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
15076     layout: "plot-throughput-speedup-analysis"
15077
15078 - type: "plot"
15079   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
15080   algorithm: "plot_tsa_name"
15081   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
15082   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15083   include:
15084     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15085     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15086     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15087 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15088 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15089   layout:
15090     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
15091     layout: "plot-throughput-speedup-analysis"
15092
15093 - type: "plot"
15094   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15095   algorithm: "plot_tsa_name"
15096   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15097   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15098   include:
15099     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15100     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
15101     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15102     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15103     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15104   layout:
15105     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
15106     layout: "plot-throughput-speedup-analysis"
15107
15108 - type: "plot"
15109   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15110   algorithm: "plot_tsa_name"
15111   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15112   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15113   include:
15114     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15115     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
15116     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15117     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15118     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15119   layout:
15120     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
15121     layout: "plot-throughput-speedup-analysis"
15122
15123 - type: "plot"
15124   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15125   algorithm: "plot_tsa_name"
15126   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15127   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15128   include:
15129     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15130     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15131     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15132     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15133     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15134   layout:
15135     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
15136     layout: "plot-throughput-speedup-analysis"
15137
15138 - type: "plot"
15139   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15140   algorithm: "plot_tsa_name"
15141   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15142   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15143   include:
15144     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15145     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15146     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15147     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15148     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15149   layout:
15150     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15151     layout: "plot-throughput-speedup-analysis"
15152
15153 - type: "plot"
15154   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15155   algorithm: "plot_tsa_name"
15156   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15157   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15158   include:
15159     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15160     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15161     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15162     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15163   layout:
15164     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
15165     layout: "plot-throughput-speedup-analysis"
15166
15167 - type: "plot"
15168   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15169   algorithm: "plot_tsa_name"
15170   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15171   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15172   include:
15173     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15174     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15175     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15176     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15177   layout:
15178     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
15179     layout: "plot-throughput-speedup-analysis"
15180
15181 - type: "plot"
15182   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15183   algorithm: "plot_tsa_name"
15184   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15185   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15186   include:
15187     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15188     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15189     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15190     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15191     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15192   layout:
15193     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15194     layout: "plot-throughput-speedup-analysis"
15195
15196 - type: "plot"
15197   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15198   algorithm: "plot_tsa_name"
15199   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15200   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15201   include:
15202     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15203     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15204     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15205     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15206     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15207   layout:
15208     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15209     layout: "plot-throughput-speedup-analysis"
15210
15211 - type: "plot"
15212   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15213   algorithm: "plot_tsa_name"
15214   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15215   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15216   include:
15217     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15218     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15219   layout:
15220     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
15221     layout: "plot-throughput-speedup-analysis"
15222
15223 - type: "plot"
15224   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15225   algorithm: "plot_tsa_name"
15226   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15227   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15228   include:
15229     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15230     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15231   layout:
15232     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
15233     layout: "plot-throughput-speedup-analysis"
15234
15235 - type: "plot"
15236   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15237   algorithm: "plot_tsa_name"
15238   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15239   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15240   include:
15241     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15242     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15243     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15244     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15245   layout:
15246     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
15247     layout: "plot-throughput-speedup-analysis"
15248
15249 - type: "plot"
15250   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15251   algorithm: "plot_tsa_name"
15252   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15253   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15254   include:
15255     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15256     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15257     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15258     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15259   layout:
15260     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
15261     layout: "plot-throughput-speedup-analysis"
15262
15263 - type: "plot"
15264   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15265   algorithm: "plot_tsa_name"
15266   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15267   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15268   include:
15269     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15270     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15271     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15272     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15273   layout:
15274     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
15275     layout: "plot-throughput-speedup-analysis"
15276
15277 - type: "plot"
15278   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15279   algorithm: "plot_tsa_name"
15280   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15281   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15282   include:
15283     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15284     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15285     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15286     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15287   layout:
15288     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15289     layout: "plot-throughput-speedup-analysis"
15290
15291 - type: "plot"
15292   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15293   algorithm: "plot_tsa_name"
15294   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15295   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15296   include:
15297     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15298     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15299     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15300     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15301     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15302     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15303   layout:
15304     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
15305     layout: "plot-throughput-speedup-analysis"
15306
15307 - type: "plot"
15308   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15309   algorithm: "plot_tsa_name"
15310   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15311   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15312   include:
15313     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15314     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15315     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15316     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15317     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15318     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15319   layout:
15320     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15321     layout: "plot-throughput-speedup-analysis"
15322
15323 - type: "plot"
15324   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15325   algorithm: "plot_tsa_name"
15326   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15327   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15328   include:
15329     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15330     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15331     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15332     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15333     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15334   layout:
15335     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15336     layout: "plot-throughput-speedup-analysis"
15337
15338 - type: "plot"
15339   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15340   algorithm: "plot_tsa_name"
15341   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15342   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15343   include:
15344     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15345     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15346     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15347     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15348     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15349   layout:
15350     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15351     layout: "plot-throughput-speedup-analysis"
15352
15353 - type: "plot"
15354   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15355   algorithm: "plot_tsa_name"
15356   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15357   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15358   include:
15359     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15360     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15361     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15362     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15363     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15364   layout:
15365     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15366     layout: "plot-throughput-speedup-analysis"
15367
15368 - type: "plot"
15369   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15370   algorithm: "plot_tsa_name"
15371   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15372   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15373   include:
15374     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15375     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15376     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15377     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15378     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15379   layout:
15380     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15381     layout: "plot-throughput-speedup-analysis"
15382
15383 - type: "plot"
15384   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15385   algorithm: "plot_tsa_name"
15386   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15387   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15388   include:
15389     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15390     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15391     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15392   layout:
15393     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15394     layout: "plot-throughput-speedup-analysis"
15395
15396 - type: "plot"
15397   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15398   algorithm: "plot_tsa_name"
15399   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15400   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15401   include:
15402     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15403     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15404     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15405   layout:
15406     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15407     layout: "plot-throughput-speedup-analysis"
15408
15409 - type: "plot"
15410   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15411   algorithm: "plot_tsa_name"
15412   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15413   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15414   include:
15415     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15416     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15417     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15418   layout:
15419     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15420     layout: "plot-throughput-speedup-analysis"
15421
15422 - type: "plot"
15423   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15424   algorithm: "plot_tsa_name"
15425   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15426   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15427   include:
15428     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15429     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15430     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15431   layout:
15432     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15433     layout: "plot-throughput-speedup-analysis"
15434
15435 - type: "plot"
15436   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15437   algorithm: "plot_tsa_name"
15438   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15439   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15440   include:
15441     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15442     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15443     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15444     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15445     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15446   layout:
15447     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15448     layout: "plot-throughput-speedup-analysis"
15449
15450 - type: "plot"
15451   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15452   algorithm: "plot_tsa_name"
15453   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15454   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15455   include:
15456     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15457     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15458     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15459     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15460     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15461   layout:
15462     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15463     layout: "plot-throughput-speedup-analysis"
15464
15465 - type: "plot"
15466   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15467   algorithm: "plot_tsa_name"
15468   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15469   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15470   include:
15471     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15472     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15473     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15474     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15475     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15476   layout:
15477     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15478     layout: "plot-throughput-speedup-analysis"
15479
15480 - type: "plot"
15481   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15482   algorithm: "plot_tsa_name"
15483   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15484   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15485   include:
15486     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15487     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15488     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15489     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15490     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15491   layout:
15492     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15493     layout: "plot-throughput-speedup-analysis"
15494
15495 - type: "plot"
15496   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15497   algorithm: "plot_tsa_name"
15498   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15499   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15500   include:
15501     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15502     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15503     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15504     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15505     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15506     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15507   layout:
15508     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15509     layout: "plot-throughput-speedup-analysis"
15510
15511 - type: "plot"
15512   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15513   algorithm: "plot_tsa_name"
15514   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15515   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15516   include:
15517     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15518     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15519     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15520     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15521     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15522     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15523   layout:
15524     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15525     layout: "plot-throughput-speedup-analysis"
15526
15527 - type: "plot"
15528   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15529   algorithm: "plot_tsa_name"
15530   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15531   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15532   include:
15533     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15534     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15535     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15536     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15537   layout:
15538     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15539     layout: "plot-throughput-speedup-analysis"
15540
15541 - type: "plot"
15542   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15543   algorithm: "plot_tsa_name"
15544   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15545   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15546   include:
15547     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15548     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15549     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15550     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15551   layout:
15552     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15553     layout: "plot-throughput-speedup-analysis"
15554
15555 - type: "plot"
15556   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15557   algorithm: "plot_tsa_name"
15558   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15559   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15560   include:
15561     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15562     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15563     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15564     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15565     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15566     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15567   layout:
15568     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15569     layout: "plot-throughput-speedup-analysis"
15570
15571 - type: "plot"
15572   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15573   algorithm: "plot_tsa_name"
15574   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15575   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15576   include:
15577     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15578     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15579     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15580     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15581     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15582     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15583   layout:
15584     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15585     layout: "plot-throughput-speedup-analysis"
15586
15587 - type: "plot"
15588   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15589   algorithm: "plot_tsa_name"
15590   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15591   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15592   include:
15593     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15594     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15595     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15596     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15597     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15598     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15599   layout:
15600     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15601     layout: "plot-throughput-speedup-analysis"
15602
15603 - type: "plot"
15604   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15605   algorithm: "plot_tsa_name"
15606   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15607   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15608   include:
15609     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15610     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15611     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15612     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15613     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15614     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15615   layout:
15616     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15617     layout: "plot-throughput-speedup-analysis"
15618
15619 - type: "plot"
15620   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15621   algorithm: "plot_tsa_name"
15622   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15623   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15624   include:
15625     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15626     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15627     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15628     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15629     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15630     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15631   layout:
15632     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15633     layout: "plot-throughput-speedup-analysis"
15634
15635 - type: "plot"
15636   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15637   algorithm: "plot_tsa_name"
15638   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15639   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15640   include:
15641     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15642     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15643     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15644     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15645     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15646     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15647   layout:
15648     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15649     layout: "plot-throughput-speedup-analysis"
15650
15651 - type: "plot"
15652   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15653   algorithm: "plot_tsa_name"
15654   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15655   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15656   include:
15657     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15658     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15659     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15660     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15661     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15662     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15663   layout:
15664     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15665     layout: "plot-throughput-speedup-analysis"
15666
15667 - type: "plot"
15668   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15669   algorithm: "plot_tsa_name"
15670   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15671   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15672   include:
15673     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15674     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15675     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15676     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15677     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15678     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15679   layout:
15680     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15681     layout: "plot-throughput-speedup-analysis"
15682
15683 - type: "plot"
15684   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15685   algorithm: "plot_tsa_name"
15686   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15687   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15688   include:
15689     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15690     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15691     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15692     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15693     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15694     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15695   layout:
15696     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15697     layout: "plot-throughput-speedup-analysis"
15698
15699 - type: "plot"
15700   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15701   algorithm: "plot_tsa_name"
15702   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15703   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15704   include:
15705     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15706     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15707     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15708     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15709     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15710     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15711   layout:
15712     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15713     layout: "plot-throughput-speedup-analysis"
15714
15715 - type: "plot"
15716   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15717   algorithm: "plot_tsa_name"
15718   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15719   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15720   include:
15721     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15722     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15723     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15724     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15725   layout:
15726     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15727     layout: "plot-throughput-speedup-analysis"
15728
15729 - type: "plot"
15730   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15731   algorithm: "plot_tsa_name"
15732   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15733   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15734   include:
15735     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15736     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15737     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15738     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15739   layout:
15740     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15741     layout: "plot-throughput-speedup-analysis"
15742
15743 - type: "plot"
15744   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15745   algorithm: "plot_tsa_name"
15746   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15747   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15748   include:
15749     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15750     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15751     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15752     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15753   layout:
15754     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15755     layout: "plot-throughput-speedup-analysis"
15756
15757 - type: "plot"
15758   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15759   algorithm: "plot_tsa_name"
15760   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15761   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15762   include:
15763     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15764     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15765     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15766     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15767   layout:
15768     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15769     layout: "plot-throughput-speedup-analysis"
15770
15771 - type: "plot"
15772   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15773   algorithm: "plot_tsa_name"
15774   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15775   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15776   include:
15777     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15778     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15779     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15780     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15781     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15782     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15783   layout:
15784     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15785     layout: "plot-throughput-speedup-analysis"
15786
15787 - type: "plot"
15788   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15789   algorithm: "plot_tsa_name"
15790   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15791   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15792   include:
15793     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15794     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15795     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15796     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15797     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15798     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15799   layout:
15800     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15801     layout: "plot-throughput-speedup-analysis"
15802
15803 - type: "plot"
15804   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15805   algorithm: "plot_tsa_name"
15806   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15807   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15808   include:
15809     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15810     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15811     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15812     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15813     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15814   layout:
15815     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15816     layout: "plot-throughput-speedup-analysis"
15817
15818 - type: "plot"
15819   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15820   algorithm: "plot_tsa_name"
15821   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15822   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15823   include:
15824     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15825     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15826     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15827     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15828     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15829   layout:
15830     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15831     layout: "plot-throughput-speedup-analysis"
15832
15833 - type: "plot"
15834   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15835   algorithm: "plot_tsa_name"
15836   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15837   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15838   include:
15839     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15840     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15841     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15842     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15843     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15844   layout:
15845     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15846     layout: "plot-throughput-speedup-analysis"
15847
15848 - type: "plot"
15849   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15850   algorithm: "plot_tsa_name"
15851   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15852   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15853   include:
15854     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15855     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15856     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15857     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15858     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15859   layout:
15860     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15861     layout: "plot-throughput-speedup-analysis"
15862
15863 - type: "plot"
15864   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15865   algorithm: "plot_tsa_name"
15866   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15867   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15868   include:
15869     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15870     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15871     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15872     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15873   layout:
15874     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15875     layout: "plot-throughput-speedup-analysis"
15876
15877 - type: "plot"
15878   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15879   algorithm: "plot_tsa_name"
15880   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15881   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15882   include:
15883     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15884     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15885     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15886     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15887   layout:
15888     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15889     layout: "plot-throughput-speedup-analysis"
15890
15891 - type: "plot"
15892   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15893   algorithm: "plot_tsa_name"
15894   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15895   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15896   include:
15897     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15898     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15899     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15900     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15901     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15902     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15903   layout:
15904     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15905     layout: "plot-throughput-speedup-analysis"
15906
15907 - type: "plot"
15908   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15909   algorithm: "plot_tsa_name"
15910   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15911   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15912   include:
15913     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15914     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15915     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15916     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15917     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15918     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15919   layout:
15920     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15921     layout: "plot-throughput-speedup-analysis"
15922
15923 - type: "plot"
15924   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15925   algorithm: "plot_tsa_name"
15926   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15927   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15928   include:
15929     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15930     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15931     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15932     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15933     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15934     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15935   layout:
15936     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15937     layout: "plot-throughput-speedup-analysis"
15938
15939 - type: "plot"
15940   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15941   algorithm: "plot_tsa_name"
15942   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15943   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15944   include:
15945     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15946     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15947     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15948     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15949     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15950     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15951   layout:
15952     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15953     layout: "plot-throughput-speedup-analysis"
15954
15955 - type: "plot"
15956   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15957   algorithm: "plot_tsa_name"
15958   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15959   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15960   include:
15961     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15962     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15963     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15964     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15965     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15966     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15967   layout:
15968     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15969     layout: "plot-throughput-speedup-analysis"
15970
15971 - type: "plot"
15972   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15973   algorithm: "plot_tsa_name"
15974   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15975   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15976   include:
15977     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15978     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15979     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15980     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15981     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15982     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15983   layout:
15984     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15985     layout: "plot-throughput-speedup-analysis"
15986
15987 - type: "plot"
15988   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15989   algorithm: "plot_tsa_name"
15990   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15991   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15992   include:
15993     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15994     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15995     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15996     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15997     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15998     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15999   layout:
16000     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
16001     layout: "plot-throughput-speedup-analysis"
16002
16003 - type: "plot"
16004   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
16005   algorithm: "plot_tsa_name"
16006   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
16007   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16008   include:
16009     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16010     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16011     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16012     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16013     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16014     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16015   layout:
16016     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
16017     layout: "plot-throughput-speedup-analysis"
16018
16019 - type: "plot"
16020   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
16021   algorithm: "plot_tsa_name"
16022   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
16023   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16024   include:
16025     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16026     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16027     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16028     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16029     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16030     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16031   layout:
16032     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
16033     layout: "plot-throughput-speedup-analysis"
16034
16035 - type: "plot"
16036   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
16037   algorithm: "plot_tsa_name"
16038   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
16039   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16040   include:
16041     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16042     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16043     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16044     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16045     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16046     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16047   layout:
16048     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
16049     layout: "plot-throughput-speedup-analysis"
16050
16051 - type: "plot"
16052   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
16053   algorithm: "plot_tsa_name"
16054   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16055   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16056   include:
16057     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16058     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16059     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16060     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16061     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16062   layout:
16063     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
16064     layout: "plot-throughput-speedup-analysis"
16065
16066 - type: "plot"
16067   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
16068   algorithm: "plot_tsa_name"
16069   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16070   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16071   include:
16072     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16073     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16074     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16075     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16076     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16077   layout:
16078     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
16079     layout: "plot-throughput-speedup-analysis"
16080
16081 - type: "plot"
16082   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16083   algorithm: "plot_tsa_name"
16084   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16085   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16086   include:
16087     - "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"
16088     - "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"
16089     - "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"
16090     - "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"
16091     - "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"
16092   layout:
16093     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16094     layout: "plot-throughput-speedup-analysis"
16095
16096 - type: "plot"
16097   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16098   algorithm: "plot_tsa_name"
16099   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16100   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16101   include:
16102     - "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"
16103     - "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"
16104     - "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"
16105     - "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"
16106     - "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"
16107   layout:
16108     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16109     layout: "plot-throughput-speedup-analysis"
16110
16111 - type: "plot"
16112   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16113   algorithm: "plot_tsa_name"
16114   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16115   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16116   include:
16117     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16118     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16119     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16120     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16121     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16122   layout:
16123     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16124     layout: "plot-throughput-speedup-analysis"
16125
16126 - type: "plot"
16127   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16128   algorithm: "plot_tsa_name"
16129   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16130   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16131   include:
16132     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16133     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16134     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16135     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16136     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16137   layout:
16138     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16139     layout: "plot-throughput-speedup-analysis"
16140
16141 - type: "plot"
16142   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16143   algorithm: "plot_tsa_name"
16144   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16145   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16146   include:
16147     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16148     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16149     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16150     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16151     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16152   layout:
16153     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16154     layout: "plot-throughput-speedup-analysis"
16155
16156 - type: "plot"
16157   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16158   algorithm: "plot_tsa_name"
16159   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16160   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16161   include:
16162     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16163     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16164     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16165     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16166     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16167   layout:
16168     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16169     layout: "plot-throughput-speedup-analysis"
16170
16171 - type: "plot"
16172   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16173   algorithm: "plot_tsa_name"
16174   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
16175   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16176   include:
16177     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16178     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16179     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16180     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16181     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16182   layout:
16183     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16184     layout: "plot-throughput-speedup-analysis"
16185
16186 - type: "plot"
16187   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16188   algorithm: "plot_tsa_name"
16189   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
16190   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16191   include:
16192     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16193     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16194     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16195     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16196     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16197   layout:
16198     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16199     layout: "plot-throughput-speedup-analysis"
16200
16201 - type: "plot"
16202   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16203   algorithm: "plot_tsa_name"
16204   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16205   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16206   include:
16207     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16208     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16209     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16210     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16211     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16212   layout:
16213     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16214     layout: "plot-throughput-speedup-analysis"
16215
16216 - type: "plot"
16217   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16218   algorithm: "plot_tsa_name"
16219   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16220   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16221   include:
16222     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16223     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16224     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16225     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16226     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16227   layout:
16228     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16229     layout: "plot-throughput-speedup-analysis"
16230
16231 - type: "plot"
16232   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16233   algorithm: "plot_tsa_name"
16234   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16235   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16236   include:
16237     - "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"
16238     - "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"
16239     - "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"
16240     - "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"
16241   layout:
16242     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16243     layout: "plot-throughput-speedup-analysis"
16244
16245 - type: "plot"
16246   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16247   algorithm: "plot_tsa_name"
16248   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16249   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16250   include:
16251     - "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"
16252     - "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"
16253     - "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"
16254     - "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"
16255   layout:
16256     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16257     layout: "plot-throughput-speedup-analysis"
16258
16259 - type: "plot"
16260   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16261   algorithm: "plot_tsa_name"
16262   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16263   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16264   include:
16265     - "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"
16266     - "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"
16267     - "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"
16268     - "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"
16269   layout:
16270     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16271     layout: "plot-throughput-speedup-analysis"
16272
16273 - type: "plot"
16274   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16275   algorithm: "plot_tsa_name"
16276   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16277   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16278   include:
16279     - "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"
16280     - "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"
16281     - "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"
16282     - "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"
16283   layout:
16284     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16285     layout: "plot-throughput-speedup-analysis"
16286
16287 - type: "plot"
16288   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16289   algorithm: "plot_tsa_name"
16290   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16291   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16292   include:
16293     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16294     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16295     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16296     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16297     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16298     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16299   layout:
16300     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
16301     layout: "plot-throughput-speedup-analysis"
16302
16303 - type: "plot"
16304   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16305   algorithm: "plot_tsa_name"
16306   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16307   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16308   include:
16309     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16310     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16311     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16312     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16313     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16314     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16315   layout:
16316     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16317     layout: "plot-throughput-speedup-analysis"
16318
16319 - type: "plot"
16320   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16321   algorithm: "plot_tsa_name"
16322   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16323   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16324   include:
16325     - "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"
16326     - "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"
16327     - "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"
16328     - "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"
16329     - "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"
16330     - "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"
16331   layout:
16332     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16333     layout: "plot-throughput-speedup-analysis"
16334
16335 - type: "plot"
16336   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16337   algorithm: "plot_tsa_name"
16338   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16339   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16340   include:
16341     - "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"
16342     - "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"
16343     - "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"
16344     - "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"
16345     - "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"
16346     - "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"
16347   layout:
16348     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16349     layout: "plot-throughput-speedup-analysis"
16350
16351 - type: "plot"
16352   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16353   algorithm: "plot_tsa_name"
16354   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16355   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16356   include:
16357     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16358     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16359     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16360     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16361     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16362     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16363   layout:
16364     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16365     layout: "plot-throughput-speedup-analysis"
16366
16367 - type: "plot"
16368   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16369   algorithm: "plot_tsa_name"
16370   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16371   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16372   include:
16373     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16374     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16375     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16376     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16377     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16378     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16379   layout:
16380     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16381     layout: "plot-throughput-speedup-analysis"
16382
16383 - type: "plot"
16384   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16385   algorithm: "plot_tsa_name"
16386   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16387   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16388   include:
16389     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16390     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16391     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16392     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16393     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16394   layout:
16395     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16396     layout: "plot-throughput-speedup-analysis"
16397
16398 - type: "plot"
16399   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16400   algorithm: "plot_tsa_name"
16401   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16402   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16403   include:
16404     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16405     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16406     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16407     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16408     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16409   layout:
16410     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16411     layout: "plot-throughput-speedup-analysis"
16412
16413 - type: "plot"
16414   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16415   algorithm: "plot_tsa_name"
16416   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16417   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16418   include:
16419     - "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"
16420     - "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"
16421   layout:
16422     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16423     layout: "plot-throughput-speedup-analysis"
16424
16425 - type: "plot"
16426   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16427   algorithm: "plot_tsa_name"
16428   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16429   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16430   include:
16431     - "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"
16432     - "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"
16433   layout:
16434     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16435     layout: "plot-throughput-speedup-analysis"
16436
16437 - type: "plot"
16438   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16439   algorithm: "plot_tsa_name"
16440   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16441   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16442   include:
16443     - "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"
16444     - "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"
16445   layout:
16446     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16447     layout: "plot-throughput-speedup-analysis"
16448
16449 - type: "plot"
16450   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16451   algorithm: "plot_tsa_name"
16452   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16453   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16454   include:
16455     - "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"
16456     - "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"
16457   layout:
16458     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16459     layout: "plot-throughput-speedup-analysis"
16460
16461 - type: "plot"
16462   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16463   algorithm: "plot_tsa_name"
16464   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16465   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16466   include:
16467     - "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"
16468     - "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"
16469     - "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"
16470     - "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"
16471     - "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"
16472     - "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"
16473   layout:
16474     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16475     layout: "plot-throughput-speedup-analysis"
16476
16477 - type: "plot"
16478   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16479   algorithm: "plot_tsa_name"
16480   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16481   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16482   include:
16483     - "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"
16484     - "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"
16485     - "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"
16486     - "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"
16487     - "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"
16488     - "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"
16489   layout:
16490     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16491     layout: "plot-throughput-speedup-analysis"
16492
16493 - type: "plot"
16494   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16495   algorithm: "plot_tsa_name"
16496   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16497   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16498   include:
16499     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16500     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16501     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16502     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16503     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16504   layout:
16505     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16506     layout: "plot-throughput-speedup-analysis"
16507
16508 - type: "plot"
16509   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16510   algorithm: "plot_tsa_name"
16511   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16512   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16513   include:
16514     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16515     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16516     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16517     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16518     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16519   layout:
16520     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16521     layout: "plot-throughput-speedup-analysis"
16522
16523 - type: "plot"
16524   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16525   algorithm: "plot_tsa_name"
16526   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16527   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16528   include:
16529     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16530     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16531     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16532     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16533     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16534   layout:
16535     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16536     layout: "plot-throughput-speedup-analysis"
16537
16538 - type: "plot"
16539   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16540   algorithm: "plot_tsa_name"
16541   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16542   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16543   include:
16544     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16545     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16546     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16547     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16548     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16549   layout:
16550     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16551     layout: "plot-throughput-speedup-analysis"
16552
16553 - type: "plot"
16554   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16555   algorithm: "plot_tsa_name"
16556   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16557   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16558   include:
16559     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16560     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16561     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16562     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16563   layout:
16564     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16565     layout: "plot-throughput-speedup-analysis"
16566
16567 - type: "plot"
16568   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16569   algorithm: "plot_tsa_name"
16570   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16571   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16572   include:
16573     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16574     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16575     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16576     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16577   layout:
16578     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16579     layout: "plot-throughput-speedup-analysis"
16580
16581 - type: "plot"
16582   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16583   algorithm: "plot_tsa_name"
16584   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16585   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16586   include:
16587     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16588     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16589     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16590     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16591   layout:
16592     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16593     layout: "plot-throughput-speedup-analysis"
16594
16595 - type: "plot"
16596   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16597   algorithm: "plot_tsa_name"
16598   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16599   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16600   include:
16601     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16602     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16603     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16604     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16605   layout:
16606     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16607     layout: "plot-throughput-speedup-analysis"
16608
16609 - type: "plot"
16610   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16611   algorithm: "plot_tsa_name"
16612   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16613   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16614   include:
16615     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16616     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16617     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16618     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16619     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16620   layout:
16621     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16622     layout: "plot-throughput-speedup-analysis"
16623
16624 - type: "plot"
16625   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16626   algorithm: "plot_tsa_name"
16627   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16628   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16629   include:
16630     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16631     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16632     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16633     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16634     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16635   layout:
16636     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16637     layout: "plot-throughput-speedup-analysis"
16638
16639 - type: "plot"
16640   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16641   algorithm: "plot_tsa_name"
16642   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16643   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16644   include:
16645     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16646     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16647     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16648     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16649     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16650     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16651   layout:
16652     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16653     layout: "plot-throughput-speedup-analysis"
16654
16655 - type: "plot"
16656   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16657   algorithm: "plot_tsa_name"
16658   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16659   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16660   include:
16661     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16662     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16663     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16664     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16665     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16666     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16667   layout:
16668     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16669     layout: "plot-throughput-speedup-analysis"
16670
16671 - type: "plot"
16672   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16673   algorithm: "plot_tsa_name"
16674   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16675   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16676   include:
16677     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16678     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16679     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16680     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16681   layout:
16682     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16683     layout: "plot-throughput-speedup-analysis"
16684
16685 - type: "plot"
16686   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16687   algorithm: "plot_tsa_name"
16688   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16689   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16690   include:
16691     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16692     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16693     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16694     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16695   layout:
16696     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16697     layout: "plot-throughput-speedup-analysis"
16698
16699 - type: "plot"
16700   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16701   algorithm: "plot_tsa_name"
16702   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16703   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16704   include:
16705     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16706     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16707     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16708     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16709     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16710     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16711   layout:
16712     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16713     layout: "plot-throughput-speedup-analysis"
16714
16715 - type: "plot"
16716   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16717   algorithm: "plot_tsa_name"
16718   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16719   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16720   include:
16721     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16722     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16723     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16724     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16725     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16726     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16727   layout:
16728     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16729     layout: "plot-throughput-speedup-analysis"
16730
16731 - type: "plot"
16732   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16733   algorithm: "plot_tsa_name"
16734   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16735   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16736   include:
16737     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16738     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16739     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16740     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16741     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16742     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16743   layout:
16744     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16745     layout: "plot-throughput-speedup-analysis"
16746
16747 - type: "plot"
16748   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16749   algorithm: "plot_tsa_name"
16750   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16751   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16752   include:
16753     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16754     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16755     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16756     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16757     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16758     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16759   layout:
16760     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16761     layout: "plot-throughput-speedup-analysis"
16762
16763 - type: "plot"
16764   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16765   algorithm: "plot_tsa_name"
16766   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16767   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16768   include:
16769     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16770     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16771     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16772     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16773     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16774     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16775   layout:
16776     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16777     layout: "plot-throughput-speedup-analysis"
16778
16779 - type: "plot"
16780   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16781   algorithm: "plot_tsa_name"
16782   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16783   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16784   include:
16785     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16786     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16787     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16788     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16789     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16790     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16791   layout:
16792     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16793     layout: "plot-throughput-speedup-analysis"
16794
16795 - type: "plot"
16796   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16797   algorithm: "plot_tsa_name"
16798   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16799   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16800   include:
16801     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16802     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16803     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16804     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16805     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16806     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16807   layout:
16808     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16809     layout: "plot-throughput-speedup-analysis"
16810
16811 - type: "plot"
16812   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16813   algorithm: "plot_tsa_name"
16814   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16815   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16816   include:
16817     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16818     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16819     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16820     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16821     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16822     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16823   layout:
16824     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16825     layout: "plot-throughput-speedup-analysis"
16826
16827 - type: "plot"
16828   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16829   algorithm: "plot_tsa_name"
16830   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16831   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16832   include:
16833     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16834     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16835     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16836     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16837     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16838     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16839   layout:
16840     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16841     layout: "plot-throughput-speedup-analysis"
16842
16843 - type: "plot"
16844   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16845   algorithm: "plot_tsa_name"
16846   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16847   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16848   include:
16849     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16850     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16851     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16852     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16853     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16854     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16855   layout:
16856     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16857     layout: "plot-throughput-speedup-analysis"
16858
16859 #- type: "plot"
16860 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16861 #  algorithm: "plot_tsa_name"
16862 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16863 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16864 #  include:
16865 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16866 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16867 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16868 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16869 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16870 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16871 #  layout:
16872 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16873 #    layout: "plot-throughput-speedup-analysis"
16874 #
16875 #- type: "plot"
16876 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16877 #  algorithm: "plot_tsa_name"
16878 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16879 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16880 #  include:
16881 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16882 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16883 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16884 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16885 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16886 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16887 #  layout:
16888 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16889 #    layout: "plot-throughput-speedup-analysis"
16890
16891 - type: "plot"
16892   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16893   algorithm: "plot_tsa_name"
16894   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16895   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16896   include:
16897     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16898     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16899     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16900     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16901     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16902   layout:
16903     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16904     layout: "plot-throughput-speedup-analysis"
16905
16906 - type: "plot"
16907   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16908   algorithm: "plot_tsa_name"
16909   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16910   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16911   include:
16912     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16913     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16914     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16915     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16916     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16917   layout:
16918     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16919     layout: "plot-throughput-speedup-analysis"
16920
16921 - type: "plot"
16922   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16923   algorithm: "plot_tsa_name"
16924   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16925   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16926   include:
16927     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16928     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16929     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16930     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16931     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16932     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16933   layout:
16934     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16935     layout: "plot-throughput-speedup-analysis"
16936
16937 - type: "plot"
16938   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16939   algorithm: "plot_tsa_name"
16940   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16941   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16942   include:
16943     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16944     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16945     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16946     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16947     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16948     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16949   layout:
16950     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16951     layout: "plot-throughput-speedup-analysis"
16952
16953 - type: "plot"
16954   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16955   algorithm: "plot_tsa_name"
16956   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16957   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16958   include:
16959     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16960     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16961     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16962     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16963     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16964   layout:
16965     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16966     layout: "plot-throughput-speedup-analysis"
16967
16968 - type: "plot"
16969   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16970   algorithm: "plot_tsa_name"
16971   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16972   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16973   include:
16974     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16975     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16976     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16977     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16978     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16979   layout:
16980     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16981     layout: "plot-throughput-speedup-analysis"
16982
16983 - type: "plot"
16984   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16985   algorithm: "plot_tsa_name"
16986   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16987   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16988   include:
16989     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16990     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16991     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16992     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16993   layout:
16994     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16995     layout: "plot-throughput-speedup-analysis"
16996
16997 - type: "plot"
16998   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16999   algorithm: "plot_tsa_name"
17000   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17001   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17002   include:
17003     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17004     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17005     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17006     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17007   layout:
17008     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17009     layout: "plot-throughput-speedup-analysis"
17010
17011 - type: "plot"
17012   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17013   algorithm: "plot_tsa_name"
17014   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17015   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17016   include:
17017     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17018     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17019     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17020     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17021     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17022     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17023   layout:
17024     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17025     layout: "plot-throughput-speedup-analysis"
17026
17027 - type: "plot"
17028   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17029   algorithm: "plot_tsa_name"
17030   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17031   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17032   include:
17033     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17034     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17035     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17036     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17037     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17038     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17039   layout:
17040     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17041     layout: "plot-throughput-speedup-analysis"
17042
17043 - type: "plot"
17044   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17045   algorithm: "plot_tsa_name"
17046   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17047   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17048   include:
17049     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17050     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17051     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17052     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17053     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17054   layout:
17055     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17056     layout: "plot-throughput-speedup-analysis"
17057
17058 - type: "plot"
17059   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17060   algorithm: "plot_tsa_name"
17061   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17062   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17063   include:
17064     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17065     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17066     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17067     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17068     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17069   layout:
17070     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17071     layout: "plot-throughput-speedup-analysis"
17072
17073 - type: "plot"
17074   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17075   algorithm: "plot_tsa_name"
17076   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17077   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17078   include:
17079     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17080     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17081     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17082     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17083     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17084   layout:
17085     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17086     layout: "plot-throughput-speedup-analysis"
17087
17088 - type: "plot"
17089   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17090   algorithm: "plot_tsa_name"
17091   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17092   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17093   include:
17094     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17095     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17096     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17097     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17098     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17099   layout:
17100     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17101     layout: "plot-throughput-speedup-analysis"
17102
17103 - type: "plot"
17104   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17105   algorithm: "plot_tsa_name"
17106   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17107   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17108   include:
17109     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17110     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17111     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17112     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17113   layout:
17114     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17115     layout: "plot-throughput-speedup-analysis"
17116
17117 - type: "plot"
17118   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17119   algorithm: "plot_tsa_name"
17120   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17121   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17122   include:
17123     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17124     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17125     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17126     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17127   layout:
17128     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17129     layout: "plot-throughput-speedup-analysis"
17130
17131 - type: "plot"
17132   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17133   algorithm: "plot_tsa_name"
17134   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17135   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17136   include:
17137     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17138     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17139     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17140     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17141     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17142   layout:
17143     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17144     layout: "plot-throughput-speedup-analysis"
17145
17146 - type: "plot"
17147   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17148   algorithm: "plot_tsa_name"
17149   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17150   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17151   include:
17152     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17153     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17154     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17155     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17156     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17157   layout:
17158     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17159     layout: "plot-throughput-speedup-analysis"
17160
17161 - type: "plot"
17162   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17163   algorithm: "plot_tsa_name"
17164   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17165   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17166   include:
17167     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17168     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17169     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17170     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17171     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17172     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17173   layout:
17174     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17175     layout: "plot-throughput-speedup-analysis"
17176
17177 - type: "plot"
17178   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17179   algorithm: "plot_tsa_name"
17180   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17181   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17182   include:
17183     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17184     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17185     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17186     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17187     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17188     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17189   layout:
17190     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17191     layout: "plot-throughput-speedup-analysis"
17192
17193 - type: "plot"
17194   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17195   algorithm: "plot_tsa_name"
17196   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17197   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17198   include:
17199     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17200     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17201     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17202     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17203   layout:
17204     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17205     layout: "plot-throughput-speedup-analysis"
17206
17207 - type: "plot"
17208   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17209   algorithm: "plot_tsa_name"
17210   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17211   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17212   include:
17213     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17214     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17215     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17216     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17217   layout:
17218     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17219     layout: "plot-throughput-speedup-analysis"
17220
17221 - type: "plot"
17222   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17223   algorithm: "plot_tsa_name"
17224   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17225   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17226   include:
17227     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17228     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17229     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17230     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17231     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17232     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17233   layout:
17234     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17235     layout: "plot-throughput-speedup-analysis"
17236
17237 - type: "plot"
17238   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17239   algorithm: "plot_tsa_name"
17240   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17241   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17242   include:
17243     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17244     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17245     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17246     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17247     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17248     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17249   layout:
17250     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17251     layout: "plot-throughput-speedup-analysis"
17252
17253 - type: "plot"
17254   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17255   algorithm: "plot_tsa_name"
17256   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17257   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17258   include:
17259     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17260     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17261     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17262     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17263     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17264     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17265   layout:
17266     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17267     layout: "plot-throughput-speedup-analysis"
17268
17269 - type: "plot"
17270   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17271   algorithm: "plot_tsa_name"
17272   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17273   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17274   include:
17275     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17276     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17277     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17278     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17279     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17280     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17281   layout:
17282     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17283     layout: "plot-throughput-speedup-analysis"
17284
17285 #- type: "plot"
17286 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17287 #  algorithm: "plot_tsa_name"
17288 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17289 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17290 #  include:
17291 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17292 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17293 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17294 #  layout:
17295 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17296 #    layout: "plot-throughput-speedup-analysis"
17297 #
17298 #- type: "plot"
17299 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17300 #  algorithm: "plot_tsa_name"
17301 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17302 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17303 #  include:
17304 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17305 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17306 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17307 #  layout:
17308 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17309 #    layout: "plot-throughput-speedup-analysis"
17310
17311 ################################################################################
17312
17313 # Packet Throughput - DPDK
17314
17315 # 2n-skx-xxv710
17316
17317 - type: "plot"
17318   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17319   algorithm: "plot_perf_box_name"
17320   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17321   data: "plot-dpdk-throughput-latency-2n-skx"
17322   include:
17323     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17324     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17325   layout:
17326     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17327     layout: "plot-throughput"
17328
17329 - type: "plot"
17330   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17331   algorithm: "plot_perf_box_name"
17332   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17333   data: "plot-dpdk-throughput-latency-2n-skx"
17334   include:
17335     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17336     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17337   layout:
17338     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17339     layout: "plot-throughput"
17340
17341 - type: "plot"
17342   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17343   algorithm: "plot_perf_box_name"
17344   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17345   data: "plot-dpdk-throughput-latency-2n-skx"
17346   include:
17347     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17348     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17349   layout:
17350     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17351     layout: "plot-throughput"
17352
17353 - type: "plot"
17354   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17355   algorithm: "plot_perf_box_name"
17356   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17357   data: "plot-dpdk-throughput-latency-2n-skx"
17358   include:
17359     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17360     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17361   layout:
17362     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17363     layout: "plot-throughput"
17364
17365 # 2n-skx-x710
17366
17367 - type: "plot"
17368   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17369   algorithm: "plot_perf_box_name"
17370   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17371   data: "plot-dpdk-throughput-latency-2n-skx"
17372   include:
17373     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17374     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17375   layout:
17376     title: "2n-skx-x710-64b-2t1c-base-ndr"
17377     layout: "plot-throughput"
17378
17379 - type: "plot"
17380   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17381   algorithm: "plot_perf_box_name"
17382   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17383   data: "plot-dpdk-throughput-latency-2n-skx"
17384   include:
17385     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17386     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17387   layout:
17388     title: "2n-skx-x710-64b-4t2c-base-ndr"
17389     layout: "plot-throughput"
17390
17391 - type: "plot"
17392   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17393   algorithm: "plot_perf_box_name"
17394   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17395   data: "plot-dpdk-throughput-latency-2n-skx"
17396   include:
17397     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17398     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17399   layout:
17400     title: "2n-skx-x710-64b-2t1c-base-pdr"
17401     layout: "plot-throughput"
17402
17403 - type: "plot"
17404   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17405   algorithm: "plot_perf_box_name"
17406   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17407   data: "plot-dpdk-throughput-latency-2n-skx"
17408   include:
17409     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17410     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17411   layout:
17412     title: "2n-skx-x710-64b-4t2c-base-pdr"
17413     layout: "plot-throughput"
17414
17415 # 3n-skx-xxv710
17416
17417 - type: "plot"
17418   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17419   algorithm: "plot_perf_box_name"
17420   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17421   data: "plot-dpdk-throughput-latency-3n-skx"
17422   include:
17423     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17424     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17425   layout:
17426     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17427     layout: "plot-throughput"
17428
17429 - type: "plot"
17430   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17431   algorithm: "plot_perf_box_name"
17432   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17433   data: "plot-dpdk-throughput-latency-3n-skx"
17434   include:
17435     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17436     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17437   layout:
17438     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17439     layout: "plot-throughput"
17440
17441 - type: "plot"
17442   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17443   algorithm: "plot_perf_box_name"
17444   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17445   data: "plot-dpdk-throughput-latency-3n-skx"
17446   include:
17447     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17448     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17449   layout:
17450     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17451     layout: "plot-throughput"
17452
17453 - type: "plot"
17454   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17455   algorithm: "plot_perf_box_name"
17456   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17457   data: "plot-dpdk-throughput-latency-3n-skx"
17458   include:
17459     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17460     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17461   layout:
17462     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17463     layout: "plot-throughput"
17464
17465 # 3n-skx-x710
17466
17467 - type: "plot"
17468   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17469   algorithm: "plot_perf_box_name"
17470   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17471   data: "plot-dpdk-throughput-latency-3n-skx"
17472   include:
17473     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17474     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17475   layout:
17476     title: "3n-skx-x710-64b-2t1c-base-ndr"
17477     layout: "plot-throughput"
17478
17479 - type: "plot"
17480   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17481   algorithm: "plot_perf_box_name"
17482   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17483   data: "plot-dpdk-throughput-latency-3n-skx"
17484   include:
17485     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17486     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17487   layout:
17488     title: "3n-skx-x710-64b-4t2c-base-ndr"
17489     layout: "plot-throughput"
17490
17491 - type: "plot"
17492   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17493   algorithm: "plot_perf_box_name"
17494   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17495   data: "plot-dpdk-throughput-latency-3n-skx"
17496   include:
17497     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17498     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17499   layout:
17500     title: "3n-skx-x710-64b-2t1c-base-pdr"
17501     layout: "plot-throughput"
17502
17503 - type: "plot"
17504   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17505   algorithm: "plot_perf_box_name"
17506   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17507   data: "plot-dpdk-throughput-latency-3n-skx"
17508   include:
17509     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17510     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17511   layout:
17512     title: "3n-skx-x710-64b-4t2c-base-pdr"
17513     layout: "plot-throughput"
17514
17515 # 3n-hsw-xl710
17516
17517 - type: "plot"
17518   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17519   algorithm: "plot_perf_box_name"
17520   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17521   data: "plot-dpdk-throughput-latency-3n-hsw"
17522   include:
17523     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17524     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17525   layout:
17526     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17527     layout: "plot-throughput"
17528
17529 - type: "plot"
17530   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17531   algorithm: "plot_perf_box_name"
17532   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17533   data: "plot-dpdk-throughput-latency-3n-hsw"
17534   include:
17535     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17536     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17537   layout:
17538     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17539     layout: "plot-throughput"
17540
17541 - type: "plot"
17542   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17543   algorithm: "plot_perf_box_name"
17544   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17545   data: "plot-dpdk-throughput-latency-3n-hsw"
17546   include:
17547     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17548     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17549   layout:
17550     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17551     layout: "plot-throughput"
17552
17553 - type: "plot"
17554   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17555   algorithm: "plot_perf_box_name"
17556   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17557   data: "plot-dpdk-throughput-latency-3n-hsw"
17558   include:
17559     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17560     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17561   layout:
17562     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17563     layout: "plot-throughput"
17564
17565 # 3n-hsw-x710
17566
17567 - type: "plot"
17568   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17569   algorithm: "plot_perf_box_name"
17570   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17571   data: "plot-dpdk-throughput-latency-3n-hsw"
17572   include:
17573     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17574     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17575   layout:
17576     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17577     layout: "plot-throughput"
17578
17579 - type: "plot"
17580   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17581   algorithm: "plot_perf_box_name"
17582   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17583   data: "plot-dpdk-throughput-latency-3n-hsw"
17584   include:
17585     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17586     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17587   layout:
17588     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17589     layout: "plot-throughput"
17590
17591 - type: "plot"
17592   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17593   algorithm: "plot_perf_box_name"
17594   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17595   data: "plot-dpdk-throughput-latency-3n-hsw"
17596   include:
17597     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17598     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17599   layout:
17600     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17601     layout: "plot-throughput"
17602
17603 - type: "plot"
17604   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17605   algorithm: "plot_perf_box_name"
17606   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17607   data: "plot-dpdk-throughput-latency-3n-hsw"
17608   include:
17609     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17610     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17611   layout:
17612     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17613     layout: "plot-throughput"
17614
17615 ## 2n-dnv-x553
17616 #
17617 #- type: "plot"
17618 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17619 #  algorithm: "plot_perf_box_name"
17620 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17621 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17622 #  include:
17623 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17624 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17625 #  layout:
17626 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
17627 #    layout: "plot-throughput"
17628 #
17629 #- type: "plot"
17630 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17631 #  algorithm: "plot_perf_box_name"
17632 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17633 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17634 #  include:
17635 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17636 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17637 #  layout:
17638 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
17639 #    layout: "plot-throughput"
17640 #
17641 #- type: "plot"
17642 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17643 #  algorithm: "plot_perf_box_name"
17644 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17645 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17646 #  include:
17647 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17648 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17649 #  layout:
17650 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
17651 #    layout: "plot-throughput"
17652 #
17653 #- type: "plot"
17654 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17655 #  algorithm: "plot_perf_box_name"
17656 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17657 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17658 #  include:
17659 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17660 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17661 #  layout:
17662 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
17663 #    layout: "plot-throughput"
17664 #
17665 ## 3n-dnv-x553
17666 #
17667 #- type: "plot"
17668 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17669 #  algorithm: "plot_perf_box_name"
17670 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17671 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17672 #  include:
17673 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17674 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17675 #  layout:
17676 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
17677 #    layout: "plot-throughput"
17678 #
17679 #- type: "plot"
17680 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17681 #  algorithm: "plot_perf_box_name"
17682 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17683 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17684 #  include:
17685 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17686 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17687 #  layout:
17688 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
17689 #    layout: "plot-throughput"
17690 #
17691 #- type: "plot"
17692 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17693 #  algorithm: "plot_perf_box_name"
17694 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17695 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17696 #  include:
17697 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17698 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17699 #  layout:
17700 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
17701 #    layout: "plot-throughput"
17702 #
17703 #- type: "plot"
17704 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17705 #  algorithm: "plot_perf_box_name"
17706 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17707 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17708 #  include:
17709 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17710 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17711 #  layout:
17712 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
17713 #    layout: "plot-throughput"
17714
17715 # 3n-tsh-x520
17716
17717 - type: "plot"
17718   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17719   algorithm: "plot_perf_box_name"
17720   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17721   data: "plot-dpdk-throughput-latency-3n-tsh"
17722   include:
17723     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17724     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17725   layout:
17726     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17727     layout: "plot-throughput"
17728
17729 - type: "plot"
17730   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17731   algorithm: "plot_perf_box_name"
17732   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17733   data: "plot-dpdk-throughput-latency-3n-tsh"
17734   include:
17735     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17736     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17737   layout:
17738     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17739     layout: "plot-throughput"
17740
17741 - type: "plot"
17742   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17743   algorithm: "plot_perf_box_name"
17744   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17745   data: "plot-dpdk-throughput-latency-3n-tsh"
17746   include:
17747     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17748     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17749   layout:
17750     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17751     layout: "plot-throughput"
17752
17753 - type: "plot"
17754   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17755   algorithm: "plot_perf_box_name"
17756   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17757   data: "plot-dpdk-throughput-latency-3n-tsh"
17758   include:
17759     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17760     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17761   layout:
17762     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17763     layout: "plot-throughput"
17764
17765 ################################################################################
17766 ###   2n-clx                                                                 ###
17767 ################################################################################
17768
17769 # Packet Throughput
17770
17771 - type: "plot"
17772   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17773   algorithm: "plot_perf_box_name"
17774   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17775   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17776   include:
17777     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17778     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17779     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17780     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17781   layout:
17782     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17783     layout: "plot-throughput"
17784
17785 - type: "plot"
17786   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17787   algorithm: "plot_perf_box_name"
17788   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17789   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17790   include:
17791     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17792     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17793     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17794     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17795   layout:
17796     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17797     layout: "plot-throughput"
17798
17799 - type: "plot"
17800   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17801   algorithm: "plot_perf_box_name"
17802   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17803   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17804   include:
17805     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17806     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17807     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17808     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17809   layout:
17810     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17811     layout: "plot-throughput"
17812
17813 - type: "plot"
17814   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17815   algorithm: "plot_perf_box_name"
17816   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17817   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17818   include:
17819     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17820     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17821     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17822     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17823   layout:
17824     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17825     layout: "plot-throughput"
17826
17827 - type: "plot"
17828   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17829   algorithm: "plot_perf_box_name"
17830   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17831   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17832   include:
17833     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17834     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17835     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17836     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17837   layout:
17838     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17839     layout: "plot-throughput"
17840
17841 - type: "plot"
17842   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17843   algorithm: "plot_perf_box_name"
17844   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17845   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17846   include:
17847     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17848     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17849     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17850     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17851   layout:
17852     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17853     layout: "plot-throughput"
17854
17855 - type: "plot"
17856   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17857   algorithm: "plot_perf_box_name"
17858   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17859   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17860   include:
17861     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17862     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17863     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17864     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17865     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17866     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17867   layout:
17868     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17869     layout: "plot-throughput"
17870
17871 - type: "plot"
17872   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17873   algorithm: "plot_perf_box_name"
17874   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17875   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17876   include:
17877     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17878     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17879     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17880     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17881     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17882     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17883   layout:
17884     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17885     layout: "plot-throughput"
17886
17887 - type: "plot"
17888   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17889   algorithm: "plot_perf_box_name"
17890   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17891   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17892   include:
17893     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17894     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17895     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17896     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17897   layout:
17898     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17899     layout: "plot-throughput"
17900
17901 - type: "plot"
17902   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17903   algorithm: "plot_perf_box_name"
17904   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17905   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17906   include:
17907     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17908     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17909     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17910     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17911   layout:
17912     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17913     layout: "plot-throughput"
17914
17915 - type: "plot"
17916   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17917   algorithm: "plot_perf_box_name"
17918   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17919   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17920   include:
17921     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17922     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17923     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17924   layout:
17925     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17926     layout: "plot-throughput"
17927
17928 - type: "plot"
17929   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17930   algorithm: "plot_perf_box_name"
17931   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17932   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17933   include:
17934     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17935     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17936     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17937   layout:
17938     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17939     layout: "plot-throughput"
17940
17941 - type: "plot"
17942   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17943   algorithm: "plot_perf_box_name"
17944   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17945   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17946   include:
17947     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17948     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17949     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17950     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17951     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17952   layout:
17953     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17954     layout: "plot-throughput"
17955
17956 - type: "plot"
17957   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17958   algorithm: "plot_perf_box_name"
17959   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17960   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17961   include:
17962     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17963     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17964     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17965     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17966     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17967   layout:
17968     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17969     layout: "plot-throughput"
17970
17971 - type: "plot"
17972   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17973   algorithm: "plot_perf_box_name"
17974   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17975   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17976   include:
17977     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17978     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17979     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17980   layout:
17981     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17982     layout: "plot-throughput"
17983
17984 - type: "plot"
17985   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17986   algorithm: "plot_perf_box_name"
17987   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17988   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17989   include:
17990     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17991     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17992     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17993   layout:
17994     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17995     layout: "plot-throughput"
17996
17997 - type: "plot"
17998   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17999   algorithm: "plot_perf_box_name"
18000   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
18001   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18002   include:
18003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18005     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18006     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18007     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18008     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18009   layout:
18010     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
18011     layout: "plot-throughput"
18012
18013 - type: "plot"
18014   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
18015   algorithm: "plot_perf_box_name"
18016   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
18017   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18018   include:
18019     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18020     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18021     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18022     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18023     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18024     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18025   layout:
18026     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
18027     layout: "plot-throughput"
18028
18029 - type: "plot"
18030   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
18031   algorithm: "plot_perf_box_name"
18032   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
18033   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18034   include:
18035     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18036     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18037     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18038     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18039     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18040   layout:
18041     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
18042     layout: "plot-throughput"
18043
18044 - type: "plot"
18045   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
18046   algorithm: "plot_perf_box_name"
18047   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
18048   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18049   include:
18050     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
18051     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
18052     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
18053     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
18054     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
18055   layout:
18056     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
18057     layout: "plot-throughput"
18058
18059 - type: "plot"
18060   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
18061   algorithm: "plot_perf_box_name"
18062   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
18063   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18064   include:
18065     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18066     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18067     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18068     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
18069     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18070     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18071     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18072     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
18073     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18074     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18075   layout:
18076     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
18077     layout: "plot-cps"
18078
18079 - type: "plot"
18080   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
18081   algorithm: "plot_perf_box_name"
18082   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
18083   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18084   include:
18085     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18086     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18087     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18088     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
18089     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18090     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18091     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18092     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
18093     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18094     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18095   layout:
18096     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
18097     layout: "plot-throughput"
18098
18099 - type: "plot"
18100   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18101   algorithm: "plot_perf_box_name"
18102   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18103   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18104   include:
18105     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18106     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18107     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18108     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
18109     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18110     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18111     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18112     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
18113     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18114     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18115   layout:
18116     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18117     layout: "plot-cps"
18118
18119 - type: "plot"
18120   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18121   algorithm: "plot_perf_box_name"
18122   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18123   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18124   include:
18125     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18126     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18127     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18128     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
18129     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18130     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18131     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18132     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
18133     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18134     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18135   layout:
18136     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18137     layout: "plot-throughput"
18138
18139 - type: "plot"
18140   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
18141   algorithm: "plot_perf_box_name"
18142   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
18143   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18144   include:
18145     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18146     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18147     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18148     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18149     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18150   layout:
18151     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
18152     layout: "plot-throughput"
18153
18154 - type: "plot"
18155   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
18156   algorithm: "plot_perf_box_name"
18157   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
18158   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18159   include:
18160     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
18161     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
18162     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
18163     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
18164     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
18165   layout:
18166     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
18167     layout: "plot-throughput"
18168
18169 - type: "plot"
18170   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18171   algorithm: "plot_perf_box_name"
18172   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18173   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18174   include:
18175     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18176     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18177     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18178     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
18179     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18180     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18181     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18182     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
18183     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18184     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18185   layout:
18186     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18187     layout: "plot-cps"
18188
18189 - type: "plot"
18190   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18191   algorithm: "plot_perf_box_name"
18192   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18193   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18194   include:
18195     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18196     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18197     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18198     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
18199     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18200     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18201     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18202     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
18203     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18204     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18205   layout:
18206     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18207     layout: "plot-throughput"
18208
18209 - type: "plot"
18210   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18211   algorithm: "plot_perf_box_name"
18212   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18213   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18214   include:
18215     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18216     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18217     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18218     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
18219     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18220     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18221     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18222     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
18223     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18224     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18225   layout:
18226     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18227     layout: "plot-cps"
18228
18229 - type: "plot"
18230   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18231   algorithm: "plot_perf_box_name"
18232   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18233   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18234   include:
18235     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18236     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18237     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18238     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
18239     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18240     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18241     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18242     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
18243     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18244     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18245   layout:
18246     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18247     layout: "plot-throughput"
18248
18249 - type: "plot"
18250   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18251   algorithm: "plot_perf_box_name"
18252   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18253   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18254   include:
18255     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18261   layout:
18262     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18263     layout: "plot-throughput"
18264
18265 - type: "plot"
18266   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18267   algorithm: "plot_perf_box_name"
18268   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18269   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18270   include:
18271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18277   layout:
18278     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18279     layout: "plot-throughput"
18280
18281 - type: "plot"
18282   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18283   algorithm: "plot_perf_box_name"
18284   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18285   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18286   include:
18287     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
18288     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
18289   layout:
18290     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18291     layout: "plot-throughput"
18292
18293 - type: "plot"
18294   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18295   algorithm: "plot_perf_box_name"
18296   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18297   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18298   include:
18299     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
18300     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
18301   layout:
18302     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18303     layout: "plot-throughput"
18304
18305 - type: "plot"
18306   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18307   algorithm: "plot_perf_box_name"
18308   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18309   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18310   include:
18311     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
18312     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18313     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
18314     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18315     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
18316     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18317   layout:
18318     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18319     layout: "plot-throughput"
18320
18321 - type: "plot"
18322   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18323   algorithm: "plot_perf_box_name"
18324   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18325   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18326   include:
18327     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
18328     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18329     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
18330     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18331     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
18332     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18333   layout:
18334     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18335     layout: "plot-throughput"
18336
18337 - type: "plot"
18338   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18339   algorithm: "plot_perf_box_name"
18340   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18341   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18342   include:
18343     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18344     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18345     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18346     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18347     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18348     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18349   layout:
18350     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18351     layout: "plot-throughput"
18352
18353 - type: "plot"
18354   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18355   algorithm: "plot_perf_box_name"
18356   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18357   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18358   include:
18359     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18360     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18361     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18362     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18363     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18364     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18365   layout:
18366     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18367     layout: "plot-throughput"
18368
18369 - type: "plot"
18370   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18371   algorithm: "plot_perf_box_name"
18372   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18373   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18374   include:
18375     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18376     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18377     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18378     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18379     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18380     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18381   layout:
18382     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18383     layout: "plot-throughput"
18384
18385 - type: "plot"
18386   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18387   algorithm: "plot_perf_box_name"
18388   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18389   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18390   include:
18391     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18392     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18393     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18394     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18395     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18396     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18397   layout:
18398     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18399     layout: "plot-throughput"
18400
18401 - type: "plot"
18402   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18403   algorithm: "plot_perf_box_name"
18404   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18405   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18406   include:
18407     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18408     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18409     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18410     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18411     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18412   layout:
18413     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18414     layout: "plot-throughput"
18415
18416 - type: "plot"
18417   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18418   algorithm: "plot_perf_box_name"
18419   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18420   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18421   include:
18422     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18423     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18424     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18425     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18426     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18427   layout:
18428     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18429     layout: "plot-throughput"
18430
18431 - type: "plot"
18432   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18433   algorithm: "plot_perf_box_name"
18434   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18435   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18436   include:
18437     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18438     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18439     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18440     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18441     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18442   layout:
18443     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18444     layout: "plot-throughput"
18445
18446 - type: "plot"
18447   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18448   algorithm: "plot_perf_box_name"
18449   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18450   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18451   include:
18452     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18453     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18454     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18455     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18456     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18457   layout:
18458     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18459     layout: "plot-throughput"
18460
18461 - type: "plot"
18462   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18463   algorithm: "plot_perf_box_name"
18464   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18465   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18466   include:
18467     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18468     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18469     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18470     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18471     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18472   layout:
18473     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18474     layout: "plot-throughput"
18475
18476 - type: "plot"
18477   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18478   algorithm: "plot_perf_box_name"
18479   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18480   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18481   include:
18482     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18483     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18484     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18485     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18486     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18487   layout:
18488     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18489     layout: "plot-throughput"
18490
18491 - type: "plot"
18492   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18493   algorithm: "plot_perf_box_name"
18494   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18495   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18496   include:
18497     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18498     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18499     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18500     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18501     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18502   layout:
18503     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18504     layout: "plot-throughput"
18505
18506 - type: "plot"
18507   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18508   algorithm: "plot_perf_box_name"
18509   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18510   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18511   include:
18512     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18513     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18514     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18515     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18516     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18517   layout:
18518     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18519     layout: "plot-throughput"
18520
18521 - type: "plot"
18522   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18523   algorithm: "plot_perf_box_name"
18524   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18525   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18526   include:
18527     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18528     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18529     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18530     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18531     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18532   layout:
18533     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18534     layout: "plot-throughput"
18535
18536 - type: "plot"
18537   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18538   algorithm: "plot_perf_box_name"
18539   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18540   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18541   include:
18542     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18543     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18544     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18545     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18546     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18547   layout:
18548     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18549     layout: "plot-throughput"
18550
18551 - type: "plot"
18552   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18553   algorithm: "plot_perf_box_name"
18554   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18555   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18556   include:
18557     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18558     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18559     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18560     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18561     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18562     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18563   layout:
18564     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18565     layout: "plot-throughput"
18566
18567 - type: "plot"
18568   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18569   algorithm: "plot_perf_box_name"
18570   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18571   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18572   include:
18573     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18574     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18575     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18576     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18577     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18578     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18579   layout:
18580     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18581     layout: "plot-throughput"
18582
18583 - type: "plot"
18584   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18585   algorithm: "plot_perf_box_name"
18586   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18587   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18588   include:
18589     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18590     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18591     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18592     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18593   layout:
18594     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18595     layout: "plot-throughput"
18596
18597 - type: "plot"
18598   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18599   algorithm: "plot_perf_box_name"
18600   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18601   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18602   include:
18603     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18604     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18605     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18606     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18607   layout:
18608     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18609     layout: "plot-throughput"
18610
18611 - type: "plot"
18612   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18613   algorithm: "plot_perf_box_name"
18614   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18615   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18616   include:
18617     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18618     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18619     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18620     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18621     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18622     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18623   layout:
18624     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18625     layout: "plot-throughput"
18626
18627 - type: "plot"
18628   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18629   algorithm: "plot_perf_box_name"
18630   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18631   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18632   include:
18633     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18634     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18635     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18636     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18637     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18638     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18639   layout:
18640     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18641     layout: "plot-throughput"
18642
18643 - type: "plot"
18644   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18645   algorithm: "plot_perf_box_name"
18646   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18647   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18648   include:
18649     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18650     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18651     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18652     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18653   layout:
18654     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18655     layout: "plot-throughput"
18656
18657 - type: "plot"
18658   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18659   algorithm: "plot_perf_box_name"
18660   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18661   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18662   include:
18663     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18664     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18665     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18666     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18667   layout:
18668     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18669     layout: "plot-throughput"
18670
18671 - type: "plot"
18672   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18673   algorithm: "plot_perf_box_name"
18674   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18675   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18676   include:
18677     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18678     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18679     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18680     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18681     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18682     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18683   layout:
18684     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18685     layout: "plot-throughput"
18686
18687 - type: "plot"
18688   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18689   algorithm: "plot_perf_box_name"
18690   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18691   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18692   include:
18693     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18694     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18695     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18696     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18697     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18698     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18699   layout:
18700     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18701     layout: "plot-throughput"
18702
18703 - type: "plot"
18704   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18705   algorithm: "plot_perf_box_name"
18706   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18707   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18708   include:
18709     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18710     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18711     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18712     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18713   layout:
18714     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18715     layout: "plot-throughput"
18716
18717 - type: "plot"
18718   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18719   algorithm: "plot_perf_box_name"
18720   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18721   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18722   include:
18723     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18724     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18725     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18726     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18727   layout:
18728     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18729     layout: "plot-throughput"
18730
18731 - type: "plot"
18732   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18733   algorithm: "plot_perf_box_name"
18734   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18735   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18736   include:
18737     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18738     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18739     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18740     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18741     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18742   layout:
18743     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18744     layout: "plot-throughput"
18745
18746 - type: "plot"
18747   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18748   algorithm: "plot_perf_box_name"
18749   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18750   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18751   include:
18752     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18753     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18754     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18755     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18756     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18757   layout:
18758     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18759     layout: "plot-throughput"
18760
18761 - type: "plot"
18762   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18763   algorithm: "plot_perf_box_name"
18764   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18765   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18766   include:
18767     - "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"
18768     - "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"
18769     - "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"
18770     - "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"
18771     - "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"
18772   layout:
18773     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18774     layout: "plot-throughput"
18775
18776 - type: "plot"
18777   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18778   algorithm: "plot_perf_box_name"
18779   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18780   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18781   include:
18782     - "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"
18783     - "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"
18784     - "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"
18785     - "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"
18786     - "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"
18787   layout:
18788     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18789     layout: "plot-throughput"
18790
18791 - type: "plot"
18792   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18793   algorithm: "plot_perf_box_name"
18794   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18795   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18796   include:
18797     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18798     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18799     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18800     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18801     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18802   layout:
18803     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18804     layout: "plot-throughput"
18805
18806 - type: "plot"
18807   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18808   algorithm: "plot_perf_box_name"
18809   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18810   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18811   include:
18812     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18813     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18814     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18815     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18816     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18817   layout:
18818     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18819     layout: "plot-throughput"
18820
18821 - type: "plot"
18822   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18823   algorithm: "plot_perf_box_name"
18824   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18825   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18826   include:
18827     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18828     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18829     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18830     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18831     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18832   layout:
18833     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18834     layout: "plot-throughput"
18835
18836 - type: "plot"
18837   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18838   algorithm: "plot_perf_box_name"
18839   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18840   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18841   include:
18842     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18843     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18844     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18845     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18846     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18847   layout:
18848     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18849     layout: "plot-throughput"
18850
18851 - type: "plot"
18852   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18853   algorithm: "plot_perf_box_name"
18854   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18855   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18856   include:
18857     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18858     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18859     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18860     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18861   layout:
18862     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18863     layout: "plot-throughput"
18864
18865 - type: "plot"
18866   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18867   algorithm: "plot_perf_box_name"
18868   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18869   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18870   include:
18871     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18872     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18873     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18874     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18875   layout:
18876     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18877     layout: "plot-throughput"
18878
18879 - type: "plot"
18880   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18881   algorithm: "plot_perf_box_name"
18882   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18883   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18884   include:
18885     - "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"
18886     - "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"
18887     - "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"
18888     - "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"
18889   layout:
18890     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18891     layout: "plot-throughput"
18892
18893 - type: "plot"
18894   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18895   algorithm: "plot_perf_box_name"
18896   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18897   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18898   include:
18899     - "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"
18900     - "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"
18901     - "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"
18902     - "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"
18903   layout:
18904     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18905     layout: "plot-throughput"
18906
18907 - type: "plot"
18908   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18909   algorithm: "plot_perf_box_name"
18910   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18911   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18912   include:
18913     - "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"
18914     - "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"
18915     - "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"
18916     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18917     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18918     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18919   layout:
18920     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18921     layout: "plot-throughput"
18922
18923 - type: "plot"
18924   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18925   algorithm: "plot_perf_box_name"
18926   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18927   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18928   include:
18929     - "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"
18930     - "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"
18931     - "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"
18932     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18933     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18934     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18935   layout:
18936     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18937     layout: "plot-throughput"
18938
18939 ################################################################################
18940
18941 # Packet Speedup
18942
18943 - type: "plot"
18944   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18945   algorithm: "plot_tsa_name"
18946   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18947   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18948   include:
18949     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18950     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18951     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18952     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18953   layout:
18954     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18955     layout: "plot-throughput-speedup-analysis"
18956
18957 - type: "plot"
18958   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18959   algorithm: "plot_tsa_name"
18960   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18961   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18962   include:
18963     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18964     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18965     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18966     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18967   layout:
18968     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18969     layout: "plot-throughput-speedup-analysis"
18970
18971 - type: "plot"
18972   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18973   algorithm: "plot_tsa_name"
18974   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18975   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18976   include:
18977     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18978     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18979     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18980     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18981   layout:
18982     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18983     layout: "plot-throughput-speedup-analysis"
18984
18985 - type: "plot"
18986   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18987   algorithm: "plot_tsa_name"
18988   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18989   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18990   include:
18991     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18992     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18993     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18994     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18995   layout:
18996     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18997     layout: "plot-throughput-speedup-analysis"
18998
18999 - type: "plot"
19000   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
19001   algorithm: "plot_tsa_name"
19002   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
19003   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19004   include:
19005     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19006     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19007     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19008     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19009   layout:
19010     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
19011     layout: "plot-throughput-speedup-analysis"
19012
19013 - type: "plot"
19014   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
19015   algorithm: "plot_tsa_name"
19016   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
19017   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19018   include:
19019     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19020     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19021     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19022     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19023   layout:
19024     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
19025     layout: "plot-throughput-speedup-analysis"
19026
19027 - type: "plot"
19028   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
19029   algorithm: "plot_tsa_name"
19030   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
19031   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19032   include:
19033     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
19034     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
19035     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
19036     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19037     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19038     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19039   layout:
19040     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
19041     layout: "plot-throughput-speedup-analysis"
19042
19043 - type: "plot"
19044   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
19045   algorithm: "plot_tsa_name"
19046   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
19047   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19048   include:
19049     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
19050     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
19051     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
19052     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19053     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19054     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19055   layout:
19056     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
19057     layout: "plot-throughput-speedup-analysis"
19058
19059 - type: "plot"
19060   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
19061   algorithm: "plot_tsa_name"
19062   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
19063   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19064   include:
19065     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
19066     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
19067     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
19068     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
19069   layout:
19070     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
19071     layout: "plot-throughput-speedup-analysis"
19072
19073 - type: "plot"
19074   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
19075   algorithm: "plot_tsa_name"
19076   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
19077   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19078   include:
19079     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
19080     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
19081     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
19082     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
19083   layout:
19084     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
19085     layout: "plot-throughput-speedup-analysis"
19086
19087 - type: "plot"
19088   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
19089   algorithm: "plot_tsa_name"
19090   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
19091   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19092   include:
19093     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
19094     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
19095     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19096   layout:
19097     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
19098     layout: "plot-throughput-speedup-analysis"
19099
19100 - type: "plot"
19101   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
19102   algorithm: "plot_tsa_name"
19103   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
19104   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19105   include:
19106     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
19107     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
19108     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19109   layout:
19110     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
19111     layout: "plot-throughput-speedup-analysis"
19112
19113 - type: "plot"
19114   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
19115   algorithm: "plot_tsa_name"
19116   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
19117   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19118   include:
19119     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19120     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19121     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19122     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19123     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19124   layout:
19125     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
19126     layout: "plot-throughput-speedup-analysis"
19127
19128 - type: "plot"
19129   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
19130   algorithm: "plot_tsa_name"
19131   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
19132   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19133   include:
19134     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19135     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19136     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19137     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19138     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19139   layout:
19140     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
19141     layout: "plot-throughput-speedup-analysis"
19142
19143 - type: "plot"
19144   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
19145   algorithm: "plot_tsa_name"
19146   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
19147   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19148   include:
19149     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
19150     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
19151     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
19152   layout:
19153     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
19154     layout: "plot-throughput-speedup-analysis"
19155
19156 - type: "plot"
19157   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
19158   algorithm: "plot_tsa_name"
19159   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
19160   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19161   include:
19162     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
19163     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
19164     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
19165   layout:
19166     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
19167     layout: "plot-throughput-speedup-analysis"
19168
19169 - type: "plot"
19170   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
19171   algorithm: "plot_tsa_name"
19172   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
19173   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19174   include:
19175     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19176     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19177     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19178     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19179     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19180     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19181   layout:
19182     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
19183     layout: "plot-throughput-speedup-analysis"
19184
19185 - type: "plot"
19186   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
19187   algorithm: "plot_tsa_name"
19188   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
19189   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19190   include:
19191     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19192     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
19193     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
19194     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
19195     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
19196   layout:
19197     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
19198     layout: "plot-throughput-speedup-analysis"
19199
19200 - type: "plot"
19201   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
19202   algorithm: "plot_tsa_name"
19203   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
19204   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19205   include:
19206     - "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"
19207     - "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"
19208     - "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"
19209     - "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"
19210     - "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"
19211   layout:
19212     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
19213     layout: "plot-throughput-speedup-analysis"
19214
19215 - type: "plot"
19216   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
19217   algorithm: "plot_tsa_name"
19218   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
19219   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19220   include:
19221     - "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"
19222     - "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"
19223     - "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"
19224     - "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"
19225     - "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"
19226     - "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"
19227     - "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"
19228     - "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"
19229     - "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"
19230     - "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"
19231   layout:
19232     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
19233     layout: "plot-throughput-speedup-analysis-cps"
19234
19235 - type: "plot"
19236   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
19237   algorithm: "plot_tsa_name"
19238   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
19239   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19240   include:
19241     - "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"
19242     - "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"
19243     - "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"
19244     - "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"
19245     - "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"
19246     - "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"
19247     - "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"
19248     - "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"
19249     - "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"
19250     - "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"
19251   layout:
19252     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
19253     layout: "plot-throughput-speedup-analysis"
19254
19255 - type: "plot"
19256   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
19257   algorithm: "plot_tsa_name"
19258   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
19259   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19260   include:
19261     - "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"
19262     - "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"
19263     - "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"
19264     - "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"
19265     - "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"
19266     - "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"
19267     - "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"
19268     - "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"
19269     - "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"
19270     - "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"
19271   layout:
19272     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
19273     layout: "plot-throughput-speedup-analysis-cps"
19274
19275 - type: "plot"
19276   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
19277   algorithm: "plot_tsa_name"
19278   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
19279   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19280   include:
19281     - "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"
19282     - "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"
19283     - "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"
19284     - "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"
19285     - "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"
19286     - "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"
19287     - "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"
19288     - "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"
19289     - "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"
19290     - "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"
19291   layout:
19292     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
19293     layout: "plot-throughput-speedup-analysis"
19294
19295 - type: "plot"
19296   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
19297   algorithm: "plot_tsa_name"
19298   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
19299   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19300   include:
19301     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19302     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19307   layout:
19308     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
19309     layout: "plot-throughput-speedup-analysis"
19310
19311 - type: "plot"
19312   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
19313   algorithm: "plot_tsa_name"
19314   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
19315   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19316   include:
19317     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19318     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
19319     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
19320     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
19321     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
19322   layout:
19323     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
19324     layout: "plot-throughput-speedup-analysis"
19325
19326 - type: "plot"
19327   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
19328   algorithm: "plot_tsa_name"
19329   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
19330   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19331   include:
19332     - "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"
19333     - "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"
19334     - "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"
19335     - "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"
19336     - "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"
19337   layout:
19338     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
19339     layout: "plot-throughput-speedup-analysis"
19340
19341 - type: "plot"
19342   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
19343   algorithm: "plot_tsa_name"
19344   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
19345   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19346   include:
19347     - "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"
19348     - "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"
19349     - "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"
19350     - "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"
19351     - "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"
19352     - "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"
19353     - "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"
19354     - "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"
19355     - "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"
19356     - "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"
19357   layout:
19358     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
19359     layout: "plot-throughput-speedup-analysis-cps"
19360
19361 - type: "plot"
19362   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
19363   algorithm: "plot_tsa_name"
19364   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
19365   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19366   include:
19367     - "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"
19368     - "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"
19369     - "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"
19370     - "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"
19371     - "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"
19372     - "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"
19373     - "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"
19374     - "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"
19375     - "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"
19376     - "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"
19377   layout:
19378     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
19379     layout: "plot-throughput-speedup-analysis"
19380
19381 - type: "plot"
19382   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
19383   algorithm: "plot_tsa_name"
19384   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
19385   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19386   include:
19387     - "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"
19388     - "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"
19389     - "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"
19390     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
19391     - "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"
19392     - "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"
19393     - "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"
19394     - "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"
19395     - "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"
19396     - "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"
19397   layout:
19398     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
19399     layout: "plot-throughput-speedup-analysis-cps"
19400
19401 - type: "plot"
19402   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19403   algorithm: "plot_tsa_name"
19404   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19405   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19406   include:
19407     - "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"
19408     - "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"
19409     - "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"
19410     - "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"
19411     - "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"
19412     - "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"
19413     - "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"
19414     - "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"
19415     - "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"
19416     - "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"
19417   layout:
19418     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
19419     layout: "plot-throughput-speedup-analysis"
19420
19421 - type: "plot"
19422   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
19423   algorithm: "plot_tsa_name"
19424   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
19425   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19426   include:
19427     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19428     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19429     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19430     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19431     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19432     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19433   layout:
19434     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
19435     layout: "plot-throughput-speedup-analysis"
19436
19437 - type: "plot"
19438   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
19439   algorithm: "plot_tsa_name"
19440   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
19441   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19442   include:
19443     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19444     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19445     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19446     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19447     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19448     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19449   layout:
19450     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
19451     layout: "plot-throughput-speedup-analysis"
19452
19453 - type: "plot"
19454   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
19455   algorithm: "plot_tsa_name"
19456   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
19457   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19458   include:
19459     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
19460     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
19461   layout:
19462     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
19463     layout: "plot-throughput-speedup-analysis"
19464
19465 - type: "plot"
19466   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
19467   algorithm: "plot_tsa_name"
19468   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
19469   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19470   include:
19471     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
19472     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
19473   layout:
19474     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
19475     layout: "plot-throughput-speedup-analysis"
19476
19477 - type: "plot"
19478   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
19479   algorithm: "plot_tsa_name"
19480   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
19481   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19482   include:
19483     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
19484     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19485     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
19486     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19487     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
19488     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19489   layout:
19490     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
19491     layout: "plot-throughput-speedup-analysis"
19492
19493 - type: "plot"
19494   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
19495   algorithm: "plot_tsa_name"
19496   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
19497   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19498   include:
19499     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
19500     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19501     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
19502     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19503     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
19504     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19505   layout:
19506     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
19507     layout: "plot-throughput-speedup-analysis"
19508
19509 - type: "plot"
19510   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
19511   algorithm: "plot_tsa_name"
19512   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
19513   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19514   include:
19515     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19516     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19517     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19518     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19519     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19520     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19521   layout:
19522     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
19523     layout: "plot-throughput-speedup-analysis"
19524
19525 - type: "plot"
19526   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
19527   algorithm: "plot_tsa_name"
19528   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
19529   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19530   include:
19531     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19532     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19533     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19534     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19535     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19536     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19537   layout:
19538     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
19539     layout: "plot-throughput-speedup-analysis"
19540
19541 - type: "plot"
19542   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
19543   algorithm: "plot_tsa_name"
19544   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
19545   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19546   include:
19547     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19548     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19549     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19550     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19551     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19552     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19553   layout:
19554     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
19555     layout: "plot-throughput-speedup-analysis"
19556
19557 - type: "plot"
19558   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
19559   algorithm: "plot_tsa_name"
19560   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
19561   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19562   include:
19563     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19564     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19565     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19566     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19567     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19568     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19569   layout:
19570     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
19571     layout: "plot-throughput-speedup-analysis"
19572
19573 - type: "plot"
19574   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19575   algorithm: "plot_tsa_name"
19576   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19577   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19578   include:
19579     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19580     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19581     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19582     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19583     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19584   layout:
19585     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
19586     layout: "plot-throughput-speedup-analysis"
19587
19588 - type: "plot"
19589   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19590   algorithm: "plot_tsa_name"
19591   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19592   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19593   include:
19594     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19595     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19596     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19597     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19598     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19599   layout:
19600     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
19601     layout: "plot-throughput-speedup-analysis"
19602
19603 - type: "plot"
19604   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19605   algorithm: "plot_tsa_name"
19606   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19607   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19608   include:
19609     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19610     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19611     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19612     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19613     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19614   layout:
19615     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
19616     layout: "plot-throughput-speedup-analysis"
19617
19618 - type: "plot"
19619   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19620   algorithm: "plot_tsa_name"
19621   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19622   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19623   include:
19624     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19625     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19626     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19627     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19628     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19629   layout:
19630     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
19631     layout: "plot-throughput-speedup-analysis"
19632
19633 - type: "plot"
19634   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19635   algorithm: "plot_tsa_name"
19636   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19637   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19638   include:
19639     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19640     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19641     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19642     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19643     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19644   layout:
19645     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
19646     layout: "plot-throughput-speedup-analysis"
19647
19648 - type: "plot"
19649   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19650   algorithm: "plot_tsa_name"
19651   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19652   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19653   include:
19654     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19655     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19656     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19657     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19658     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19659   layout:
19660     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
19661     layout: "plot-throughput-speedup-analysis"
19662
19663 - type: "plot"
19664   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19665   algorithm: "plot_tsa_name"
19666   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19667   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19668   include:
19669     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19670     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19671     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19672     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19673     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19674   layout:
19675     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
19676     layout: "plot-throughput-speedup-analysis"
19677
19678 - type: "plot"
19679   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19680   algorithm: "plot_tsa_name"
19681   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19682   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19683   include:
19684     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19685     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19686     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19687     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19688     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19689   layout:
19690     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19691     layout: "plot-throughput-speedup-analysis"
19692
19693 - type: "plot"
19694   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19695   algorithm: "plot_tsa_name"
19696   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19697   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19698   include:
19699     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19700     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19701     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19702     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19703     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19704   layout:
19705     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19706     layout: "plot-throughput-speedup-analysis"
19707
19708 - type: "plot"
19709   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19710   algorithm: "plot_tsa_name"
19711   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19712   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19713   include:
19714     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19715     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19716     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19717     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19718     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19719   layout:
19720     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19721     layout: "plot-throughput-speedup-analysis"
19722
19723 - type: "plot"
19724   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19725   algorithm: "plot_tsa_name"
19726   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19727   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19728   include:
19729     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19730     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19731     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19732     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19733     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19734     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19735   layout:
19736     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19737     layout: "plot-throughput-speedup-analysis"
19738
19739 - type: "plot"
19740   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19741   algorithm: "plot_tsa_name"
19742   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19743   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19744   include:
19745     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19746     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19747     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19748     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19749     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19750     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19751   layout:
19752     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19753     layout: "plot-throughput-speedup-analysis"
19754
19755 - type: "plot"
19756   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19757   algorithm: "plot_tsa_name"
19758   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19759   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19760   include:
19761     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19762     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19763     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19764     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19765   layout:
19766     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19767     layout: "plot-throughput-speedup-analysis"
19768
19769 - type: "plot"
19770   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19771   algorithm: "plot_tsa_name"
19772   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19773   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19774   include:
19775     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19776     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19777     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19778     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19779   layout:
19780     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19781     layout: "plot-throughput-speedup-analysis"
19782
19783 - type: "plot"
19784   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19785   algorithm: "plot_tsa_name"
19786   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19787   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19788   include:
19789     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19790     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19791     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19792     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19793     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19794     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19795   layout:
19796     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19797     layout: "plot-throughput-speedup-analysis"
19798
19799 - type: "plot"
19800   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19801   algorithm: "plot_tsa_name"
19802   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19803   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19804   include:
19805     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19806     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19807     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19808     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19809     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19810     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19811   layout:
19812     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19813     layout: "plot-throughput-speedup-analysis"
19814
19815 - type: "plot"
19816   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19817   algorithm: "plot_tsa_name"
19818   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19819   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19820   include:
19821     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19822     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19823     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19824     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19825   layout:
19826     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19827     layout: "plot-throughput-speedup-analysis"
19828
19829 - type: "plot"
19830   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19831   algorithm: "plot_tsa_name"
19832   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19833   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19834   include:
19835     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19836     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19837     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19838     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19839   layout:
19840     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19841     layout: "plot-throughput-speedup-analysis"
19842
19843 - type: "plot"
19844   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19845   algorithm: "plot_tsa_name"
19846   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19847   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19848   include:
19849     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19850     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19851     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19852     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19853     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19854     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19855   layout:
19856     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19857     layout: "plot-throughput-speedup-analysis"
19858
19859 - type: "plot"
19860   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19861   algorithm: "plot_tsa_name"
19862   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19863   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19864   include:
19865     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19866     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19867     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19868     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19869     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19870     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19871   layout:
19872     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19873     layout: "plot-throughput-speedup-analysis"
19874
19875 - type: "plot"
19876   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19877   algorithm: "plot_tsa_name"
19878   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19879   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19880   include:
19881     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19882     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19883     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19884     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19885   layout:
19886     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19887     layout: "plot-throughput-speedup-analysis"
19888
19889 - type: "plot"
19890   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19891   algorithm: "plot_tsa_name"
19892   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19893   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19894   include:
19895     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19896     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19897     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19898     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19899   layout:
19900     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19901     layout: "plot-throughput-speedup-analysis"
19902
19903 - type: "plot"
19904   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19905   algorithm: "plot_tsa_name"
19906   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19907   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19908   include:
19909     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19910     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19911     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19912     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19913     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19914   layout:
19915     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19916     layout: "plot-throughput-speedup-analysis"
19917
19918 - type: "plot"
19919   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19920   algorithm: "plot_tsa_name"
19921   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19922   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19923   include:
19924     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19925     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19926     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19927     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19928     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19929   layout:
19930     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19931     layout: "plot-throughput-speedup-analysis"
19932
19933 - type: "plot"
19934   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19935   algorithm: "plot_tsa_name"
19936   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19937   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19938   include:
19939     - "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"
19940     - "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"
19941     - "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"
19942     - "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"
19943     - "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"
19944   layout:
19945     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19946     layout: "plot-throughput-speedup-analysis"
19947
19948 - type: "plot"
19949   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19950   algorithm: "plot_tsa_name"
19951   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19952   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19953   include:
19954     - "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"
19955     - "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"
19956     - "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"
19957     - "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"
19958     - "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"
19959   layout:
19960     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19961     layout: "plot-throughput-speedup-analysis"
19962
19963 - type: "plot"
19964   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19965   algorithm: "plot_tsa_name"
19966   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19967   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19968   include:
19969     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19970     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19971     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19972     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19973     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19974   layout:
19975     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19976     layout: "plot-throughput-speedup-analysis"
19977
19978 - type: "plot"
19979   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19980   algorithm: "plot_tsa_name"
19981   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19982   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19983   include:
19984     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19985     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19986     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19987     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19988     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19989   layout:
19990     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19991     layout: "plot-throughput-speedup-analysis"
19992
19993 - type: "plot"
19994   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19995   algorithm: "plot_tsa_name"
19996   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19997   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19998   include:
19999     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20000     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20001     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20002     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20003     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
20004   layout:
20005     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
20006     layout: "plot-throughput-speedup-analysis"
20007
20008 - type: "plot"
20009   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
20010   algorithm: "plot_tsa_name"
20011   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
20012   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20013   include:
20014     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20015     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20016     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20017     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20018     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
20019   layout:
20020     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
20021     layout: "plot-throughput-speedup-analysis"
20022
20023 - type: "plot"
20024   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
20025   algorithm: "plot_tsa_name"
20026   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
20027   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20028   include:
20029     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20030     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20031     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20032     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20033   layout:
20034     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
20035     layout: "plot-throughput-speedup-analysis"
20036
20037 - type: "plot"
20038   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
20039   algorithm: "plot_tsa_name"
20040   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
20041   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20042   include:
20043     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20044     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20045     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20046     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20047   layout:
20048     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
20049     layout: "plot-throughput-speedup-analysis"
20050
20051 - type: "plot"
20052   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
20053   algorithm: "plot_tsa_name"
20054   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
20055   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20056   include:
20057     - "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"
20058     - "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"
20059     - "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"
20060     - "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"
20061   layout:
20062     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
20063     layout: "plot-throughput-speedup-analysis"
20064
20065 - type: "plot"
20066   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
20067   algorithm: "plot_tsa_name"
20068   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
20069   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20070   include:
20071     - "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"
20072     - "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"
20073     - "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"
20074     - "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"
20075   layout:
20076     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
20077     layout: "plot-throughput-speedup-analysis"
20078
20079 - type: "plot"
20080   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
20081   algorithm: "plot_tsa_name"
20082   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
20083   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20084   include:
20085     - "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"
20086     - "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"
20087     - "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"
20088     - "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"
20089     - "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"
20090     - "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"
20091   layout:
20092     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
20093     layout: "plot-throughput-speedup-analysis"
20094
20095 - type: "plot"
20096   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
20097   algorithm: "plot_tsa_name"
20098   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
20099   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20100   include:
20101     - "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"
20102     - "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"
20103     - "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"
20104     - "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"
20105     - "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"
20106     - "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"
20107   layout:
20108     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
20109     layout: "plot-throughput-speedup-analysis"
20110
20111 # Packet Throughput - DPDK
20112
20113 # 2n-clx-xxv710
20114
20115 - type: "plot"
20116   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
20117   algorithm: "plot_perf_box_name"
20118   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
20119   data: "plot-dpdk-throughput-latency-2n-clx"
20120   include:
20121     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20122     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20123   layout:
20124     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
20125     layout: "plot-throughput"
20126
20127 - type: "plot"
20128   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
20129   algorithm: "plot_perf_box_name"
20130   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
20131   data: "plot-dpdk-throughput-latency-2n-clx"
20132   include:
20133     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20134     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20135   layout:
20136     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
20137     layout: "plot-throughput"
20138
20139 - type: "plot"
20140   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
20141   algorithm: "plot_perf_box_name"
20142   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
20143   data: "plot-dpdk-throughput-latency-2n-clx"
20144   include:
20145     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20146     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20147   layout:
20148     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
20149     layout: "plot-throughput"
20150
20151 - type: "plot"
20152   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
20153   algorithm: "plot_perf_box_name"
20154   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
20155   data: "plot-dpdk-throughput-latency-2n-clx"
20156   include:
20157     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20158     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20159   layout:
20160     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
20161     layout: "plot-throughput"
20162
20163 # 2n-clx-x710
20164
20165 - type: "plot"
20166   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
20167   algorithm: "plot_perf_box_name"
20168   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
20169   data: "plot-dpdk-throughput-latency-2n-clx"
20170   include:
20171     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20172     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20173   layout:
20174     title: "2n-clx-x710-64b-2t1c-base-ndr"
20175     layout: "plot-throughput"
20176
20177 - type: "plot"
20178   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
20179   algorithm: "plot_perf_box_name"
20180   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
20181   data: "plot-dpdk-throughput-latency-2n-clx"
20182   include:
20183     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20184     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20185   layout:
20186     title: "2n-clx-x710-64b-4t2c-base-ndr"
20187     layout: "plot-throughput"
20188
20189 - type: "plot"
20190   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
20191   algorithm: "plot_perf_box_name"
20192   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
20193   data: "plot-dpdk-throughput-latency-2n-clx"
20194   include:
20195     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20196     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20197   layout:
20198     title: "2n-clx-x710-64b-2t1c-base-pdr"
20199     layout: "plot-throughput"
20200
20201 - type: "plot"
20202   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
20203   algorithm: "plot_perf_box_name"
20204   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
20205   data: "plot-dpdk-throughput-latency-2n-clx"
20206   include:
20207     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20208     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20209   layout:
20210     title: "2n-clx-x710-64b-4t2c-base-pdr"
20211     layout: "plot-throughput"
20212
20213 ###############################################################################
20214
20215 # 2n-zn2
20216
20217 # Packet Throughput
20218
20219 - type: "plot"
20220   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-avf-ndr"
20221   algorithm: "plot_perf_box_name"
20222   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-avf-ndr"
20223   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20224   include:
20225     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20226     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20227     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20228     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20229   layout:
20230     title: "2n-zn2-xxv710-64b-2t1c-memif-base-avf-ndr"
20231     layout: "plot-throughput"
20232
20233 - type: "plot"
20234   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-avf-pdr"
20235   algorithm: "plot_perf_box_name"
20236   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-avf-pdr"
20237   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20238   include:
20239     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20240     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20241     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20242     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20243   layout:
20244     title: "2n-zn2-xxv710-64b-2t1c-memif-base-avf-pdr"
20245     layout: "plot-throughput"
20246
20247 - type: "plot"
20248   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-ndr"
20249   algorithm: "plot_perf_box_name"
20250   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-ndr"
20251   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20252   include:
20253     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20254     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20255     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20256     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20257   layout:
20258     title: "2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-ndr"
20259     layout: "plot-throughput"
20260
20261 - type: "plot"
20262   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-pdr"
20263   algorithm: "plot_perf_box_name"
20264   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-pdr"
20265   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20266   include:
20267     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20268     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20269     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20270     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20271   layout:
20272     title: "2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-pdr"
20273     layout: "plot-throughput"
20274
20275 - type: "plot"
20276   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
20277   algorithm: "plot_perf_box_name"
20278   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
20279   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20280   include:
20281     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20282     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20283     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20284     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20285   layout:
20286     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
20287     layout: "plot-throughput"
20288
20289 - type: "plot"
20290   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
20291   algorithm: "plot_perf_box_name"
20292   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
20293   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20294   include:
20295     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20296     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20297     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20298     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20299   layout:
20300     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
20301     layout: "plot-throughput"
20302
20303 - type: "plot"
20304   title: "Throughput: 2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
20305   algorithm: "plot_perf_box_name"
20306   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
20307   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20308   include:
20309     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
20310     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20311     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20312     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20313     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20314     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20315   layout:
20316     title: "2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
20317     layout: "plot-throughput"
20318
20319 - type: "plot"
20320   title: "Throughput: 2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
20321   algorithm: "plot_perf_box_name"
20322   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
20323   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20324   include:
20325     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
20326     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20327     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20328     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20329     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20330     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20331   layout:
20332     title: "2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
20333     layout: "plot-throughput"
20334
20335 - type: "plot"
20336   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
20337   algorithm: "plot_perf_box_name"
20338   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
20339   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20340   include:
20341     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20342     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
20343     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
20344     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20345   layout:
20346     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
20347     layout: "plot-throughput"
20348
20349 - type: "plot"
20350   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
20351   algorithm: "plot_perf_box_name"
20352   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
20353   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20354   include:
20355     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20356     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
20357     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
20358     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20359   layout:
20360     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
20361     layout: "plot-throughput"
20362
20363 - type: "plot"
20364   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
20365   algorithm: "plot_perf_box_name"
20366   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
20367   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20368   include:
20369     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
20370     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
20371     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20372   layout:
20373     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
20374     layout: "plot-throughput"
20375
20376 - type: "plot"
20377   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
20378   algorithm: "plot_perf_box_name"
20379   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
20380   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20381   include:
20382     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
20383     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
20384     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20385   layout:
20386     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
20387     layout: "plot-throughput"
20388
20389 - type: "plot"
20390   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
20391   algorithm: "plot_perf_box_name"
20392   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
20393   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20394   include:
20395     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20396     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20397     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
20398     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
20399     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
20400   layout:
20401     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
20402     layout: "plot-throughput"
20403
20404 - type: "plot"
20405   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
20406   algorithm: "plot_perf_box_name"
20407   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
20408   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20409   include:
20410     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20411     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20412     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
20413     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
20414     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
20415   layout:
20416     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
20417     layout: "plot-throughput"
20418
20419 - type: "plot"
20420   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
20421   algorithm: "plot_perf_box_name"
20422   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
20423   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20424   include:
20425     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
20426     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
20427     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
20428   layout:
20429     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
20430     layout: "plot-throughput"
20431
20432 - type: "plot"
20433   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
20434   algorithm: "plot_perf_box_name"
20435   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
20436   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20437   include:
20438     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
20439     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
20440     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
20441   layout:
20442     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
20443     layout: "plot-throughput"
20444
20445 - type: "plot"
20446   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
20447   algorithm: "plot_perf_box_name"
20448   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
20449   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20450   include:
20451     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20452     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20453     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20454     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20455     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20456     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20457   layout:
20458     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
20459     layout: "plot-throughput"
20460
20461 - type: "plot"
20462   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
20463   algorithm: "plot_perf_box_name"
20464   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
20465   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20466   include:
20467     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20468     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20469     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20470     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20471     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20472     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20473   layout:
20474     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
20475     layout: "plot-throughput"
20476
20477 - type: "plot"
20478   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
20479   algorithm: "plot_perf_box_name"
20480   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
20481   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20482   include:
20483     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20484     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
20485     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
20486     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
20487     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
20488   layout:
20489     title: "2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
20490     layout: "plot-throughput"
20491
20492 #- type: "plot"
20493 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
20494 #  algorithm: "plot_perf_box_name"
20495 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
20496 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20497 #  include:
20498 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
20499 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
20500 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
20501 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
20502 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
20503 #  layout:
20504 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
20505 #    layout: "plot-throughput"
20506 #
20507 #- type: "plot"
20508 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
20509 #  algorithm: "plot_perf_box_name"
20510 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
20511 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20512 #  include:
20513 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20514 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20515 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20516 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20517 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20518 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20519 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20520 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20521 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20522 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20523 #  layout:
20524 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
20525 #    layout: "plot-cps"
20526 #
20527 #- type: "plot"
20528 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
20529 #  algorithm: "plot_perf_box_name"
20530 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
20531 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20532 #  include:
20533 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20534 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20535 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20536 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20537 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20538 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20539 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20540 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20541 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20542 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20543 #  layout:
20544 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
20545 #    layout: "plot-throughput"
20546 #
20547 #- type: "plot"
20548 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
20549 #  algorithm: "plot_perf_box_name"
20550 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
20551 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20552 #  include:
20553 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20554 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20555 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20556 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20557 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20558 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20559 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20560 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20561 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20562 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20563 #  layout:
20564 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
20565 #    layout: "plot-cps"
20566 #
20567 #- type: "plot"
20568 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
20569 #  algorithm: "plot_perf_box_name"
20570 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
20571 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20572 #  include:
20573 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20574 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20575 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20576 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20577 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20578 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20579 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20580 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20581 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20582 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20583 #  layout:
20584 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
20585 #    layout: "plot-throughput"
20586
20587 - type: "plot"
20588   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
20589   algorithm: "plot_perf_box_name"
20590   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
20591   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20592   include:
20593     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20594     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
20595     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
20596     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
20597     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
20598   layout:
20599     title: "2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
20600     layout: "plot-throughput"
20601
20602 #- type: "plot"
20603 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
20604 #  algorithm: "plot_perf_box_name"
20605 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
20606 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20607 #  include:
20608 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
20609 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
20610 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
20611 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
20612 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
20613 #  layout:
20614 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
20615 #    layout: "plot-throughput"
20616 #
20617 #- type: "plot"
20618 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
20619 #  algorithm: "plot_perf_box_name"
20620 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
20621 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20622 #  include:
20623 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20624 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20625 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20626 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20627 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20628 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20629 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20630 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20631 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20632 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20633 #  layout:
20634 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
20635 #    layout: "plot-cps"
20636 #
20637 #- type: "plot"
20638 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
20639 #  algorithm: "plot_perf_box_name"
20640 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
20641 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20642 #  include:
20643 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20644 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20645 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20646 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20647 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20648 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20649 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20650 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20651 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20652 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20653 #  layout:
20654 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
20655 #    layout: "plot-throughput"
20656 #
20657 #- type: "plot"
20658 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
20659 #  algorithm: "plot_perf_box_name"
20660 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
20661 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20662 #  include:
20663 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20664 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20665 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20666 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20667 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20668 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20669 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20670 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20671 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20672 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20673 #  layout:
20674 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
20675 #    layout: "plot-cps"
20676 #
20677 #- type: "plot"
20678 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
20679 #  algorithm: "plot_perf_box_name"
20680 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
20681 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20682 #  include:
20683 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20684 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20685 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20686 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20687 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20688 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20689 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20690 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20691 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20692 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20693 #  layout:
20694 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
20695 #    layout: "plot-throughput"
20696
20697 - type: "plot"
20698   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
20699   algorithm: "plot_perf_box_name"
20700   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
20701   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20702   include:
20703     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20706     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20707     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20709   layout:
20710     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
20711     layout: "plot-throughput"
20712
20713 - type: "plot"
20714   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
20715   algorithm: "plot_perf_box_name"
20716   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
20717   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20718   include:
20719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20721     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20722     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20723     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20724     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20725   layout:
20726     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
20727     layout: "plot-throughput"
20728
20729 - type: "plot"
20730   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ip4base-ndr"
20731   algorithm: "plot_perf_box_name"
20732   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ip4base-ndr"
20733   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20734   include:
20735     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
20736     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
20737   layout:
20738     title: "2n-zn2-cx556a-64b-2t1c-rdma-ip4base-ndr"
20739     layout: "plot-throughput"
20740
20741 - type: "plot"
20742   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ip4base-pdr"
20743   algorithm: "plot_perf_box_name"
20744   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ip4base-pdr"
20745   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20746   include:
20747     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
20748     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
20749   layout:
20750     title: "2n-zn2-cx556a-64b-2t1c-rdma-ip4base-pdr"
20751     layout: "plot-throughput"
20752
20753 - type: "plot"
20754   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
20755   algorithm: "plot_perf_box_name"
20756   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
20757   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20758   include:
20759     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
20760     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
20761     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
20762     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
20763     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
20764     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
20765   layout:
20766     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
20767     layout: "plot-throughput"
20768
20769 - type: "plot"
20770   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
20771   algorithm: "plot_perf_box_name"
20772   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
20773   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20774   include:
20775     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
20776     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
20777     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
20778     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
20779     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
20780     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
20781   layout:
20782     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
20783     layout: "plot-throughput"
20784
20785 - type: "plot"
20786   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20787   algorithm: "plot_perf_box_name"
20788   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20789   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20790   include:
20791     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20792     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20793     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20794     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20795     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20796     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20797   layout:
20798     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20799     layout: "plot-throughput"
20800
20801 - type: "plot"
20802   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
20803   algorithm: "plot_perf_box_name"
20804   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
20805   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20806   include:
20807     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20808     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20809     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20810     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20811     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20812     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20813   layout:
20814     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
20815     layout: "plot-throughput"
20816
20817 - type: "plot"
20818   title: "Throughput: 2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
20819   algorithm: "plot_perf_box_name"
20820   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
20821   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20822   include:
20823     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20824     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20825     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20826     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20827     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20828     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20829   layout:
20830     title: "2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
20831     layout: "plot-throughput"
20832
20833 - type: "plot"
20834   title: "Throughput: 2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
20835   algorithm: "plot_perf_box_name"
20836   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
20837   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20838   include:
20839     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20840     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20841     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20842     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20843     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20844     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20845   layout:
20846     title: "2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
20847     layout: "plot-throughput"
20848
20849 - type: "plot"
20850   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
20851   algorithm: "plot_perf_box_name"
20852   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
20853   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20854   include:
20855     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20856     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20857     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
20858     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
20859     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20860   layout:
20861     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
20862     layout: "plot-throughput"
20863
20864 - type: "plot"
20865   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
20866   algorithm: "plot_perf_box_name"
20867   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
20868   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20869   include:
20870     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20871     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20872     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
20873     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
20874     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20875   layout:
20876     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
20877     layout: "plot-throughput"
20878
20879 - type: "plot"
20880   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
20881   algorithm: "plot_perf_box_name"
20882   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
20883   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20884   include:
20885     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20886     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20887     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
20888     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
20889     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20890   layout:
20891     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
20892     layout: "plot-throughput"
20893
20894 - type: "plot"
20895   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
20896   algorithm: "plot_perf_box_name"
20897   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
20898   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20899   include:
20900     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20901     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20902     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
20903     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
20904     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20905   layout:
20906     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
20907     layout: "plot-throughput"
20908
20909 - type: "plot"
20910   title: "Throughput: 2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20911   algorithm: "plot_perf_box_name"
20912   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20913   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20914   include:
20915     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
20916     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
20917     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
20918     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
20919     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
20920   layout:
20921     title: "2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20922     layout: "plot-throughput"
20923
20924 - type: "plot"
20925   title: "Throughput: 2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20926   algorithm: "plot_perf_box_name"
20927   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20928   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20929   include:
20930     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
20931     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
20932     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
20933     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
20934     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
20935   layout:
20936     title: "2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20937     layout: "plot-throughput"
20938
20939 - type: "plot"
20940   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
20941   algorithm: "plot_perf_box_name"
20942   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
20943   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20944   include:
20945     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20946     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20947     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20948     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20949     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
20950   layout:
20951     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
20952     layout: "plot-throughput"
20953
20954 - type: "plot"
20955   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
20956   algorithm: "plot_perf_box_name"
20957   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
20958   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20959   include:
20960     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20961     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20962     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20963     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20964     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
20965   layout:
20966     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
20967     layout: "plot-throughput"
20968
20969 - type: "plot"
20970   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20971   algorithm: "plot_perf_box_name"
20972   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20973   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20974   include:
20975     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20976     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20977     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20978     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20979     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20980   layout:
20981     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20982     layout: "plot-throughput"
20983
20984 - type: "plot"
20985   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20986   algorithm: "plot_perf_box_name"
20987   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20988   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20989   include:
20990     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20991     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20992     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20993     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20994     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20995   layout:
20996     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20997     layout: "plot-throughput"
20998
20999 - type: "plot"
21000   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-ndr"
21001   algorithm: "plot_perf_box_name"
21002   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-ndr"
21003   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21004   include:
21005     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
21006     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21007     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21008     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
21009     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
21010     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
21011   layout:
21012     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-ndr"
21013     layout: "plot-throughput"
21014
21015 - type: "plot"
21016   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-pdr"
21017   algorithm: "plot_perf_box_name"
21018   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-pdr"
21019   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21020   include:
21021     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
21022     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21023     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21024     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
21025     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
21026     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
21027   layout:
21028     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-pdr"
21029     layout: "plot-throughput"
21030
21031 - type: "plot"
21032   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
21033   algorithm: "plot_perf_box_name"
21034   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
21035   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21036   include:
21037     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
21038     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
21039     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
21040     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
21041   layout:
21042     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
21043     layout: "plot-throughput"
21044
21045 - type: "plot"
21046   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
21047   algorithm: "plot_perf_box_name"
21048   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
21049   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21050   include:
21051     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
21052     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
21053     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
21054     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
21055   layout:
21056     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
21057     layout: "plot-throughput"
21058
21059 - type: "plot"
21060   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
21061   algorithm: "plot_perf_box_name"
21062   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
21063   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21064   include:
21065     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
21066     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
21067     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21068     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
21069     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
21070     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21071   layout:
21072     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
21073     layout: "plot-throughput"
21074
21075 - type: "plot"
21076   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
21077   algorithm: "plot_perf_box_name"
21078   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
21079   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21080   include:
21081     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
21082     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
21083     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21084     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
21085     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
21086     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21087   layout:
21088     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
21089     layout: "plot-throughput"
21090
21091 - type: "plot"
21092   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
21093   algorithm: "plot_perf_box_name"
21094   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
21095   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21096   include:
21097     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21098     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
21099     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
21100     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
21101   layout:
21102     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
21103     layout: "plot-throughput"
21104
21105 - type: "plot"
21106   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
21107   algorithm: "plot_perf_box_name"
21108   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
21109   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21110   include:
21111     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21112     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
21113     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
21114     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
21115   layout:
21116     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
21117     layout: "plot-throughput"
21118
21119 - type: "plot"
21120   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
21121   algorithm: "plot_perf_box_name"
21122   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
21123   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21124   include:
21125     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
21126     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
21127     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21128     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
21129     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
21130     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21131   layout:
21132     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
21133     layout: "plot-throughput"
21134
21135 - type: "plot"
21136   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
21137   algorithm: "plot_perf_box_name"
21138   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
21139   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21140   include:
21141     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
21142     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
21143     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21144     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
21145     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
21146     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21147   layout:
21148     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
21149     layout: "plot-throughput"
21150
21151 - type: "plot"
21152   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
21153   algorithm: "plot_perf_box_name"
21154   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
21155   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21156   include:
21157     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21158     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
21159     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
21160     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
21161   layout:
21162     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
21163     layout: "plot-throughput"
21164
21165 - type: "plot"
21166   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
21167   algorithm: "plot_perf_box_name"
21168   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
21169   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21170   include:
21171     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21172     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
21173     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
21174     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
21175   layout:
21176     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
21177     layout: "plot-throughput"
21178
21179 - type: "plot"
21180   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-ndr"
21181   algorithm: "plot_perf_box_name"
21182   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-ndr"
21183   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21184   include:
21185     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21186     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21187     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21188     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21189     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21190   layout:
21191     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-ndr"
21192     layout: "plot-throughput"
21193
21194 - type: "plot"
21195   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-pdr"
21196   algorithm: "plot_perf_box_name"
21197   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-pdr"
21198   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21199   include:
21200     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21201     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21202     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21203     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21204     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21205   layout:
21206     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-pdr"
21207     layout: "plot-throughput"
21208
21209 - type: "plot"
21210   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
21211   algorithm: "plot_perf_box_name"
21212   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
21213   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21214   include:
21215     - "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"
21216     - "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"
21217     - "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"
21218     - "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"
21219     - "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"
21220   layout:
21221     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
21222     layout: "plot-throughput"
21223
21224 - type: "plot"
21225   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
21226   algorithm: "plot_perf_box_name"
21227   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
21228   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21229   include:
21230     - "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"
21231     - "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"
21232     - "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"
21233     - "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"
21234     - "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"
21235   layout:
21236     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
21237     layout: "plot-throughput"
21238
21239 - type: "plot"
21240   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
21241   algorithm: "plot_perf_box_name"
21242   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
21243   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21244   include:
21245     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21246     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21247     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21248     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21249     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21250   layout:
21251     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
21252     layout: "plot-throughput"
21253
21254 - type: "plot"
21255   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
21256   algorithm: "plot_perf_box_name"
21257   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
21258   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21259   include:
21260     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21261     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21262     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21263     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21264     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21265   layout:
21266     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
21267     layout: "plot-throughput"
21268
21269 - type: "plot"
21270   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
21271   algorithm: "plot_perf_box_name"
21272   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
21273   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21274   include:
21275     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21276     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21277     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21278     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21279     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
21280   layout:
21281     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
21282     layout: "plot-throughput"
21283
21284 - type: "plot"
21285   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
21286   algorithm: "plot_perf_box_name"
21287   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
21288   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21289   include:
21290     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21291     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21292     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21293     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21294     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
21295   layout:
21296     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
21297     layout: "plot-throughput"
21298
21299 - type: "plot"
21300   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
21301   algorithm: "plot_perf_box_name"
21302   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
21303   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21304   include:
21305     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21306     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21307     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21308     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21309   layout:
21310     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
21311     layout: "plot-throughput"
21312
21313 - type: "plot"
21314   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
21315   algorithm: "plot_perf_box_name"
21316   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
21317   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21318   include:
21319     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21320     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21321     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21322     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21323   layout:
21324     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
21325     layout: "plot-throughput"
21326
21327 - type: "plot"
21328   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
21329   algorithm: "plot_perf_box_name"
21330   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
21331   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21332   include:
21333     - "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"
21334     - "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"
21335     - "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"
21336     - "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"
21337   layout:
21338     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
21339     layout: "plot-throughput"
21340
21341 - type: "plot"
21342   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
21343   algorithm: "plot_perf_box_name"
21344   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
21345   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21346   include:
21347     - "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"
21348     - "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"
21349     - "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"
21350     - "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"
21351   layout:
21352     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
21353     layout: "plot-throughput"
21354
21355 - type: "plot"
21356   title: "Throughput: 2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
21357   algorithm: "plot_perf_box_name"
21358   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
21359   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21360   include:
21361     - "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"
21362     - "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"
21363     - "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"
21364     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
21365     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
21366     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
21367   layout:
21368     title: "2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
21369     layout: "plot-throughput"
21370
21371 - type: "plot"
21372   title: "Throughput: 2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
21373   algorithm: "plot_perf_box_name"
21374   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
21375   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21376   include:
21377     - "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"
21378     - "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"
21379     - "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"
21380     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
21381     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
21382     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
21383   layout:
21384     title: "2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
21385     layout: "plot-throughput"
21386
21387 ################################################################################
21388
21389 # Packet Speedup
21390
21391 - type: "plot"
21392   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-avf-ndr-tsa"
21393   algorithm: "plot_tsa_name"
21394   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-avf-ndr-tsa"
21395   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21396   include:
21397     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21398     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21399     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21400     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21401   layout:
21402     title: "2n-zn2-xxv710-64b-memif-base-avf-ndr"
21403     layout: "plot-throughput-speedup-analysis"
21404
21405 - type: "plot"
21406   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-avf-pdr-tsa"
21407   algorithm: "plot_tsa_name"
21408   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-avf-pdr-tsa"
21409   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21410   include:
21411     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21412     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21413     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21414     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21415   layout:
21416     title: "2n-zn2-xxv710-64b-memif-base-avf-pdr"
21417     layout: "plot-throughput-speedup-analysis"
21418
21419 - type: "plot"
21420   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-dpdk-ndr-tsa"
21421   algorithm: "plot_tsa_name"
21422   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-dpdk-ndr-tsa"
21423   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21424   include:
21425     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21426     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21427     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21428     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21429   layout:
21430     title: "2n-zn2-xxv710-64b-memif-base-dpdk-ndr"
21431     layout: "plot-throughput-speedup-analysis"
21432
21433 - type: "plot"
21434   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-dpdk-pdr-tsa"
21435   algorithm: "plot_tsa_name"
21436   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-dpdk-pdr-tsa"
21437   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21438   include:
21439     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21440     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21441     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21442     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21443   layout:
21444     title: "2n-zn2-xxv710-64b-memif-base-dpdk-pdr"
21445     layout: "plot-throughput-speedup-analysis"
21446
21447 - type: "plot"
21448   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
21449   algorithm: "plot_tsa_name"
21450   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
21451   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21452   include:
21453     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21454     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21455     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21456     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21457   layout:
21458     title: "2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
21459     layout: "plot-throughput-speedup-analysis"
21460
21461 - type: "plot"
21462   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
21463   algorithm: "plot_tsa_name"
21464   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
21465   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21466   include:
21467     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21468     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21469     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21470     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21471   layout:
21472     title: "2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
21473     layout: "plot-throughput-speedup-analysis"
21474
21475 - type: "plot"
21476   title: "Speedup: 2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
21477   algorithm: "plot_tsa_name"
21478   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
21479   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21480   include:
21481     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
21482     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21483     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21484     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21485     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21486     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21487   layout:
21488     title: "2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
21489     layout: "plot-throughput-speedup-analysis"
21490
21491 - type: "plot"
21492   title: "Speedup: 2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
21493   algorithm: "plot_tsa_name"
21494   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
21495   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21496   include:
21497     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
21498     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21499     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21500     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21501     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21502     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21503   layout:
21504     title: "2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
21505     layout: "plot-throughput-speedup-analysis"
21506
21507 - type: "plot"
21508   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
21509   algorithm: "plot_tsa_name"
21510   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
21511   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21512   include:
21513     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21514     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
21515     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
21516     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21517   layout:
21518     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-avf-ndr"
21519     layout: "plot-throughput-speedup-analysis"
21520
21521 - type: "plot"
21522   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
21523   algorithm: "plot_tsa_name"
21524   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
21525   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21526   include:
21527     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21528     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
21529     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
21530     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21531   layout:
21532     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-avf-pdr"
21533     layout: "plot-throughput-speedup-analysis"
21534
21535 - type: "plot"
21536   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
21537   algorithm: "plot_tsa_name"
21538   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
21539   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21540   include:
21541     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
21542     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
21543     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21544   layout:
21545     title: "2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
21546     layout: "plot-throughput-speedup-analysis"
21547
21548 - type: "plot"
21549   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
21550   algorithm: "plot_tsa_name"
21551   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
21552   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21553   include:
21554     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
21555     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
21556     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21557   layout:
21558     title: "2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
21559     layout: "plot-throughput-speedup-analysis"
21560
21561 - type: "plot"
21562   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
21563   algorithm: "plot_tsa_name"
21564   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
21565   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21566   include:
21567     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21568     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21569     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
21570     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
21571     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
21572   layout:
21573     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
21574     layout: "plot-throughput-speedup-analysis"
21575
21576 - type: "plot"
21577   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
21578   algorithm: "plot_tsa_name"
21579   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
21580   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21581   include:
21582     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21583     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21584     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
21585     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
21586     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
21587   layout:
21588     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
21589     layout: "plot-throughput-speedup-analysis"
21590
21591 - type: "plot"
21592   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
21593   algorithm: "plot_tsa_name"
21594   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
21595   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21596   include:
21597     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
21598     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
21599     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
21600   layout:
21601     title: "2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
21602     layout: "plot-throughput-speedup-analysis"
21603
21604 - type: "plot"
21605   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
21606   algorithm: "plot_tsa_name"
21607   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
21608   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21609   include:
21610     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
21611     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
21612     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
21613   layout:
21614     title: "2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
21615     layout: "plot-throughput-speedup-analysis"
21616
21617 - type: "plot"
21618   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
21619   algorithm: "plot_tsa_name"
21620   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
21621   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21622   include:
21623     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21624     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21625     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21626     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21627     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21628     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21629   layout:
21630     title: "2n-zn2-xxv710-64b-features-ip4routing-base-avf-ndr"
21631     layout: "plot-throughput-speedup-analysis"
21632
21633 - type: "plot"
21634   title: "Speedup: 2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
21635   algorithm: "plot_tsa_name"
21636   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
21637   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21638   include:
21639     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21640     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
21641     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
21642     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
21643     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
21644   layout:
21645     title: "2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
21646     layout: "plot-throughput-speedup-analysis"
21647
21648 #- type: "plot"
21649 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
21650 #  algorithm: "plot_tsa_name"
21651 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
21652 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21653 #  include:
21654 #    - "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"
21655 #    - "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"
21656 #    - "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"
21657 #    - "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"
21658 #    - "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"
21659 #  layout:
21660 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
21661 #    layout: "plot-throughput-speedup-analysis"
21662 #
21663 #- type: "plot"
21664 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
21665 #  algorithm: "plot_tsa_name"
21666 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
21667 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21668 #  include:
21669 #    - "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"
21670 #    - "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"
21671 #    - "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"
21672 #    - "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"
21673 #    - "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"
21674 #    - "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"
21675 #    - "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"
21676 #    - "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"
21677 #    - "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"
21678 #    - "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"
21679 #  layout:
21680 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
21681 #    layout: "plot-throughput-speedup-analysis-cps"
21682 #
21683 #- type: "plot"
21684 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
21685 #  algorithm: "plot_tsa_name"
21686 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
21687 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21688 #  include:
21689 #    - "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"
21690 #    - "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"
21691 #    - "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"
21692 #    - "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"
21693 #    - "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"
21694 #    - "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"
21695 #    - "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"
21696 #    - "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"
21697 #    - "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"
21698 #    - "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"
21699 #  layout:
21700 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
21701 #    layout: "plot-throughput-speedup-analysis"
21702 #
21703 #- type: "plot"
21704 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
21705 #  algorithm: "plot_tsa_name"
21706 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
21707 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21708 #  include:
21709 #    - "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"
21710 #    - "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"
21711 #    - "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"
21712 #    - "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"
21713 #    - "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"
21714 #    - "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"
21715 #    - "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"
21716 #    - "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"
21717 #    - "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"
21718 #    - "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"
21719 #  layout:
21720 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
21721 #    layout: "plot-throughput-speedup-analysis-cps"
21722 #
21723 #- type: "plot"
21724 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
21725 #  algorithm: "plot_tsa_name"
21726 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
21727 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21728 #  include:
21729 #    - "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"
21730 #    - "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"
21731 #    - "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"
21732 #    - "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"
21733 #    - "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"
21734 #    - "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"
21735 #    - "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"
21736 #    - "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"
21737 #    - "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"
21738 #    - "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"
21739 #  layout:
21740 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
21741 #    layout: "plot-throughput-speedup-analysis"
21742
21743 - type: "plot"
21744   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
21745   algorithm: "plot_tsa_name"
21746   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
21747   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21748   include:
21749     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21750     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21751     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21752     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21755   layout:
21756     title: "2n-zn2-xxv710-64b-features-ip4routing-base-avf-pdr"
21757     layout: "plot-throughput-speedup-analysis"
21758
21759 - type: "plot"
21760   title: "Speedup: 2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
21761   algorithm: "plot_tsa_name"
21762   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
21763   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21764   include:
21765     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21766     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
21767     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
21768     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
21769     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
21770   layout:
21771     title: "2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
21772     layout: "plot-throughput-speedup-analysis"
21773
21774 #- type: "plot"
21775 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
21776 #  algorithm: "plot_tsa_name"
21777 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
21778 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21779 #  include:
21780 #    - "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"
21781 #    - "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"
21782 #    - "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"
21783 #    - "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"
21784 #    - "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"
21785 #  layout:
21786 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
21787 #    layout: "plot-throughput-speedup-analysis"
21788 #
21789 #- type: "plot"
21790 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
21791 #  algorithm: "plot_tsa_name"
21792 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
21793 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21794 #  include:
21795 #    - "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"
21796 #    - "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"
21797 #    - "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"
21798 #    - "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"
21799 #    - "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"
21800 #    - "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"
21801 #    - "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"
21802 #    - "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"
21803 #    - "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"
21804 #    - "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"
21805 #  layout:
21806 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
21807 #    layout: "plot-throughput-speedup-analysis-cps"
21808 #
21809 #- type: "plot"
21810 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
21811 #  algorithm: "plot_tsa_name"
21812 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
21813 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21814 #  include:
21815 #    - "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"
21816 #    - "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"
21817 #    - "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"
21818 #    - "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"
21819 #    - "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"
21820 #    - "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"
21821 #    - "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"
21822 #    - "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"
21823 #    - "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"
21824 #    - "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"
21825 #  layout:
21826 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
21827 #    layout: "plot-throughput-speedup-analysis"
21828 #
21829 #- type: "plot"
21830 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
21831 #  algorithm: "plot_tsa_name"
21832 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
21833 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21834 #  include:
21835 #    - "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"
21836 #    - "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"
21837 #    - "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"
21838 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
21839 #    - "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"
21840 #    - "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"
21841 #    - "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"
21842 #    - "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"
21843 #    - "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"
21844 #    - "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"
21845 #  layout:
21846 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
21847 #    layout: "plot-throughput-speedup-analysis-cps"
21848 #
21849 #- type: "plot"
21850 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
21851 #  algorithm: "plot_tsa_name"
21852 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
21853 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21854 #  include:
21855 #    - "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"
21856 #    - "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"
21857 #    - "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"
21858 #    - "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"
21859 #    - "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"
21860 #    - "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"
21861 #    - "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"
21862 #    - "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"
21863 #    - "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"
21864 #    - "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"
21865 #  layout:
21866 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
21867 #    layout: "plot-throughput-speedup-analysis"
21868
21869 - type: "plot"
21870   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
21871   algorithm: "plot_tsa_name"
21872   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
21873   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21874   include:
21875     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21876     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21877     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21878     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21879     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21880     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21881   layout:
21882     title: "2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-ndr"
21883     layout: "plot-throughput-speedup-analysis"
21884
21885 - type: "plot"
21886   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
21887   algorithm: "plot_tsa_name"
21888   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
21889   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21890   include:
21891     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21893     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21894     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21895     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21896     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21897   layout:
21898     title: "2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-pdr"
21899     layout: "plot-throughput-speedup-analysis"
21900
21901 - type: "plot"
21902   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ip4base-ndr-tsa"
21903   algorithm: "plot_tsa_name"
21904   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ip4base-ndr-tsa"
21905   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21906   include:
21907     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
21908     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
21909   layout:
21910     title: "2n-zn2-cx556a-64b-rdma-ip4base-ndr"
21911     layout: "plot-throughput-speedup-analysis"
21912
21913 - type: "plot"
21914   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ip4base-pdr-tsa"
21915   algorithm: "plot_tsa_name"
21916   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ip4base-pdr-tsa"
21917   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21918   include:
21919     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
21920     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
21921   layout:
21922     title: "2n-zn2-cx556a-64b-rdma-ip4base-pdr"
21923     layout: "plot-throughput-speedup-analysis"
21924
21925 - type: "plot"
21926   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
21927   algorithm: "plot_tsa_name"
21928   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
21929   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21930   include:
21931     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
21932     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
21933     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
21934     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
21935     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
21936     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
21937   layout:
21938     title: "2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-ndr"
21939     layout: "plot-throughput-speedup-analysis"
21940
21941 - type: "plot"
21942   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
21943   algorithm: "plot_tsa_name"
21944   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
21945   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21946   include:
21947     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
21948     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
21949     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
21950     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
21951     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
21952     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
21953   layout:
21954     title: "2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-pdr"
21955     layout: "plot-throughput-speedup-analysis"
21956
21957 - type: "plot"
21958   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-features-ndr-tsa"
21959   algorithm: "plot_tsa_name"
21960   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-features-ndr-tsa"
21961   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21962   include:
21963     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21964     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21965     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21966     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21967     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21968     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21969   layout:
21970     title: "2n-zn2-cx556a-64b-rdma-ethip4-features-ndr"
21971     layout: "plot-throughput-speedup-analysis"
21972
21973 - type: "plot"
21974   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-features-pdr-tsa"
21975   algorithm: "plot_tsa_name"
21976   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-features-pdr-tsa"
21977   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21978   include:
21979     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21980     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21981     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21982     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21983     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21984     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21985   layout:
21986     title: "2n-zn2-cx556a-64b-rdma-ethip4-features-pdr"
21987     layout: "plot-throughput-speedup-analysis"
21988
21989 - type: "plot"
21990   title: "Speedup: 2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
21991   algorithm: "plot_tsa_name"
21992   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
21993   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21994   include:
21995     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
21996     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
21997     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
21998     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
21999     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
22000     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
22001   layout:
22002     title: "2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
22003     layout: "plot-throughput-speedup-analysis"
22004
22005 - type: "plot"
22006   title: "Speedup: 2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
22007   algorithm: "plot_tsa_name"
22008   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
22009   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22010   include:
22011     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
22012     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
22013     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
22014     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
22015     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
22016     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
22017   layout:
22018     title: "2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
22019     layout: "plot-throughput-speedup-analysis"
22020
22021 - type: "plot"
22022   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
22023   algorithm: "plot_tsa_name"
22024   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
22025   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22026   include:
22027     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
22028     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
22029     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
22030     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
22031     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
22032   layout:
22033     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-avf-ndr"
22034     layout: "plot-throughput-speedup-analysis"
22035
22036 - type: "plot"
22037   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
22038   algorithm: "plot_tsa_name"
22039   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
22040   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22041   include:
22042     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
22043     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
22044     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
22045     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
22046     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
22047   layout:
22048     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-avf-pdr"
22049     layout: "plot-throughput-speedup-analysis"
22050
22051 - type: "plot"
22052   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
22053   algorithm: "plot_tsa_name"
22054   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
22055   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22056   include:
22057     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
22058     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
22059     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
22060     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
22061     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
22062   layout:
22063     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
22064     layout: "plot-throughput-speedup-analysis"
22065
22066 - type: "plot"
22067   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
22068   algorithm: "plot_tsa_name"
22069   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
22070   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22071   include:
22072     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
22073     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
22074     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
22075     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
22076     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
22077   layout:
22078     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
22079     layout: "plot-throughput-speedup-analysis"
22080
22081 - type: "plot"
22082   title: "Speedup: 2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
22083   algorithm: "plot_tsa_name"
22084   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
22085   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22086   include:
22087     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
22088     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
22089     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
22090     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
22091     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
22092   layout:
22093     title: "2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-ndr"
22094     layout: "plot-throughput-speedup-analysis"
22095
22096 - type: "plot"
22097   title: "Speedup: 2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
22098   algorithm: "plot_tsa_name"
22099   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
22100   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22101   include:
22102     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
22103     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
22104     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
22105     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
22106     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
22107   layout:
22108     title: "2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-pdr"
22109     layout: "plot-throughput-speedup-analysis"
22110
22111 - type: "plot"
22112   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-avf-ndr-tsa"
22113   algorithm: "plot_tsa_name"
22114   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-avf-ndr-tsa"
22115   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22116   include:
22117     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22118     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22119     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22120     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22121     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22122   layout:
22123     title: "2n-zn2-x710-64b-l2switching-base-scale-avf-ndr"
22124     layout: "plot-throughput-speedup-analysis"
22125
22126 - type: "plot"
22127   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-avf-pdr-tsa"
22128   algorithm: "plot_tsa_name"
22129   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-avf-pdr-tsa"
22130   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22131   include:
22132     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22133     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22134     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22135     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22136     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22137   layout:
22138     title: "2n-zn2-x710-64b-l2switching-base-scale-avf-pdr"
22139     layout: "plot-throughput-speedup-analysis"
22140
22141 - type: "plot"
22142   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
22143   algorithm: "plot_tsa_name"
22144   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
22145   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22146   include:
22147     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22148     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22149     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22150     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22151     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22152   layout:
22153     title: "2n-zn2-x710-64b-l2switching-base-scale-dpdk-ndr"
22154     layout: "plot-throughput-speedup-analysis"
22155
22156 - type: "plot"
22157   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22158   algorithm: "plot_tsa_name"
22159   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22160   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22161   include:
22162     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22163     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22164     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22165     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22166     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22167   layout:
22168     title: "2n-zn2-x710-64b-l2switching-base-scale-dpdk-pdr"
22169     layout: "plot-throughput-speedup-analysis"
22170
22171 - type: "plot"
22172   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-avf-ndr-tsa"
22173   algorithm: "plot_tsa_name"
22174   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-avf-ndr-tsa"
22175   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22176   include:
22177     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
22178     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22179     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22180     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22181     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22182     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22183   layout:
22184     title: "2n-zn2-xxv710-64b-l2switching-base-avf-ndr"
22185     layout: "plot-throughput-speedup-analysis"
22186
22187 - type: "plot"
22188   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-avf-pdr-tsa"
22189   algorithm: "plot_tsa_name"
22190   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-avf-pdr-tsa"
22191   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22192   include:
22193     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
22194     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22195     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22196     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22197     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22198     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22199   layout:
22200     title: "2n-zn2-xxv710-64b-l2switching-base-avf-pdr"
22201     layout: "plot-throughput-speedup-analysis"
22202
22203 - type: "plot"
22204   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
22205   algorithm: "plot_tsa_name"
22206   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
22207   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22208   include:
22209     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22210     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
22211     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
22212     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22213   layout:
22214     title: "2n-zn2-xxv710-64b-l2switching-base-scale-avf-ndr"
22215     layout: "plot-throughput-speedup-analysis"
22216
22217 - type: "plot"
22218   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
22219   algorithm: "plot_tsa_name"
22220   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
22221   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22222   include:
22223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
22225     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
22226     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22227   layout:
22228     title: "2n-zn2-xxv710-64b-l2switching-base-scale-avf-pdr"
22229     layout: "plot-throughput-speedup-analysis"
22230
22231 - type: "plot"
22232   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
22233   algorithm: "plot_tsa_name"
22234   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
22235   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22236   include:
22237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
22238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22239     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22240     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22241     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22242     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22243   layout:
22244     title: "2n-zn2-xxv710-64b-l2switching-base-dpdk-ndr"
22245     layout: "plot-throughput-speedup-analysis"
22246
22247 - type: "plot"
22248   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
22249   algorithm: "plot_tsa_name"
22250   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
22251   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22252   include:
22253     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
22254     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22255     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22256     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22257     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22258     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22259   layout:
22260     title: "2n-zn2-xxv710-64b-l2switching-base-dpdk-pdr"
22261     layout: "plot-throughput-speedup-analysis"
22262
22263 - type: "plot"
22264   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
22265   algorithm: "plot_tsa_name"
22266   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
22267   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22268   include:
22269     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22270     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
22271     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
22272     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22273   layout:
22274     title: "2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-ndr"
22275     layout: "plot-throughput-speedup-analysis"
22276
22277 - type: "plot"
22278   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22279   algorithm: "plot_tsa_name"
22280   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22281   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22282   include:
22283     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22284     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
22285     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
22286     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22287   layout:
22288     title: "2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-pdr"
22289     layout: "plot-throughput-speedup-analysis"
22290
22291 - type: "plot"
22292   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-base-ndr-tsa"
22293   algorithm: "plot_tsa_name"
22294   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-base-ndr-tsa"
22295   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22296   include:
22297     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
22298     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
22299     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22300     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
22301     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
22302     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22303   layout:
22304     title: "2n-zn2-cx556a-64b-rdma-l2switching-base-ndr"
22305     layout: "plot-throughput-speedup-analysis"
22306
22307 - type: "plot"
22308   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-base-pdr-tsa"
22309   algorithm: "plot_tsa_name"
22310   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-base-pdr-tsa"
22311   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22312   include:
22313     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
22314     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
22315     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22316     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
22317     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
22318     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22319   layout:
22320     title: "2n-zn2-cx556a-64b-rdma-l2switching-base-pdr"
22321     layout: "plot-throughput-speedup-analysis"
22322
22323 - type: "plot"
22324   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
22325   algorithm: "plot_tsa_name"
22326   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
22327   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22328   include:
22329     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22330     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
22331     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
22332     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
22333   layout:
22334     title: "2n-zn2-cx556a-64b-rdma-l2switching-scale-ndr"
22335     layout: "plot-throughput-speedup-analysis"
22336
22337 - type: "plot"
22338   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
22339   algorithm: "plot_tsa_name"
22340   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
22341   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22342   include:
22343     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22344     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
22345     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
22346     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
22347   layout:
22348     title: "2n-zn2-cx556a-64b-rdma-l2switching-scale-pdr"
22349     layout: "plot-throughput-speedup-analysis"
22350
22351 - type: "plot"
22352   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-ndr"
22353   algorithm: "plot_tsa_name"
22354   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-ndr-tsa"
22355   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22356   include:
22357     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22358     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22359     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22360     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22361     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22362   layout:
22363     title: "2n-zn2-xxv710-64b-vhost-base-avf-ndr"
22364     layout: "plot-throughput-speedup-analysis"
22365
22366 - type: "plot"
22367   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-pdr"
22368   algorithm: "plot_tsa_name"
22369   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-pdr-tsa"
22370   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22371   include:
22372     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22373     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22374     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22375     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22376     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22377   layout:
22378     title: "2n-zn2-xxv710-64b-vhost-base-avf-pdr"
22379     layout: "plot-throughput-speedup-analysis"
22380
22381 - type: "plot"
22382   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-vpp-ndr"
22383   algorithm: "plot_tsa_name"
22384   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
22385   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22386   include:
22387     - "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"
22388     - "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"
22389     - "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"
22390     - "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"
22391     - "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"
22392   layout:
22393     title: "2n-zn2-xxv710-64b-vhost-base-avf-vpp-ndr"
22394     layout: "plot-throughput-speedup-analysis"
22395
22396 - type: "plot"
22397   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-vpp-pdr"
22398   algorithm: "plot_tsa_name"
22399   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
22400   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22401   include:
22402     - "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"
22403     - "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"
22404     - "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"
22405     - "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"
22406     - "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"
22407   layout:
22408     title: "2n-zn2-xxv710-64b-vhost-base-avf-vpp-pdr"
22409     layout: "plot-throughput-speedup-analysis"
22410
22411 - type: "plot"
22412   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-ndr"
22413   algorithm: "plot_tsa_name"
22414   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-ndr-tsa"
22415   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22416   include:
22417     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22418     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22419     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22420     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22421     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22422   layout:
22423     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-ndr"
22424     layout: "plot-throughput-speedup-analysis"
22425
22426 - type: "plot"
22427   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-pdr"
22428   algorithm: "plot_tsa_name"
22429   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-pdr-tsa"
22430   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22431   include:
22432     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22433     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22434     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22435     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22436     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22437   layout:
22438     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-pdr"
22439     layout: "plot-throughput-speedup-analysis"
22440
22441 - type: "plot"
22442   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-ndr"
22443   algorithm: "plot_tsa_name"
22444   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
22445   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22446   include:
22447     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22448     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22449     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22450     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22451     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
22452   layout:
22453     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-ndr"
22454     layout: "plot-throughput-speedup-analysis"
22455
22456 - type: "plot"
22457   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-pdr"
22458   algorithm: "plot_tsa_name"
22459   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
22460   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22461   include:
22462     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22463     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22464     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22465     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22466     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
22467   layout:
22468     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-pdr"
22469     layout: "plot-throughput-speedup-analysis"
22470
22471 - type: "plot"
22472   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
22473   algorithm: "plot_tsa_name"
22474   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
22475   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22476   include:
22477     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22478     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22479     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22480     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22481   layout:
22482     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-base-ndr"
22483     layout: "plot-throughput-speedup-analysis"
22484
22485 - type: "plot"
22486   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
22487   algorithm: "plot_tsa_name"
22488   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
22489   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22490   include:
22491     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22492     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22493     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22494     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22495   layout:
22496     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-base-pdr"
22497     layout: "plot-throughput-speedup-analysis"
22498
22499 - type: "plot"
22500   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
22501   algorithm: "plot_tsa_name"
22502   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
22503   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22504   include:
22505     - "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"
22506     - "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"
22507     - "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"
22508     - "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"
22509   layout:
22510     title: "2n-zn2-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
22511     layout: "plot-throughput-speedup-analysis"
22512
22513 - type: "plot"
22514   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
22515   algorithm: "plot_tsa_name"
22516   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
22517   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22518   include:
22519     - "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"
22520     - "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"
22521     - "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"
22522     - "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"
22523   layout:
22524     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
22525     layout: "plot-throughput-speedup-analysis"
22526
22527 - type: "plot"
22528   title: "Speedup: 2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
22529   algorithm: "plot_tsa_name"
22530   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
22531   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22532   include:
22533     - "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"
22534     - "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"
22535     - "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"
22536     - "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"
22537     - "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"
22538     - "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"
22539   layout:
22540     title: "2n-zn2-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
22541     layout: "plot-throughput-speedup-analysis"
22542
22543 - type: "plot"
22544   title: "Speedup: 2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
22545   algorithm: "plot_tsa_name"
22546   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
22547   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22548   include:
22549     - "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"
22550     - "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"
22551     - "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"
22552     - "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"
22553     - "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"
22554     - "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"
22555   layout:
22556     title: "2n-zn2-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
22557     layout: "plot-throughput-speedup-analysis"
22558
22559 # Packet Throughput - DPDK
22560
22561 # 2n-zn2-xxv710
22562
22563 - type: "plot"
22564   title: "DPDK Throughput: 2n-zn2-xxv710-64b-2t1c-base-ndr"
22565   algorithm: "plot_perf_box_name"
22566   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-2t1c-base-ndr"
22567   data: "plot-dpdk-throughput-latency-2n-zn2"
22568   include:
22569     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22570     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22571   layout:
22572     title: "2n-zn2-xxv710-64b-2t1c-base-ndr"
22573     layout: "plot-throughput"
22574
22575 - type: "plot"
22576   title: "DPDK Throughput: 2n-zn2-xxv710-64b-4t2c-base-ndr"
22577   algorithm: "plot_perf_box_name"
22578   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-4t2c-base-ndr"
22579   data: "plot-dpdk-throughput-latency-2n-zn2"
22580   include:
22581     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22582     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22583   layout:
22584     title: "2n-zn2-xxv710-64b-4t2c-base-ndr"
22585     layout: "plot-throughput"
22586
22587 - type: "plot"
22588   title: "DPDK Throughput: 2n-zn2-xxv710-64b-2t1c-base-pdr"
22589   algorithm: "plot_perf_box_name"
22590   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-2t1c-base-pdr"
22591   data: "plot-dpdk-throughput-latency-2n-zn2"
22592   include:
22593     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22594     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22595   layout:
22596     title: "2n-zn2-xxv710-64b-2t1c-base-pdr"
22597     layout: "plot-throughput"
22598
22599 - type: "plot"
22600   title: "DPDK Throughput: 2n-zn2-xxv710-64b-4t2c-base-pdr"
22601   algorithm: "plot_perf_box_name"
22602   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-4t2c-base-pdr"
22603   data: "plot-dpdk-throughput-latency-2n-zn2"
22604   include:
22605     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22606     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22607   layout:
22608     title: "2n-zn2-xxv710-64b-4t2c-base-pdr"
22609     layout: "plot-throughput"
22610
22611 # 2n-zn2-x710
22612
22613 - type: "plot"
22614   title: "DPDK Throughput: 2n-zn2-x710-64b-2t1c-base-ndr"
22615   algorithm: "plot_perf_box_name"
22616   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-2t1c-base-ndr"
22617   data: "plot-dpdk-throughput-latency-2n-zn2"
22618   include:
22619     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22620     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22621   layout:
22622     title: "2n-zn2-x710-64b-2t1c-base-ndr"
22623     layout: "plot-throughput"
22624
22625 - type: "plot"
22626   title: "DPDK Throughput: 2n-zn2-x710-64b-4t2c-base-ndr"
22627   algorithm: "plot_perf_box_name"
22628   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-4t2c-base-ndr"
22629   data: "plot-dpdk-throughput-latency-2n-zn2"
22630   include:
22631     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22632     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22633   layout:
22634     title: "2n-zn2-x710-64b-4t2c-base-ndr"
22635     layout: "plot-throughput"
22636
22637 - type: "plot"
22638   title: "DPDK Throughput: 2n-zn2-x710-64b-2t1c-base-pdr"
22639   algorithm: "plot_perf_box_name"
22640   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-2t1c-base-pdr"
22641   data: "plot-dpdk-throughput-latency-2n-zn2"
22642   include:
22643     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22644     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22645   layout:
22646     title: "2n-zn2-x710-64b-2t1c-base-pdr"
22647     layout: "plot-throughput"
22648
22649 - type: "plot"
22650   title: "DPDK Throughput: 2n-zn2-x710-64b-4t2c-base-pdr"
22651   algorithm: "plot_perf_box_name"
22652   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-4t2c-base-pdr"
22653   data: "plot-dpdk-throughput-latency-2n-zn2"
22654   include:
22655     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22656     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22657   layout:
22658     title: "2n-zn2-x710-64b-4t2c-base-pdr"
22659     layout: "plot-throughput"
22660
22661 ################################################################################
22662
22663 - type: "plot"
22664   title: "Latency by percentile: 2n-skx"
22665   algorithm: "plot_hdrh_lat_by_percentile"
22666   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
22667   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
22668   target-links: "../../_static/vpp"
22669   data: "plot-vpp-hdrh-lat-2n-skx"
22670   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22671   layout:
22672     layout: "plot-hdrh-latency-by-percentile"
22673
22674 - type: "plot"
22675   title: "Latency by percentile: 2n-skx-nat44"
22676   algorithm: "plot_hdrh_lat_by_percentile"
22677   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
22678   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
22679   target-links: "../../_static/vpp"
22680   data: "plot-vpp-hdrh-lat-2n-skx-nat44"
22681   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22682   layout:
22683     layout: "plot-hdrh-latency-by-percentile"
22684
22685 - type: "plot"
22686   title: "Latency by percentile: 2n-zn2"
22687   algorithm: "plot_hdrh_lat_by_percentile"
22688   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-zn2"
22689   output-file-links: "{DIR[LAT,VPP]}/2n_zn2.rst"
22690   target-links: "../../_static/vpp"
22691   data: "plot-vpp-hdrh-lat-2n-zn2"
22692   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22693   layout:
22694     layout: "plot-hdrh-latency-by-percentile"
22695
22696 - type: "plot"
22697   title: "Latency by percentile: 3n-skx"
22698   algorithm: "plot_hdrh_lat_by_percentile"
22699   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
22700   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
22701   target-links: "../../_static/vpp"
22702   data: "plot-vpp-hdrh-lat-3n-skx"
22703   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22704   layout:
22705     layout: "plot-hdrh-latency-by-percentile"
22706
22707 - type: "plot"
22708   title: "Latency by percentile: 2n-clx"
22709   algorithm: "plot_hdrh_lat_by_percentile"
22710   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
22711   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
22712   target-links: "../../_static/vpp"
22713   data: "plot-vpp-hdrh-lat-2n-clx"
22714   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22715   layout:
22716     layout: "plot-hdrh-latency-by-percentile"
22717
22718 - type: "plot"
22719   title: "Latency by percentile: 2n-clx-nat44"
22720   algorithm: "plot_hdrh_lat_by_percentile"
22721   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
22722   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
22723   target-links: "../../_static/vpp"
22724   data: "plot-vpp-hdrh-lat-2n-clx-nat44"
22725   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22726   layout:
22727     layout: "plot-hdrh-latency-by-percentile"
22728
22729 - type: "plot"
22730   title: "Latency by percentile: 3n-hsw"
22731   algorithm: "plot_hdrh_lat_by_percentile"
22732   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
22733   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
22734   target-links: "../../_static/vpp"
22735   data: "plot-vpp-hdrh-lat-3n-hsw"
22736   filter: "'1T1C' and 'NIC_Intel-XL710'"
22737   layout:
22738     layout: "plot-hdrh-latency-by-percentile"
22739
22740 - type: "plot"
22741   title: "Latency by percentile: 3n-tsh"
22742   algorithm: "plot_hdrh_lat_by_percentile"
22743   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
22744   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
22745   target-links: "../../_static/vpp"
22746   data: "plot-vpp-hdrh-lat-3n-tsh"
22747   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
22748   layout:
22749     layout: "plot-hdrh-latency-by-percentile"
22750
22751 - type: "plot"
22752   title: "Latency by percentile: DPDK 2n-skx"
22753   algorithm: "plot_hdrh_lat_by_percentile"
22754   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
22755   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
22756   target-links: "../../_static/dpdk"
22757   data: "plot-dpdk-hdrh-lat-2n-skx"
22758   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22759   layout:
22760     layout: "plot-hdrh-latency-by-percentile"
22761
22762 - type: "plot"
22763   title: "Latency by percentile: DPDK 3n-skx"
22764   algorithm: "plot_hdrh_lat_by_percentile"
22765   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
22766   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
22767   target-links: "../../_static/dpdk"
22768   data: "plot-dpdk-hdrh-lat-3n-skx"
22769   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22770   layout:
22771     layout: "plot-hdrh-latency-by-percentile"
22772
22773 - type: "plot"
22774   title: "Latency by percentile: DPDK 2n-clx"
22775   algorithm: "plot_hdrh_lat_by_percentile"
22776   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
22777   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
22778   target-links: "../../_static/dpdk"
22779   data: "plot-dpdk-hdrh-lat-2n-clx"
22780   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22781   layout:
22782     layout: "plot-hdrh-latency-by-percentile"
22783
22784 - type: "plot"
22785   title: "Latency by percentile: DPDK 2n-zn2"
22786   algorithm: "plot_hdrh_lat_by_percentile"
22787   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-zn2"
22788   output-file-links: "{DIR[LAT,DPDK]}/2n_zn2.rst"
22789   target-links: "../../_static/dpdk"
22790   data: "plot-dpdk-hdrh-lat-2n-zn2"
22791   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22792   layout:
22793     layout: "plot-hdrh-latency-by-percentile"
22794
22795 - type: "plot"
22796   title: "Latency by percentile: DPDK 3n-hsw"
22797   algorithm: "plot_hdrh_lat_by_percentile"
22798   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
22799   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
22800   target-links: "../../_static/dpdk"
22801   data: "plot-dpdk-hdrh-lat-3n-hsw"
22802   filter: "'1T1C' and 'NIC_Intel-XL710'"
22803   layout:
22804     layout: "plot-hdrh-latency-by-percentile"
22805
22806 - type: "plot"
22807   title: "Latency by percentile: DPDK 3n-tsh"
22808   algorithm: "plot_hdrh_lat_by_percentile"
22809   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
22810   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
22811   target-links: "../../_static/dpdk"
22812   data: "plot-dpdk-hdrh-lat-3n-tsh"
22813   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
22814   layout:
22815     layout: "plot-hdrh-latency-by-percentile"