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         - 17  # rls2009 NDRPDR iter env 5
340         - 18  # rls2009 NDRPDR iter env 5
341         - 31  # rls2009 NDRPDR iter env 5
342         - 33  # rls2009 NDRPDR iter env 5
343         - 34  # rls2009 NDRPDR iter env 5
344
345     plot-vpp-hdrh-lat-2n-zn2:
346       csit-vpp-perf-report-iterative-2009-2n-zn2:
347         - 18  # rls2009 NDRPDR iter env 5
348
349     plot-dpdk-throughput-latency-2n-zn2:
350       csit-dpdk-perf-report-iterative-2009-2n-zn2:
351         - 16  # NDRPDR iter env5
352         - 21  # NDRPDR iter env5
353         - 22  # NDRPDR iter env5
354         - 23  # NDRPDR iter env5
355         - 24  # NDRPDR iter env5
356         - 25  # NDRPDR iter env5
357         - 29  # NDRPDR iter env5
358
359     plot-dpdk-hdrh-lat-2n-zn2:
360       csit-dpdk-perf-report-iterative-2009-2n-zn2:
361         - 16  # NDRPDR iter env5
362
363     # 2n-clx
364
365     plot-vpp-throughput-lat-tsa-2n-clx:
366       csit-vpp-perf-report-iterative-2009-2n-clx:
367         - 36  # rls2009 NDRPDR iter env 5
368         - 39  # rls2009 NDRPDR iter env 5
369         - 40  # rls2009 NDRPDR iter env 5
370         - 65  # rls2009 NDRPDR iter env 5
371         - 66  # rls2009 NDRPDR iter env 5
372         - 79  # rls2009 NDRPDR iter env 5
373         - 82  # rls2009 NDRPDR iter env 5
374         - 88  # rls2009 NDRPDR iter env 5
375         - 89  # rls2009 NDRPDR iter env 5
376         - 90  # rls2009 NDRPDR iter env 5
377         - 114 # rls2009 NDRPDR iter NAT44 env 5
378         - 115 # rls2009 NDRPDR iter NAT44 env 5
379         - 116 # rls2009 NDRPDR iter NAT44 env 5
380         - 117 # rls2009 NDRPDR iter NAT44 env 5
381         - 118 # rls2009 NDRPDR iter NAT44 env 5
382         - 119 # rls2009 NDRPDR iter NAT44 env 5
383         - 121 # rls2009 NDRPDR iter NAT44 env 5
384         - 122 # rls2009 NDRPDR iter NAT44 env 5
385         - 123 # rls2009 NDRPDR iter NAT44 env 5
386         - 126 # rls2009 NDRPDR iter NAT44 env 5
387
388     plot-vpp-hdrh-lat-2n-clx:
389       csit-vpp-perf-report-iterative-2009-2n-clx:
390         - 36  # rls2009 NDRPDR iter env 5
391
392     plot-vpp-hdrh-lat-2n-clx-nat44:
393       csit-vpp-perf-report-iterative-2009-2n-clx:
394         - 123 # rls2009 NDRPDR iter NAT44 env 5
395
396     plot-vpp-nfv-2n-clx-ndrpdr:
397       csit-vpp-perf-report-iterative-2009-2n-clx:
398         - 37  # rls2009 nf-density iter env 5
399         - 43  # rls2009 nf-density iter env 5
400         - 69  # rls2009 nf-density iter env 5
401         - 70  # rls2009 nf-density iter env 5
402         - 71  # rls2009 nf-density iter env 5
403         - 72  # rls2009 nf-density iter env 5
404         - 73  # rls2009 nf-density iter env 5
405         - 74  # rls2009 nf-density iter env 5
406         - 75  # rls2009 nf-density iter env 5
407         - 76  # rls2009 nf-density iter env 5
408
409     plot-vpp-nfv-2n-clx-mrr:
410       csit-vpp-perf-report-iterative-2009-2n-clx:
411         - 45  # rls2009 MRR nf-density iter env 5
412
413     plot-vpp-nfv-reconf-2n-clx:
414       csit-vpp-perf-report-iterative-2009-2n-clx:
415         - 25  # rls2009 reconf env 5
416         - 27  # rls2009 reconf env 5
417         - 28  # rls2009 reconf env 5
418         - 29  # rls2009 reconf env 5
419         - 30  # rls2009 reconf env 5
420         - 30  # rls2009 reconf env 5
421         - 32  # rls2009 reconf env 5
422         - 48  # rls2009 reconf env 5
423         - 53  # rls2009 reconf env 5
424         - 68  # rls2009 reconf env 5
425
426     plot-vpp-soak-2n-clx:
427       csit-vpp-perf-report-iterative-2009-2n-clx:
428         - 33  # rls2009 soak env 5
429         - 34  # rls2009 soak env 5
430
431     plot-dpdk-throughput-latency-2n-clx:
432       csit-dpdk-perf-report-iterative-2009-2n-clx:
433         - 4   # NDRPDR iter env5
434         - 5   # NDRPDR iter env5
435         - 6   # NDRPDR iter env5
436         - 7   # NDRPDR iter env5
437         - 8   # NDRPDR iter env5
438         - 9   # NDRPDR iter env5
439         - 10  # NDRPDR iter env5
440         - 11  # NDRPDR iter env5
441         - 12  # NDRPDR iter env5
442         - 13  # NDRPDR iter env5
443
444     plot-dpdk-hdrh-lat-2n-clx:
445       csit-dpdk-perf-report-iterative-2009-2n-clx:
446         - 4   # NDRPDR iter env5
447
448     # 3n-tsh
449
450     plot-vpp-throughput-lat-tsa-3n-tsh:
451       csit-vpp-perf-report-iterative-2009-3n-tsh:
452         - 14  # rls2009 NDRPDR iter env 5
453         - 20  # rls2009 NDRPDR iter env 5
454         - 21  # rls2009 NDRPDR iter env 5
455         - 22  # rls2009 NDRPDR iter env 5
456         - 23  # rls2009 NDRPDR iter env 5
457         - 28  # rls2009 NDRPDR iter env 5
458         - 30  # rls2009 NDRPDR iter env 5
459         - 33  # rls2009 NDRPDR iter env 5
460         - 38  # rls2009 NDRPDR iter env 5
461         - 41  # rls2009 NDRPDR iter env 5
462
463     plot-vpp-hdrh-lat-3n-tsh:
464       csit-vpp-perf-report-iterative-2009-3n-tsh:
465         - 14  # rls2009 NDRPDR iter env 5
466
467     plot-dpdk-throughput-latency-3n-tsh:
468       csit-dpdk-perf-report-iterative-2009-3n-tsh:
469         - 1   # NDRPDR iter env5
470         - 2   # NDRPDR iter env5
471         - 3   # NDRPDR iter env5
472         - 4   # NDRPDR iter env5
473         - 5   # NDRPDR iter env5
474         - 6   # NDRPDR iter env5
475         - 7   # NDRPDR iter env5
476         - 9   # NDRPDR iter env5
477         - 10  # NDRPDR iter env5
478         - 11  # NDRPDR iter env5
479
480     plot-dpdk-hdrh-lat-3n-tsh:
481       csit-dpdk-perf-report-iterative-2009-3n-tsh:
482         - 1   # NDRPDR iter env5
483
484     # 3n-dnv
485
486     plot-vpp-throughput-lat-tsa-3n-dnv:
487       csit-vpp-perf-report-iterative-2009-3n-dnv:
488         - 3   # rls2009 NDRPDR iter env 5
489         - 6   # rls2009 NDRPDR iter env 5
490         - 7   # rls2009 NDRPDR iter env 5
491         - 8   # rls2009 NDRPDR iter env 5
492         - 10  # rls2009 NDRPDR iter env 5
493         - 11  # rls2009 NDRPDR iter env 5
494         - 12  # rls2009 NDRPDR iter env 5
495         - 14  # rls2009 NDRPDR iter env 5
496         - 15  # rls2009 NDRPDR iter env 5
497         - 24  # rls2009 NDRPDR iter env 5
498
499 #    plot-dpdk-throughput-latency-3n-dnv:
500 #      # No data
501 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
502
503     # 2n-dnv
504
505     plot-vpp-throughput-lat-tsa-2n-dnv:
506       csit-vpp-perf-report-iterative-2009-2n-dnv:
507         - 3   # rls2009 NDRPDR iter env 5
508         - 5   # rls2009 NDRPDR iter env 5
509         - 6   # rls2009 NDRPDR iter env 5
510         - 7   # rls2009 NDRPDR iter env 5
511         - 9   # rls2009 NDRPDR iter env 5
512         - 10  # rls2009 NDRPDR iter env 5
513         - 11  # rls2009 NDRPDR iter env 5
514         - 12  # rls2009 NDRPDR iter env 5
515         - 14  # rls2009 NDRPDR iter env 5
516         - 15  # rls2009 NDRPDR iter env 5
517
518 #    plot-dpdk-throughput-latency-2n-dnv:
519 #      # No data
520 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
521
522     ###########################################################################
523     # Simple tables (only one data set):
524
525     # NIC Comparisons
526
527     vpp-nic-comparison-3n-skx:
528       csit-vpp-perf-report-iterative-2009-3n-skx:
529         - 26  # rls2009 NDRPDR iter env 5
530         - 27  # rls2009 NDRPDR iter env 5
531         - 28  # rls2009 NDRPDR iter env 5
532         - 29  # rls2009 NDRPDR iter env 5
533         - 35  # rls2009 NDRPDR iter env 5
534         - 36  # rls2009 NDRPDR iter env 5
535         - 37  # rls2009 NDRPDR iter env 5
536         - 38  # rls2009 NDRPDR iter env 5
537         - 39  # rls2009 NDRPDR iter env 5
538         - 40  # rls2009 NDRPDR iter env 5
539
540     vpp-nic-comparison-2n-skx:
541       csit-vpp-perf-report-iterative-2009-2n-skx:
542         - 35  # rls2009 NDRPDR iter env 5
543         - 36  # rls2009 NDRPDR iter env 5
544         - 37  # rls2009 NDRPDR iter env 5
545         - 39  # rls2009 NDRPDR iter env 5
546         - 40  # rls2009 NDRPDR iter env 5
547         - 42  # rls2009 NDRPDR iter env 5
548         - 43  # rls2009 NDRPDR iter env 5
549         - 44  # rls2009 NDRPDR iter env 5
550         - 46  # rls2009 NDRPDR iter env 5
551         - 48  # rls2009 NDRPDR iter env 5
552         - 110 # rls2009 NDRPDR iter NAT44 env 5
553         - 111 # rls2009 NDRPDR iter NAT44 env 5
554         - 112 # rls2009 NDRPDR iter NAT44 env 5
555         - 113 # rls2009 NDRPDR iter NAT44 env 5
556         - 114 # rls2009 NDRPDR iter NAT44 env 5
557         - 115 # rls2009 NDRPDR iter NAT44 env 5
558         - 116 # rls2009 NDRPDR iter NAT44 env 5
559         - 118 # rls2009 NDRPDR iter NAT44 env 5
560         - 119 # rls2009 NDRPDR iter NAT44 env 5
561         - 121 # rls2009 NDRPDR iter NAT44 env 5
562
563     vpp-nic-comparison-3n-skx-mrr:
564       csit-vpp-perf-report-iterative-2009-3n-skx:
565         - 24  # rls2009 MRR iter env 5
566
567     vpp-nic-comparison-2n-skx-mrr:
568       csit-vpp-perf-report-iterative-2009-2n-skx:
569         - 120 # rls2009 MRR iter env 5
570
571     # Results
572
573     vpp-perf-results-3n-hsw:
574       csit-vpp-perf-report-coverage-2009-3n-hsw:
575         - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
576         - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
577         - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
578         - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
579         - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
580         - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
581         - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
582         - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
583         - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
584         - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
585         - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
586         - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
587         - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
588         - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
589         - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
590         - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
591         - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
592         - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
593         - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
594         - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
595         - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
596         - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
597         - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
598         - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
599         - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
600         - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
601         - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
602         - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
603         - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
604         - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
605         - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
606         - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
607         - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
608         - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
609         - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
610
611     vpp-perf-results-3n-skx:
612       csit-vpp-perf-report-coverage-2009-3n-skx:
613         - 36  # rls2009 NDRPDR cov 3n-skx-crypto-00
614         - 3   # rls2009 NDRPDR cov 3n-skx-crypto-01
615         - 4   # rls2009 NDRPDR cov 3n-skx-crypto-02
616         - 37  # rls2009 NDRPDR cov 3n-skx-crypto-03
617         - 6   # rls2009 NDRPDR cov 3n-skx-ip4-00
618         - 7   # rls2009 NDRPDR cov 3n-skx-ip4-01
619         - 8   # rls2009 NDRPDR cov 3n-skx-ip4-02
620         - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
621         - 10  # rls2009 NDRPDR cov 3n-skx-ip4-04
622         - 38  # rls2009 NDRPDR cov 3n-skx-ip4-05
623         - 12  # rls2009 NDRPDR cov 3n-skx-ip4-06
624         - 39  # rls2009 NDRPDR cov 3n-skx-ip4-07
625         - 14  # rls2009 NDRPDR cov 3n-skx-ip4tun-00
626         - 15  # rls2009 NDRPDR cov 3n-skx-ip4tun-01
627         - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
628         - 40  # rls2009 NDRPDR cov 3n-skx-ip6-00
629         - 18  # rls2009 NDRPDR cov 3n-skx-ip6-01
630         - 19  # rls2009 NDRPDR cov 3n-skx-ip6tun-00
631         - 20  # rls2009 NDRPDR cov 3n-skx-l2-00
632         - 21  # rls2009 NDRPDR cov 3n-skx-l2-01
633         - 22  # rls2009 NDRPDR cov 3n-skx-l2-02
634         - 23  # rls2009 NDRPDR cov 3n-skx-l2-03
635         - 24  # rls2009 NDRPDR cov 3n-skx-l2-04
636         - 41  # rls2009 NDRPDR cov 3n-skx-l2-05
637         - 42  # rls2009 NDRPDR cov 3n-skx-l2-06
638         - 43  # rls2009 NDRPDR cov 3n-skx-l2-07
639         - 28  # rls2009 NDRPDR cov 3n-skx-l2-08
640         - 44  # rls2009 NDRPDR cov 3n-skx-l2-09
641         - 45  # rls2009 NDRPDR cov 3n-skx-l2-10
642         - 46  # rls2009 NDRPDR cov 3n-skx-memif-00
643         - 47  # rls2009 NDRPDR cov 3n-skx-srv6-00
644         - 48  # rls2009 NDRPDR cov 3n-skx-srv6-01
645         - 49  # rls2009 NDRPDR cov 3n-skx-vhost-00
646         - 50  # rls2009 NDRPDR cov 3n-skx-vhost-01
647         - 51  # rls2009 NDRPDR cov 3n-skx-vhost-02
648         - 54  # rls2009 NDRPDR cov 3n-skx-vhost-03
649
650     vpp-perf-results-2n-skx:
651       csit-vpp-perf-report-coverage-2009-2n-skx:
652         - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
653         - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
654         - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
655         - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
656         - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
657         - 31  # rls2009 NDRPDR cov 2n-skx-ip4-05
658         - 32  # rls2009 NDRPDR cov 2n-skx-ip4-06
659         - 33  # rls2009 NDRPDR cov 2n-skx-ip4-07
660         - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
661         - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
662         - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
663         - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
664         - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
665         - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
666         - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
667         - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
668         - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
669
670     vpp-perf-results-2n-zn2:
671       csit-vpp-perf-report-iterative-2009-2n-zn2:
672         - 18  # rls2009 NDRPDR iter env 5
673
674     vpp-perf-results-2n-clx:
675       csit-vpp-perf-report-coverage-2009-2n-clx:
676         - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
677         - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
678         - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
679         - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
680         - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
681         - 23  # rls2009 NDRPDR cov 2n-clx-ip4-05
682         - 24  # rls2009 NDRPDR cov 2n-clx-ip4-06
683         - 25  # rls2009 NDRPDR cov 2n-clx-ip4-07
684         - 22  # rls2009 NDRPDR cov 2n-clx-ip6-00
685         - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
686         - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
687         - 21  # rls2009 NDRPDR cov 2n-clx-l2-01
688         - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
689         - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
690         - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
691         - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
692         - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
693
694     vpp-perf-results-3n-tsh:
695       csit-vpp-perf-report-iterative-2009-3n-tsh:
696         - 14  # rls2009 NDRPDR iter env 5
697
698     vpp-perf-results-3n-dnv:
699       csit-vpp-perf-report-coverage-2009-3n-dnv:
700         - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
701         - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
702         - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
703         - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
704         - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
705         - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
706         - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
707         - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
708         - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
709
710     vpp-perf-results-2n-dnv:
711       csit-vpp-perf-report-coverage-2009-2n-dnv:
712         - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
713         - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
714         - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
715         - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
716         - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
717         - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
718
719     vpp-mrr-results-3n-hsw:
720       csit-vpp-perf-report-iterative-2009-3n-hsw:
721         - 23  # rls2009 MRR iter env 5
722
723     vpp-mrr-results-3n-skx:
724       csit-vpp-perf-report-iterative-2009-3n-skx:
725         - 24  # rls2009 MRR iter env 5
726
727     vpp-mrr-results-2n-skx:
728       csit-vpp-perf-report-iterative-2009-2n-skx:
729         - 120 # rls2009 MRR iter env 5
730
731     vpp-mrr-results-2n-zn2:
732       csit-vpp-perf-report-iterative-2009-2n-zn2:
733         - 15  # rls2009 MRR iter env 5
734
735     vpp-mrr-results-2n-clx:
736       csit-vpp-perf-report-iterative-2009-2n-clx:
737         - 125 # rls2009 MRR iter env 5
738
739     vpp-mrr-results-3n-tsh:
740       csit-vpp-perf-report-iterative-2009-3n-tsh:
741         - 15  # rls2009 MRR iter env 5
742
743     vpp-mrr-results-3n-dnv:
744       csit-vpp-perf-report-iterative-2009-3n-dnv:
745         - 22  # rls2009 MRR iter env 5
746
747     vpp-mrr-results-2n-dnv:
748       csit-vpp-perf-report-iterative-2009-2n-dnv:
749         - 13  # rls2009 MRR iter env 5
750
751     vpp-device-results-ubuntu:
752       csit-vpp-device-2009-ubuntu1804-1n-skx:
753         - 131 # rls2009 env 5
754
755     dpdk-perf-results-3n-hsw:
756       csit-dpdk-perf-report-iterative-2009-3n-hsw:
757         - 6   # NDRPDR iter env5
758
759     dpdk-perf-results-3n-skx:
760       csit-dpdk-perf-report-iterative-2009-3n-skx:
761         - 4   # NDRPDR sel env5
762
763     dpdk-perf-results-2n-skx:
764       csit-dpdk-perf-report-iterative-2009-2n-skx:
765         - 4   # NDRPDR iter env5
766
767     dpdk-perf-results-2n-zn2:
768       csit-dpdk-perf-report-iterative-2009-2n-zn2:
769         - 16  # NDRPDR iter env5
770
771     dpdk-perf-results-2n-clx:
772       csit-dpdk-perf-report-iterative-2009-2n-clx:
773         - 4   # NDRPDR iter env5
774
775 #    dpdk-perf-results-2n-dnv:
776 #      # No data
777 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
778
779 #    dpdk-perf-results-3n-dnv:
780 #      # No data
781 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
782
783     dpdk-perf-results-3n-tsh:
784       csit-dpdk-perf-report-iterative-2009-3n-tsh:
785         - 1   # NDRPDR iter env5
786
787 ###########################################################################
788     # Tables (more than one data set)
789
790     # Performance changes
791
792     vpp-performance-changes-3n-hsw-h1:
793       csit-vpp-perf-report-iterative-2005-3n-hsw:
794         - 31  # NDRPDR sel 2001.0-4
795         - 32  # NDRPDR sel 2001.0-4
796         - 33  # NDRPDR sel 2001.0-4
797         - 34  # NDRPDR sel 2001.0-4
798         - 35  # NDRPDR sel 2001.0-4
799         - 36  # NDRPDR sel 2001.0-4
800         - 38  # NDRPDR sel 2001.0-4
801     vpp-performance-changes-3n-hsw-ref-env4:
802       csit-vpp-perf-report-iterative-2005-3n-hsw:
803         - 20  # NDRPDR sel env 4
804         - 21  # NDRPDR sel env 4
805         - 22  # NDRPDR sel env 4
806         - 23  # NDRPDR sel env 4
807         - 24  # NDRPDR sel env 4
808         - 25  # NDRPDR sel env 4
809         - 26  # NDRPDR sel env 4
810         - 27  # NDRPDR sel env 4
811         - 28  # NDRPDR sel env 4
812         - 29  # NDRPDR sel env 4
813     vpp-performance-changes-3n-hsw-ref-env5:
814       csit-vpp-perf-report-iterative-2009-3n-hsw:
815         - 9   # rls2005 NDRPDR iter env 5
816         - 10  # rls2005 NDRPDR iter env 5
817         - 11  # rls2005 NDRPDR iter env 5
818         - 12  # rls2005 NDRPDR iter env 5
819         - 13  # rls2005 NDRPDR iter env 5
820         - 14  # rls2005 NDRPDR iter env 5
821         - 15  # rls2005 NDRPDR iter env 5
822         - 16  # rls2005 NDRPDR iter env 5
823         - 17  # rls2005 NDRPDR iter env 5
824         - 19  # rls2005 NDRPDR iter env 5
825     vpp-performance-changes-3n-hsw-cmp:
826       csit-vpp-perf-report-iterative-2009-3n-hsw:
827         - 21  # rls2009 NDRPDR iter env 5
828         - 22  # rls2009 NDRPDR iter env 5
829         - 24  # rls2009 NDRPDR iter env 5
830         - 25  # rls2009 NDRPDR iter env 5
831         - 26  # rls2009 NDRPDR iter env 5
832         - 27  # rls2009 NDRPDR iter env 5
833         - 28  # rls2009 NDRPDR iter env 5
834         - 29  # rls2009 NDRPDR iter env 5
835         - 30  # rls2009 NDRPDR iter env 5
836         - 31  # rls2009 NDRPDR iter env 5
837
838     vpp-performance-changes-3n-skx-h1:
839       csit-vpp-perf-report-iterative-2005-3n-skx:
840         - 50  # NDRPDR sel 2001.0-4
841         - 51  # NDRPDR sel 2001.0-4
842         - 52  # NDRPDR sel 2001.0-4
843         - 53  # NDRPDR sel 2001.0-4
844         - 54  # NDRPDR sel 2001.0-4
845     vpp-performance-changes-3n-skx-ref-env4:
846       csit-vpp-perf-report-iterative-2005-3n-skx:
847         - 42  # NDRPDR sel env 4
848         - 43  # NDRPDR sel env 4
849         - 44  # NDRPDR sel env 4
850         - 45  # NDRPDR sel env 4
851         - 47  # NDRPDR sel env 4
852         - 55  # NDRPDR sel env 4
853         - 56  # NDRPDR sel env 4
854         - 57  # NDRPDR sel env 4
855         - 61  # NDRPDR sel env 4
856         - 62  # NDRPDR sel env 4
857     vpp-performance-changes-3n-skx-ref-env5:
858       csit-vpp-perf-report-iterative-2009-3n-skx:
859         - 13  # rls2005 NDRPDR iter env 5
860         - 18  # rls2005 NDRPDR iter env 5
861         - 19  # rls2005 NDRPDR iter env 5
862         - 41  # rls2005 NDRPDR iter env 5
863         - 43  # rls2005 NDRPDR iter env 5
864         - 44  # rls2005 NDRPDR iter env 5
865         - 45  # rls2005 NDRPDR iter env 5
866         - 46  # rls2005 NDRPDR iter env 5
867         - 48  # rls2005 NDRPDR iter env 5
868         - 49  # rls2005 NDRPDR iter env 5
869     vpp-performance-changes-3n-skx-cmp:
870       csit-vpp-perf-report-iterative-2009-3n-skx:
871         - 26  # rls2009 NDRPDR iter env 5
872         - 27  # rls2009 NDRPDR iter env 5
873         - 28  # rls2009 NDRPDR iter env 5
874         - 29  # rls2009 NDRPDR iter env 5
875         - 35  # rls2009 NDRPDR iter env 5
876         - 36  # rls2009 NDRPDR iter env 5
877         - 37  # rls2009 NDRPDR iter env 5
878         - 38  # rls2009 NDRPDR iter env 5
879         - 39  # rls2009 NDRPDR iter env 5
880         - 40  # rls2009 NDRPDR iter env 5
881
882     vpp-performance-changes-2n-skx-h1:
883       csit-vpp-perf-report-iterative-2005-2n-skx:
884         - 100 # NDRPDR sel 2001.0-4
885         - 101 # NDRPDR sel 2001.0-4
886         - 102 # NDRPDR sel 2001.0-4
887         - 103 # NDRPDR sel 2001.0-4
888         - 104 # NDRPDR sel 2001.0-4
889         - 105 # NDRPDR sel 2001.0-4
890     vpp-performance-changes-2n-skx-ref-env4:
891       csit-vpp-perf-report-iterative-2005-2n-skx:
892         - 88  # NDRPDR sel env 4
893         - 89  # NDRPDR sel env 4
894         - 90  # NDRPDR sel env 4
895         - 91  # NDRPDR sel env 4
896         - 92  # NDRPDR sel env 4
897         - 93  # NDRPDR sel env 4
898         - 94  # NDRPDR sel env 4
899         - 125 # NDRPDR sel env 4
900         - 126 # NDRPDR sel env 4
901         - 127 # NDRPDR sel env 4
902     vpp-performance-changes-2n-skx-ref-env5:
903       csit-vpp-perf-report-iterative-2009-2n-skx:
904         - 13  # rls2005 NDRPDR iter env 5
905         - 16  # rls2005 NDRPDR iter env 5
906         - 17  # rls2005 NDRPDR iter env 5
907         - 18  # rls2005 NDRPDR iter env 5
908         - 19  # rls2005 NDRPDR iter env 5
909         - 21  # rls2005 NDRPDR iter env 5
910         - 22  # rls2005 NDRPDR iter env 5
911         - 23  # rls2005 NDRPDR iter env 5
912         - 24  # rls2005 NDRPDR iter env 5
913         - 25  # rls2005 NDRPDR iter env 5
914     vpp-performance-changes-2n-skx-cmp:
915       csit-vpp-perf-report-iterative-2009-2n-skx:
916         - 35  # rls2009 NDRPDR iter env 5
917         - 36  # rls2009 NDRPDR iter env 5
918         - 37  # rls2009 NDRPDR iter env 5
919         - 39  # rls2009 NDRPDR iter env 5
920         - 40  # rls2009 NDRPDR iter env 5
921         - 42  # rls2009 NDRPDR iter env 5
922         - 43  # rls2009 NDRPDR iter env 5
923         - 44  # rls2009 NDRPDR iter env 5
924         - 46  # rls2009 NDRPDR iter env 5
925         - 48  # rls2009 NDRPDR iter env 5
926         - 110 # rls2009 NDRPDR iter NAT44 env 5
927         - 111 # rls2009 NDRPDR iter NAT44 env 5
928         - 112 # rls2009 NDRPDR iter NAT44 env 5
929         - 113 # rls2009 NDRPDR iter NAT44 env 5
930         - 114 # rls2009 NDRPDR iter NAT44 env 5
931         - 115 # rls2009 NDRPDR iter NAT44 env 5
932         - 116 # rls2009 NDRPDR iter NAT44 env 5
933         - 118 # rls2009 NDRPDR iter NAT44 env 5
934         - 119 # rls2009 NDRPDR iter NAT44 env 5
935         - 121 # rls2009 NDRPDR iter NAT44 env 5
936
937     vpp-performance-changes-2n-clx-h1:
938       csit-vpp-perf-report-iterative-2005-2n-clx:
939         - 73  # NDRPDR sel 2001.0-4
940         - 74  # NDRPDR sel 2001.0-4
941         - 75  # NDRPDR sel 2001.0-4
942         - 76  # NDRPDR sel 2001.0-4
943         - 77  # NDRPDR sel 2001.0-4
944         - 78  # NDRPDR sel 2001.0-4
945         - 79  # NDRPDR sel 2001.0-4
946         - 80  # NDRPDR sel 2001.0-4
947     vpp-performance-changes-2n-clx-ref-env4:
948       csit-vpp-perf-report-iterative-2005-2n-clx:
949         - 62  # NDRPDR sel env 4
950         - 63  # NDRPDR sel env 4
951         - 64  # NDRPDR sel env 4
952         - 65  # NDRPDR sel env 4
953         - 66  # NDRPDR sel env 4
954         - 68  # NDRPDR sel env 4
955         - 69  # NDRPDR sel env 4
956         - 70  # NDRPDR sel env 4
957         - 103 # NDRPDR sel env 4
958         - 104 # NDRPDR sel env 4
959     vpp-performance-changes-2n-clx-ref-env5:
960       csit-vpp-perf-report-iterative-2009-2n-clx:
961         - 13  # rls2005 NDRPDR iter env 5
962         - 15  # rls2005 NDRPDR iter env 5
963         - 17  # rls2005 NDRPDR iter env 5
964         - 18  # rls2005 NDRPDR iter env 5
965         - 19  # rls2005 NDRPDR iter env 5
966         - 20  # rls2005 NDRPDR iter env 5
967         - 21  # rls2005 NDRPDR iter env 5
968         - 22  # rls2005 NDRPDR iter env 5
969         - 23  # rls2005 NDRPDR iter env 5
970         - 24  # rls2005 NDRPDR iter env 5
971     vpp-performance-changes-2n-clx-cmp:
972       csit-vpp-perf-report-iterative-2009-2n-clx:
973         - 36  # rls2009 NDRPDR iter env 5
974         - 39  # rls2009 NDRPDR iter env 5
975         - 40  # rls2009 NDRPDR iter env 5
976         - 65  # rls2009 NDRPDR iter env 5
977         - 66  # rls2009 NDRPDR iter env 5
978         - 79  # rls2009 NDRPDR iter env 5
979         - 82  # rls2009 NDRPDR iter env 5
980         - 88  # rls2009 NDRPDR iter env 5
981         - 89  # rls2009 NDRPDR iter env 5
982         - 90  # rls2009 NDRPDR iter env 5
983         - 114 # rls2009 NDRPDR iter NAT44 env 5
984         - 115 # rls2009 NDRPDR iter NAT44 env 5
985         - 116 # rls2009 NDRPDR iter NAT44 env 5
986         - 117 # rls2009 NDRPDR iter NAT44 env 5
987         - 118 # rls2009 NDRPDR iter NAT44 env 5
988         - 119 # rls2009 NDRPDR iter NAT44 env 5
989         - 121 # rls2009 NDRPDR iter NAT44 env 5
990         - 122 # rls2009 NDRPDR iter NAT44 env 5
991         - 123 # rls2009 NDRPDR iter NAT44 env 5
992         - 126 # rls2009 NDRPDR iter NAT44 env 5
993
994     vpp-performance-changes-2n-dnv-h1:
995       csit-vpp-perf-verify-2001-2n-dnv:
996         - 4   # NDRPDR sel
997         - 5   # NDRPDR sel
998         - 6   # NDRPDR sel
999         - 7   # NDRPDR sel
1000         - 8   # NDRPDR sel
1001         - 9   # NDRPDR sel
1002         - 10  # NDRPDR sel
1003         - 11  # NDRPDR sel
1004         - 13  # NDRPDR sel
1005         - 16  # NDRPDR sel
1006     vpp-performance-changes-2n-dnv-ref:
1007       csit-vpp-perf-report-iterative-2009-2n-dnv:
1008         - 16  # rls2005 NDRPDR iter env 5
1009         - 17  # rls2005 NDRPDR iter env 5
1010         - 18  # rls2005 NDRPDR iter env 5
1011         - 19  # rls2005 NDRPDR iter env 5
1012         - 21  # rls2005 NDRPDR iter env 5
1013         - 24  # rls2005 NDRPDR iter env 5
1014         - 27  # rls2005 NDRPDR iter env 5
1015         - 28  # rls2005 NDRPDR iter env 5
1016         - 29  # rls2005 NDRPDR iter env 5
1017         - 30  # rls2005 NDRPDR iter env 5
1018     vpp-performance-changes-2n-dnv-cmp:
1019       csit-vpp-perf-report-iterative-2009-2n-dnv:
1020         - 3   # rls2009 NDRPDR iter env 5
1021         - 5   # rls2009 NDRPDR iter env 5
1022         - 6   # rls2009 NDRPDR iter env 5
1023         - 7   # rls2009 NDRPDR iter env 5
1024         - 9   # rls2009 NDRPDR iter env 5
1025         - 10  # rls2009 NDRPDR iter env 5
1026         - 11  # rls2009 NDRPDR iter env 5
1027         - 12  # rls2009 NDRPDR iter env 5
1028         - 14  # rls2009 NDRPDR iter env 5
1029         - 15  # rls2009 NDRPDR iter env 5
1030
1031     vpp-performance-changes-3n-dnv-h1:
1032       csit-vpp-perf-verify-2001-3n-dnv:
1033         - 5   # NDRPDR sel
1034         - 6   # NDRPDR sel
1035         - 7   # NDRPDR sel
1036         - 8   # NDRPDR sel
1037         - 9   # NDRPDR sel
1038         - 10  # NDRPDR sel
1039         - 12  # NDRPDR sel
1040         - 16  # NDRPDR sel
1041         - 17  # NDRPDR sel
1042         - 18  # NDRPDR sel
1043     vpp-performance-changes-3n-dnv-ref:
1044       csit-vpp-perf-report-iterative-2009-3n-dnv:
1045         - 16  # rls2005 NDRPDR iter env 5
1046         - 23  # rls2005 NDRPDR iter env 5
1047         - 25  # rls2005 NDRPDR iter env 5
1048         - 26  # rls2005 NDRPDR iter env 5
1049         - 27  # rls2005 NDRPDR iter env 5
1050         - 28  # rls2005 NDRPDR iter env 5
1051         - 29  # rls2005 NDRPDR iter env 5
1052         - 30  # rls2005 NDRPDR iter env 5
1053         - 31  # rls2005 NDRPDR iter env 5
1054         - 32  # rls2005 NDRPDR iter env 5
1055     vpp-performance-changes-3n-dnv-cmp:
1056       csit-vpp-perf-report-iterative-2009-3n-dnv:
1057         - 3   # rls2009 NDRPDR iter env 5
1058         - 6   # rls2009 NDRPDR iter env 5
1059         - 7   # rls2009 NDRPDR iter env 5
1060         - 8   # rls2009 NDRPDR iter env 5
1061         - 10  # rls2009 NDRPDR iter env 5
1062         - 11  # rls2009 NDRPDR iter env 5
1063         - 12  # rls2009 NDRPDR iter env 5
1064         - 14  # rls2009 NDRPDR iter env 5
1065         - 15  # rls2009 NDRPDR iter env 5
1066         - 24  # rls2009 NDRPDR iter env 5
1067
1068     vpp-performance-changes-3n-tsh-h1:
1069       csit-vpp-perf-report-iterative-2005-3n-tsh:
1070         - 28  # NDRPDR sel 2001.0-4
1071         - 29  # NDRPDR sel 2001.0-4
1072         - 31  # NDRPDR sel 2001.0-4
1073     vpp-performance-changes-3n-tsh-ref-env4:
1074       csit-vpp-perf-report-iterative-2005-3n-tsh:
1075         - 23  # NDRPDR sel env 4
1076         - 25  # NDRPDR sel env 4
1077         - 33  # NDRPDR sel env 4
1078         - 34  # NDRPDR sel env 4
1079         - 35  # NDRPDR sel env 4
1080         - 36  # NDRPDR sel env 4
1081         - 37  # NDRPDR sel env 4
1082         - 38  # NDRPDR sel env 4
1083         - 39  # NDRPDR sel env 4
1084         - 40  # NDRPDR sel env 4
1085     vpp-performance-changes-3n-tsh-ref-env5:
1086       csit-vpp-perf-report-iterative-2009-3n-tsh:
1087         - 8   # rls2005 NDRPDR iter env 5
1088         - 11  # rls2005 NDRPDR iter env 5
1089         - 12  # rls2005 NDRPDR iter env 5
1090         - 24  # rls2005 NDRPDR iter env 5
1091         - 27  # rls2005 NDRPDR iter env 5
1092         - 29  # rls2005 NDRPDR iter env 5
1093         - 31  # rls2005 NDRPDR iter env 5
1094         - 39  # rls2005 NDRPDR iter env 5
1095         - 40  # rls2005 NDRPDR iter env 5
1096         - 42  # rls2005 NDRPDR iter env 5
1097     vpp-performance-changes-3n-tsh-cmp:
1098       csit-vpp-perf-report-iterative-2009-3n-tsh:
1099         - 14  # rls2009 NDRPDR iter env 5
1100         - 20  # rls2009 NDRPDR iter env 5
1101         - 21  # rls2009 NDRPDR iter env 5
1102         - 22  # rls2009 NDRPDR iter env 5
1103         - 23  # rls2009 NDRPDR iter env 5
1104         - 28  # rls2009 NDRPDR iter env 5
1105         - 30  # rls2009 NDRPDR iter env 5
1106         - 33  # rls2009 NDRPDR iter env 5
1107         - 38  # rls2009 NDRPDR iter env 5
1108         - 41  # rls2009 NDRPDR iter env 5
1109
1110     vpp-soak-vs-ndr-2n-skx-ref:
1111       csit-vpp-perf-report-iterative-2009-2n-skx:
1112         - 35  # rls2009 NDRPDR iter env 5
1113         - 36  # rls2009 NDRPDR iter env 5
1114         - 37  # rls2009 NDRPDR iter env 5
1115         - 39  # rls2009 NDRPDR iter env 5
1116         - 40  # rls2009 NDRPDR iter env 5
1117         - 42  # rls2009 NDRPDR iter env 5
1118         - 43  # rls2009 NDRPDR iter env 5
1119         - 44  # rls2009 NDRPDR iter env 5
1120         - 46  # rls2009 NDRPDR iter env 5
1121         - 48  # rls2009 NDRPDR iter env 5
1122     vpp-soak-vs-ndr-2n-skx-cmp:
1123       csit-vpp-perf-report-iterative-2009-2n-skx:
1124         - 33  # rls2009 soak env 5
1125         - 34  # rls2009 soak env 5
1126     vpp-soak-vs-ndr-2n-skx:
1127       csit-vpp-perf-report-iterative-2009-2n-skx:
1128         - 35  # rls2009 NDRPDR iter env 5
1129         - 36  # rls2009 NDRPDR iter env 5
1130         - 37  # rls2009 NDRPDR iter env 5
1131         - 39  # rls2009 NDRPDR iter env 5
1132         - 40  # rls2009 NDRPDR iter env 5
1133         - 42  # rls2009 NDRPDR iter env 5
1134         - 43  # rls2009 NDRPDR iter env 5
1135         - 44  # rls2009 NDRPDR iter env 5
1136         - 46  # rls2009 NDRPDR iter env 5
1137         - 48  # rls2009 NDRPDR iter env 5
1138         - 33  # rls2009 soak env 5
1139         - 34  # rls2009 soak env 5
1140
1141     vpp-soak-vs-ndr-2n-clx-ref:
1142       csit-vpp-perf-report-iterative-2009-2n-clx:
1143         - 36  # rls2009 NDRPDR iter env 5
1144         - 39  # rls2009 NDRPDR iter env 5
1145         - 40  # rls2009 NDRPDR iter env 5
1146         - 65  # rls2009 NDRPDR iter env 5
1147         - 66  # rls2009 NDRPDR iter env 5
1148         - 79  # rls2009 NDRPDR iter env 5
1149         - 82  # rls2009 NDRPDR iter env 5
1150         - 88  # rls2009 NDRPDR iter env 5
1151         - 89  # rls2009 NDRPDR iter env 5
1152         - 90  # rls2009 NDRPDR iter env 5
1153     vpp-soak-vs-ndr-2n-clx-cmp:
1154       csit-vpp-perf-report-iterative-2009-2n-clx:
1155         - 33  # rls2009 soak env 5
1156         - 34  # rls2009 soak env 5
1157     vpp-soak-vs-ndr-2n-clx:
1158       csit-vpp-perf-report-iterative-2009-2n-clx:
1159         - 36  # rls2009 NDRPDR iter env 5
1160         - 39  # rls2009 NDRPDR iter env 5
1161         - 40  # rls2009 NDRPDR iter env 5
1162         - 65  # rls2009 NDRPDR iter env 5
1163         - 66  # rls2009 NDRPDR iter env 5
1164         - 79  # rls2009 NDRPDR iter env 5
1165         - 82  # rls2009 NDRPDR iter env 5
1166         - 88  # rls2009 NDRPDR iter env 5
1167         - 89  # rls2009 NDRPDR iter env 5
1168         - 90  # rls2009 NDRPDR iter env 5
1169         - 33  # rls2009 soak env 5
1170         - 34  # rls2009 soak env 5
1171
1172     vpp-performance-changes-3n-hsw-mrr-h1:
1173       csit-vpp-perf-verify-2001-3n-hsw:
1174         - 17  # MRR sel
1175     vpp-performance-changes-3n-hsw-mrr-ref-env4:
1176       csit-vpp-perf-report-iterative-2005-3n-hsw:
1177         - 30  # MRR env 4
1178     vpp-performance-changes-3n-hsw-mrr-ref-env5:
1179       csit-vpp-perf-report-iterative-2009-3n-hsw:
1180         - 18  # rls2005 MRR iter env 5
1181     vpp-performance-changes-3n-hsw-mrr-cmp:
1182       csit-vpp-perf-report-iterative-2009-3n-hsw:
1183         - 23  # rls2009 MRR iter env 5
1184
1185     vpp-performance-changes-3n-skx-mrr-h1:
1186       csit-vpp-perf-verify-2001-3n-skx:
1187         - 50  # MRR sel
1188         - 53  # MRR sel addition
1189     vpp-performance-changes-3n-skx-mrr-ref-env4:
1190       csit-vpp-perf-report-iterative-2005-3n-skx:
1191         - 49  # MRR sel env 4
1192     vpp-performance-changes-3n-skx-mrr-ref-env5:
1193       csit-vpp-perf-report-iterative-2009-3n-skx:
1194         - 17  # rls2005 MRR iter env 5
1195     vpp-performance-changes-3n-skx-mrr-cmp:
1196       csit-vpp-perf-report-iterative-2009-3n-skx:
1197         - 24  # rls2009 MRR iter env 5
1198
1199     vpp-performance-changes-2n-skx-mrr-h1:
1200       csit-vpp-perf-verify-2001-2n-skx:
1201         - 101 # MRR sel
1202         - 128 # MRR sel addition
1203     vpp-performance-changes-2n-skx-mrr-ref-env4:
1204       csit-vpp-perf-report-iterative-2005-2n-skx:
1205         - 99  # MRR sel env 4
1206     vpp-performance-changes-2n-skx-mrr-ref-env5:
1207       csit-vpp-perf-report-iterative-2009-2n-skx:
1208         - 20  # rls2005 MRR iter env 5
1209     vpp-performance-changes-2n-skx-mrr-cmp:
1210       csit-vpp-perf-report-iterative-2009-2n-skx:
1211         - 120 # rls2009 MRR iter env 5
1212
1213     vpp-performance-changes-2n-clx-mrr-h1:
1214       csit-vpp-perf-verify-2001-2n-clx:
1215         - 39  # MRR
1216     vpp-performance-changes-2n-clx-mrr-ref-env4:
1217       csit-vpp-perf-report-iterative-2005-2n-clx:
1218         - 72   # MRR sel env 4
1219     vpp-performance-changes-2n-clx-mrr-ref-env5:
1220       csit-vpp-perf-report-iterative-2009-2n-clx:
1221         - 77  # rls2005 MRR iter env 5
1222     vpp-performance-changes-2n-clx-mrr-cmp:
1223       csit-vpp-perf-report-iterative-2009-2n-clx:
1224         - 125 # rls2009 MRR iter env 5
1225
1226     vpp-performance-changes-2n-dnv-mrr-h1:
1227       csit-vpp-perf-verify-2001-2n-dnv:
1228         - 12  # MRR sel
1229     vpp-performance-changes-2n-dnv-mrr-ref:
1230       csit-vpp-perf-report-iterative-2009-2n-dnv:
1231         - 23  # rls2005 MRR iter env 5
1232     vpp-performance-changes-2n-dnv-mrr-cmp:
1233       csit-vpp-perf-report-iterative-2009-2n-dnv:
1234         - 13  # rls2009 MRR iter env 5
1235
1236     vpp-performance-changes-3n-dnv-mrr-h1:
1237       csit-vpp-perf-verify-2001-3n-dnv:
1238         - 11  # MRR sel
1239     vpp-performance-changes-3n-dnv-mrr-ref:
1240       csit-vpp-perf-report-iterative-2009-3n-dnv:
1241         - 19  # rls2005 MRR iter env 5
1242     vpp-performance-changes-3n-dnv-mrr-cmp:
1243       csit-vpp-perf-report-iterative-2009-3n-dnv:
1244         - 22  # rls2009 MRR iter env 5
1245
1246     vpp-performance-changes-3n-tsh-mrr-h1:
1247       csit-vpp-perf-verify-2001-3n-tsh:
1248         - 9   # MRR sel
1249     vpp-performance-changes-3n-tsh-mrr-ref-env4:
1250       csit-vpp-perf-report-iterative-2005-3n-tsh:
1251         - 27  # MRR sel env 4
1252     vpp-performance-changes-3n-tsh-mrr-ref-env5:
1253       csit-vpp-perf-report-iterative-2009-3n-tsh:
1254         - 13  # rls2005 MRR iter env 5
1255     vpp-performance-changes-3n-tsh-mrr-cmp:
1256       csit-vpp-perf-report-iterative-2009-3n-tsh:
1257         - 15  # rls2009 MRR iter env 5
1258
1259     dpdk-performance-changes-3n-hsw-h1:
1260       csit-dpdk-perf-verify-2001-3n-hsw:
1261         - 4   # NDRPDR sel
1262         - 5   # NDRPDR sel
1263         - 6   # NDRPDR sel
1264         - 7   # NDRPDR sel
1265         - 8   # NDRPDR sel
1266         - 9   # NDRPDR sel
1267         - 10  # NDRPDR sel
1268         - 11  # NDRPDR sel
1269         - 12  # NDRPDR sel
1270         - 13  # NDRPDR sel
1271         - 15  # NDRPDR sel
1272         - 16  # NDRPDR sel
1273         - 17  # NDRPDR sel
1274         - 18  # NDRPDR sel
1275         - 19  # NDRPDR sel
1276         - 20  # NDRPDR sel
1277         - 21  # NDRPDR sel
1278         - 22  # NDRPDR sel
1279         - 23  # NDRPDR sel
1280         - 24  # NDRPDR sel
1281     dpdk-performance-changes-3n-hsw-ref:
1282       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1283         - 25  # NDRPDR iter
1284         - 26  # NDRPDR iter
1285         - 27  # NDRPDR iter
1286         - 28  # NDRPDR iter
1287         - 29  # NDRPDR iter
1288         - 30  # NDRPDR iter
1289         - 31  # NDRPDR iter
1290         - 32  # NDRPDR iter
1291         - 33  # NDRPDR iter
1292         - 34  # NDRPDR iter
1293     dpdk-performance-changes-3n-hsw-cmp:
1294       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1295         - 6   # NDRPDR iter env5
1296         - 7   # NDRPDR iter env5
1297         - 8   # NDRPDR iter env5
1298         - 9   # NDRPDR iter env5
1299         - 10  # NDRPDR iter env5
1300         - 11  # NDRPDR iter env5
1301         - 12  # NDRPDR iter env5
1302         - 13  # NDRPDR iter env5
1303         - 14  # NDRPDR iter env5
1304         - 15  # NDRPDR iter env5
1305
1306     dpdk-performance-changes-3n-skx-h1:
1307       csit-dpdk-perf-verify-2001-3n-skx:
1308         - 29  # NDRPDR sel xxv710
1309         - 33  # NDRPDR sel xxv710
1310         - 34  # NDRPDR sel xxv710
1311         - 35  # NDRPDR sel xxv710
1312         - 36  # NDRPDR sel xxv710
1313         - 37  # NDRPDR sel xxv710
1314         - 41  # NDRPDR sel xxv710
1315         - 42  # NDRPDR sel xxv710
1316         - 43  # NDRPDR sel xxv710
1317         - 45  # NDRPDR sel xxv710
1318         - 30  # NDRPDR sel x710
1319         - 31  # NDRPDR sel x710
1320         - 32  # NDRPDR sel x710
1321         - 38  # NDRPDR sel x710
1322         - 39  # NDRPDR sel x710
1323         - 40  # NDRPDR sel x710
1324         - 44  # NDRPDR sel x710
1325         - 46  # NDRPDR sel x710
1326         - 47  # NDRPDR sel x710
1327         - 48  # NDRPDR sel x710
1328     dpdk-performance-changes-3n-skx-ref:
1329       csit-dpdk-perf-report-iterative-2005-3n-skx:
1330         - 28  # NDRPDR iter
1331         - 29  # NDRPDR iter
1332         - 30  # NDRPDR iter
1333         - 31  # NDRPDR iter
1334         - 32  # NDRPDR iter
1335         - 33  # NDRPDR iter
1336         - 34  # NDRPDR iter
1337         - 35  # NDRPDR iter
1338         - 36  # NDRPDR iter
1339         - 37  # NDRPDR iter
1340     dpdk-performance-changes-3n-skx-cmp:
1341       csit-dpdk-perf-report-iterative-2009-3n-skx:
1342         - 4   # NDRPDR sel env5
1343         - 5   # NDRPDR sel env5
1344         - 6   # NDRPDR sel env5
1345         - 7   # NDRPDR sel env5
1346         - 8   # NDRPDR sel env5
1347         - 9   # NDRPDR sel env5
1348         - 14  # NDRPDR sel env5
1349         - 11  # NDRPDR sel env5
1350         - 12  # NDRPDR sel env5
1351         - 13  # NDRPDR sel env5
1352
1353     dpdk-performance-changes-2n-skx-h1:
1354       csit-dpdk-perf-verify-2001-2n-skx:
1355         - 35  # NDRPDR sel xxv710
1356         - 36  # NDRPDR sel xxv710
1357         - 37  # NDRPDR sel xxv710
1358         - 41  # NDRPDR sel xxv710
1359         - 42  # NDRPDR sel xxv710
1360         - 43  # NDRPDR sel xxv710
1361         - 46  # NDRPDR sel xxv710
1362         - 47  # NDRPDR sel xxv710
1363         - 52  # NDRPDR sel xxv710
1364         - 53  # NDRPDR sel xxv710
1365         - 38  # NDRPDR sel x710
1366         - 39  # NDRPDR sel x710
1367         - 40  # NDRPDR sel x710
1368         - 44  # NDRPDR sel x710
1369         - 45  # NDRPDR sel x710
1370         - 48  # NDRPDR sel x710
1371         - 49  # NDRPDR sel x710
1372         - 50  # NDRPDR sel x710
1373         - 51  # NDRPDR sel x710
1374         - 54  # NDRPDR sel x710
1375     dpdk-performance-changes-2n-skx-ref:
1376       csit-dpdk-perf-report-iterative-2005-2n-skx:
1377         - 20  # NDRPDR iter
1378         - 21  # NDRPDR iter
1379         - 22  # NDRPDR iter
1380         - 23  # NDRPDR iter
1381         - 24  # NDRPDR iter
1382         - 25  # NDRPDR iter
1383         - 26  # NDRPDR iter
1384         - 27  # NDRPDR iter
1385         - 28  # NDRPDR iter
1386         - 29  # NDRPDR iter
1387     dpdk-performance-changes-2n-skx-cmp:
1388       csit-dpdk-perf-report-iterative-2009-2n-skx:
1389         - 4   # NDRPDR iter env5
1390         - 5   # NDRPDR iter env5
1391         - 6   # NDRPDR iter env5
1392         - 7   # NDRPDR iter env5
1393         - 8   # NDRPDR iter env5
1394         - 9   # NDRPDR iter env5
1395         - 10  # NDRPDR iter env5
1396         - 11  # NDRPDR iter env5
1397         - 12  # NDRPDR iter env5
1398         - 13  # NDRPDR iter env5
1399
1400     dpdk-performance-changes-2n-clx-h1:
1401       csit-dpdk-perf-verify-2001-2n-clx:
1402         - 15  # NDRPDR sel
1403         - 16  # NDRPDR sel
1404         - 17  # NDRPDR sel
1405         - 18  # NDRPDR sel
1406         - 19  # NDRPDR sel
1407         - 20  # NDRPDR sel
1408         - 21  # NDRPDR sel
1409         - 22  # NDRPDR sel
1410         - 23  # NDRPDR sel
1411         - 24  # NDRPDR sel
1412         - 25  # NDRPDR sel
1413         - 26  # NDRPDR sel
1414         - 27  # NDRPDR sel
1415         - 28  # NDRPDR sel
1416         - 29  # NDRPDR sel
1417         - 30  # NDRPDR sel
1418         - 31  # NDRPDR sel
1419         - 32  # NDRPDR sel
1420         - 33  # NDRPDR sel
1421         - 34  # NDRPDR sel
1422     dpdk-performance-changes-2n-clx-ref:
1423       csit-dpdk-perf-report-iterative-2005-2n-clx:
1424         - 20  # NDRPDR iter
1425         - 21  # NDRPDR iter
1426         - 22  # NDRPDR iter
1427         - 23  # NDRPDR iter
1428         - 24  # NDRPDR iter
1429         - 25  # NDRPDR iter
1430         - 26  # NDRPDR iter
1431         - 27  # NDRPDR iter
1432         - 28  # NDRPDR iter
1433         - 29  # NDRPDR iter
1434     dpdk-performance-changes-2n-clx-cmp:
1435       csit-dpdk-perf-report-iterative-2009-2n-clx:
1436         - 4   # NDRPDR iter env5
1437         - 5   # NDRPDR iter env5
1438         - 6   # NDRPDR iter env5
1439         - 7   # NDRPDR iter env5
1440         - 8   # NDRPDR iter env5
1441         - 9   # NDRPDR iter env5
1442         - 10  # NDRPDR iter env5
1443         - 11  # NDRPDR iter env5
1444         - 12  # NDRPDR iter env5
1445         - 13  # NDRPDR iter env5
1446
1447 #    dpdk-performance-changes-2n-dnv-h1:
1448 #      csit-dpdk-perf-verify-2001-2n-dnv:
1449 #        - 9   # NDRPDR sel
1450 #        - 10  # NDRPDR sel
1451 #        - 11  # NDRPDR sel
1452 #        - 12  # NDRPDR sel
1453 #        - 13  # NDRPDR sel
1454 #        - 14  # NDRPDR sel
1455 #        - 15  # NDRPDR sel
1456 #        - 16  # NDRPDR sel
1457 #        - 17  # NDRPDR sel
1458 #        - 18  # NDRPDR sel
1459 #    dpdk-performance-changes-2n-dnv-ref:
1460 #      # No data
1461 #    dpdk-performance-changes-2n-dnv-cmp:
1462 #      # No data
1463 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
1464
1465 #    dpdk-performance-changes-3n-dnv-h1:
1466 #      csit-dpdk-perf-verify-2001-3n-dnv:
1467 #        - 12  # NDRPDR sel
1468 #        - 13  # NDRPDR sel
1469 #        - 14  # NDRPDR sel
1470 #        - 15  # NDRPDR sel
1471 #        - 16  # NDRPDR sel
1472 #        - 17  # NDRPDR sel
1473 #        - 18  # NDRPDR sel
1474 #        - 19  # NDRPDR sel
1475 #        - 20  # NDRPDR sel
1476 #        - 22  # NDRPDR sel
1477 #    dpdk-performance-changes-3n-dnv-ref:
1478 #      # No data
1479 #    dpdk-performance-changes-3n-dnv-cmp:
1480 #      # No data
1481 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
1482
1483     dpdk-performance-changes-3n-tsh-h1:
1484       csit-dpdk-perf-verify-2001-3n-tsh:
1485         - 3   # NDRPDR sel
1486         - 4   # NDRPDR sel
1487         - 5   # NDRPDR sel
1488         - 9   # NDRPDR sel
1489         - 10  # NDRPDR sel
1490         - 11  # NDRPDR sel
1491         - 12  # NDRPDR sel
1492         - 14  # NDRPDR sel
1493         - 15  # NDRPDR sel
1494         - 18  # NDRPDR sel
1495     dpdk-performance-changes-3n-tsh-ref:
1496       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1497         - 5   # NDRPDR sel
1498     dpdk-performance-changes-3n-tsh-cmp:
1499       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1500         - 1   # NDRPDR iter env5
1501         - 2   # NDRPDR iter env5
1502         - 3   # NDRPDR iter env5
1503         - 4   # NDRPDR iter env5
1504         - 5   # NDRPDR iter env5
1505         - 6   # NDRPDR iter env5
1506         - 7   # NDRPDR iter env5
1507         - 9   # NDRPDR iter env5
1508         - 10  # NDRPDR iter env5
1509         - 11  # NDRPDR iter env5
1510
1511     # Compare testbeds
1512
1513     vpp-compare-testbeds-ref:
1514       csit-vpp-perf-report-iterative-2009-3n-hsw:
1515         - 21  # rls2009 NDRPDR iter env 5
1516         - 22  # rls2009 NDRPDR iter env 5
1517         - 24  # rls2009 NDRPDR iter env 5
1518         - 25  # rls2009 NDRPDR iter env 5
1519         - 26  # rls2009 NDRPDR iter env 5
1520         - 27  # rls2009 NDRPDR iter env 5
1521         - 28  # rls2009 NDRPDR iter env 5
1522         - 29  # rls2009 NDRPDR iter env 5
1523         - 30  # rls2009 NDRPDR iter env 5
1524         - 31  # rls2009 NDRPDR iter env 5
1525     vpp-compare-testbeds-cmp:
1526       csit-vpp-perf-report-iterative-2009-3n-skx:
1527         - 26  # rls2009 NDRPDR iter env 5
1528         - 27  # rls2009 NDRPDR iter env 5
1529         - 28  # rls2009 NDRPDR iter env 5
1530         - 29  # rls2009 NDRPDR iter env 5
1531         - 35  # rls2009 NDRPDR iter env 5
1532         - 36  # rls2009 NDRPDR iter env 5
1533         - 37  # rls2009 NDRPDR iter env 5
1534         - 38  # rls2009 NDRPDR iter env 5
1535         - 39  # rls2009 NDRPDR iter env 5
1536         - 40  # rls2009 NDRPDR iter env 5
1537
1538     vpp-compare-testbeds-skx-clx-ref:
1539       csit-vpp-perf-report-iterative-2009-2n-skx:
1540         - 35  # rls2009 NDRPDR iter env 5
1541         - 36  # rls2009 NDRPDR iter env 5
1542         - 37  # rls2009 NDRPDR iter env 5
1543         - 39  # rls2009 NDRPDR iter env 5
1544         - 40  # rls2009 NDRPDR iter env 5
1545         - 42  # rls2009 NDRPDR iter env 5
1546         - 43  # rls2009 NDRPDR iter env 5
1547         - 44  # rls2009 NDRPDR iter env 5
1548         - 46  # rls2009 NDRPDR iter env 5
1549         - 48  # rls2009 NDRPDR iter env 5
1550         - 110 # rls2009 NDRPDR iter NAT44 env 5
1551         - 111 # rls2009 NDRPDR iter NAT44 env 5
1552         - 112 # rls2009 NDRPDR iter NAT44 env 5
1553         - 113 # rls2009 NDRPDR iter NAT44 env 5
1554         - 114 # rls2009 NDRPDR iter NAT44 env 5
1555         - 115 # rls2009 NDRPDR iter NAT44 env 5
1556         - 116 # rls2009 NDRPDR iter NAT44 env 5
1557         - 118 # rls2009 NDRPDR iter NAT44 env 5
1558         - 119 # rls2009 NDRPDR iter NAT44 env 5
1559         - 121 # rls2009 NDRPDR iter NAT44 env 5
1560     vpp-compare-testbeds-skx-clx-cmp:
1561       csit-vpp-perf-report-iterative-2009-2n-clx:
1562         - 36  # rls2009 NDRPDR iter env 5
1563         - 39  # rls2009 NDRPDR iter env 5
1564         - 40  # rls2009 NDRPDR iter env 5
1565         - 65  # rls2009 NDRPDR iter env 5
1566         - 66  # rls2009 NDRPDR iter env 5
1567         - 79  # rls2009 NDRPDR iter env 5
1568         - 82  # rls2009 NDRPDR iter env 5
1569         - 88  # rls2009 NDRPDR iter env 5
1570         - 89  # rls2009 NDRPDR iter env 5
1571         - 90  # rls2009 NDRPDR iter env 5
1572         - 114 # rls2009 NDRPDR iter NAT44 env 5
1573         - 115 # rls2009 NDRPDR iter NAT44 env 5
1574         - 116 # rls2009 NDRPDR iter NAT44 env 5
1575         - 117 # rls2009 NDRPDR iter NAT44 env 5
1576         - 118 # rls2009 NDRPDR iter NAT44 env 5
1577         - 119 # rls2009 NDRPDR iter NAT44 env 5
1578         - 121 # rls2009 NDRPDR iter NAT44 env 5
1579         - 122 # rls2009 NDRPDR iter NAT44 env 5
1580         - 123 # rls2009 NDRPDR iter NAT44 env 5
1581         - 126 # rls2009 NDRPDR iter NAT44 env 5
1582
1583     vpp-compare-testbeds-hsw-clx-ref:
1584       csit-vpp-perf-report-iterative-2009-3n-hsw:
1585         - 21  # rls2009 NDRPDR iter env 5
1586         - 22  # rls2009 NDRPDR iter env 5
1587         - 24  # rls2009 NDRPDR iter env 5
1588         - 25  # rls2009 NDRPDR iter env 5
1589         - 26  # rls2009 NDRPDR iter env 5
1590         - 27  # rls2009 NDRPDR iter env 5
1591         - 28  # rls2009 NDRPDR iter env 5
1592         - 29  # rls2009 NDRPDR iter env 5
1593         - 30  # rls2009 NDRPDR iter env 5
1594         - 31  # rls2009 NDRPDR iter env 5
1595     vpp-compare-testbeds-hsw-clx-cmp:
1596       csit-vpp-perf-report-iterative-2009-2n-clx:
1597         - 36  # rls2009 NDRPDR iter env 5
1598         - 39  # rls2009 NDRPDR iter env 5
1599         - 40  # rls2009 NDRPDR iter env 5
1600         - 65  # rls2009 NDRPDR iter env 5
1601         - 66  # rls2009 NDRPDR iter env 5
1602         - 79  # rls2009 NDRPDR iter env 5
1603         - 82  # rls2009 NDRPDR iter env 5
1604         - 88  # rls2009 NDRPDR iter env 5
1605         - 89  # rls2009 NDRPDR iter env 5
1606         - 90  # rls2009 NDRPDR iter env 5
1607
1608     vpp-compare-testbeds-mrr-ref:
1609       csit-vpp-perf-report-iterative-2009-3n-hsw:
1610         - 23  # rls2009 MRR iter env 5
1611     vpp-compare-testbeds-mrr-cmp:
1612       csit-vpp-perf-report-iterative-2009-3n-skx:
1613         - 24  # rls2009 MRR iter env 5
1614
1615     vpp-compare-testbeds-mrr-skx-clx-ref:
1616       csit-vpp-perf-report-iterative-2009-2n-skx:
1617         - 120 # rls2009 MRR iter env 5
1618     vpp-compare-testbeds-mrr-skx-clx-cmp:
1619       csit-vpp-perf-report-iterative-2009-2n-clx:
1620         - 125 # rls2009 MRR iter env 5
1621
1622     vpp-compare-testbeds-mrr-hsw-clx-ref:
1623       csit-vpp-perf-report-iterative-2009-3n-hsw:
1624         - 23  # rls2009 MRR iter env 5
1625     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1626       csit-vpp-perf-report-iterative-2009-2n-clx:
1627         - 125 # rls2009 MRR iter env 5
1628
1629     dpdk-compare-testbeds-ref:
1630       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1631         - 6   # NDRPDR iter env5
1632         - 7   # NDRPDR iter env5
1633         - 8   # NDRPDR iter env5
1634         - 9   # NDRPDR iter env5
1635         - 10  # NDRPDR iter env5
1636         - 11  # NDRPDR iter env5
1637         - 12  # NDRPDR iter env5
1638         - 13  # NDRPDR iter env5
1639         - 14  # NDRPDR iter env5
1640         - 15  # NDRPDR iter env5
1641     dpdk-compare-testbeds-cmp:
1642       csit-dpdk-perf-report-iterative-2009-3n-skx:
1643         - 4   # NDRPDR sel env5
1644         - 5   # NDRPDR sel env5
1645         - 6   # NDRPDR sel env5
1646         - 7   # NDRPDR sel env5
1647         - 8   # NDRPDR sel env5
1648         - 9   # NDRPDR sel env5
1649         - 14  # NDRPDR sel env5
1650         - 11  # NDRPDR sel env5
1651         - 12  # NDRPDR sel env5
1652         - 13  # NDRPDR sel env5
1653
1654     dpdk-compare-testbeds-skx-clx-ref:
1655       csit-dpdk-perf-report-iterative-2009-2n-skx:
1656         - 4   # NDRPDR iter env5
1657         - 5   # NDRPDR iter env5
1658         - 6   # NDRPDR iter env5
1659         - 7   # NDRPDR iter env5
1660         - 8   # NDRPDR iter env5
1661         - 9   # NDRPDR iter env5
1662         - 10  # NDRPDR iter env5
1663         - 11  # NDRPDR iter env5
1664         - 12  # NDRPDR iter env5
1665         - 13  # NDRPDR iter env5
1666     dpdk-compare-testbeds-skx-clx-cmp:
1667       csit-dpdk-perf-report-iterative-2009-2n-clx:
1668         - 4   # NDRPDR iter env5
1669         - 5   # NDRPDR iter env5
1670         - 6   # NDRPDR iter env5
1671         - 7   # NDRPDR iter env5
1672         - 8   # NDRPDR iter env5
1673         - 9   # NDRPDR iter env5
1674         - 10  # NDRPDR iter env5
1675         - 11  # NDRPDR iter env5
1676         - 12  # NDRPDR iter env5
1677         - 13  # NDRPDR iter env5
1678
1679     # Compare topologies
1680
1681     vpp-compare-topologies-ref:
1682       csit-vpp-perf-report-iterative-2009-3n-skx:
1683         - 26  # rls2009 NDRPDR iter env 5
1684         - 27  # rls2009 NDRPDR iter env 5
1685         - 28  # rls2009 NDRPDR iter env 5
1686         - 29  # rls2009 NDRPDR iter env 5
1687         - 35  # rls2009 NDRPDR iter env 5
1688         - 36  # rls2009 NDRPDR iter env 5
1689         - 37  # rls2009 NDRPDR iter env 5
1690         - 38  # rls2009 NDRPDR iter env 5
1691         - 39  # rls2009 NDRPDR iter env 5
1692         - 40  # rls2009 NDRPDR iter env 5
1693     vpp-compare-topologies-cmp:
1694       csit-vpp-perf-report-iterative-2009-2n-skx:
1695         - 35  # rls2009 NDRPDR iter env 5
1696         - 36  # rls2009 NDRPDR iter env 5
1697         - 37  # rls2009 NDRPDR iter env 5
1698         - 39  # rls2009 NDRPDR iter env 5
1699         - 40  # rls2009 NDRPDR iter env 5
1700         - 42  # rls2009 NDRPDR iter env 5
1701         - 43  # rls2009 NDRPDR iter env 5
1702         - 44  # rls2009 NDRPDR iter env 5
1703         - 46  # rls2009 NDRPDR iter env 5
1704         - 48  # rls2009 NDRPDR iter env 5
1705
1706     vpp-compare-topologies-mrr-ref:
1707       csit-vpp-perf-report-iterative-2009-3n-skx:
1708         - 24  # rls2009 MRR iter env 5
1709     vpp-compare-topologies-mrr-cmp:
1710       csit-vpp-perf-report-iterative-2009-2n-skx:
1711         - 120 # rls2009 MRR iter env 5
1712
1713     dpdk-compare-topologies-ref:
1714       csit-dpdk-perf-report-iterative-2009-3n-skx:
1715         - 4   # NDRPDR sel env5
1716         - 5   # NDRPDR sel env5
1717         - 6   # NDRPDR sel env5
1718         - 7   # NDRPDR sel env5
1719         - 8   # NDRPDR sel env5
1720         - 9   # NDRPDR sel env5
1721         - 14  # NDRPDR sel env5
1722         - 11  # NDRPDR sel env5
1723         - 12  # NDRPDR sel env5
1724         - 13  # NDRPDR sel env5
1725     dpdk-compare-topologies-cmp:
1726       csit-dpdk-perf-report-iterative-2009-2n-skx:
1727         - 4   # NDRPDR iter env5
1728         - 5   # NDRPDR iter env5
1729         - 6   # NDRPDR iter env5
1730         - 7   # NDRPDR iter env5
1731         - 8   # NDRPDR iter env5
1732         - 9   # NDRPDR iter env5
1733         - 10  # NDRPDR iter env5
1734         - 11  # NDRPDR iter env5
1735         - 12  # NDRPDR iter env5
1736         - 13  # NDRPDR iter env5
1737
1738   plot-layouts:
1739
1740     plot-soak-throughput:
1741       titlefont:
1742         size: 16
1743       xaxis:
1744         title: "<b>Test Cases [Index]</b>"
1745         titlefont:
1746           size: 14
1747         autorange: True
1748         fixedrange: False
1749         gridcolor: "rgb(230, 230, 230)"
1750         linecolor: "rgb(220, 220, 220)"
1751         linewidth: 1
1752         showgrid: True
1753         showline: True
1754         showticklabels: True
1755         tickcolor: "rgb(220, 220, 220)"
1756         tickmode: "linear"
1757         tickfont:
1758           size: 14
1759         zeroline: False
1760       yaxis:
1761         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1762         titlefont:
1763           size: 14
1764         gridcolor: "rgb(230, 230, 230)"
1765         hoverformat: ".4r"
1766         tickformat: ".3r"
1767         linecolor: "rgb(220, 220, 220)"
1768         linewidth: 1
1769         showgrid: True
1770         showline: True
1771         showticklabels: True
1772         tickcolor: "rgb(220, 220, 220)"
1773         tickfont:
1774           size: 14
1775         zeroline: False
1776         range: [0,50]
1777       autosize: False
1778       margin:
1779         t: 50
1780         b: 0
1781         l: 80
1782         r: 20
1783       showlegend: True
1784       legend:
1785         orientation: "h"
1786         font:
1787           size: 14
1788       width: 700
1789       height: 900
1790       paper_bgcolor: "#fff"
1791       plot_bgcolor: "#fff"
1792       hoverlabel:
1793         namelength: -1
1794
1795     plot-service-density:
1796       titlefont:
1797         size: 16
1798       xaxis:
1799         side: "top"
1800         autorange: True
1801         fixedrange: False
1802         showgrid: False
1803         showline: False
1804         showticklabels: False
1805         ticks: ""
1806         ticklen: 0
1807         tickwidth: 0
1808         zeroline: False
1809       yaxis:
1810         autorange: "reversed"
1811         showgrid: False
1812         showline: False
1813         showticklabels: False
1814         ticks: ""
1815         ticklen: 0
1816         tickwidth: 0
1817         zeroline: False
1818       showlegend: False
1819       paper_bgcolor: "#fff"
1820       plot_bgcolor: "#fff"
1821       width: 700
1822       height: 700
1823       hoverlabel:
1824         namelength: -1
1825
1826     plot-hoststack:
1827       titlefont:
1828         size: 16
1829       xaxis:
1830         title: "<b>Test Cases [Index]</b>"
1831         titlefont:
1832           size: 14
1833         autorange: True
1834         fixedrange: False
1835         gridcolor: "rgb(230, 230, 230)"
1836         linecolor: "rgb(220, 220, 220)"
1837         linewidth: 1
1838         showgrid: True
1839         showline: True
1840         showticklabels: True
1841         tickcolor: "rgb(220, 220, 220)"
1842         tickmode: "linear"
1843         tickfont:
1844           size: 14
1845         zeroline: False
1846       yaxis:
1847         title: "<b>Bandwidth [Gbps]</b>"
1848         titlefont:
1849           size: 14
1850         gridcolor: "rgb(230, 230, 230)"
1851         hoverformat: ".4s"
1852         linecolor: "rgb(220, 220, 220)"
1853         linewidth: 1
1854         rangemode: "tozero"
1855         showgrid: True
1856         showline: True
1857         showticklabels: True
1858         tickcolor: "rgb(230, 230, 230)"
1859         tickformat: ".3s"
1860         tickfont:
1861           size: 14
1862         zeroline: False
1863       autosize: False
1864       margin:
1865         t: 50
1866         b: 20
1867         l: 80
1868         r: 20
1869       showlegend: True
1870       legend:
1871         orientation: "h"
1872         font:
1873           size: 14
1874       width: 700
1875       height: 800
1876       paper_bgcolor: "#fff"
1877       plot_bgcolor: "#fff"
1878       hoverlabel:
1879         namelength: -1
1880
1881     plot-throughput:
1882       titlefont:
1883         size: 16
1884       xaxis:
1885         title: "<b>Test Cases [Index]</b>"
1886         titlefont:
1887           size: 14
1888         autorange: True
1889         fixedrange: False
1890         gridcolor: "rgb(230, 230, 230)"
1891         linecolor: "rgb(220, 220, 220)"
1892         linewidth: 1
1893         showgrid: True
1894         showline: True
1895         showticklabels: True
1896         tickcolor: "rgb(220, 220, 220)"
1897         tickmode: "linear"
1898         tickfont:
1899           size: 14
1900         zeroline: False
1901       yaxis:
1902         title: "<b>Packet Throughput [Mpps]</b>"
1903         titlefont:
1904           size: 14
1905         gridcolor: "rgb(230, 230, 230)"
1906         hoverformat: ".4r"
1907         tickformat: ".3r"
1908         linecolor: "rgb(220, 220, 220)"
1909         linewidth: 1
1910         showgrid: True
1911         showline: True
1912         showticklabels: True
1913         tickcolor: "rgb(220, 220, 220)"
1914         tickfont:
1915           size: 14
1916         zeroline: False
1917         range: [0,50]
1918       autosize: False
1919       margin:
1920         t: 50
1921         b: 0
1922         l: 80
1923         r: 20
1924       showlegend: True
1925       legend:
1926         orientation: "h"
1927         font:
1928           size: 14
1929       width: 700
1930       height: 900
1931       paper_bgcolor: "#fff"
1932       plot_bgcolor: "#fff"
1933       hoverlabel:
1934         namelength: -1
1935
1936     plot-throughput-gbps:
1937       titlefont:
1938         size: 16
1939       xaxis:
1940         title: "<b>Test Cases [Index]</b>"
1941         titlefont:
1942           size: 14
1943         autorange: True
1944         fixedrange: False
1945         gridcolor: "rgb(230, 230, 230)"
1946         linecolor: "rgb(220, 220, 220)"
1947         linewidth: 1
1948         showgrid: True
1949         showline: True
1950         showticklabels: True
1951         tickcolor: "rgb(220, 220, 220)"
1952         tickmode: "linear"
1953         tickfont:
1954           size: 14
1955         zeroline: False
1956       yaxis:
1957         title: "<b>Packet Throughput [Gbps]</b>"
1958         titlefont:
1959           size: 14
1960         gridcolor: "rgb(230, 230, 230)"
1961         hoverformat: ".4r"
1962         tickformat: ".3r"
1963         linecolor: "rgb(220, 220, 220)"
1964         linewidth: 1
1965         showgrid: True
1966         showline: True
1967         showticklabels: True
1968         tickcolor: "rgb(220, 220, 220)"
1969         tickfont:
1970           size: 14
1971         zeroline: False
1972         range: [0,10]
1973       autosize: False
1974       margin:
1975         t: 50
1976         b: 0
1977         l: 80
1978         r: 20
1979       showlegend: True
1980       legend:
1981         orientation: "h"
1982         font:
1983           size: 14
1984       width: 700
1985       height: 900
1986       paper_bgcolor: "#fff"
1987       plot_bgcolor: "#fff"
1988       hoverlabel:
1989         namelength: -1
1990
1991     plot-cps:
1992       titlefont:
1993         size: 16
1994       xaxis:
1995         title: "<b>Test Cases [Index]</b>"
1996         titlefont:
1997           size: 14
1998         autorange: True
1999         fixedrange: False
2000         gridcolor: "rgb(230, 230, 230)"
2001         linecolor: "rgb(220, 220, 220)"
2002         linewidth: 1
2003         showgrid: True
2004         showline: True
2005         showticklabels: True
2006         tickcolor: "rgb(220, 220, 220)"
2007         tickmode: "linear"
2008         tickfont:
2009           size: 14
2010         zeroline: False
2011       yaxis:
2012         title: "<b>Connection Rate [Mcps]</b>"
2013         titlefont:
2014           size: 14
2015         gridcolor: "rgb(230, 230, 230)"
2016         hoverformat: ".4r"
2017         tickformat: ".3s"
2018         linecolor: "rgb(220, 220, 220)"
2019         linewidth: 1
2020         showgrid: True
2021         showline: True
2022         showticklabels: True
2023         tickcolor: "rgb(220, 220, 220)"
2024         tickfont:
2025           size: 14
2026         zeroline: False
2027         range: [0,10]
2028       autosize: False
2029       margin:
2030         t: 50
2031         b: 0
2032         l: 80
2033         r: 20
2034       showlegend: True
2035       legend:
2036         orientation: "h"
2037         font:
2038           size: 14
2039       width: 700
2040       height: 900
2041       paper_bgcolor: "#fff"
2042       plot_bgcolor: "#fff"
2043       hoverlabel:
2044         namelength: -1
2045
2046     plot-throughput-speedup-analysis:
2047       titlefont:
2048         size: 16
2049       xaxis:
2050         title: "<b>Number of Cores [Qty]</b>"
2051         titlefont:
2052           size: 14
2053         autorange: True
2054         fixedrange: False
2055         gridcolor: "rgb(230, 230, 230)"
2056         linecolor: "rgb(220, 220, 220)"
2057         linewidth: 1
2058         showgrid: True
2059         showline: True
2060         showticklabels: True
2061         tickcolor: "rgb(238, 238, 238)"
2062         tickmode: "linear"
2063         tickfont:
2064           size: 14
2065         zeroline: False
2066       yaxis:
2067         title: "<b>Packet Throughput [Mpps]</b>"
2068         titlefont:
2069           size: 14
2070         type: "linear"
2071         gridcolor: "rgb(230, 230, 230)"
2072         hoverformat: ".4s"
2073         linecolor: "rgb(220, 220, 220)"
2074         linewidth: 1
2075         showgrid: True
2076         showline: True
2077         showticklabels: True
2078         tickcolor: "rgb(220, 220, 220)"
2079         tickformat: ".4s"
2080         tickfont:
2081           size: 14
2082         zeroline: True
2083         rangemode: "tozero"
2084         range: [0,100]
2085       legend:
2086         orientation: "h"
2087         font:
2088           size: 14
2089         xanchor: "left"
2090         yanchor: "top"
2091         x: 0
2092         y: -0.2
2093         bgcolor: "rgba(255, 255, 255, 0)"
2094         bordercolor: "rgba(255, 255, 255, 0)"
2095         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2096       autosize: False
2097       margin:
2098           't': 50
2099           'b': 150
2100           'l': 85
2101           'r': 10
2102       showlegend: True
2103       width: 700
2104       height: 700
2105       paper_bgcolor: "#fff"
2106       plot_bgcolor: "#fff"
2107       hoverlabel:
2108         namelength: -1
2109       annotations: [
2110         {
2111           text: "_ _          __          ...",
2112           align: "left",
2113           showarrow: False,
2114           xref: "paper",
2115           yref: "paper",
2116           xanchor: "left",
2117           yanchor: "top",
2118           x: 0,
2119           y: -0.14,
2120           font: {
2121             family: "Consolas, Courier New",
2122             size: 13
2123           },
2124         },
2125         {
2126           text: "    Perfect     Measured     Limit",
2127           align: "left",
2128           showarrow: False,
2129           xref: "paper",
2130           yref: "paper",
2131           xanchor: "left",
2132           yanchor: "top",
2133           x: 0,
2134           y: -0.15,
2135           font: {
2136             family: "Consolas, Courier New",
2137             size: 13
2138           },
2139         },
2140       ]
2141
2142     plot-throughput-speedup-analysis-gbps:
2143       titlefont:
2144         size: 16
2145       xaxis:
2146         title: "<b>Number of Cores [Qty]</b>"
2147         titlefont:
2148           size: 14
2149         autorange: True
2150         fixedrange: False
2151         gridcolor: "rgb(230, 230, 230)"
2152         linecolor: "rgb(220, 220, 220)"
2153         linewidth: 1
2154         showgrid: True
2155         showline: True
2156         showticklabels: True
2157         tickcolor: "rgb(238, 238, 238)"
2158         tickmode: "linear"
2159         tickfont:
2160           size: 14
2161         zeroline: False
2162       yaxis:
2163         title: "<b>Packet Throughput [Gbps]</b>"
2164         titlefont:
2165           size: 14
2166         type: "linear"
2167         gridcolor: "rgb(230, 230, 230)"
2168         hoverformat: ".4s"
2169         linecolor: "rgb(220, 220, 220)"
2170         linewidth: 1
2171         showgrid: True
2172         showline: True
2173         showticklabels: True
2174         tickcolor: "rgb(220, 220, 220)"
2175         tickformat: ".4s"
2176         tickfont:
2177           size: 14
2178         zeroline: True
2179         rangemode: "tozero"
2180         range: [0,100]
2181       legend:
2182         orientation: "h"
2183         font:
2184           size: 14
2185         xanchor: "left"
2186         yanchor: "top"
2187         x: 0
2188         y: -0.2
2189         bgcolor: "rgba(255, 255, 255, 0)"
2190         bordercolor: "rgba(255, 255, 255, 0)"
2191         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2192       autosize: False
2193       margin:
2194           't': 50
2195           'b': 150
2196           'l': 85
2197           'r': 10
2198       showlegend: True
2199       width: 700
2200       height: 700
2201       paper_bgcolor: "#fff"
2202       plot_bgcolor: "#fff"
2203       hoverlabel:
2204         namelength: -1
2205       annotations: [
2206         {
2207           text: "_ _          __",
2208           align: "left",
2209           showarrow: False,
2210           xref: "paper",
2211           yref: "paper",
2212           xanchor: "left",
2213           yanchor: "top",
2214           x: 0,
2215           y: -0.13,
2216           font: {
2217             family: "Consolas, Courier New",
2218             size: 13
2219           },
2220         },
2221         {
2222           text: "    Perfect     Measured",
2223           align: "left",
2224           showarrow: False,
2225           xref: "paper",
2226           yref: "paper",
2227           xanchor: "left",
2228           yanchor: "top",
2229           x: 0,
2230           y: -0.15,
2231           font: {
2232             family: "Consolas, Courier New",
2233             size: 13
2234           },
2235         },
2236       ]
2237
2238     plot-throughput-speedup-analysis-cps:
2239       titlefont:
2240         size: 16
2241       xaxis:
2242         title: "<b>Number of Cores [Qty]</b>"
2243         titlefont:
2244           size: 14
2245         autorange: True
2246         fixedrange: False
2247         gridcolor: "rgb(230, 230, 230)"
2248         linecolor: "rgb(220, 220, 220)"
2249         linewidth: 1
2250         showgrid: True
2251         showline: True
2252         showticklabels: True
2253         tickcolor: "rgb(238, 238, 238)"
2254         tickmode: "linear"
2255         tickfont:
2256           size: 14
2257         zeroline: False
2258       yaxis:
2259         title: "<b>Connection Rate [Mcps]</b>"
2260         titlefont:
2261           size: 14
2262         type: "linear"
2263         gridcolor: "rgb(230, 230, 230)"
2264         hoverformat: ".4s"
2265         linecolor: "rgb(220, 220, 220)"
2266         linewidth: 1
2267         showgrid: True
2268         showline: True
2269         showticklabels: True
2270         tickcolor: "rgb(220, 220, 220)"
2271         tickformat: ".4s"
2272         tickfont:
2273           size: 14
2274         zeroline: True
2275         rangemode: "tozero"
2276         range: [0,100]
2277       legend:
2278         orientation: "h"
2279         font:
2280           size: 14
2281         xanchor: "left"
2282         yanchor: "top"
2283         x: 0
2284         y: -0.2
2285         bgcolor: "rgba(255, 255, 255, 0)"
2286         bordercolor: "rgba(255, 255, 255, 0)"
2287         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2288       autosize: False
2289       margin:
2290           't': 50
2291           'b': 150
2292           'l': 85
2293           'r': 10
2294       showlegend: True
2295       width: 700
2296       height: 700
2297       paper_bgcolor: "#fff"
2298       plot_bgcolor: "#fff"
2299       hoverlabel:
2300         namelength: -1
2301       annotations: [
2302         {
2303           text: "_ _          __",
2304           align: "left",
2305           showarrow: False,
2306           xref: "paper",
2307           yref: "paper",
2308           xanchor: "left",
2309           yanchor: "top",
2310           x: 0,
2311           y: -0.13,
2312           font: {
2313             family: "Consolas, Courier New",
2314             size: 13
2315           },
2316         },
2317         {
2318           text: "    Perfect     Measured",
2319           align: "left",
2320           showarrow: False,
2321           xref: "paper",
2322           yref: "paper",
2323           xanchor: "left",
2324           yanchor: "top",
2325           x: 0,
2326           y: -0.15,
2327           font: {
2328             family: "Consolas, Courier New",
2329             size: 13
2330           },
2331         },
2332       ]
2333
2334     plot-latency:
2335       titlefont:
2336         size: 16
2337       xaxis:
2338         title: "<b>Direction</b>"
2339         titlefont:
2340           size: 14
2341         autorange: True
2342         fixedrange: False
2343         gridcolor: "rgb(230, 230, 230)"
2344         linecolor: "rgb(220, 220, 220)"
2345         linewidth: 1
2346         showgrid: True
2347         showline: True
2348         showticklabels: False
2349         tickcolor: "rgb(220, 220, 220)"
2350         tickmode: "linear"
2351         tickfont:
2352           size: 14
2353         zeroline: False
2354       yaxis:
2355         title: "<b>Packet Latency [uSec]</b>"
2356         titlefont:
2357           size: 14
2358         type: "linear"
2359         gridcolor: "rgb(230, 230, 230)"
2360         hoverformat: ".4s"
2361         linecolor: "rgb(220, 220, 220)"
2362         linewidth: 1
2363         showgrid: True
2364         showline: True
2365         showticklabels: True
2366         tickcolor: "rgb(220, 220, 220)"
2367         tickformat: ".4s"
2368         tickfont:
2369           size: 14
2370         zeroline: True
2371         rangemode: "tozero"
2372       legend:
2373         orientation: "h"
2374         font:
2375           size: 14
2376         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2377       autosize: False
2378       margin:
2379           't': 50
2380           'b': 150
2381           'l': 80
2382           'r': 10
2383       showlegend: True
2384       width: 700
2385       height: 700
2386       paper_bgcolor: "#fff"
2387       plot_bgcolor: "#fff"
2388       hoverlabel:
2389         namelength: -1
2390
2391     plot-hdrh-latency:
2392       title:
2393         text: ""
2394         xanchor: "center"
2395         x: 0.5
2396         font:
2397           size: 16
2398       width: 700
2399       plot_bgcolor: "white"
2400       annotations:
2401         - font:
2402             size: 14
2403           showarrow: False
2404           text: "<b>Packet Latency [uSec]</b>"
2405           x: 1
2406           xanchor: "right"
2407           xref: "paper"
2408           y: -0.045
2409           yanchor: "top"
2410           yref: "paper"
2411         - font:
2412             size: 14
2413           showarrow: False
2414           text: "<b>Probability [%]</b>"
2415           textangle: 270
2416           x: -0.06
2417           xanchor: "center"
2418           xref: "paper"
2419           y: 0.5
2420           yanchor: "middle"
2421           yref: "paper"
2422         - font:
2423             size: 14
2424           showarrow: False
2425           text: "<b>Direction: E-W</b>"
2426           x: 0.24
2427           xanchor: "center"
2428           xref: "paper"
2429           y: 1.05
2430           yanchor: "bottom"
2431           yref: "paper"
2432         - font:
2433             size: 14
2434           showarrow: False
2435           text: "<b>Direction: W-E</b>"
2436           x: 0.74
2437           xanchor: "center"
2438           xref: "paper"
2439           y: 1.05
2440           yanchor: "bottom"
2441           yref: "paper"
2442
2443     plot-hdrh-latency-percentile:
2444       title:
2445         text: ""
2446         xanchor: "center"
2447         x: 0.5
2448         font:
2449           size: 16
2450       xaxis:
2451         type: "log"
2452         title: "<b>Percentile [%]</b>"
2453         titlefont:
2454           size: 14
2455         autorange: True
2456         fixedrange: False
2457         gridcolor: "rgb(230, 230, 230)"
2458         linecolor: "rgb(220, 220, 220)"
2459         linewidth: 1
2460         showgrid: True
2461         showline: True
2462         showticklabels: True
2463         tickcolor: "rgb(220, 220, 220)"
2464         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2465         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2466         tickfont:
2467           size: 14
2468       yaxis:
2469         title: "<b>Packet Latency [uSec]</b>"
2470         titlefont:
2471           size: 14
2472         gridcolor: "rgb(230, 230, 230)"
2473         linecolor: "rgb(220, 220, 220)"
2474         linewidth: 1
2475         showgrid: True
2476         showline: True
2477         showticklabels: True
2478         tickcolor: "rgb(220, 220, 220)"
2479         tickfont:
2480           size: 14
2481       autosize: False
2482       showlegend: True
2483       legend:
2484         traceorder: "normal"
2485         orientation: "h"
2486         font:
2487           size: 14
2488         xanchor: "left"
2489         yanchor: "top"
2490         x: 0
2491         y: -0.15
2492         bgcolor: "rgba(255, 255, 255, 0)"
2493         bordercolor: "rgba(255, 255, 255, 0)"
2494       width: 700
2495       height: 700
2496       paper_bgcolor: "white"
2497       plot_bgcolor: "white"
2498
2499     plot-hdrh-latency-by-percentile:
2500       title:
2501         text: "<b>Latency by Percentile Distribution</b>"
2502         xanchor: "center"
2503         x: 0.5
2504         font:
2505           size: 18
2506       showlegend: True
2507       legend:
2508         traceorder: "normal"
2509         orientation: "h"
2510         font:
2511           size: 16
2512         xanchor: "left"
2513         yanchor: "top"
2514         x: 0
2515         y: -0.2
2516         bgcolor: "rgba(255, 255, 255, 0)"
2517         bordercolor: "rgba(255, 255, 255, 0)"
2518       xaxis:
2519         type: "linear"
2520         title: "<b>Percentile [%]</b>"
2521         titlefont:
2522           size: 14
2523         autorange: False
2524         fixedrange: False
2525         range: [0, 100]
2526         gridcolor: "rgb(230, 230, 230)"
2527         linecolor: "rgb(220, 220, 220)"
2528         linewidth: 1
2529         showgrid: True
2530         showline: True
2531         showticklabels: True
2532         tickcolor: "rgb(220, 220, 220)"
2533         tickvals: [0, 25, 50, 75, 100]
2534         ticktext: [0, 25, 50, 75, 100]
2535         tickfont:
2536           size: 14
2537       yaxis:
2538         title: "<b>One-Way Latency per Direction [uSec]</b>"
2539         titlefont:
2540           size: 14
2541         gridcolor: "rgb(230, 230, 230)"
2542         linecolor: "rgb(220, 220, 220)"
2543         linewidth: 1
2544         showgrid: True
2545         showline: True
2546         showticklabels: True
2547         tickcolor: "rgb(220, 220, 220)"
2548         tickfont:
2549           size: 14
2550       width: 700
2551       height: 700
2552       paper_bgcolor: "white"
2553       plot_bgcolor: "white"
2554
2555 - type: "static"
2556   src-path: "{DIR[RST]}"
2557   dst-path: "{DIR[WORKING,SRC]}"
2558
2559 - type: "input"
2560   general:
2561     file-name: "output_info.xml.gz"
2562     file-format: ".gz"
2563     arch-file-format:
2564       - ".gz"
2565       - ".zip"
2566     download-path: "{job}/{build}/archives/{filename}"
2567     extract: "output.xml"
2568
2569     zip-file-name: "robot-plugin.zip"
2570     zip-file-format: ".zip"
2571     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2572     zip-extract: "robot-plugin/output.xml"
2573
2574   builds:
2575
2576     csit-vpp-perf-verify-2001-3n-hsw:
2577       - 17  # MRR sel
2578     csit-vpp-perf-report-iterative-2005-3n-hsw:
2579       - 20  # NDRPDR sel env 4
2580       - 21  # NDRPDR sel env 4
2581       - 22  # NDRPDR sel env 4
2582       - 23  # NDRPDR sel env 4
2583       - 24  # NDRPDR sel env 4
2584       - 25  # NDRPDR sel env 4
2585       - 26  # NDRPDR sel env 4
2586       - 27  # NDRPDR sel env 4
2587       - 28  # NDRPDR sel env 4
2588       - 29  # NDRPDR sel env 4
2589       - 30  # MRR env 4
2590       - 31  # NDRPDR sel 2001.0-4
2591       - 32  # NDRPDR sel 2001.0-4
2592       - 33  # NDRPDR sel 2001.0-4
2593       - 34  # NDRPDR sel 2001.0-4
2594       - 35  # NDRPDR sel 2001.0-4
2595       - 36  # NDRPDR sel 2001.0-4
2596       - 38  # NDRPDR sel 2001.0-4
2597     csit-vpp-perf-report-iterative-2009-3n-hsw:
2598       - 18  # rls2005 MRR iter env 5
2599       - 9   # rls2005 NDRPDR iter env 5
2600       - 10  # rls2005 NDRPDR iter env 5
2601       - 11  # rls2005 NDRPDR iter env 5
2602       - 12  # rls2005 NDRPDR iter env 5
2603       - 13  # rls2005 NDRPDR iter env 5
2604       - 14  # rls2005 NDRPDR iter env 5
2605       - 15  # rls2005 NDRPDR iter env 5
2606       - 16  # rls2005 NDRPDR iter env 5
2607       - 17  # rls2005 NDRPDR iter env 5
2608       - 19  # rls2005 NDRPDR iter env 5
2609       - 23  # rls2009 MRR iter env 5
2610       - 21  # rls2009 NDRPDR iter env 5
2611       - 22  # rls2009 NDRPDR iter env 5
2612       - 24  # rls2009 NDRPDR iter env 5
2613       - 25  # rls2009 NDRPDR iter env 5
2614       - 26  # rls2009 NDRPDR iter env 5
2615       - 27  # rls2009 NDRPDR iter env 5
2616       - 28  # rls2009 NDRPDR iter env 5
2617       - 29  # rls2009 NDRPDR iter env 5
2618       - 30  # rls2009 NDRPDR iter env 5
2619       - 31  # rls2009 NDRPDR iter env 5
2620       - 32  # rls2009 Hoststack iter env 5
2621       - 33  # rls2009 Hoststack iter env 5
2622       - 34  # rls2009 Hoststack iter env 5
2623       - 35  # rls2009 Hoststack iter env 5
2624       - 36  # rls2009 Hoststack iter env 5
2625       - 37  # rls2009 Hoststack iter env 5
2626       - 38  # rls2009 Hoststack iter env 5
2627       - 39  # rls2009 Hoststack iter env 5
2628       - 40  # rls2009 Hoststack iter env 5
2629       - 41  # rls2009 Hoststack iter env 5
2630     csit-vpp-perf-report-coverage-2009-3n-hsw:
2631       - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
2632       - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
2633       - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
2634       - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
2635       - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
2636       - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
2637       - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
2638       - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
2639       - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
2640       - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
2641       - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
2642       - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
2643       - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
2644       - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
2645       - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
2646       - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
2647       - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
2648       - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
2649       - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
2650       - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
2651       - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
2652       - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
2653       - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
2654       - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
2655       - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
2656       - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
2657       - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
2658       - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
2659       - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
2660       - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
2661       - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
2662       - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
2663       - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
2664       - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
2665       - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
2666
2667     csit-vpp-perf-verify-2001-3n-skx:
2668       - 50  # MRR sel
2669       - 53  # MRR sel addition
2670     csit-vpp-perf-report-iterative-2005-3n-skx:
2671       - 4   # NDRPDR sel
2672       - 5   # NDRPDR sel ??? all x710 failed
2673       - 33  # NDRPDR sel
2674       - 28  # NDRPDR sel
2675       - 34  # NDRPDR sel
2676       - 42  # NDRPDR sel env 4
2677       - 43  # NDRPDR sel env 4
2678       - 44  # NDRPDR sel env 4
2679       - 45  # NDRPDR sel env 4
2680       - 47  # NDRPDR sel env 4
2681       - 55  # NDRPDR sel env 4
2682       - 56  # NDRPDR sel env 4
2683       - 57  # NDRPDR sel env 4
2684       - 61  # NDRPDR sel env 4
2685       - 62  # NDRPDR sel env 4
2686       - 50  # NDRPDR sel 2001.0-4
2687       - 51  # NDRPDR sel 2001.0-4
2688       - 52  # NDRPDR sel 2001.0-4
2689       - 53  # NDRPDR sel 2001.0-4
2690       - 54  # NDRPDR sel 2001.0-4
2691       - 49  # MRR sel env 4
2692     csit-vpp-perf-report-iterative-2009-3n-skx:
2693       - 17  # rls2005 MRR iter env 5
2694       - 13  # rls2005 NDRPDR iter env 5
2695       - 18  # rls2005 NDRPDR iter env 5
2696       - 19  # rls2005 NDRPDR iter env 5
2697       - 41  # rls2005 NDRPDR iter env 5
2698       - 43  # rls2005 NDRPDR iter env 5
2699       - 44  # rls2005 NDRPDR iter env 5
2700       - 45  # rls2005 NDRPDR iter env 5
2701       - 46  # rls2005 NDRPDR iter env 5
2702       - 48  # rls2005 NDRPDR iter env 5
2703       - 49  # rls2005 NDRPDR iter env 5
2704       - 24  # rls2009 MRR iter env 5
2705       - 26  # rls2009 NDRPDR iter env 5
2706       - 27  # rls2009 NDRPDR iter env 5
2707       - 28  # rls2009 NDRPDR iter env 5
2708       - 29  # rls2009 NDRPDR iter env 5
2709       - 35  # rls2009 NDRPDR iter env 5
2710       - 36  # rls2009 NDRPDR iter env 5
2711       - 37  # rls2009 NDRPDR iter env 5
2712       - 38  # rls2009 NDRPDR iter env 5
2713       - 39  # rls2009 NDRPDR iter env 5
2714       - 40  # rls2009 NDRPDR iter env 5
2715     csit-vpp-perf-report-coverage-2009-3n-skx:
2716       - 36  # rls2009 NDRPDR cov 3n-skx-crypto-00
2717       - 3   # rls2009 NDRPDR cov 3n-skx-crypto-01
2718       - 4   # rls2009 NDRPDR cov 3n-skx-crypto-02
2719       - 37  # rls2009 NDRPDR cov 3n-skx-crypto-03
2720       - 6   # rls2009 NDRPDR cov 3n-skx-ip4-00
2721       - 7   # rls2009 NDRPDR cov 3n-skx-ip4-01
2722       - 8   # rls2009 NDRPDR cov 3n-skx-ip4-02
2723       - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
2724       - 10  # rls2009 NDRPDR cov 3n-skx-ip4-04
2725       - 38  # rls2009 NDRPDR cov 3n-skx-ip4-05
2726       - 12  # rls2009 NDRPDR cov 3n-skx-ip4-06
2727       - 39  # rls2009 NDRPDR cov 3n-skx-ip4-07
2728       - 14  # rls2009 NDRPDR cov 3n-skx-ip4tun-00
2729       - 15  # rls2009 NDRPDR cov 3n-skx-ip4tun-01
2730       - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
2731       - 40  # rls2009 NDRPDR cov 3n-skx-ip6-00
2732       - 18  # rls2009 NDRPDR cov 3n-skx-ip6-01
2733       - 19  # rls2009 NDRPDR cov 3n-skx-ip6tun-00
2734       - 20  # rls2009 NDRPDR cov 3n-skx-l2-00
2735       - 21  # rls2009 NDRPDR cov 3n-skx-l2-01
2736       - 22  # rls2009 NDRPDR cov 3n-skx-l2-02
2737       - 23  # rls2009 NDRPDR cov 3n-skx-l2-03
2738       - 24  # rls2009 NDRPDR cov 3n-skx-l2-04
2739       - 41  # rls2009 NDRPDR cov 3n-skx-l2-05
2740       - 42  # rls2009 NDRPDR cov 3n-skx-l2-06
2741       - 43  # rls2009 NDRPDR cov 3n-skx-l2-07
2742       - 28  # rls2009 NDRPDR cov 3n-skx-l2-08
2743       - 44  # rls2009 NDRPDR cov 3n-skx-l2-09
2744       - 45  # rls2009 NDRPDR cov 3n-skx-l2-10
2745       - 46  # rls2009 NDRPDR cov 3n-skx-memif-00
2746       - 47  # rls2009 NDRPDR cov 3n-skx-srv6-00
2747       - 48  # rls2009 NDRPDR cov 3n-skx-srv6-01
2748       - 49  # rls2009 NDRPDR cov 3n-skx-vhost-00
2749       - 50  # rls2009 NDRPDR cov 3n-skx-vhost-01
2750       - 51  # rls2009 NDRPDR cov 3n-skx-vhost-02
2751       - 54  # rls2009 NDRPDR cov 3n-skx-vhost-03
2752
2753     csit-vpp-perf-verify-2001-2n-skx:
2754       - 101  # MRR sel - old
2755       - 128  # MRR sel addition - old
2756     csit-vpp-perf-report-iterative-2005-2n-skx:
2757       - 88  # NDRPDR sel env 4
2758       - 89  # NDRPDR sel env 4
2759       - 90  # NDRPDR sel env 4
2760       - 91  # NDRPDR sel env 4
2761       - 92  # NDRPDR sel env 4
2762       - 93  # NDRPDR sel env 4
2763       - 94  # NDRPDR sel env 4
2764       - 125 # NDRPDR sel env 4
2765       - 126 # NDRPDR sel env 4
2766       - 127 # NDRPDR sel env 4
2767       - 100 # NDRPDR sel 2001.0-4
2768       - 101 # NDRPDR sel 2001.0-4
2769       - 102 # NDRPDR sel 2001.0-4
2770       - 103 # NDRPDR sel 2001.0-4
2771       - 104 # NDRPDR sel 2001.0-4
2772       - 105 # NDRPDR sel 2001.0-4
2773       - 99  # MRR sel env 4
2774     csit-vpp-perf-report-iterative-2009-2n-skx:
2775       - 20  # rls2005 MRR iter env 5
2776       - 13  # rls2005 NDRPDR iter env 5
2777       - 16  # rls2005 NDRPDR iter env 5
2778       - 17  # rls2005 NDRPDR iter env 5
2779       - 18  # rls2005 NDRPDR iter env 5
2780       - 19  # rls2005 NDRPDR iter env 5
2781       - 21  # rls2005 NDRPDR iter env 5
2782       - 22  # rls2005 NDRPDR iter env 5
2783       - 23  # rls2005 NDRPDR iter env 5
2784       - 24  # rls2005 NDRPDR iter env 5
2785       - 25  # rls2005 NDRPDR iter env 5
2786       - 120 # rls2009 MRR iter env 5
2787       - 35  # rls2009 NDRPDR iter env 5
2788       - 36  # rls2009 NDRPDR iter env 5
2789       - 37  # rls2009 NDRPDR iter env 5
2790       - 39  # rls2009 NDRPDR iter env 5
2791       - 40  # rls2009 NDRPDR iter env 5
2792       - 42  # rls2009 NDRPDR iter env 5
2793       - 43  # rls2009 NDRPDR iter env 5
2794       - 44  # rls2009 NDRPDR iter env 5
2795       - 46  # rls2009 NDRPDR iter env 5
2796       - 48  # rls2009 NDRPDR iter env 5
2797       - 110 # rls2009 NDRPDR iter NAT44 env 5
2798       - 111 # rls2009 NDRPDR iter NAT44 env 5
2799       - 112 # rls2009 NDRPDR iter NAT44 env 5
2800       - 113 # rls2009 NDRPDR iter NAT44 env 5
2801       - 114 # rls2009 NDRPDR iter NAT44 env 5
2802       - 115 # rls2009 NDRPDR iter NAT44 env 5
2803       - 116 # rls2009 NDRPDR iter NAT44 env 5
2804       - 118 # rls2009 NDRPDR iter NAT44 env 5
2805       - 119 # rls2009 NDRPDR iter NAT44 env 5
2806       - 121 # rls2009 NDRPDR iter NAT44 env 5
2807       - 38  # rls2009 nf-density iter env 5
2808       - 41  # rls2009 nf-density iter env 5
2809       - 45  # rls2009 nf-density iter env 5
2810       - 47  # rls2009 nf-density iter env 5
2811       - 49  # rls2009 nf-density iter env 5
2812       - 63  # rls2009 nf-density iter env 5
2813       - 65  # rls2009 nf-density iter env 5
2814       - 66  # rls2009 nf-density iter env 5
2815       - 71  # rls2009 nf-density iter env 5
2816       - 72  # rls2009 nf-density iter env 5
2817       - 50  # rls2009 MRR nf-density iter env 5
2818       - 27  # rls2009 reconf env 5
2819       - 28  # rls2009 reconf env 5
2820       - 29  # rls2009 reconf env 5
2821       - 30  # rls2009 reconf env 5
2822       - 31  # rls2009 reconf env 5
2823       - 32  # rls2009 reconf env 5
2824       - 61  # rls2009 reconf env 5
2825       - 62  # rls2009 reconf env 5
2826       - 68  # rls2009 reconf env 5
2827       - 70  # rls2009 reconf env 5
2828       - 33  # rls2009 soak env 5
2829       - 34  # rls2009 soak env 5
2830     csit-vpp-perf-report-coverage-2009-2n-skx:
2831       - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
2832       - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
2833       - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
2834       - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
2835       - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
2836       - 31  # rls2009 NDRPDR cov 2n-skx-ip4-05
2837       - 32  # rls2009 NDRPDR cov 2n-skx-ip4-06
2838       - 33  # rls2009 NDRPDR cov 2n-skx-ip4-07
2839       - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
2840       - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
2841       - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
2842       - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
2843       - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
2844       - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
2845       - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
2846       - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
2847       - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
2848
2849     csit-vpp-perf-verify-2001-2n-clx:
2850       - 39  # MRR
2851     csit-vpp-perf-report-iterative-2005-2n-clx:
2852       - 62  # NDRPDR sel env 4
2853       - 63  # NDRPDR sel env 4
2854       - 64  # NDRPDR sel env 4
2855       - 65  # NDRPDR sel env 4
2856       - 66  # NDRPDR sel env 4
2857       - 68  # NDRPDR sel env 4
2858       - 69  # NDRPDR sel env 4
2859       - 70  # NDRPDR sel env 4
2860       - 103 # NDRPDR sel env 4
2861       - 104 # NDRPDR sel env 4
2862       - 73  # NDRPDR sel 2001.0-4
2863       - 74  # NDRPDR sel 2001.0-4
2864       - 75  # NDRPDR sel 2001.0-4
2865       - 76  # NDRPDR sel 2001.0-4
2866       - 77  # NDRPDR sel 2001.0-4
2867       - 78  # NDRPDR sel 2001.0-4
2868       - 79  # NDRPDR sel 2001.0-4
2869       - 80  # NDRPDR sel 2001.0-4
2870       - 72  # MRR env 4
2871     csit-vpp-perf-report-iterative-2009-2n-clx:
2872       - 77  # rls2005 MRR iter env 5
2873       - 13  # rls2005 NDRPDR iter env 5
2874       - 15  # rls2005 NDRPDR iter env 5
2875       - 17  # rls2005 NDRPDR iter env 5
2876       - 18  # rls2005 NDRPDR iter env 5
2877       - 19  # rls2005 NDRPDR iter env 5
2878       - 20  # rls2005 NDRPDR iter env 5
2879       - 21  # rls2005 NDRPDR iter env 5
2880       - 22  # rls2005 NDRPDR iter env 5
2881       - 23  # rls2005 NDRPDR iter env 5
2882       - 24  # rls2005 NDRPDR iter env 5
2883       - 125 # rls2009 MRR iter env 5
2884       - 36  # rls2009 NDRPDR iter env 5
2885       - 39  # rls2009 NDRPDR iter env 5
2886       - 40  # rls2009 NDRPDR iter env 5
2887       - 65  # rls2009 NDRPDR iter env 5
2888       - 66  # rls2009 NDRPDR iter env 5
2889       - 79  # rls2009 NDRPDR iter env 5
2890       - 82  # rls2009 NDRPDR iter env 5
2891       - 88  # rls2009 NDRPDR iter env 5
2892       - 89  # rls2009 NDRPDR iter env 5
2893       - 90  # rls2009 NDRPDR iter env 5
2894       - 114 # rls2009 NDRPDR iter NAT44 env 5
2895       - 115 # rls2009 NDRPDR iter NAT44 env 5
2896       - 116 # rls2009 NDRPDR iter NAT44 env 5
2897       - 117 # rls2009 NDRPDR iter NAT44 env 5
2898       - 118 # rls2009 NDRPDR iter NAT44 env 5
2899       - 119 # rls2009 NDRPDR iter NAT44 env 5
2900       - 121 # rls2009 NDRPDR iter NAT44 env 5
2901       - 122 # rls2009 NDRPDR iter NAT44 env 5
2902       - 123 # rls2009 NDRPDR iter NAT44 env 5
2903       - 126 # rls2009 NDRPDR iter NAT44 env 5
2904       - 37  # rls2009 nf-density iter env 5
2905       - 43  # rls2009 nf-density iter env 5
2906       - 69  # rls2009 nf-density iter env 5
2907       - 70  # rls2009 nf-density iter env 5
2908       - 71  # rls2009 nf-density iter env 5
2909       - 72  # rls2009 nf-density iter env 5
2910       - 73  # rls2009 nf-density iter env 5
2911       - 74  # rls2009 nf-density iter env 5
2912       - 75  # rls2009 nf-density iter env 5
2913       - 76  # rls2009 nf-density iter env 5
2914       - 45  # rls2009 MRR nf-density iter env 5
2915       - 25  # rls2009 reconf env 5
2916       - 27  # rls2009 reconf env 5
2917       - 28  # rls2009 reconf env 5
2918       - 29  # rls2009 reconf env 5
2919       - 30  # rls2009 reconf env 5
2920       - 30  # rls2009 reconf env 5
2921       - 32  # rls2009 reconf env 5
2922       - 48  # rls2009 reconf env 5
2923       - 53  # rls2009 reconf env 5
2924       - 68  # rls2009 reconf env 5
2925       - 33  # rls2009 soak env 5
2926       - 34  # rls2009 soak env 5
2927     csit-vpp-perf-report-coverage-2009-2n-clx:
2928       - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
2929       - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
2930       - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
2931       - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
2932       - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
2933       - 23  # rls2009 NDRPDR cov 2n-clx-ip4-05
2934       - 24  # rls2009 NDRPDR cov 2n-clx-ip4-06
2935       - 25  # rls2009 NDRPDR cov 2n-clx-ip4-07
2936       - 22  # rls2009 NDRPDR cov 2n-clx-ip6-00
2937       - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
2938       - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
2939       - 21  # rls2009 NDRPDR cov 2n-clx-l2-01
2940       - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
2941       - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
2942       - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
2943       - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
2944       - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
2945
2946     csit-vpp-perf-report-iterative-2009-2n-zn2:
2947       - 15  # rls2009 MRR iter env 5
2948       - 17  # rls2009 NDRPDR iter env 5
2949       - 18  # rls2009 NDRPDR iter env 5
2950       - 31  # rls2009 NDRPDR iter env 5
2951       - 33  # rls2009 NDRPDR iter env 5
2952       - 34  # rls2009 NDRPDR iter env 5
2953
2954     csit-vpp-perf-verify-2001-3n-tsh:
2955       - 9   # MRR sel
2956     csit-vpp-perf-report-iterative-2005-3n-tsh:
2957       - 23  # NDRPDR sel env 4
2958       - 25  # NDRPDR sel env 4
2959       - 33  # NDRPDR sel env 4
2960       - 34  # NDRPDR sel env 4
2961       - 35  # NDRPDR sel env 4
2962       - 36  # NDRPDR sel env 4
2963       - 37  # NDRPDR sel env 4
2964       - 38  # NDRPDR sel env 4
2965       - 39  # NDRPDR sel env 4
2966       - 40  # NDRPDR sel env 4
2967       - 28  # NDRPDR sel 2001.0-4
2968       - 29  # NDRPDR sel 2001.0-4
2969       - 31  # NDRPDR sel 2001.0-4
2970       - 27  # MRR sel env 4
2971     csit-vpp-perf-report-iterative-2009-3n-tsh:
2972       - 8   # rls2005 NDRPDR iter env 5
2973       - 11  # rls2005 NDRPDR iter env 5
2974       - 12  # rls2005 NDRPDR iter env 5
2975       - 24  # rls2005 NDRPDR iter env 5
2976       - 27  # rls2005 NDRPDR iter env 5
2977       - 29  # rls2005 NDRPDR iter env 5
2978       - 31  # rls2005 NDRPDR iter env 5
2979       - 39  # rls2005 NDRPDR iter env 5
2980       - 40  # rls2005 NDRPDR iter env 5
2981       - 42  # rls2005 NDRPDR iter env 5
2982       - 13  # rls2005 MRR iter env 5
2983       - 14  # rls2009 NDRPDR iter env 5
2984       - 20  # rls2009 NDRPDR iter env 5
2985       - 21  # rls2009 NDRPDR iter env 5
2986       - 22  # rls2009 NDRPDR iter env 5
2987       - 23  # rls2009 NDRPDR iter env 5
2988       - 28  # rls2009 NDRPDR iter env 5
2989       - 30  # rls2009 NDRPDR iter env 5
2990       - 33  # rls2009 NDRPDR iter env 5
2991       - 38  # rls2009 NDRPDR iter env 5
2992       - 41  # rls2009 NDRPDR iter env 5
2993       - 15  # rls2009 MRR iter env 5
2994
2995     csit-vpp-perf-verify-2001-3n-dnv:
2996       - 5   # NDRPDR sel
2997       - 6   # NDRPDR sel
2998       - 7   # NDRPDR sel
2999       - 8   # NDRPDR sel
3000       - 9   # NDRPDR sel
3001       - 10  # NDRPDR sel
3002       - 12  # NDRPDR sel
3003       - 16  # NDRPDR sel
3004       - 17  # NDRPDR sel
3005       - 18  # NDRPDR sel
3006       - 11  # MRR sel
3007     csit-vpp-perf-report-iterative-2009-3n-dnv:
3008       - 16  # rls2005 NDRPDR iter env 5
3009       - 23  # rls2005 NDRPDR iter env 5
3010       - 25  # rls2005 NDRPDR iter env 5
3011       - 26  # rls2005 NDRPDR iter env 5
3012       - 27  # rls2005 NDRPDR iter env 5
3013       - 28  # rls2005 NDRPDR iter env 5
3014       - 29  # rls2005 NDRPDR iter env 5
3015       - 30  # rls2005 NDRPDR iter env 5
3016       - 31  # rls2005 NDRPDR iter env 5
3017       - 32  # rls2005 NDRPDR iter env 5
3018       - 19  # rls2005 MRR iter env 5
3019       - 3   # rls2009 NDRPDR iter env 5
3020       - 6   # rls2009 NDRPDR iter env 5
3021       - 7   # rls2009 NDRPDR iter env 5
3022       - 8   # rls2009 NDRPDR iter env 5
3023       - 10  # rls2009 NDRPDR iter env 5
3024       - 11  # rls2009 NDRPDR iter env 5
3025       - 12  # rls2009 NDRPDR iter env 5
3026       - 14  # rls2009 NDRPDR iter env 5
3027       - 15  # rls2009 NDRPDR iter env 5
3028       - 24  # rls2009 NDRPDR iter env 5
3029       - 22  # rls2009 MRR iter env 5
3030     csit-vpp-perf-report-coverage-2009-3n-dnv:
3031       - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
3032       - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
3033       - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
3034       - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
3035       - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
3036       - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
3037       - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
3038       - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
3039       - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
3040
3041     csit-vpp-perf-verify-2001-2n-dnv:
3042       - 4   # NDRPDR sel
3043       - 5   # NDRPDR sel
3044       - 6   # NDRPDR sel
3045       - 7   # NDRPDR sel
3046       - 8   # NDRPDR sel
3047       - 9   # NDRPDR sel
3048       - 10  # NDRPDR sel
3049       - 11  # NDRPDR sel
3050       - 13  # NDRPDR sel
3051       - 16  # NDRPDR sel
3052       - 12  # MRR sel
3053     csit-vpp-perf-report-iterative-2009-2n-dnv:
3054       - 16  # rls2005 NDRPDR iter env 5
3055       - 17  # rls2005 NDRPDR iter env 5
3056       - 18  # rls2005 NDRPDR iter env 5
3057       - 19  # rls2005 NDRPDR iter env 5
3058       - 21  # rls2005 NDRPDR iter env 5
3059       - 24  # rls2005 NDRPDR iter env 5
3060       - 27  # rls2005 NDRPDR iter env 5
3061       - 28  # rls2005 NDRPDR iter env 5
3062       - 29  # rls2005 NDRPDR iter env 5
3063       - 30  # rls2005 NDRPDR iter env 5
3064       - 23  # rls2005 MRR iter env 5
3065       - 3   # rls2009 NDRPDR iter env 5
3066       - 5   # rls2009 NDRPDR iter env 5
3067       - 6   # rls2009 NDRPDR iter env 5
3068       - 7   # rls2009 NDRPDR iter env 5
3069       - 9   # rls2009 NDRPDR iter env 5
3070       - 10  # rls2009 NDRPDR iter env 5
3071       - 11  # rls2009 NDRPDR iter env 5
3072       - 12  # rls2009 NDRPDR iter env 5
3073       - 14  # rls2009 NDRPDR iter env 5
3074       - 15  # rls2009 NDRPDR iter env 5
3075       - 13  # rls2009 MRR iter env 5
3076     csit-vpp-perf-report-coverage-2009-2n-dnv:
3077       - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
3078       - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
3079       - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
3080       - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
3081       - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
3082       - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
3083
3084     csit-dpdk-perf-verify-2001-3n-hsw:
3085       - 4   # NDRPDR sel
3086       - 5   # NDRPDR sel
3087       - 6   # NDRPDR sel
3088       - 7   # NDRPDR sel
3089       - 8   # NDRPDR sel
3090       - 9   # NDRPDR sel
3091       - 10  # NDRPDR sel
3092       - 11  # NDRPDR sel
3093       - 12  # NDRPDR sel
3094       - 13  # NDRPDR sel
3095       - 15  # NDRPDR sel
3096       - 16  # NDRPDR sel
3097       - 17  # NDRPDR sel
3098       - 18  # NDRPDR sel
3099       - 19  # NDRPDR sel
3100       - 20  # NDRPDR sel
3101       - 21  # NDRPDR sel
3102       - 22  # NDRPDR sel
3103       - 23  # NDRPDR sel
3104       - 24  # NDRPDR sel
3105     csit-dpdk-perf-report-iterative-2005-3n-hsw:
3106       - 25  # NDRPDR iter
3107       - 26  # NDRPDR iter
3108       - 27  # NDRPDR iter
3109       - 28  # NDRPDR iter
3110       - 29  # NDRPDR iter
3111       - 30  # NDRPDR iter
3112       - 31  # NDRPDR iter
3113       - 32  # NDRPDR iter
3114       - 33  # NDRPDR iter
3115       - 34  # NDRPDR iter
3116     csit-dpdk-perf-report-iterative-2009-3n-hsw:
3117       - 6   # NDRPDR iter env5
3118       - 7   # NDRPDR iter env5
3119       - 8   # NDRPDR iter env5
3120       - 9   # NDRPDR iter env5
3121       - 10  # NDRPDR iter env5
3122       - 11  # NDRPDR iter env5
3123       - 12  # NDRPDR iter env5
3124       - 13  # NDRPDR iter env5
3125       - 14  # NDRPDR iter env5
3126       - 15  # NDRPDR iter env5
3127
3128     csit-dpdk-perf-verify-2001-3n-skx:
3129       - 29  # NDRPDR sel xxv710
3130       - 33  # NDRPDR sel xxv710
3131       - 34  # NDRPDR sel xxv710
3132       - 35  # NDRPDR sel xxv710
3133       - 36  # NDRPDR sel xxv710
3134       - 37  # NDRPDR sel xxv710
3135       - 41  # NDRPDR sel xxv710
3136       - 42  # NDRPDR sel xxv710
3137       - 43  # NDRPDR sel xxv710
3138       - 45  # NDRPDR sel xxv710
3139       - 30  # NDRPDR sel x710
3140       - 31  # NDRPDR sel x710
3141       - 32  # NDRPDR sel x710
3142       - 38  # NDRPDR sel x710
3143       - 39  # NDRPDR sel x710
3144       - 40  # NDRPDR sel x710
3145       - 44  # NDRPDR sel x710
3146       - 46  # NDRPDR sel x710
3147       - 47  # NDRPDR sel x710
3148       - 48  # NDRPDR sel x710
3149     csit-dpdk-perf-report-iterative-2005-3n-skx:
3150       - 28  # NDRPDR iter
3151       - 29  # NDRPDR iter
3152       - 30  # NDRPDR iter
3153       - 31  # NDRPDR iter
3154       - 32  # NDRPDR iter
3155       - 33  # NDRPDR iter
3156       - 34  # NDRPDR iter
3157       - 35  # NDRPDR iter
3158       - 36  # NDRPDR iter
3159       - 37  # NDRPDR iter
3160     csit-dpdk-perf-report-iterative-2009-3n-skx:
3161       - 4   # NDRPDR sel env5
3162       - 5   # NDRPDR sel env5
3163       - 6   # NDRPDR sel env5
3164       - 7   # NDRPDR sel env5
3165       - 8   # NDRPDR sel env5
3166       - 9   # NDRPDR sel env5
3167       - 14  # NDRPDR sel env5
3168       - 11  # NDRPDR sel env5
3169       - 12  # NDRPDR sel env5
3170       - 13  # NDRPDR sel env5
3171
3172     csit-dpdk-perf-verify-2001-2n-skx:
3173       - 35  # NDRPDR sel xxv710
3174       - 36  # NDRPDR sel xxv710
3175       - 37  # NDRPDR sel xxv710
3176       - 41  # NDRPDR sel xxv710
3177       - 42  # NDRPDR sel xxv710
3178       - 43  # NDRPDR sel xxv710
3179       - 46  # NDRPDR sel xxv710
3180       - 47  # NDRPDR sel xxv710
3181       - 52  # NDRPDR sel xxv710
3182       - 53  # NDRPDR sel xxv710
3183       - 38  # NDRPDR sel x710
3184       - 39  # NDRPDR sel x710
3185       - 40  # NDRPDR sel x710
3186       - 44  # NDRPDR sel x710
3187       - 45  # NDRPDR sel x710
3188       - 48  # NDRPDR sel x710
3189       - 49  # NDRPDR sel x710
3190       - 50  # NDRPDR sel x710
3191       - 51  # NDRPDR sel x710
3192       - 54  # NDRPDR sel x710
3193     csit-dpdk-perf-report-iterative-2005-2n-skx:
3194       - 20  # NDRPDR iter
3195       - 21  # NDRPDR iter
3196       - 22  # NDRPDR iter
3197       - 23  # NDRPDR iter
3198       - 24  # NDRPDR iter
3199       - 25  # NDRPDR iter
3200       - 26  # NDRPDR iter
3201       - 27  # NDRPDR iter
3202       - 28  # NDRPDR iter
3203       - 29  # NDRPDR iter
3204     csit-dpdk-perf-report-iterative-2009-2n-skx:
3205       - 4   # NDRPDR iter env5
3206       - 5   # NDRPDR iter env5
3207       - 6   # NDRPDR iter env5
3208       - 7   # NDRPDR iter env5
3209       - 8   # NDRPDR iter env5
3210       - 9   # NDRPDR iter env5
3211       - 10  # NDRPDR iter env5
3212       - 11  # NDRPDR iter env5
3213       - 12  # NDRPDR iter env5
3214       - 13  # NDRPDR iter env5
3215
3216     csit-dpdk-perf-verify-2001-2n-clx:
3217       - 15  # NDRPDR sel
3218       - 16  # NDRPDR sel
3219       - 17  # NDRPDR sel
3220       - 18  # NDRPDR sel
3221       - 19  # NDRPDR sel
3222       - 20  # NDRPDR sel
3223       - 21  # NDRPDR sel
3224       - 22  # NDRPDR sel
3225       - 23  # NDRPDR sel
3226       - 24  # NDRPDR sel
3227       - 25  # NDRPDR sel
3228       - 26  # NDRPDR sel
3229       - 27  # NDRPDR sel
3230       - 28  # NDRPDR sel
3231       - 29  # NDRPDR sel
3232       - 30  # NDRPDR sel
3233       - 31  # NDRPDR sel
3234       - 32  # NDRPDR sel
3235       - 33  # NDRPDR sel
3236       - 34  # NDRPDR sel
3237     csit-dpdk-perf-report-iterative-2005-2n-clx:
3238       - 20  # NDRPDR iter
3239       - 21  # NDRPDR iter
3240       - 22  # NDRPDR iter
3241       - 23  # NDRPDR iter
3242       - 24  # NDRPDR iter
3243       - 25  # NDRPDR iter
3244       - 26  # NDRPDR iter
3245       - 27  # NDRPDR iter
3246       - 28  # NDRPDR iter
3247       - 29  # NDRPDR iter
3248     csit-dpdk-perf-report-iterative-2009-2n-clx:
3249       - 4   # NDRPDR iter env5
3250       - 5   # NDRPDR iter env5
3251       - 6   # NDRPDR iter env5
3252       - 7   # NDRPDR iter env5
3253       - 8   # NDRPDR iter env5
3254       - 9   # NDRPDR iter env5
3255       - 10  # NDRPDR iter env5
3256       - 11  # NDRPDR iter env5
3257       - 12  # NDRPDR iter env5
3258       - 13  # NDRPDR iter env5
3259
3260     csit-dpdk-perf-report-iterative-2009-2n-zn2:
3261       - 16  # NDRPDR iter env5
3262       - 21  # NDRPDR iter env5
3263       - 22  # NDRPDR iter env5
3264       - 23  # NDRPDR iter env5
3265       - 24  # NDRPDR iter env5
3266       - 25  # NDRPDR iter env5
3267       - 29  # NDRPDR iter env5
3268
3269 #    csit-dpdk-perf-verify-2001-2n-dnv:
3270 #      - 9   # NDRPDR sel
3271 #      - 10  # NDRPDR sel
3272 #      - 11  # NDRPDR sel
3273 #      - 12  # NDRPDR sel
3274 #      - 13  # NDRPDR sel
3275 #      - 14  # NDRPDR sel
3276 #      - 15  # NDRPDR sel
3277 #      - 16  # NDRPDR sel
3278 #      - 17  # NDRPDR sel
3279 #      - 18  # NDRPDR sel
3280 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
3281 #      # No data
3282 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
3283 #      # No data
3284
3285 #    csit-dpdk-perf-verify-2001-3n-dnv:
3286 #      - 12  # NDRPDR sel
3287 #      - 13  # NDRPDR sel
3288 #      - 14  # NDRPDR sel
3289 #      - 15  # NDRPDR sel
3290 #      - 16  # NDRPDR sel
3291 #      - 17  # NDRPDR sel
3292 #      - 18  # NDRPDR sel
3293 #      - 19  # NDRPDR sel
3294 #      - 20  # NDRPDR sel
3295 #      - 22  # NDRPDR sel
3296 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
3297 #      # No data
3298 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
3299 #      # No data
3300
3301     csit-dpdk-perf-verify-2001-3n-tsh:
3302       - 3   # NDRPDR sel
3303       - 4   # NDRPDR sel
3304       - 5   # NDRPDR sel
3305       - 9   # NDRPDR sel
3306       - 10  # NDRPDR sel
3307       - 11  # NDRPDR sel
3308       - 12  # NDRPDR sel
3309       - 14  # NDRPDR sel
3310       - 15  # NDRPDR sel
3311       - 18  # NDRPDR sel
3312     csit-dpdk-perf-report-iterative-2005-3n-tsh:
3313       - 5   # NDRPDR sel
3314     csit-dpdk-perf-report-iterative-2009-3n-tsh:
3315       - 1   # NDRPDR iter env5
3316       - 2   # NDRPDR iter env5
3317       - 3   # NDRPDR iter env5
3318       - 4   # NDRPDR iter env5
3319       - 5   # NDRPDR iter env5
3320       - 6   # NDRPDR iter env5
3321       - 7   # NDRPDR iter env5
3322       - 9   # NDRPDR iter env5
3323       - 10  # NDRPDR iter env5
3324       - 11  # NDRPDR iter env5
3325
3326     csit-vpp-device-2009-ubuntu1804-1n-skx:
3327       - 131 # rls2009 env 5
3328
3329 - type: "output"
3330   output: "report"
3331   format:
3332     html:
3333     - full
3334     pdf:
3335     - minimal
3336
3337 ################################################################################
3338 ###                               T A B L E S                                ###
3339 ################################################################################
3340
3341 # VPP Soak vs NDR - 2n-skx
3342 - type: "table"
3343   title: "VPP Soak vs NDR 2n-skx"
3344   algorithm: "table_soak_vs_ndr"
3345   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
3346   reference:
3347     title: "NDR"
3348     data: "vpp-soak-vs-ndr-2n-skx-ref"
3349   compare:
3350     title: "Soak"
3351     data: "vpp-soak-vs-ndr-2n-skx-cmp"
3352   data: "vpp-soak-vs-ndr-2n-skx"
3353   include-tests: "NDR"
3354   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3355   parameters:
3356     - "throughput"
3357     - "name"
3358     - "parent"
3359
3360 # VPP Soak vs NDR - 2n-clx
3361 - type: "table"
3362   title: "VPP Soak vs NDR 2n-clx"
3363   algorithm: "table_soak_vs_ndr"
3364   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
3365   reference:
3366     title: "NDR"
3367     data: "vpp-soak-vs-ndr-2n-clx-ref"
3368   compare:
3369     title: "Soak"
3370     data: "vpp-soak-vs-ndr-2n-clx-cmp"
3371   data: "vpp-soak-vs-ndr-2n-clx"
3372   include-tests: "NDR"
3373   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3374   parameters:
3375     - "throughput"
3376     - "name"
3377     - "parent"
3378
3379 ################################################################################
3380
3381 # VPP Compare NICs 3n-skx 2t1c ndr
3382 - type: "table"
3383   title: "VPP Compare NICs 3n-skx 2t1c ndr"
3384   algorithm: "table_comparison"
3385   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
3386   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3387   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3388   columns:
3389     - title: "x710"
3390       data-set: "vpp-nic-comparison-3n-skx"
3391       tag: "NIC_Intel-X710"
3392     - title: "xxv710"
3393       data-set: "vpp-nic-comparison-3n-skx"
3394       tag: "NIC_Intel-XXV710"
3395   comparisons:
3396     - title: "Diff"
3397       reference: 1
3398       compare: 2
3399   legend:
3400     - ""
3401     - "x710, xxv710 - NICs tested."
3402     - "Diff - difference between x710 and xxv710 NIC."
3403
3404 # VPP Compare NICs 3n-skx 4t2c ndr
3405 - type: "table"
3406   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3407   algorithm: "table_comparison"
3408   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3409   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3410   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3411   columns:
3412     - title: "x710"
3413       data-set: "vpp-nic-comparison-3n-skx"
3414       tag: "NIC_Intel-X710"
3415     - title: "xxv710"
3416       data-set: "vpp-nic-comparison-3n-skx"
3417       tag: "NIC_Intel-XXV710"
3418   comparisons:
3419     - title: "Diff"
3420       reference: 1
3421       compare: 2
3422   legend:
3423     - ""
3424     - "x710, xxv710 - NICs tested."
3425     - "Diff - difference between x710 and xxv710 NIC."
3426
3427 # VPP Compare NICs 3n-skx 2t1c pdr
3428 - type: "table"
3429   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3430   algorithm: "table_comparison"
3431   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3432   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3433   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3434   columns:
3435     - title: "x710"
3436       data-set: "vpp-nic-comparison-3n-skx"
3437       tag: "NIC_Intel-X710"
3438     - title: "xxv710"
3439       data-set: "vpp-nic-comparison-3n-skx"
3440       tag: "NIC_Intel-XXV710"
3441   comparisons:
3442     - title: "Diff"
3443       reference: 1
3444       compare: 2
3445   legend:
3446     - ""
3447     - "x710, xxv710 - NICs tested."
3448     - "Diff - difference between x710 and xxv710 NIC."
3449
3450 # VPP Compare NICs 3n-skx 4t2c pdr
3451 - type: "table"
3452   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3453   algorithm: "table_comparison"
3454   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3455   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3456   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3457   columns:
3458     - title: "x710"
3459       data-set: "vpp-nic-comparison-3n-skx"
3460       tag: "NIC_Intel-X710"
3461     - title: "xxv710"
3462       data-set: "vpp-nic-comparison-3n-skx"
3463       tag: "NIC_Intel-XXV710"
3464   comparisons:
3465     - title: "Diff"
3466       reference: 1
3467       compare: 2
3468   legend:
3469     - ""
3470     - "x710, xxv710 - NICs tested."
3471     - "Diff - difference between x710 and xxv710 NIC."
3472
3473 # VPP Compare NICs 3n-skx 2t1c mrr
3474 - type: "table"
3475   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3476   algorithm: "table_comparison"
3477   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3478   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3479   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3480   columns:
3481     - title: "x710"
3482       data-set: "vpp-nic-comparison-3n-skx-mrr"
3483       tag: "NIC_Intel-X710"
3484     - title: "xxv710"
3485       data-set: "vpp-nic-comparison-3n-skx-mrr"
3486       tag: "NIC_Intel-XXV710"
3487   comparisons:
3488     - title: "Diff"
3489       reference: 1
3490       compare: 2
3491   legend:
3492     - ""
3493     - "x710, xxv710 - NICs tested."
3494     - "Diff - difference between x710 and xxv710 NIC."
3495
3496 # VPP Compare NICs 3n-skx 4t2c mrr
3497 - type: "table"
3498   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3499   algorithm: "table_comparison"
3500   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3501   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3502   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3503   columns:
3504     - title: "x710"
3505       data-set: "vpp-nic-comparison-3n-skx-mrr"
3506       tag: "NIC_Intel-X710"
3507     - title: "xxv710"
3508       data-set: "vpp-nic-comparison-3n-skx-mrr"
3509       tag: "NIC_Intel-XXV710"
3510   comparisons:
3511     - title: "Diff"
3512       reference: 1
3513       compare: 2
3514   legend:
3515     - ""
3516     - "x710, xxv710 - NICs tested."
3517     - "Diff - difference between x710 and xxv710 NIC."
3518
3519 # VPP Compare NICs 3n-skx 8t4c mrr
3520 - type: "table"
3521   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3522   algorithm: "table_comparison"
3523   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3524   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3525   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3526   columns:
3527     - title: "x710"
3528       data-set: "vpp-nic-comparison-3n-skx-mrr"
3529       tag: "NIC_Intel-X710"
3530     - title: "xxv710"
3531       data-set: "vpp-nic-comparison-3n-skx-mrr"
3532       tag: "NIC_Intel-XXV710"
3533   comparisons:
3534     - title: "Diff"
3535       reference: 1
3536       compare: 2
3537   legend:
3538     - ""
3539     - "x710, xxv710 - NICs tested."
3540     - "Diff - difference between x710 and xxv710 NIC."
3541
3542 # VPP Compare NICs 2n-skx 2t1c ndr
3543 - type: "table"
3544   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3545   algorithm: "table_comparison"
3546   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3547   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3548   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3549   columns:
3550     - title: "x710"
3551       data-set: "vpp-nic-comparison-2n-skx"
3552       tag: "NIC_Intel-X710"
3553     - title: "xxv710"
3554       data-set: "vpp-nic-comparison-2n-skx"
3555       tag: "NIC_Intel-XXV710"
3556   comparisons:
3557     - title: "Diff"
3558       reference: 1
3559       compare: 2
3560   legend:
3561     - ""
3562     - "x710, xxv710 - NICs tested."
3563     - "Diff - difference between x710 and xxv710 NIC."
3564
3565 # VPP Compare NICs 2n-skx 4t2c ndr
3566 - type: "table"
3567   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3568   algorithm: "table_comparison"
3569   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3570   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3571   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3572   columns:
3573     - title: "x710"
3574       data-set: "vpp-nic-comparison-2n-skx"
3575       tag: "NIC_Intel-X710"
3576     - title: "xxv710"
3577       data-set: "vpp-nic-comparison-2n-skx"
3578       tag: "NIC_Intel-XXV710"
3579   comparisons:
3580     - title: "Diff"
3581       reference: 1
3582       compare: 2
3583   legend:
3584     - ""
3585     - "x710, xxv710 - NICs tested."
3586     - "Diff - difference between x710 and xxv710 NIC."
3587
3588 # VPP Compare NICs 2n-skx 2t1c pdr
3589 - type: "table"
3590   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3591   algorithm: "table_comparison"
3592   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3593   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3594   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3595   columns:
3596     - title: "x710"
3597       data-set: "vpp-nic-comparison-2n-skx"
3598       tag: "NIC_Intel-X710"
3599     - title: "xxv710"
3600       data-set: "vpp-nic-comparison-2n-skx"
3601       tag: "NIC_Intel-XXV710"
3602   comparisons:
3603     - title: "Diff"
3604       reference: 1
3605       compare: 2
3606   legend:
3607     - ""
3608     - "x710, xxv710 - NICs tested."
3609     - "Diff - difference between x710 and xxv710 NIC."
3610
3611 # VPP Compare NICs 2n-skx 4t2c pdr
3612 - type: "table"
3613   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3614   algorithm: "table_comparison"
3615   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3616   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3617   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3618   columns:
3619     - title: "x710"
3620       data-set: "vpp-nic-comparison-2n-skx"
3621       tag: "NIC_Intel-X710"
3622     - title: "xxv710"
3623       data-set: "vpp-nic-comparison-2n-skx"
3624       tag: "NIC_Intel-XXV710"
3625   comparisons:
3626     - title: "Diff"
3627       reference: 1
3628       compare: 2
3629   legend:
3630     - ""
3631     - "x710, xxv710 - NICs tested."
3632     - "Diff - difference between x710 and xxv710 NIC."
3633
3634 # VPP Compare NICs 2n-skx 2t1c mrr
3635 - type: "table"
3636   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3637   algorithm: "table_comparison"
3638   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3639   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3640   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3641   columns:
3642     - title: "x710"
3643       data-set: "vpp-nic-comparison-2n-skx-mrr"
3644       tag: "NIC_Intel-X710"
3645     - title: "xxv710"
3646       data-set: "vpp-nic-comparison-2n-skx-mrr"
3647       tag: "NIC_Intel-XXV710"
3648   comparisons:
3649     - title: "Diff"
3650       reference: 1
3651       compare: 2
3652   legend:
3653     - ""
3654     - "x710, xxv710 - NICs tested."
3655     - "Diff - difference between x710 and xxv710 NIC."
3656
3657 # VPP Compare NICs 2n-skx 4t2c mrr
3658 - type: "table"
3659   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3660   algorithm: "table_comparison"
3661   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3662   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3663   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3664   columns:
3665     - title: "x710"
3666       data-set: "vpp-nic-comparison-2n-skx-mrr"
3667       tag: "NIC_Intel-X710"
3668     - title: "xxv710"
3669       data-set: "vpp-nic-comparison-2n-skx-mrr"
3670       tag: "NIC_Intel-XXV710"
3671   comparisons:
3672     - title: "Diff"
3673       reference: 1
3674       compare: 2
3675   legend:
3676     - ""
3677     - "x710, xxv710 - NICs tested."
3678     - "Diff - difference between x710 and xxv710 NIC."
3679
3680 # VPP Compare NICs 2n-skx 8t4c mrr
3681 - type: "table"
3682   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3683   algorithm: "table_comparison"
3684   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3685   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3686   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3687   columns:
3688     - title: "x710"
3689       data-set: "vpp-nic-comparison-2n-skx-mrr"
3690       tag: "NIC_Intel-X710"
3691     - title: "xxv710"
3692       data-set: "vpp-nic-comparison-2n-skx-mrr"
3693       tag: "NIC_Intel-XXV710"
3694   comparisons:
3695     - title: "Diff"
3696       reference: 1
3697       compare: 2
3698   legend:
3699     - ""
3700     - "x710, xxv710 - NICs tested."
3701     - "Diff - difference between x710 and xxv710 NIC."
3702
3703 ################################################################################
3704 # VPP
3705
3706 # VPP Performance Changes 3n-hsw 1t1c pdr
3707 - type: "table"
3708   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3709   algorithm: "table_comparison"
3710   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3711   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3712   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3713   columns:
3714     - title: "2001.0-4"
3715       data-set: "vpp-performance-changes-3n-hsw-h1"
3716     - title: "2005.0-4"
3717       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3718     - title: "2005.0-5"
3719       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3720     - title: "2009.0-5"
3721       data-set: "vpp-performance-changes-3n-hsw-cmp"
3722   comparisons:
3723     - title: "2005.0-5 vs 2005.0-4"
3724       reference: 2
3725       compare: 3
3726 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3727     - title: "2009.0-5 vs 2005.0-5"
3728       reference: 3
3729       compare: 4
3730 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3731   legend:
3732     - ''
3733     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3734     - '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).'
3735     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3736     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3737     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3738
3739 # VPP Performance Changes 3n-hsw 2t2c pdr
3740 - type: "table"
3741   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3742   algorithm: "table_comparison"
3743   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3744   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3745   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3746   columns:
3747     - title: "2001.0-4"
3748       data-set: "vpp-performance-changes-3n-hsw-h1"
3749     - title: "2005.0-4"
3750       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3751     - title: "2005.0-5"
3752       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3753     - title: "2009.0-5"
3754       data-set: "vpp-performance-changes-3n-hsw-cmp"
3755   comparisons:
3756     - title: "2005.0-5 vs 2005.0-4"
3757       reference: 2
3758       compare: 3
3759 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3760     - title: "2009.0-5 vs 2005.0-5"
3761       reference: 3
3762       compare: 4
3763 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3764   legend:
3765     - ''
3766     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3767     - '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).'
3768     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3769     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3770     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3771
3772 # VPP Performance Changes 3n-hsw 1t1c ndr
3773 - type: "table"
3774   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3775   algorithm: "table_comparison"
3776   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3777   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3778   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3779   columns:
3780     - title: "2001.0-4"
3781       data-set: "vpp-performance-changes-3n-hsw-h1"
3782     - title: "2005.0-4"
3783       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3784     - title: "2005.0-5"
3785       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3786     - title: "2009.0-5"
3787       data-set: "vpp-performance-changes-3n-hsw-cmp"
3788   comparisons:
3789     - title: "2005.0-5 vs 2005.0-4"
3790       reference: 2
3791       compare: 3
3792 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3793     - title: "2009.0-5 vs 2005.0-5"
3794       reference: 3
3795       compare: 4
3796 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3797   legend:
3798     - ''
3799     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3800     - '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).'
3801     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3802     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3803     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3804
3805 # VPP Performance Changes 3n-hsw 2t2c ndr
3806 - type: "table"
3807   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3808   algorithm: "table_comparison"
3809   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3810   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3811   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3812   columns:
3813     - title: "2001.0-4"
3814       data-set: "vpp-performance-changes-3n-hsw-h1"
3815     - title: "2005.0-4"
3816       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3817     - title: "2005.0-5"
3818       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3819     - title: "2009.0-5"
3820       data-set: "vpp-performance-changes-3n-hsw-cmp"
3821   comparisons:
3822     - title: "2005.0-5 vs 2005.0-4"
3823       reference: 2
3824       compare: 3
3825 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3826     - title: "2009.0-5 vs 2005.0-5"
3827       reference: 3
3828       compare: 4
3829 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3830   legend:
3831     - ''
3832     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3833     - '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).'
3834     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3835     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3836     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3837
3838 # VPP Performance Changes 3n-skx 2t1c pdr
3839 - type: "table"
3840   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3841   algorithm: "table_comparison"
3842   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3843   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3844   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3845   columns:
3846     - title: "2001.0-4"
3847       data-set: "vpp-performance-changes-3n-skx-h1"
3848     - title: "2005.0-4"
3849       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3850     - title: "2005.0-5"
3851       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3852     - title: "2009.0-5"
3853       data-set: "vpp-performance-changes-3n-skx-cmp"
3854   comparisons:
3855     - title: "2005.0-5 vs 2005.0-4"
3856       reference: 2
3857       compare: 3
3858 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3859     - title: "2009.0-5 vs 2005.0-5"
3860       reference: 3
3861       compare: 4
3862 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3863   legend:
3864     - ''
3865     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3866     - '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).'
3867     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3868     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3869     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3870
3871 # VPP Performance Changes 3n-skx 4t2c pdr
3872 - type: "table"
3873   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3874   algorithm: "table_comparison"
3875   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3876   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3877   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3878   columns:
3879     - title: "2001.0-4"
3880       data-set: "vpp-performance-changes-3n-skx-h1"
3881     - title: "2005.0-4"
3882       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3883     - title: "2005.0-5"
3884       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3885     - title: "2009.0-5"
3886       data-set: "vpp-performance-changes-3n-skx-cmp"
3887   comparisons:
3888     - title: "2005.0-5 vs 2005.0-4"
3889       reference: 2
3890       compare: 3
3891 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3892     - title: "2009.0-5 vs 2005.0-5"
3893       reference: 3
3894       compare: 4
3895 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3896   legend:
3897     - ''
3898     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3899     - '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).'
3900     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3901     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3902     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3903
3904 # VPP Performance Changes 3n-skx 2t1c ndr
3905 - type: "table"
3906   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3907   algorithm: "table_comparison"
3908   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3909   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3910   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3911   columns:
3912     - title: "2001.0-4"
3913       data-set: "vpp-performance-changes-3n-skx-h1"
3914     - title: "2005.0-4"
3915       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3916     - title: "2005.0-5"
3917       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3918     - title: "2009.0-5"
3919       data-set: "vpp-performance-changes-3n-skx-cmp"
3920   comparisons:
3921     - title: "2005.0-5 vs 2005.0-4"
3922       reference: 2
3923       compare: 3
3924 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3925     - title: "2009.0-5 vs 2005.0-5"
3926       reference: 3
3927       compare: 4
3928 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3929   legend:
3930     - ''
3931     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3932     - '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).'
3933     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3934     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3935     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3936
3937 # VPP Performance Changes 3n-skx 4t2c ndr
3938 - type: "table"
3939   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3940   algorithm: "table_comparison"
3941   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3942   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3943   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3944   columns:
3945     - title: "2001.0-4"
3946       data-set: "vpp-performance-changes-3n-skx-h1"
3947     - title: "2005.0-4"
3948       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3949     - title: "2005.0-5"
3950       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3951     - title: "2009.0-5"
3952       data-set: "vpp-performance-changes-3n-skx-cmp"
3953   comparisons:
3954     - title: "2005.0-5 vs 2005.0-4"
3955       reference: 2
3956       compare: 3
3957 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3958     - title: "2009.0-5 vs 2005.0-5"
3959       reference: 3
3960       compare: 4
3961 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3962   legend:
3963     - ''
3964     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3965     - '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).'
3966     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3967     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3968     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3969
3970 # VPP Performance Changes 2n-skx 2t1c pdr
3971 - type: "table"
3972   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3973   algorithm: "table_comparison"
3974   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3975   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3976   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3977   columns:
3978     - title: "2001.0-4"
3979       data-set: "vpp-performance-changes-2n-skx-h1"
3980     - title: "2005.0-4"
3981       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3982     - title: "2005.0-5"
3983       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3984     - title: "2009.0-5"
3985       data-set: "vpp-performance-changes-2n-skx-cmp"
3986   comparisons:
3987     - title: "2005.0-5 vs 2005.0-4"
3988       reference: 2
3989       compare: 3
3990 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3991     - title: "2009.0-5 vs 2005.0-5"
3992       reference: 3
3993       compare: 4
3994 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3995   legend:
3996     - ''
3997     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3998     - '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).'
3999     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4000     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4001     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4002
4003 # VPP Performance Changes 2n-skx 4t2c pdr
4004 - type: "table"
4005   title: "VPP Performance Changes 2n-skx 4t2c pdr"
4006   algorithm: "table_comparison"
4007   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
4008   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4009   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4010   columns:
4011     - title: "2001.0-4"
4012       data-set: "vpp-performance-changes-2n-skx-h1"
4013     - title: "2005.0-4"
4014       data-set: "vpp-performance-changes-2n-skx-ref-env4"
4015     - title: "2005.0-5"
4016       data-set: "vpp-performance-changes-2n-skx-ref-env5"
4017     - title: "2009.0-5"
4018       data-set: "vpp-performance-changes-2n-skx-cmp"
4019   comparisons:
4020     - title: "2005.0-5 vs 2005.0-4"
4021       reference: 2
4022       compare: 3
4023 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
4024     - title: "2009.0-5 vs 2005.0-5"
4025       reference: 3
4026       compare: 4
4027 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
4028   legend:
4029     - ''
4030     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4031     - '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).'
4032     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4033     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4034     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4035
4036 # VPP Performance Changes 2n-skx 2t1c ndr
4037 - type: "table"
4038   title: "VPP Performance Changes 2n-skx 2t1c ndr"
4039   algorithm: "table_comparison"
4040   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
4041   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4042   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4043   columns:
4044     - title: "2001.0-4"
4045       data-set: "vpp-performance-changes-2n-skx-h1"
4046     - title: "2005.0-4"
4047       data-set: "vpp-performance-changes-2n-skx-ref-env4"
4048     - title: "2005.0-5"
4049       data-set: "vpp-performance-changes-2n-skx-ref-env5"
4050     - title: "2009.0-5"
4051       data-set: "vpp-performance-changes-2n-skx-cmp"
4052   comparisons:
4053     - title: "2005.0-5 vs 2005.0-4"
4054       reference: 2
4055       compare: 3
4056 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
4057     - title: "2009.0-5 vs 2005.0-5"
4058       reference: 3
4059       compare: 4
4060 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
4061   legend:
4062     - ''
4063     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4064     - '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).'
4065     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4066     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4067     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4068
4069 # VPP Performance Changes 2n-skx 4t2c ndr
4070 - type: "table"
4071   title: "VPP Performance Changes 2n-skx 4t2c ndr"
4072   algorithm: "table_comparison"
4073   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
4074   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4075   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4076   columns:
4077     - title: "2001.0-4"
4078       data-set: "vpp-performance-changes-2n-skx-h1"
4079     - title: "2005.0-4"
4080       data-set: "vpp-performance-changes-2n-skx-ref-env4"
4081     - title: "2005.0-5"
4082       data-set: "vpp-performance-changes-2n-skx-ref-env5"
4083     - title: "2009.0-5"
4084       data-set: "vpp-performance-changes-2n-skx-cmp"
4085   comparisons:
4086     - title: "2005.0-5 vs 2005.0-4"
4087       reference: 2
4088       compare: 3
4089 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
4090     - title: "2009.0-5 vs 2005.0-5"
4091       reference: 3
4092       compare: 4
4093 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
4094   legend:
4095     - ''
4096     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4097     - '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).'
4098     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4099     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4100     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4101
4102 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
4103 - type: "table"
4104   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
4105   algorithm: "table_comparison"
4106   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
4107   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4108   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4109   columns:
4110     - title: "2001.0-4"
4111       data-set: "vpp-performance-changes-2n-clx-h1"
4112     - title: "2005.0-4"
4113       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4114     - title: "2005.0-5"
4115       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4116     - title: "2009.0-5"
4117       data-set: "vpp-performance-changes-2n-clx-cmp"
4118   comparisons:
4119     - title: "2005.0-5 vs 2005.0-4"
4120       reference: 2
4121       compare: 3
4122 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4123     - title: "2009.0-5 vs 2005.0-5"
4124       reference: 3
4125       compare: 4
4126 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4127   legend:
4128     - ''
4129     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4130     - '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).'
4131     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4132     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4133     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4134
4135 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
4136 - type: "table"
4137   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
4138   algorithm: "table_comparison"
4139   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
4140   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4141   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4142   columns:
4143     - title: "2001.0-4"
4144       data-set: "vpp-performance-changes-2n-clx-h1"
4145     - title: "2005.0-4"
4146       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4147     - title: "2005.0-5"
4148       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4149     - title: "2009.0-5"
4150       data-set: "vpp-performance-changes-2n-clx-cmp"
4151   comparisons:
4152     - title: "2005.0-5 vs 2005.0-4"
4153       reference: 2
4154       compare: 3
4155 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4156     - title: "2009.0-5 vs 2005.0-5"
4157       reference: 3
4158       compare: 4
4159 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4160   legend:
4161     - ''
4162     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4163     - '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).'
4164     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4165     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4166     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4167
4168 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
4169 - type: "table"
4170   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
4171   algorithm: "table_comparison"
4172   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
4173   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4174   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4175   columns:
4176     - title: "2001.0-4"
4177       data-set: "vpp-performance-changes-2n-clx-h1"
4178     - title: "2005.0-4"
4179       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4180     - title: "2005.0-5"
4181       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4182     - title: "2009.0-5"
4183       data-set: "vpp-performance-changes-2n-clx-cmp"
4184   comparisons:
4185     - title: "2005.0-5 vs 2005.0-4"
4186       reference: 2
4187       compare: 3
4188 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4189     - title: "2009.0-5 vs 2005.0-5"
4190       reference: 3
4191       compare: 4
4192 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4193   legend:
4194     - ''
4195     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4196     - '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).'
4197     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4198     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4199     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4200
4201 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
4202 - type: "table"
4203   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
4204   algorithm: "table_comparison"
4205   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
4206   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4207   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4208   columns:
4209     - title: "2001.0-4"
4210       data-set: "vpp-performance-changes-2n-clx-h1"
4211     - title: "2005.0-4"
4212       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4213     - title: "2005.0-5"
4214       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4215     - title: "2009.0-5"
4216       data-set: "vpp-performance-changes-2n-clx-cmp"
4217   comparisons:
4218     - title: "2005.0-5 vs 2005.0-4"
4219       reference: 2
4220       compare: 3
4221 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4222     - title: "2009.0-5 vs 2005.0-5"
4223       reference: 3
4224       compare: 4
4225 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4226   legend:
4227     - ''
4228     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4229     - '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).'
4230     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4231     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4232     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4233
4234 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
4235 #- type: "table"
4236 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
4237 #  algorithm: "table_comparison"
4238 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
4239 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4240 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4241 #  columns:
4242 #    - title: "2001.0-2"
4243 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4244 #    - title: "2005.0-3"
4245 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4246 #  comparisons:
4247 #    - title: "Diff"
4248 #      reference: 1
4249 #      compare: 2
4250 #  legend:
4251 #    - ''
4252 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4253 #    - '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).'
4254 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4255 #    - '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.'
4256 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4257 #
4258 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
4259 #- type: "table"
4260 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
4261 #  algorithm: "table_comparison"
4262 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
4263 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4264 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4265 #  columns:
4266 #    - title: "2001.0-2"
4267 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4268 #    - title: "2005.0-3"
4269 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4270 #  comparisons:
4271 #    - title: "Diff"
4272 #      reference: 1
4273 #      compare: 2
4274 #  legend:
4275 #    - ''
4276 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4277 #    - '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).'
4278 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4279 #    - '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.'
4280 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4281 #
4282 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
4283 #- type: "table"
4284 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
4285 #  algorithm: "table_comparison"
4286 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
4287 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4288 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4289 #  columns:
4290 #    - title: "2001.0-2"
4291 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4292 #    - title: "2005.0-3"
4293 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4294 #  comparisons:
4295 #    - title: "Diff"
4296 #      reference: 1
4297 #      compare: 2
4298 #  legend:
4299 #    - ''
4300 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4301 #    - '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).'
4302 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4303 #    - '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.'
4304 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4305 #
4306 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
4307 #- type: "table"
4308 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
4309 #  algorithm: "table_comparison"
4310 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
4311 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4312 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4313 #  columns:
4314 #    - title: "2001.0-2"
4315 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4316 #    - title: "2005.0-3"
4317 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4318 #  comparisons:
4319 #    - title: "Diff"
4320 #      reference: 1
4321 #      compare: 2
4322 #  legend:
4323 #    - ''
4324 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4325 #    - '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).'
4326 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4327 #    - '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.'
4328 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4329
4330 # VPP Performance Changes 2n-dnv 1t1c pdr
4331 - type: "table"
4332   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
4333   algorithm: "table_comparison"
4334   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
4335   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4336   filter: "'1T1C'"
4337   columns:
4338     - title: "2001.0-2"
4339       data-set: "vpp-performance-changes-2n-dnv-h1"
4340     - title: "2005.0-5"
4341       data-set: "vpp-performance-changes-2n-dnv-ref"
4342     - title: "2009.0-5"
4343       data-set: "vpp-performance-changes-2n-dnv-cmp"
4344   comparisons:
4345     - title: "2009.0-5 vs 2005.0-5"
4346       reference: 2
4347       compare: 3
4348   legend:
4349     - ''
4350     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4351     - '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).'
4352     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4353     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4354
4355 # VPP Performance Changes 2n-dnv 2t2c pdr
4356 - type: "table"
4357   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
4358   algorithm: "table_comparison"
4359   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
4360   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4361   filter: "'2T2C'"
4362   columns:
4363     - title: "2001.0-2"
4364       data-set: "vpp-performance-changes-2n-dnv-h1"
4365     - title: "2005.0-5"
4366       data-set: "vpp-performance-changes-2n-dnv-ref"
4367     - title: "2009.0-5"
4368       data-set: "vpp-performance-changes-2n-dnv-cmp"
4369   comparisons:
4370     - title: "2009.0-5 vs 2005.0-5"
4371       reference: 2
4372       compare: 3
4373   legend:
4374     - ''
4375     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4376     - '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).'
4377     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4378     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4379
4380 # VPP Performance Changes 2n-dnv 1t1c ndr
4381 - type: "table"
4382   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
4383   algorithm: "table_comparison"
4384   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
4385   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4386   filter: "'1T1C'"
4387   columns:
4388     - title: "2001.0-2"
4389       data-set: "vpp-performance-changes-2n-dnv-h1"
4390     - title: "2005.0-5"
4391       data-set: "vpp-performance-changes-2n-dnv-ref"
4392     - title: "2009.0-5"
4393       data-set: "vpp-performance-changes-2n-dnv-cmp"
4394   comparisons:
4395     - title: "2009.0-5 vs 2005.0-5"
4396       reference: 2
4397       compare: 3
4398   legend:
4399     - ''
4400     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4401     - '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).'
4402     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4403     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4404
4405 # VPP Performance Changes 2n-dnv 2t2c ndr
4406 - type: "table"
4407   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4408   algorithm: "table_comparison"
4409   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4410   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4411   filter: "'2T2C'"
4412   columns:
4413     - title: "2001.0-2"
4414       data-set: "vpp-performance-changes-2n-dnv-h1"
4415     - title: "2005.0-5"
4416       data-set: "vpp-performance-changes-2n-dnv-ref"
4417     - title: "2009.0-5"
4418       data-set: "vpp-performance-changes-2n-dnv-cmp"
4419   comparisons:
4420     - title: "2009.0-5 vs 2005.0-5"
4421       reference: 2
4422       compare: 3
4423   legend:
4424     - ''
4425     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4426     - '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).'
4427     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4428     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4429
4430 # VPP Performance Changes 3n-dnv 1t1c pdr
4431 - type: "table"
4432   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4433   algorithm: "table_comparison"
4434   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4435   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4436   filter: "'1T1C'"
4437   columns:
4438     - title: "2001.0-2"
4439       data-set: "vpp-performance-changes-3n-dnv-h1"
4440     - title: "2005.0-5"
4441       data-set: "vpp-performance-changes-3n-dnv-ref"
4442     - title: "2009.0-5"
4443       data-set: "vpp-performance-changes-3n-dnv-cmp"
4444   comparisons:
4445     - title: "2009.0-5 vs 2005.0-5"
4446       reference: 2
4447       compare: 3
4448   legend:
4449     - ''
4450     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4451     - '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).'
4452     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4453     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4454
4455 # VPP Performance Changes 3n-dnv 2t2c pdr
4456 - type: "table"
4457   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4458   algorithm: "table_comparison"
4459   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4460   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4461   filter: "'2T2C'"
4462   columns:
4463     - title: "2001.0-2"
4464       data-set: "vpp-performance-changes-3n-dnv-h1"
4465     - title: "2005.0-5"
4466       data-set: "vpp-performance-changes-3n-dnv-ref"
4467     - title: "2009.0-5"
4468       data-set: "vpp-performance-changes-3n-dnv-cmp"
4469   comparisons:
4470     - title: "2009.0-5 vs 2005.0-5"
4471       reference: 2
4472       compare: 3
4473   legend:
4474     - ''
4475     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4476     - '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).'
4477     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4478     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4479
4480 # VPP Performance Changes 3n-dnv 1t1c ndr
4481 - type: "table"
4482   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4483   algorithm: "table_comparison"
4484   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4485   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4486   filter: "'1T1C'"
4487   columns:
4488     - title: "2001.0-2"
4489       data-set: "vpp-performance-changes-3n-dnv-h1"
4490     - title: "2005.0-5"
4491       data-set: "vpp-performance-changes-3n-dnv-ref"
4492     - title: "2009.0-5"
4493       data-set: "vpp-performance-changes-3n-dnv-cmp"
4494   comparisons:
4495     - title: "2009.0-5 vs 2005.0-5"
4496       reference: 2
4497       compare: 3
4498   legend:
4499     - ''
4500     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4501     - '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).'
4502     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4503     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4504
4505 # VPP Performance Changes 3n-dnv 2t2c ndr
4506 - type: "table"
4507   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4508   algorithm: "table_comparison"
4509   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4510   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4511   filter: "'2T2C'"
4512   columns:
4513     - title: "2001.0-2"
4514       data-set: "vpp-performance-changes-3n-dnv-h1"
4515     - title: "2005.0-5"
4516       data-set: "vpp-performance-changes-3n-dnv-ref"
4517     - title: "2009.0-5"
4518       data-set: "vpp-performance-changes-3n-dnv-cmp"
4519   comparisons:
4520     - title: "2009.0-5 vs 2005.0-5"
4521       reference: 2
4522       compare: 3
4523   legend:
4524     - ''
4525     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4526     - '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).'
4527     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4528     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4529
4530 # VPP Performance Changes 3n-tsh 1t1c pdr
4531 - type: "table"
4532   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4533   algorithm: "table_comparison"
4534   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4535   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4536   filter: "'1T1C'"
4537   columns:
4538     - title: "2001.0-4"
4539       data-set: "vpp-performance-changes-3n-tsh-h1"
4540     - title: "2005.0-4"
4541       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4542     - title: "2005.0-5"
4543       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4544     - title: "2009.0-5"
4545       data-set: "vpp-performance-changes-3n-tsh-cmp"
4546   comparisons:
4547     - title: "2005.0-5 vs 2005.0-4"
4548       reference: 2
4549       compare: 3
4550 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4551     - title: "2009.0-5 vs 2005.0-5"
4552       reference: 3
4553       compare: 4
4554 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4555   legend:
4556     - ''
4557     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4558     - '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).'
4559     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4560     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4561     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4562
4563 # VPP Performance Changes 3n-tsh 2t2c pdr
4564 - type: "table"
4565   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4566   algorithm: "table_comparison"
4567   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4568   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4569   filter: "'2T2C'"
4570   columns:
4571     - title: "2001.0-4"
4572       data-set: "vpp-performance-changes-3n-tsh-h1"
4573     - title: "2005.0-4"
4574       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4575     - title: "2005.0-5"
4576       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4577     - title: "2009.0-5"
4578       data-set: "vpp-performance-changes-3n-tsh-cmp"
4579   comparisons:
4580     - title: "2005.0-5 vs 2005.0-4"
4581       reference: 2
4582       compare: 3
4583 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4584     - title: "2009.0-5 vs 2005.0-5"
4585       reference: 3
4586       compare: 4
4587 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4588   legend:
4589     - ''
4590     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4591     - '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).'
4592     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4593     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4594     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4595
4596 # VPP Performance Changes 3n-tsh 1t1c ndr
4597 - type: "table"
4598   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4599   algorithm: "table_comparison"
4600   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4601   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4602   filter: "'1T1C'"
4603   columns:
4604     - title: "2001.0-4"
4605       data-set: "vpp-performance-changes-3n-tsh-h1"
4606     - title: "2005.0-4"
4607       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4608     - title: "2005.0-5"
4609       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4610     - title: "2009.0-5"
4611       data-set: "vpp-performance-changes-3n-tsh-cmp"
4612   comparisons:
4613     - title: "2005.0-5 vs 2005.0-4"
4614       reference: 2
4615       compare: 3
4616 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4617     - title: "2009.0-5 vs 2005.0-5"
4618       reference: 3
4619       compare: 4
4620 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4621   legend:
4622     - ''
4623     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4624     - '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).'
4625     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4626     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4627     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4628
4629 # VPP Performance Changes 3n-tsh 2t2c ndr
4630 - type: "table"
4631   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4632   algorithm: "table_comparison"
4633   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4634   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4635   filter: "'2T2C'"
4636   columns:
4637     - title: "2001.0-4"
4638       data-set: "vpp-performance-changes-3n-tsh-h1"
4639     - title: "2005.0-4"
4640       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4641     - title: "2005.0-5"
4642       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4643     - title: "2009.0-5"
4644       data-set: "vpp-performance-changes-3n-tsh-cmp"
4645   comparisons:
4646     - title: "2005.0-5 vs 2005.0-4"
4647       reference: 2
4648       compare: 3
4649 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4650     - title: "2009.0-5 vs 2005.0-5"
4651       reference: 3
4652       compare: 4
4653 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4654   legend:
4655     - ''
4656     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4657     - '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).'
4658     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4659     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4660     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4661
4662 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4663 - type: "table"
4664   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4665   algorithm: "table_comparison"
4666   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4667   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4668   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4669   columns:
4670     - title: "3n-hsw xl710"
4671       data-set: "vpp-compare-testbeds-ref"
4672       tag: "NIC_Intel-XL710"
4673     - title: "3n-skx xxv710"
4674       data-set: "vpp-compare-testbeds-cmp"
4675       tag: "NIC_Intel-XXV710"
4676   comparisons:
4677     - title: "Diff"
4678       reference: 1
4679       compare: 2
4680   legend:
4681     - ""
4682     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4683     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4684
4685 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4686 - type: "table"
4687   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4688   algorithm: "table_comparison"
4689   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4690   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4691   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4692   columns:
4693     - title: "3n-hsw xl710"
4694       data-set: "vpp-compare-testbeds-ref"
4695       tag: "NIC_Intel-XL710"
4696     - title: "3n-skx xxv710"
4697       data-set: "vpp-compare-testbeds-cmp"
4698       tag: "NIC_Intel-XXV710"
4699   comparisons:
4700     - title: "Diff"
4701       reference: 1
4702       compare: 2
4703   legend:
4704     - ""
4705     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4706     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4707
4708 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4709 - type: "table"
4710   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4711   algorithm: "table_comparison"
4712   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4713   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4714   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4715   columns:
4716     - title: "3n-hsw xl710"
4717       data-set: "vpp-compare-testbeds-ref"
4718       tag: "NIC_Intel-XL710"
4719     - title: "3n-skx xxv710"
4720       data-set: "vpp-compare-testbeds-cmp"
4721       tag: "NIC_Intel-XXV710"
4722   comparisons:
4723     - title: "Diff"
4724       reference: 1
4725       compare: 2
4726   legend:
4727     - ""
4728     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4729     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4730
4731 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4732 - type: "table"
4733   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4734   algorithm: "table_comparison"
4735   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4736   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4737   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4738   columns:
4739     - title: "3n-hsw xl710"
4740       data-set: "vpp-compare-testbeds-ref"
4741       tag: "NIC_Intel-XL710"
4742     - title: "3n-skx xxv710"
4743       data-set: "vpp-compare-testbeds-cmp"
4744       tag: "NIC_Intel-XXV710"
4745   comparisons:
4746     - title: "Diff"
4747       reference: 1
4748       compare: 2
4749   legend:
4750     - ""
4751     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4752     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4753
4754 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4755 - type: "table"
4756   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4757   algorithm: "table_comparison"
4758   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4759   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4760   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4761   columns:
4762     - title: "2n-skx"
4763       data-set: "vpp-compare-testbeds-skx-clx-ref"
4764     - title: "2n-clx"
4765       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4766   comparisons:
4767     - title: "Diff"
4768       reference: 1
4769       compare: 2
4770   legend:
4771     - ""
4772     - "2n-skx, 2n-clx - testbeds and NICs tested."
4773     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4774
4775 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4776 - type: "table"
4777   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4778   algorithm: "table_comparison"
4779   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4780   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4781   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4782   columns:
4783     - title: "2n-skx"
4784       data-set: "vpp-compare-testbeds-skx-clx-ref"
4785     - title: "2n-clx"
4786       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4787   comparisons:
4788     - title: "Diff"
4789       reference: 1
4790       compare: 2
4791   legend:
4792     - ""
4793     - "2n-skx, 2n-clx - testbeds and NICs tested."
4794     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4795
4796 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4797 - type: "table"
4798   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4799   algorithm: "table_comparison"
4800   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4801   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4802   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4803   columns:
4804     - title: "2n-skx"
4805       data-set: "vpp-compare-testbeds-skx-clx-ref"
4806     - title: "2n-clx"
4807       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4808   comparisons:
4809     - title: "Diff"
4810       reference: 1
4811       compare: 2
4812   legend:
4813     - ""
4814     - "2n-skx, 2n-clx - testbeds and NICs tested."
4815     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4816
4817 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4818 - type: "table"
4819   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4820   algorithm: "table_comparison"
4821   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4822   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4823   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4824   columns:
4825     - title: "2n-skx"
4826       data-set: "vpp-compare-testbeds-skx-clx-ref"
4827     - title: "2n-clx"
4828       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4829   comparisons:
4830     - title: "Diff"
4831       reference: 1
4832       compare: 2
4833   legend:
4834     - ""
4835     - "2n-skx, 2n-clx - testbeds and NICs tested."
4836     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4837
4838 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4839 - type: "table"
4840   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4841   algorithm: "table_comparison"
4842   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4843   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4844   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4845   columns:
4846     - title: "3n-hsw xl710"
4847       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4848       tag: "NIC_Intel-XL710"
4849     - title: "2n-clx xxv710"
4850       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4851       tag: "NIC_Intel-XXV710"
4852   comparisons:
4853     - title: "Diff"
4854       reference: 1
4855       compare: 2
4856   legend:
4857     - ""
4858     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4859     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4860
4861 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4862 - type: "table"
4863   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4864   algorithm: "table_comparison"
4865   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4866   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4867   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4868   columns:
4869     - title: "3n-hsw xl710"
4870       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4871       tag: "NIC_Intel-XL710"
4872     - title: "2n-clx xxv710"
4873       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4874       tag: "NIC_Intel-XXV710"
4875   comparisons:
4876     - title: "Diff"
4877       reference: 1
4878       compare: 2
4879   legend:
4880     - ""
4881     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4882     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4883
4884 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4885 - type: "table"
4886   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4887   algorithm: "table_comparison"
4888   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4889   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4890   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4891   columns:
4892     - title: "3n-hsw xl710"
4893       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4894       tag: "NIC_Intel-XL710"
4895     - title: "2n-clx xxv710"
4896       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4897       tag: "NIC_Intel-XXV710"
4898   comparisons:
4899     - title: "Diff"
4900       reference: 1
4901       compare: 2
4902   legend:
4903     - ""
4904     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4905     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4906
4907 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4908 - type: "table"
4909   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4910   algorithm: "table_comparison"
4911   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4912   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4913   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4914   columns:
4915     - title: "3n-hsw xl710"
4916       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4917       tag: "NIC_Intel-XL710"
4918     - title: "2n-clx xxv710"
4919       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4920       tag: "NIC_Intel-XXV710"
4921   comparisons:
4922     - title: "Diff"
4923       reference: 1
4924       compare: 2
4925   legend:
4926     - ""
4927     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4928     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4929
4930 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4931 - type: "table"
4932   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4933   algorithm: "table_comparison"
4934   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4935   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4936   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4937   columns:
4938     - title: "3n-skx"
4939       data-set: "vpp-compare-topologies-ref"
4940     - title: "2n-skx"
4941       data-set: "vpp-compare-topologies-cmp"
4942   comparisons:
4943     - title: "Diff"
4944       reference: 1
4945       compare: 2
4946   legend:
4947     - ""
4948     - "3n-skx, 2n-skx - topologies tested."
4949     - "Diff - difference between 3n-skx and 2n-skx topologies."
4950
4951 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4952 - type: "table"
4953   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4954   algorithm: "table_comparison"
4955   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4956   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4957   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4958   columns:
4959     - title: "3n-skx"
4960       data-set: "vpp-compare-topologies-ref"
4961     - title: "2n-skx"
4962       data-set: "vpp-compare-topologies-cmp"
4963   comparisons:
4964     - title: "Diff"
4965       reference: 1
4966       compare: 2
4967   legend:
4968     - ""
4969     - "3n-skx, 2n-skx - topologies tested."
4970     - "Diff - difference between 3n-skx and 2n-skx topologies."
4971
4972 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4973 - type: "table"
4974   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4975   algorithm: "table_comparison"
4976   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4977   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4978   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4979   columns:
4980     - title: "3n-skx"
4981       data-set: "vpp-compare-topologies-ref"
4982     - title: "2n-skx"
4983       data-set: "vpp-compare-topologies-cmp"
4984   comparisons:
4985     - title: "Diff"
4986       reference: 1
4987       compare: 2
4988   legend:
4989     - ""
4990     - "3n-skx, 2n-skx - topologies tested."
4991     - "Diff - difference between 3n-skx and 2n-skx topologies."
4992
4993 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4994 - type: "table"
4995   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4996   algorithm: "table_comparison"
4997   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4998   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4999   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
5000   columns:
5001     - title: "3n-skx"
5002       data-set: "vpp-compare-topologies-ref"
5003     - title: "2n-skx"
5004       data-set: "vpp-compare-topologies-cmp"
5005   comparisons:
5006     - title: "Diff"
5007       reference: 1
5008       compare: 2
5009   legend:
5010     - ""
5011     - "3n-skx, 2n-skx - topologies tested."
5012     - "Diff - difference between 3n-skx and 2n-skx topologies."
5013
5014 # VPP Performance Changes 3n-hsw 1t1c mrr
5015 - type: "table"
5016   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
5017   algorithm: "table_comparison"
5018   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
5019   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5020   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5021   columns:
5022     - title: "2001.0-2"
5023       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5024     - title: "2005.0-4"
5025       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
5026     - title: "2005.0-5"
5027       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
5028     - title: "2009.0-5"
5029       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5030   comparisons:
5031     - title: "2005.0-5 vs 2005.0-4"
5032       reference: 2
5033       compare: 3
5034 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
5035     - title: "2009.0-5 vs 2005.0-5"
5036       reference: 3
5037       compare: 4
5038 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
5039   legend:
5040     - ''
5041     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5042     - '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).'
5043     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5044     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5045     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5046
5047 # VPP Performance Changes 3n-hsw 2t2c mrr
5048 - type: "table"
5049   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
5050   algorithm: "table_comparison"
5051   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
5052   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5053   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5054   columns:
5055     - title: "2001.0-2"
5056       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5057     - title: "2005.0-4"
5058       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
5059     - title: "2005.0-5"
5060       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
5061     - title: "2009.0-5"
5062       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5063   comparisons:
5064     - title: "2005.0-5 vs 2005.0-4"
5065       reference: 2
5066       compare: 3
5067 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
5068     - title: "2009.0-5 vs 2005.0-5"
5069       reference: 3
5070       compare: 4
5071 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
5072   legend:
5073     - ''
5074     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5075     - '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).'
5076     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5077     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5078     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5079
5080 # VPP Performance Changes 3n-hsw 4t4c mrr
5081 - type: "table"
5082   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
5083   algorithm: "table_comparison"
5084   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
5085   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5086   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5087   columns:
5088     - title: "2001.0-2"
5089       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5090     - title: "2005.0-4"
5091       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
5092     - title: "2005.0-5"
5093       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
5094     - title: "2009.0-5"
5095       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5096   comparisons:
5097     - title: "2005.0-5 vs 2005.0-4"
5098       reference: 2
5099       compare: 3
5100 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
5101     - title: "2009.0-5 vs 2005.0-5"
5102       reference: 3
5103       compare: 4
5104 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
5105   legend:
5106     - ''
5107     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5108     - '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).'
5109     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5110     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5111     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5112
5113 # VPP Performance Changes 3n-skx 2t1c mrr
5114 - type: "table"
5115   title: "VPP Performance Changes 3n-skx 2t1c mrr"
5116   algorithm: "table_comparison"
5117   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
5118   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5119   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5120   columns:
5121     - title: "2001.0-2"
5122       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5123     - title: "2005.0-4"
5124       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
5125     - title: "2005.0-5"
5126       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
5127     - title: "2009.0-5"
5128       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5129   comparisons:
5130     - title: "2005.0-5 vs 2005.0-4"
5131       reference: 2
5132       compare: 3
5133 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
5134     - title: "2009.0-5 vs 2005.0-5"
5135       reference: 2
5136       compare: 3
5137 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca2.yaml"
5138   legend:
5139     - ''
5140     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5141     - '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).'
5142     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5143     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5144     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5145
5146 # VPP Performance Changes 3n-skx 4t2c mrr
5147 - type: "table"
5148   title: "VPP Performance Changes 3n-skx 4t2c mrr"
5149   algorithm: "table_comparison"
5150   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
5151   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5152   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5153   columns:
5154     - title: "2001.0-2"
5155       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5156     - title: "2005.0-4"
5157       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
5158     - title: "2005.0-5"
5159       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
5160     - title: "2009.0-5"
5161       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5162   comparisons:
5163     - title: "2005.0-5 vs 2005.0-4"
5164       reference: 2
5165       compare: 3
5166 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca1.yaml"
5167     - title: "2009.0-5 vs 2005.0-5"
5168       reference: 2
5169       compare: 3
5170 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca2.yaml"
5171   legend:
5172     - ''
5173     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5174     - '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).'
5175     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5176     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5177     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5178
5179 # VPP Performance Changes 3n-skx 8t4c mrr
5180 - type: "table"
5181   title: "VPP Performance Changes 3n-skx 8t4c mrr"
5182   algorithm: "table_comparison"
5183   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
5184   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5185   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5186   columns:
5187     - title: "2001.0-2"
5188       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5189     - title: "2005.0-4"
5190       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
5191     - title: "2005.0-5"
5192       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
5193     - title: "2009.0-5"
5194       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5195   comparisons:
5196     - title: "2005.0-5 vs 2005.0-4"
5197       reference: 2
5198       compare: 3
5199 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca1.yaml"
5200     - title: "2009.0-5 vs 2005.0-5"
5201       reference: 2
5202       compare: 3
5203 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca2.yaml"
5204   legend:
5205     - ''
5206     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5207     - '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).'
5208     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5209     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5210     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5211
5212 # VPP Performance Changes 2n-skx 2t1c mrr
5213 - type: "table"
5214   title: "VPP Performance Changes 2n-skx 2t1c mrr"
5215   algorithm: "table_comparison"
5216   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
5217   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5218   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5219   columns:
5220     - title: "2001.0-2"
5221       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5222     - title: "2005.0-4"
5223       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5224     - title: "2005.0-5"
5225       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5226     - title: "2009.0-5"
5227       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5228   comparisons:
5229     - title: "2005.0-5 vs 2005.0-4"
5230       reference: 2
5231       compare: 3
5232 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
5233     - title: "2009.0-5 vs 2005.0-4"
5234       reference: 3
5235       compare: 4
5236 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
5237   legend:
5238     - ''
5239     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5240     - '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).'
5241     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5242     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5243     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5244
5245 # VPP Performance Changes 2n-skx 4t2c mrr
5246 - type: "table"
5247   title: "VPP Performance Changes 2n-skx 4t2c mrr"
5248   algorithm: "table_comparison"
5249   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
5250   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5251   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5252   columns:
5253     - title: "2001.0-2"
5254       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5255     - title: "2005.0-4"
5256       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5257     - title: "2005.0-5"
5258       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5259     - title: "2009.0-5"
5260       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5261   comparisons:
5262     - title: "2005.0-5 vs 2005.0-4"
5263       reference: 2
5264       compare: 3
5265 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
5266     - title: "2009.0-5 vs 2005.0-4"
5267       reference: 3
5268       compare: 4
5269 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
5270   legend:
5271     - ''
5272     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5273     - '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).'
5274     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5275     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5276     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5277
5278 # VPP Performance Changes 2n-skx 8t4c mrr
5279 - type: "table"
5280   title: "VPP Performance Changes 2n-skx 8t4c mrr"
5281   algorithm: "table_comparison"
5282   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
5283   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5284   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5285   columns:
5286     - title: "2001.0-2"
5287       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5288     - title: "2005.0-4"
5289       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5290     - title: "2005.0-5"
5291       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5292     - title: "2009.0-5"
5293       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5294   comparisons:
5295     - title: "2005.0-5 vs 2005.0-4"
5296       reference: 2
5297       compare: 3
5298 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
5299     - title: "2009.0-5 vs 2005.0-4"
5300       reference: 3
5301       compare: 4
5302 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
5303   legend:
5304     - ''
5305     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5306     - '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).'
5307     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5308     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5309     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5310
5311 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
5312 - type: "table"
5313   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
5314   algorithm: "table_comparison"
5315   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
5316   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5317   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5318   columns:
5319     - title: "2001.0-2"
5320       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5321     - title: "2005.0-4"
5322       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5323     - title: "2005.0-5"
5324       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5325     - title: "2009.0-5"
5326       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5327   comparisons:
5328     - title: "2005.0-5 vs 2005.0-4"
5329       reference: 2
5330       compare: 3
5331 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
5332     - title: "2009.0-5 vs 2005.0-5"
5333       reference: 3
5334       compare: 4
5335 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
5336   legend:
5337     - ''
5338     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5339     - '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).'
5340     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5341     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5342     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5343
5344 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
5345 - type: "table"
5346   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
5347   algorithm: "table_comparison"
5348   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
5349   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5350   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5351   columns:
5352     - title: "2001.0-2"
5353       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5354     - title: "2005.0-4"
5355       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5356     - title: "2005.0-5"
5357       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5358     - title: "2009.0-5"
5359       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5360   comparisons:
5361     - title: "2005.0-5 vs 2005.0-4"
5362       reference: 2
5363       compare: 3
5364 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
5365     - title: "2009.0-5 vs 2005.0-5"
5366       reference: 3
5367       compare: 4
5368 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
5369   legend:
5370     - ''
5371     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5372     - '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).'
5373     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5374     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5375     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5376
5377 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
5378 - type: "table"
5379   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
5380   algorithm: "table_comparison"
5381   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
5382   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5383   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5384   columns:
5385     - title: "2001.0-2"
5386       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5387     - title: "2005.0-4"
5388       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5389     - title: "2005.0-5"
5390       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5391     - title: "2009.0-5"
5392       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5393   comparisons:
5394     - title: "2005.0-5 vs 2005.0-4"
5395       reference: 2
5396       compare: 3
5397 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
5398     - title: "2009.0-5 vs 2005.0-5"
5399       reference: 3
5400       compare: 4
5401 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
5402   legend:
5403     - ''
5404     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5405     - '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).'
5406     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5407     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5408     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5409
5410 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
5411 #- type: "table"
5412 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
5413 #  algorithm: "table_comparison"
5414 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
5415 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5416 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5417 #  columns:
5418 #    - title: "2001"
5419 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5420 #    - title: "2005"
5421 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5422 #  comparisons:
5423 #    - title: "Diff"
5424 #      reference: 1
5425 #      compare: 2
5426 #  legend:
5427 #    - ""
5428 #    - "2001, 2005 - VPP versions tested."
5429 #    - "Diff - difference between 2001 and 2005 VPP version."
5430 #
5431 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
5432 #- type: "table"
5433 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
5434 #  algorithm: "table_comparison"
5435 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
5436 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5437 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5438 #  columns:
5439 #    - title: "2001"
5440 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5441 #    - title: "2005"
5442 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5443 #  comparisons:
5444 #    - title: "Diff"
5445 #      reference: 1
5446 #      compare: 2
5447 #  legend:
5448 #    - ""
5449 #    - "2001, 2005 - VPP versions tested."
5450 #    - "Diff - difference between 2001 and 2005 VPP version."
5451 #
5452 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
5453 #- type: "table"
5454 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
5455 #  algorithm: "table_comparison"
5456 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
5457 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5458 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5459 #  columns:
5460 #    - title: "2001"
5461 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5462 #    - title: "2005"
5463 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5464 #  comparisons:
5465 #    - title: "Diff"
5466 #      reference: 1
5467 #      compare: 2
5468 #  legend:
5469 #    - ""
5470 #    - "2001, 2005 - VPP versions tested."
5471 #    - "Diff - difference between 2001 and 2005 VPP version."
5472
5473 # VPP Performance Changes 2n-dnv 1t1c mrr
5474 - type: "table"
5475   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
5476   algorithm: "table_comparison"
5477   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
5478   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5479   filter: "'1T1C'"
5480   columns:
5481     - title: "2001.0-2"
5482       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5483     - title: "2005.0-5"
5484       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5485     - title: "2009.0-5"
5486       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5487   comparisons:
5488     - title: "2009.0-5 vs 2005.0-5"
5489       reference: 2
5490       compare: 3
5491   legend:
5492     - ''
5493     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5494     - '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).'
5495     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5496     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5497
5498 # VPP Performance Changes 2n-dnv 2t2c mrr
5499 - type: "table"
5500   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
5501   algorithm: "table_comparison"
5502   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
5503   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5504   filter: "'2T2C'"
5505   columns:
5506     - title: "2001.0-2"
5507       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5508     - title: "2005.0-5"
5509       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5510     - title: "2009.0-5"
5511       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5512   comparisons:
5513     - title: "2009.0-5 vs 2005.0-5"
5514       reference: 2
5515       compare: 3
5516   legend:
5517     - ''
5518     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5519     - '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).'
5520     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5521     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5522
5523 # VPP Performance Changes 2n-dnv 4t4c mrr
5524 - type: "table"
5525   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5526   algorithm: "table_comparison"
5527   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5528   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5529   filter: "'4T4C'"
5530   columns:
5531     - title: "2001.0-2"
5532       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5533     - title: "2005.0-5"
5534       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5535     - title: "2009.0-5"
5536       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5537   comparisons:
5538     - title: "2009.0-5 vs 2005.0-5"
5539       reference: 2
5540       compare: 3
5541   legend:
5542     - ''
5543     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5544     - '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).'
5545     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5546     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5547
5548 # VPP Performance Changes 3n-dnv 1t1c mrr
5549 - type: "table"
5550   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5551   algorithm: "table_comparison"
5552   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5553   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5554   filter: "'1T1C'"
5555   columns:
5556     - title: "2001.0-2"
5557       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5558     - title: "2005.0-5"
5559       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5560     - title: "2009.0-5"
5561       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5562   comparisons:
5563     - title: "2009.0-5 vs 2005.0-5"
5564       reference: 2
5565       compare: 3
5566   legend:
5567     - ''
5568     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5569     - '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).'
5570     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5571     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5572
5573 # VPP Performance Changes 3n-dnv 2t2c mrr
5574 - type: "table"
5575   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5576   algorithm: "table_comparison"
5577   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5578   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5579   filter: "'2T2C'"
5580   columns:
5581     - title: "2001.0-2"
5582       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5583     - title: "2005.0-5"
5584       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5585     - title: "2009.0-5"
5586       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5587   comparisons:
5588     - title: "2009.0-5 vs 2005.0-5"
5589       reference: 2
5590       compare: 3
5591   legend:
5592     - ''
5593     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5594     - '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).'
5595     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5596     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5597
5598 # VPP Performance Changes 3n-dnv 4t4c mrr
5599 - type: "table"
5600   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5601   algorithm: "table_comparison"
5602   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5603   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5604   filter: "'4T4C'"
5605   columns:
5606     - title: "2001.0-2"
5607       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5608     - title: "2005.0-5"
5609       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5610     - title: "2009.0-5"
5611       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5612   comparisons:
5613     - title: "2009.0-5 vs 2005.0-5"
5614       reference: 2
5615       compare: 3
5616   legend:
5617     - ''
5618     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5619     - '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).'
5620     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5621     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5622
5623 # VPP Performance Changes 3n-tsh 1t1c mrr
5624 - type: "table"
5625   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5626   algorithm: "table_comparison"
5627   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5628   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5629   filter: "'1T1C'"
5630   columns:
5631     - title: "2001.0-2"
5632       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5633     - title: "2005.0-4"
5634       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5635     - title: "2005.0-5"
5636       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5637     - title: "2009.0-5"
5638       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5639   comparisons:
5640     - title: "2005.0-5 vs 2005.0-4"
5641       reference: 2
5642       compare: 3
5643 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5644     - title: "2009.0-5 vs 2005.0-5"
5645       reference: 3
5646       compare: 4
5647 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
5648   legend:
5649     - ''
5650     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5651     - '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).'
5652     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5653     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5654     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5655
5656 # VPP Performance Changes 3n-tsh 2t2c mrr
5657 - type: "table"
5658   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5659   algorithm: "table_comparison"
5660   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5661   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5662   filter: "'2T2C'"
5663   columns:
5664     - title: "2001.0-2"
5665       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5666     - title: "2005.0-4"
5667       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5668     - title: "2005.0-5"
5669       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5670     - title: "2009.0-5"
5671       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5672   comparisons:
5673     - title: "2005.0-5 vs 2005.0-4"
5674       reference: 2
5675       compare: 3
5676 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
5677     - title: "2009.0-5 vs 2005.0-5"
5678       reference: 3
5679       compare: 4
5680 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
5681   legend:
5682     - ''
5683     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5684     - '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).'
5685     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5686     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5687     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5688
5689 # VPP Performance Changes 3n-tsh 4t4c mrr
5690 - type: "table"
5691   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5692   algorithm: "table_comparison"
5693   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5694   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5695   filter: "'4T4C'"
5696   columns:
5697     - title: "2001.0-2"
5698       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5699     - title: "2005.0-4"
5700       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5701     - title: "2005.0-5"
5702       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5703     - title: "2009.0-5"
5704       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5705   comparisons:
5706     - title: "2005.0-5 vs 2005.0-4"
5707       reference: 2
5708       compare: 3
5709 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
5710     - title: "2009.0-5 vs 2005.0-5"
5711       reference: 3
5712       compare: 4
5713 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
5714   legend:
5715     - ''
5716     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5717     - '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).'
5718     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5719     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5720     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5721
5722 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5723 - type: "table"
5724   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5725   algorithm: "table_comparison"
5726   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5727   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5728   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5729   columns:
5730     - title: "3n-hsw xl710"
5731       data-set: "vpp-compare-testbeds-mrr-ref"
5732       tag: "NIC_Intel-XL710"
5733     - title: "3n-skx xxv710"
5734       data-set: "vpp-compare-testbeds-mrr-cmp"
5735       tag: "NIC_Intel-XXV710"
5736   comparisons:
5737     - title: "Diff"
5738       reference: 1
5739       compare: 2
5740   legend:
5741     - ""
5742     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5743     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5744
5745 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5746 - type: "table"
5747   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5748   algorithm: "table_comparison"
5749   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5750   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5751   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5752   columns:
5753     - title: "3n-hsw xl710"
5754       data-set: "vpp-compare-testbeds-mrr-ref"
5755       tag: "NIC_Intel-XL710"
5756     - title: "3n-skx xxv710"
5757       data-set: "vpp-compare-testbeds-mrr-cmp"
5758       tag: "NIC_Intel-XXV710"
5759   comparisons:
5760     - title: "Diff"
5761       reference: 1
5762       compare: 2
5763   legend:
5764     - ""
5765     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5766     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5767
5768 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5769 - type: "table"
5770   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5771   algorithm: "table_comparison"
5772   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5773   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5774   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5775   columns:
5776     - title: "3n-hsw xl710"
5777       data-set: "vpp-compare-testbeds-mrr-ref"
5778       tag: "NIC_Intel-XL710"
5779     - title: "3n-skx xxv710"
5780       data-set: "vpp-compare-testbeds-mrr-cmp"
5781       tag: "NIC_Intel-XXV710"
5782   comparisons:
5783     - title: "Diff"
5784       reference: 1
5785       compare: 2
5786   legend:
5787     - ""
5788     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5789     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5790
5791 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5792 - type: "table"
5793   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5794   algorithm: "table_comparison"
5795   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5796   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5797   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5798   columns:
5799     - title: "2n-skx"
5800       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5801     - title: "2n-clx"
5802       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5803   comparisons:
5804     - title: "Diff"
5805       reference: 1
5806       compare: 2
5807   legend:
5808     - ""
5809     - "2n-skx, 2n-clx - testbeds and NICs tested."
5810     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5811
5812 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5813 - type: "table"
5814   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5815   algorithm: "table_comparison"
5816   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5817   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5818   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5819   columns:
5820     - title: "2n-skx"
5821       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5822     - title: "2n-clx"
5823       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5824   comparisons:
5825     - title: "Diff"
5826       reference: 1
5827       compare: 2
5828   legend:
5829     - ""
5830     - "2n-skx, 2n-clx - testbeds and NICs tested."
5831     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5832
5833 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5834 - type: "table"
5835   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5836   algorithm: "table_comparison"
5837   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5838   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5839   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5840   columns:
5841     - title: "2n-skx"
5842       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5843     - title: "2n-clx"
5844       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5845   comparisons:
5846     - title: "Diff"
5847       reference: 1
5848       compare: 2
5849   legend:
5850     - ""
5851     - "2n-skx, 2n-clx - testbeds and NICs tested."
5852     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5853
5854 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5855 - type: "table"
5856   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5857   algorithm: "table_comparison"
5858   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5859   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5860   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5861   columns:
5862     - title: "3n-skx"
5863       data-set: "vpp-compare-topologies-mrr-ref"
5864     - title: "2n-skx"
5865       data-set: "vpp-compare-topologies-mrr-cmp"
5866   comparisons:
5867     - title: "Diff"
5868       reference: 1
5869       compare: 2
5870   legend:
5871     - ""
5872     - "3n-skx, 2n-skx - topologies tested."
5873     - "Diff - difference between 3n-skx and 2n-skx topologies."
5874
5875 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5876 - type: "table"
5877   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5878   algorithm: "table_comparison"
5879   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5880   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5881   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5882   columns:
5883     - title: "3n-skx"
5884       data-set: "vpp-compare-topologies-mrr-ref"
5885     - title: "2n-skx"
5886       data-set: "vpp-compare-topologies-mrr-cmp"
5887   comparisons:
5888     - title: "Diff"
5889       reference: 1
5890       compare: 2
5891   legend:
5892     - ""
5893     - "3n-skx, 2n-skx - topologies tested."
5894     - "Diff - difference between 3n-skx and 2n-skx topologies."
5895
5896 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5897 - type: "table"
5898   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5899   algorithm: "table_comparison"
5900   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5901   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5902   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5903   columns:
5904     - title: "3n-skx"
5905       data-set: "vpp-compare-topologies-mrr-ref"
5906     - title: "2n-skx"
5907       data-set: "vpp-compare-topologies-mrr-cmp"
5908   comparisons:
5909     - title: "Diff"
5910       reference: 1
5911       compare: 2
5912   legend:
5913     - ""
5914     - "3n-skx, 2n-skx - topologies tested."
5915     - "Diff - difference between 3n-skx and 2n-skx topologies."
5916
5917 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5918 - type: "table"
5919   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5920   algorithm: "table_comparison"
5921   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5922   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5923   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5924   columns:
5925     - title: "3n-hsw xl710"
5926       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5927       tag: "NIC_Intel-XL710"
5928     - title: "2n-clx xxv710"
5929       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5930       tag: "NIC_Intel-XXV710"
5931   comparisons:
5932     - title: "Diff"
5933       reference: 1
5934       compare: 2
5935   legend:
5936     - ""
5937     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5938     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5939
5940 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5941 - type: "table"
5942   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5943   algorithm: "table_comparison"
5944   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5945   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5946   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5947   columns:
5948     - title: "3n-hsw xl710"
5949       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5950       tag: "NIC_Intel-XL710"
5951     - title: "2n-clx xxv710"
5952       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5953       tag: "NIC_Intel-XXV710"
5954   comparisons:
5955     - title: "Diff"
5956       reference: 1
5957       compare: 2
5958   legend:
5959     - ""
5960     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5961     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5962
5963 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5964 - type: "table"
5965   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5966   algorithm: "table_comparison"
5967   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5968   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5969   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5970   columns:
5971     - title: "3n-hsw xl710"
5972       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5973       tag: "NIC_Intel-XL710"
5974     - title: "2n-clx xxv710"
5975       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5976       tag: "NIC_Intel-XXV710"
5977   comparisons:
5978     - title: "Diff"
5979       reference: 1
5980       compare: 2
5981   legend:
5982     - ""
5983     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5984     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5985
5986 # Detailed Test Results - VPP Performance Results 3n-hsw
5987 - type: "table"
5988   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5989   algorithm: "table_merged_details"
5990   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5991   columns:
5992     - title: " |prein| Test Name |preout| "
5993       data: "data name"
5994     - 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| "
5995       data: "data msg"
5996   data: "vpp-perf-results-3n-hsw"
5997   filter: "all"
5998   parameters:
5999   - "name"
6000   - "parent"
6001   - "msg"
6002
6003 # Detailed Test Results - VPP Performance Results 3n-skx
6004 - type: "table"
6005   title: "Detailed Test Results - VPP Performance Results 3n-skx"
6006   algorithm: "table_merged_details"
6007   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
6008   columns:
6009     - title: " |prein| Test Name |preout| "
6010       data: "data name"
6011     - 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| "
6012       data: "data msg"
6013   data: "vpp-perf-results-3n-skx"
6014   filter: "all"
6015   remove-ndr: False
6016   parameters:
6017   - "name"
6018   - "parent"
6019   - "msg"
6020
6021 # Detailed Test Results - VPP Performance Results 2n-skx
6022 - type: "table"
6023   title: "Detailed Test Results - VPP Performance Results 2n-skx"
6024   algorithm: "table_merged_details"
6025   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
6026   columns:
6027     - title: " |prein| Test Name |preout| "
6028       data: "data name"
6029     - 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| "
6030       data: "data msg"
6031   data: "vpp-perf-results-2n-skx"
6032   filter: "all"
6033   remove-ndr: False
6034   parameters:
6035   - "name"
6036   - "parent"
6037   - "msg"
6038
6039 # Detailed Test Results - VPP Performance Results 2n-zn2
6040 - type: "table"
6041   title: "Detailed Test Results - VPP Performance Results 2n-zn2"
6042   algorithm: "table_merged_details"
6043   output-file: "{DIR[DTR,PERF,VPP,2N,ZN2]}/"
6044   columns:
6045     - title: " |prein| Test Name |preout| "
6046       data: "data name"
6047     - 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| "
6048       data: "data msg"
6049   data: "vpp-perf-results-2n-zn2"
6050   filter: "all"
6051   remove-ndr: False
6052   parameters:
6053   - "name"
6054   - "parent"
6055   - "msg"
6056
6057 # Detailed Test Results - VPP Performance Results 2n-clx
6058 - type: "table"
6059   title: "Detailed Test Results - VPP Performance Results 2n-clx"
6060   algorithm: "table_merged_details"
6061   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
6062   columns:
6063     - title: " |prein| Test Name |preout| "
6064       data: "data name"
6065     - 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| "
6066       data: "data msg"
6067   data: "vpp-perf-results-2n-clx"
6068   filter: "all"
6069   parameters:
6070   - "name"
6071   - "parent"
6072   - "msg"
6073
6074 # Detailed Test Results - VPP Performance Results 3n-tsh
6075 - type: "table"
6076   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
6077   algorithm: "table_merged_details"
6078   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
6079   columns:
6080     - title: " |prein| Test Name |preout| "
6081       data: "data name"
6082     - 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| "
6083       data: "data msg"
6084   data: "vpp-perf-results-3n-tsh"
6085   filter: "all"
6086   parameters:
6087   - "name"
6088   - "parent"
6089   - "msg"
6090
6091 # Detailed Test Results - VPP Performance Results 3n-dnv
6092 - type: "table"
6093   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
6094   algorithm: "table_merged_details"
6095   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
6096   columns:
6097     - title: " |prein| Test Name |preout| "
6098       data: "data name"
6099     - 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| "
6100       data: "data msg"
6101   data: "vpp-perf-results-3n-dnv"
6102   filter: "all"
6103   parameters:
6104   - "name"
6105   - "parent"
6106   - "msg"
6107
6108 # Detailed Test Results - VPP Performance Results 2n-dnv
6109 - type: "table"
6110   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
6111   algorithm: "table_merged_details"
6112   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
6113   columns:
6114     - title: " |prein| Test Name |preout| "
6115       data: "data name"
6116     - 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| "
6117       data: "data msg"
6118   data: "vpp-perf-results-2n-dnv"
6119   filter: "all"
6120   parameters:
6121   - "name"
6122   - "parent"
6123   - "msg"
6124
6125 # Test configuration - VPP Performance Test Configs 3n-hsw
6126 - type: "table"
6127   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
6128   algorithm: "table_merged_details"
6129   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
6130   columns:
6131     - title: " |prein| Test Name |preout| "
6132       data: "data name"
6133     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6134       data: "data conf-history"
6135   data: "vpp-perf-results-3n-hsw"
6136   filter: "all"
6137   parameters:
6138   - "parent"
6139   - "name"
6140   - "conf-history"
6141
6142 # Test configuration - VPP Performance Test Configs 3n-skx
6143 - type: "table"
6144   title: "Test configuration - VPP Performance Test Configs 3n-skx"
6145   algorithm: "table_merged_details"
6146   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
6147   columns:
6148     - title: " |prein| Test Name |preout| "
6149       data: "data name"
6150     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6151       data: "data conf-history"
6152   data: "vpp-perf-results-3n-skx"
6153   filter: "all"
6154   parameters:
6155   - "parent"
6156   - "name"
6157   - "conf-history"
6158
6159 # Test configuration - VPP Performance Test Configs 2n-skx
6160 - type: "table"
6161   title: "Test configuration - VPP Performance Test Configs 2n-skx"
6162   algorithm: "table_merged_details"
6163   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
6164   columns:
6165     - title: " |prein| Test Name |preout| "
6166       data: "data name"
6167     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6168       data: "data conf-history"
6169   data: "vpp-perf-results-2n-skx"
6170   filter: "all"
6171   parameters:
6172   - "parent"
6173   - "name"
6174   - "conf-history"
6175
6176 # Test configuration - VPP Performance Test Configs 2n-zn2
6177 - type: "table"
6178   title: "Test configuration - VPP Performance Test Configs 2n-zn2"
6179   algorithm: "table_merged_details"
6180   output-file: "{DIR[DTC,PERF,VPP,2N,ZN2]}/"
6181   columns:
6182     - title: " |prein| Test Name |preout| "
6183       data: "data name"
6184     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6185       data: "data conf-history"
6186   data: "vpp-perf-results-2n-zn2"
6187   filter: "all"
6188   parameters:
6189   - "parent"
6190   - "name"
6191   - "conf-history"
6192
6193 # Test configuration - VPP Performance Test Configs 2n-clx
6194 - type: "table"
6195   title: "Test configuration - VPP Performance Test Configs 2n-clx"
6196   algorithm: "table_merged_details"
6197   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
6198   columns:
6199     - title: " |prein| Test Name |preout| "
6200       data: "data name"
6201     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6202       data: "data conf-history"
6203   data: "vpp-perf-results-2n-clx"
6204   filter: "all"
6205   parameters:
6206   - "parent"
6207   - "name"
6208   - "conf-history"
6209
6210 # Test configuration - VPP Performance Test Configs 3n-tsh
6211 - type: "table"
6212   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
6213   algorithm: "table_merged_details"
6214   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
6215   columns:
6216     - title: " |prein| Test Name |preout| "
6217       data: "data name"
6218     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6219       data: "data conf-history"
6220   data: "vpp-perf-results-3n-tsh"
6221   filter: "all"
6222   parameters:
6223   - "parent"
6224   - "name"
6225   - "conf-history"
6226
6227 # Test configuration - VPP Performance Test Configs 3n-dnv
6228 - type: "table"
6229   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
6230   algorithm: "table_merged_details"
6231   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
6232   columns:
6233     - title: " |prein| Test Name |preout| "
6234       data: "data name"
6235     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6236       data: "data conf-history"
6237   data: "vpp-perf-results-3n-dnv"
6238   filter: "all"
6239   parameters:
6240   - "parent"
6241   - "name"
6242   - "conf-history"
6243
6244 # Test configuration - VPP Performance Test Configs 2n-dnv
6245 - type: "table"
6246   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
6247   algorithm: "table_merged_details"
6248   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
6249   columns:
6250     - title: " |prein| Test Name |preout| "
6251       data: "data name"
6252     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6253       data: "data conf-history"
6254   data: "vpp-perf-results-2n-dnv"
6255   filter: "all"
6256   parameters:
6257   - "parent"
6258   - "name"
6259   - "conf-history"
6260
6261 # Test Operational Data - VPP Performance Operational Data 3n-hsw
6262 - type: "table"
6263   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
6264   algorithm: "table_oper_data_html"
6265   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
6266   data: "vpp-perf-results-3n-hsw"
6267   filter: "all"
6268
6269 # Test Operational Data - VPP Performance Operational Data 3n-skx
6270 - type: "table"
6271   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
6272   algorithm: "table_oper_data_html"
6273   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
6274   data: "vpp-perf-results-3n-skx"
6275   filter: "all"
6276
6277 # Test Operational Data - VPP Performance Operational Data 2n-skx
6278 - type: "table"
6279   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
6280   algorithm: "table_oper_data_html"
6281   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
6282   data: "vpp-perf-results-2n-skx"
6283   filter: "all"
6284
6285 # Test Operational Data - VPP Performance Operational Data 2n-zn2
6286 - type: "table"
6287   title: "Test Operational Data - VPP Performance Operational Data 2n-zn2"
6288   algorithm: "table_oper_data_html"
6289   output-file: "{DIR[DTO,PERF,VPP,2N,ZN2]}/"
6290   data: "vpp-perf-results-2n-zn2"
6291   filter: "all"
6292
6293 # Test Operational Data - VPP Performance Operational Data 2n-clx
6294 - type: "table"
6295   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
6296   algorithm: "table_oper_data_html"
6297   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
6298   data: "vpp-perf-results-2n-clx"
6299   filter: "all"
6300
6301 # Test Operational Data - VPP Performance Operational Data 3n-tsh
6302 - type: "table"
6303   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
6304   algorithm: "table_oper_data_html"
6305   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
6306   data: "vpp-perf-results-3n-tsh"
6307   filter: "all"
6308
6309 # Test Operational Data - VPP Performance Operational Data 3n-dnv
6310 - type: "table"
6311   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
6312   algorithm: "table_oper_data_html"
6313   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
6314   data: "vpp-perf-results-3n-dnv"
6315   filter: "all"
6316
6317 # Test Operational Data - VPP Performance Operational Data 2n-dnv
6318 - type: "table"
6319   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
6320   algorithm: "table_oper_data_html"
6321   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
6322   data: "vpp-perf-results-2n-dnv"
6323   filter: "all"
6324
6325 # Detailed Test Results - VPP MRR Results 3n-hsw
6326 - type: "table"
6327   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
6328   algorithm: "table_merged_details"
6329   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
6330   columns:
6331     - title: " |prein| Test Name |preout| "
6332       data: "data name"
6333     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6334       data: "data msg"
6335   data: "vpp-mrr-results-3n-hsw"
6336   filter: "all"
6337   parameters:
6338   - "name"
6339   - "parent"
6340   - "msg"
6341
6342 # Detailed Test Results - VPP MRR Results 3n-skx
6343 - type: "table"
6344   title: "Detailed Test Results - VPP MRR Results 3n-skx"
6345   algorithm: "table_merged_details"
6346   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
6347   columns:
6348     - title: " |prein| Test Name |preout| "
6349       data: "data name"
6350     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6351       data: "data msg"
6352   data: "vpp-mrr-results-3n-skx"
6353   filter: "all"
6354   parameters:
6355   - "name"
6356   - "parent"
6357   - "msg"
6358
6359 # Detailed Test Results - VPP MRR Results 2n-skx
6360 - type: "table"
6361   title: "Detailed Test Results - VPP MRR Results 2n-skx"
6362   algorithm: "table_merged_details"
6363   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
6364   columns:
6365     - title: " |prein| Test Name |preout| "
6366       data: "data name"
6367     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6368       data: "data msg"
6369   data: "vpp-mrr-results-2n-skx"
6370   filter: "all"
6371   parameters:
6372   - "name"
6373   - "parent"
6374   - "msg"
6375
6376 # Detailed Test Results - VPP MRR Results 2n-zn2
6377 - type: "table"
6378   title: "Detailed Test Results - VPP MRR Results 2n-zn2"
6379   algorithm: "table_merged_details"
6380   output-file: "{DIR[DTR,MRR,VPP,2N,ZN2]}/"
6381   columns:
6382     - title: " |prein| Test Name |preout| "
6383       data: "data name"
6384     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6385       data: "data msg"
6386   data: "vpp-mrr-results-2n-zn2"
6387   filter: "all"
6388   parameters:
6389   - "name"
6390   - "parent"
6391   - "msg"
6392
6393 # Detailed Test Results - VPP MRR Results 2n-clx
6394 - type: "table"
6395   title: "Detailed Test Results - VPP MRR Results 2n-clx"
6396   algorithm: "table_merged_details"
6397   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
6398   columns:
6399     - title: " |prein| Test Name |preout| "
6400       data: "data name"
6401     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6402       data: "data msg"
6403   data: "vpp-mrr-results-2n-clx"
6404   filter: "all"
6405   parameters:
6406   - "name"
6407   - "parent"
6408   - "msg"
6409
6410 # Detailed Test Results - VPP MRR Results 3n-tsh
6411 - type: "table"
6412   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
6413   algorithm: "table_merged_details"
6414   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
6415   columns:
6416     - title: " |prein| Test Name |preout| "
6417       data: "data name"
6418     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6419       data: "data msg"
6420   data: "vpp-mrr-results-3n-tsh"
6421   filter: "all"
6422   parameters:
6423   - "name"
6424   - "parent"
6425   - "msg"
6426
6427 # Detailed Test Results - VPP MRR Results 3n-dnv
6428 - type: "table"
6429   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
6430   algorithm: "table_merged_details"
6431   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
6432   columns:
6433     - title: " |prein| Test Name |preout| "
6434       data: "data name"
6435     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6436       data: "data msg"
6437   data: "vpp-mrr-results-3n-dnv"
6438   filter: "all"
6439   parameters:
6440   - "name"
6441   - "parent"
6442   - "msg"
6443
6444 # Detailed Test Results - VPP MRR Results 2n-dnv
6445 - type: "table"
6446   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
6447   algorithm: "table_merged_details"
6448   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
6449   columns:
6450     - title: " |prein| Test Name |preout| "
6451       data: "data name"
6452     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6453       data: "data msg"
6454   data: "vpp-mrr-results-2n-dnv"
6455   filter: "all"
6456   parameters:
6457   - "name"
6458   - "parent"
6459   - "msg"
6460
6461 # Test configuration - VPP MRR Test Configs 3n-hsw
6462 - type: "table"
6463   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
6464   algorithm: "table_merged_details"
6465   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
6466   columns:
6467     - title: " |prein| Test Name |preout| "
6468       data: "data name"
6469     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6470       data: "data conf-history"
6471   data: "vpp-mrr-results-3n-hsw"
6472   filter: "all"
6473   parameters:
6474   - "parent"
6475   - "name"
6476   - "conf-history"
6477
6478 # Test configuration - VPP MRR Test Configs 3n-skx
6479 - type: "table"
6480   title: "Test configuration - VPP MRR Test Configs 3n-skx"
6481   algorithm: "table_merged_details"
6482   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
6483   columns:
6484     - title: " |prein| Test Name |preout| "
6485       data: "data name"
6486     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6487       data: "data conf-history"
6488   data: "vpp-mrr-results-3n-skx"
6489   filter: "all"
6490   parameters:
6491   - "parent"
6492   - "name"
6493   - "conf-history"
6494
6495 # Test configuration - VPP MRR Test Configs 2n-skx
6496 - type: "table"
6497   title: "Test configuration - VPP MRR Test Configs 2n-skx"
6498   algorithm: "table_merged_details"
6499   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
6500   columns:
6501     - title: " |prein| Test Name |preout| "
6502       data: "data name"
6503     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6504       data: "data conf-history"
6505   data: "vpp-mrr-results-2n-skx"
6506   filter: "all"
6507   parameters:
6508   - "parent"
6509   - "name"
6510   - "conf-history"
6511
6512 # Test configuration - VPP MRR Test Configs 2n-zn2
6513 - type: "table"
6514   title: "Test configuration - VPP MRR Test Configs 2n-zn2"
6515   algorithm: "table_merged_details"
6516   output-file: "{DIR[DTC,MRR,VPP,2N,ZN2]}/"
6517   columns:
6518     - title: " |prein| Test Name |preout| "
6519       data: "data name"
6520     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6521       data: "data conf-history"
6522   data: "vpp-mrr-results-2n-zn2"
6523   filter: "all"
6524   parameters:
6525   - "parent"
6526   - "name"
6527   - "conf-history"
6528
6529 # Test configuration - VPP MRR Test Configs 2n-clx
6530 - type: "table"
6531   title: "Test configuration - VPP MRR Test Configs 2n-clx"
6532   algorithm: "table_merged_details"
6533   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
6534   columns:
6535     - title: " |prein| Test Name |preout| "
6536       data: "data name"
6537     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6538       data: "data conf-history"
6539   data: "vpp-mrr-results-2n-clx"
6540   filter: "all"
6541   parameters:
6542   - "parent"
6543   - "name"
6544   - "conf-history"
6545
6546 # Test configuration - VPP MRR Test Configs 3n-tsh
6547 - type: "table"
6548   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
6549   algorithm: "table_merged_details"
6550   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
6551   columns:
6552     - title: " |prein| Test Name |preout| "
6553       data: "data name"
6554     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6555       data: "data conf-history"
6556   data: "vpp-mrr-results-3n-tsh"
6557   filter: "all"
6558   parameters:
6559   - "parent"
6560   - "name"
6561   - "conf-history"
6562
6563 # Test configuration - VPP MRR Test Configs 3n-dnv
6564 - type: "table"
6565   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
6566   algorithm: "table_merged_details"
6567   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
6568   columns:
6569     - title: " |prein| Test Name |preout| "
6570       data: "data name"
6571     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6572       data: "data conf-history"
6573   data: "vpp-mrr-results-3n-dnv"
6574   filter: "all"
6575   parameters:
6576   - "parent"
6577   - "name"
6578   - "conf-history"
6579
6580 # Test configuration - VPP MRR Test Configs 2n-dnv
6581 - type: "table"
6582   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
6583   algorithm: "table_merged_details"
6584   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
6585   columns:
6586     - title: " |prein| Test Name |preout| "
6587       data: "data name"
6588     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6589       data: "data conf-history"
6590   data: "vpp-mrr-results-2n-dnv"
6591   filter: "all"
6592   parameters:
6593   - "parent"
6594   - "name"
6595   - "conf-history"
6596
6597 # Detailed Test Results - VPP Device Results - Ubuntu
6598 - type: "table"
6599   title: "Detailed Test Results - VPP Device Results - Ubuntu"
6600   algorithm: "table_merged_details"
6601   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
6602   columns:
6603     - title: " |prein| Test Name |preout| "
6604       data: "data name"
6605     - title: " |prein| Status |preout| "
6606       data: "data status"
6607   data: "vpp-device-results-ubuntu"
6608   filter: "all"
6609   parameters:
6610   - "name"
6611   - "parent"
6612   - "doc"
6613   - "status"
6614
6615 # Test configuration - VPP Device Test Configs - Ubuntu
6616 - type: "table"
6617   title: "Test configuration - VPP Device Test Configs - Ubuntu"
6618   algorithm: "table_merged_details"
6619   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
6620   columns:
6621     - title: " |prein| Test Name |preout| "
6622       data: "data name"
6623     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6624       data: "data conf-history"
6625   data: "vpp-device-results-ubuntu"
6626   filter: "all"
6627   parameters:
6628   - "parent"
6629   - "name"
6630   - "conf-history"
6631
6632 ################################################################################
6633
6634 # DPDK Performance Changes 3n-hsw 1t1c pdr
6635 - type: "table"
6636   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6637   algorithm: "table_comparison"
6638   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6639   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6640   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6641   columns:
6642     - title: "2001"
6643       data-set: "dpdk-performance-changes-3n-hsw-h1"
6644     - title: "2005"
6645       data-set: "dpdk-performance-changes-3n-hsw-ref"
6646     - title: "2009"
6647       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6648   comparisons:
6649     - title: "Diff"
6650       reference: 2
6651       compare: 3
6652   legend:
6653     - ""
6654     - "2001, 2005, 2009 - DPDK versions tested."
6655     - "Diff - difference between 2005 and 2009 DPDK version."
6656
6657 # DPDK Performance Changes 3n-hsw 2t2c pdr
6658 - type: "table"
6659   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6660   algorithm: "table_comparison"
6661   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6662   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6663   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6664   columns:
6665     - title: "2001"
6666       data-set: "dpdk-performance-changes-3n-hsw-h1"
6667     - title: "2005"
6668       data-set: "dpdk-performance-changes-3n-hsw-ref"
6669     - title: "2009"
6670       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6671   comparisons:
6672     - title: "Diff"
6673       reference: 2
6674       compare: 3
6675   legend:
6676     - ""
6677     - "2001, 2005, 2009 - DPDK versions tested."
6678     - "Diff - difference between 2005 and 2009 DPDK version."
6679
6680 # DPDK Performance Changes 3n-hsw 1t1c pdr
6681 - type: "table"
6682   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6683   algorithm: "table_comparison"
6684   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6685   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6686   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6687   columns:
6688     - title: "2001"
6689       data-set: "dpdk-performance-changes-3n-hsw-h1"
6690     - title: "2005"
6691       data-set: "dpdk-performance-changes-3n-hsw-ref"
6692     - title: "2009"
6693       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6694   comparisons:
6695     - title: "Diff"
6696       reference: 2
6697       compare: 3
6698   legend:
6699     - ""
6700     - "2001, 2005, 2009 - DPDK versions tested."
6701     - "Diff - difference between 2005 and 2009 DPDK version."
6702
6703 # DPDK Performance Changes 3n-hsw 2t2c ndr
6704 - type: "table"
6705   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6706   algorithm: "table_comparison"
6707   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6708   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6709   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6710   columns:
6711     - title: "2001"
6712       data-set: "dpdk-performance-changes-3n-hsw-h1"
6713     - title: "2005"
6714       data-set: "dpdk-performance-changes-3n-hsw-ref"
6715     - title: "2009"
6716       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6717   comparisons:
6718     - title: "Diff"
6719       reference: 2
6720       compare: 3
6721   legend:
6722     - ""
6723     - "2001, 2005, 2009 - DPDK versions tested."
6724     - "Diff - difference between 2005 and 2009 DPDK version."
6725
6726 # DPDK Performance Changes 3n-skx 2t1c pdr
6727 - type: "table"
6728   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6729   algorithm: "table_comparison"
6730   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6731   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6732   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6733   columns:
6734     - title: "2001"
6735       data-set: "dpdk-performance-changes-3n-skx-h1"
6736     - title: "2005"
6737       data-set: "dpdk-performance-changes-3n-skx-ref"
6738     - title: "2009"
6739       data-set: "dpdk-performance-changes-3n-skx-cmp"
6740   comparisons:
6741     - title: "Diff"
6742       reference: 2
6743       compare: 3
6744   legend:
6745     - ""
6746     - "2001, 2005, 2009 - DPDK versions tested."
6747     - "Diff - difference between 2005 and 2009 DPDK version."
6748
6749 # DPDK Performance Changes 3n-skx 4t2c pdr
6750 - type: "table"
6751   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6752   algorithm: "table_comparison"
6753   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6754   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6755   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6756   columns:
6757     - title: "2001"
6758       data-set: "dpdk-performance-changes-3n-skx-h1"
6759     - title: "2005"
6760       data-set: "dpdk-performance-changes-3n-skx-ref"
6761     - title: "2009"
6762       data-set: "dpdk-performance-changes-3n-skx-cmp"
6763   comparisons:
6764     - title: "Diff"
6765       reference: 2
6766       compare: 3
6767   legend:
6768     - ""
6769     - "2001, 2005, 2009 - DPDK versions tested."
6770     - "Diff - difference between 2005 and 2009 DPDK version."
6771
6772 # DPDK Performance Changes 3n-skx 2t1c ndr
6773 - type: "table"
6774   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6775   algorithm: "table_comparison"
6776   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6777   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6778   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6779   columns:
6780     - title: "2001"
6781       data-set: "dpdk-performance-changes-3n-skx-h1"
6782     - title: "2005"
6783       data-set: "dpdk-performance-changes-3n-skx-ref"
6784     - title: "2009"
6785       data-set: "dpdk-performance-changes-3n-skx-cmp"
6786   comparisons:
6787     - title: "Diff"
6788       reference: 2
6789       compare: 3
6790   legend:
6791     - ""
6792     - "2001, 2005, 2009 - DPDK versions tested."
6793     - "Diff - difference between 2005 and 2009 DPDK version."
6794
6795 # DPDK Performance Changes 3n-skx 4t2c ndr
6796 - type: "table"
6797   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6798   algorithm: "table_comparison"
6799   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6800   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6801   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6802   columns:
6803     - title: "2001"
6804       data-set: "dpdk-performance-changes-3n-skx-h1"
6805     - title: "2005"
6806       data-set: "dpdk-performance-changes-3n-skx-ref"
6807     - title: "2009"
6808       data-set: "dpdk-performance-changes-3n-skx-cmp"
6809   comparisons:
6810     - title: "Diff"
6811       reference: 2
6812       compare: 3
6813   legend:
6814     - ""
6815     - "2001, 2005, 2009 - DPDK versions tested."
6816     - "Diff - difference between 2005 and 2009 DPDK version."
6817
6818 # DPDK Performance Changes 2n-skx 2t1c pdr
6819 - type: "table"
6820   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6821   algorithm: "table_comparison"
6822   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6823   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6824   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6825   columns:
6826     - title: "2001"
6827       data-set: "dpdk-performance-changes-2n-skx-h1"
6828     - title: "2005"
6829       data-set: "dpdk-performance-changes-2n-skx-ref"
6830     - title: "2009"
6831       data-set: "dpdk-performance-changes-2n-skx-cmp"
6832   comparisons:
6833     - title: "Diff"
6834       reference: 2
6835       compare: 3
6836   legend:
6837     - ""
6838     - "2001, 2005, 2009 - DPDK versions tested."
6839     - "Diff - difference between 2005 and 2009 DPDK version."
6840
6841 # DPDK Performance Changes 2n-skx 4t2c pdr
6842 - type: "table"
6843   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6844   algorithm: "table_comparison"
6845   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6846   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6847   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6848   columns:
6849     - title: "2001"
6850       data-set: "dpdk-performance-changes-2n-skx-h1"
6851     - title: "2005"
6852       data-set: "dpdk-performance-changes-2n-skx-ref"
6853     - title: "2009"
6854       data-set: "dpdk-performance-changes-2n-skx-cmp"
6855   comparisons:
6856     - title: "Diff"
6857       reference: 2
6858       compare: 3
6859   legend:
6860     - ""
6861     - "2001, 2005, 2009 - DPDK versions tested."
6862     - "Diff - difference between 2005 and 2009 DPDK version."
6863
6864 # DPDK Performance Changes 2n-skx 2t1c ndr
6865 - type: "table"
6866   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6867   algorithm: "table_comparison"
6868   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6869   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6870   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6871   columns:
6872     - title: "2001"
6873       data-set: "dpdk-performance-changes-2n-skx-h1"
6874     - title: "2005"
6875       data-set: "dpdk-performance-changes-2n-skx-ref"
6876     - title: "2009"
6877       data-set: "dpdk-performance-changes-2n-skx-cmp"
6878   comparisons:
6879     - title: "Diff"
6880       reference: 2
6881       compare: 3
6882   legend:
6883     - ""
6884     - "2001, 2005, 2009 - DPDK versions tested."
6885     - "Diff - difference between 2005 and 2009 DPDK version."
6886
6887 # DPDK Performance Changes 2n-skx 4t2c ndr
6888 - type: "table"
6889   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6890   algorithm: "table_comparison"
6891   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6892   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6893   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6894   columns:
6895     - title: "2001"
6896       data-set: "dpdk-performance-changes-2n-skx-h1"
6897     - title: "2005"
6898       data-set: "dpdk-performance-changes-2n-skx-ref"
6899     - title: "2009"
6900       data-set: "dpdk-performance-changes-2n-skx-cmp"
6901   comparisons:
6902     - title: "Diff"
6903       reference: 2
6904       compare: 3
6905   legend:
6906     - ""
6907     - "2001, 2005, 2009 - DPDK versions tested."
6908     - "Diff - difference between 2005 and 2009 DPDK version."
6909
6910 # DPDK Performance Changes 2n-clx 2t1c pdr
6911 - type: "table"
6912   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6913   algorithm: "table_comparison"
6914   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6915   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6916   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6917   columns:
6918     - title: "2001"
6919       data-set: "dpdk-performance-changes-2n-clx-h1"
6920     - title: "2005"
6921       data-set: "dpdk-performance-changes-2n-clx-ref"
6922     - title: "2009"
6923       data-set: "dpdk-performance-changes-2n-clx-cmp"
6924   comparisons:
6925     - title: "Diff"
6926       reference: 2
6927       compare: 3
6928   legend:
6929     - ""
6930     - "2001, 2005, 2009 - DPDK versions tested."
6931     - "Diff - difference between 2005 and 2009 DPDK version."
6932
6933 # DPDK Performance Changes 2n-clx 4t2c pdr
6934 - type: "table"
6935   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6936   algorithm: "table_comparison"
6937   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6938   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6939   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6940   columns:
6941     - title: "2001"
6942       data-set: "dpdk-performance-changes-2n-clx-h1"
6943     - title: "2005"
6944       data-set: "dpdk-performance-changes-2n-clx-ref"
6945     - title: "2009"
6946       data-set: "dpdk-performance-changes-2n-clx-cmp"
6947   comparisons:
6948     - title: "Diff"
6949       reference: 2
6950       compare: 3
6951   legend:
6952     - ""
6953     - "2001, 2005, 2009 - DPDK versions tested."
6954     - "Diff - difference between 2005 and 2009 DPDK version."
6955
6956 # DPDK Performance Changes 2n-clx 2t1c ndr
6957 - type: "table"
6958   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6959   algorithm: "table_comparison"
6960   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6961   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6962   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6963   columns:
6964     - title: "2001"
6965       data-set: "dpdk-performance-changes-2n-clx-h1"
6966     - title: "2005"
6967       data-set: "dpdk-performance-changes-2n-clx-ref"
6968     - title: "2009"
6969       data-set: "dpdk-performance-changes-2n-clx-cmp"
6970   comparisons:
6971     - title: "Diff"
6972       reference: 2
6973       compare: 3
6974   legend:
6975     - ""
6976     - "2001, 2005, 2009 - DPDK versions tested."
6977     - "Diff - difference between 2005 and 2009 DPDK version."
6978
6979 # DPDK Performance Changes 2n-clx 4t2c ndr
6980 - type: "table"
6981   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6982   algorithm: "table_comparison"
6983   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6984   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6985   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6986   columns:
6987     - title: "2001"
6988       data-set: "dpdk-performance-changes-2n-clx-h1"
6989     - title: "2005"
6990       data-set: "dpdk-performance-changes-2n-clx-ref"
6991     - title: "2009"
6992       data-set: "dpdk-performance-changes-2n-clx-cmp"
6993   comparisons:
6994     - title: "Diff"
6995       reference: 2
6996       compare: 3
6997   legend:
6998     - ""
6999     - "2001, 2005, 2009 - DPDK versions tested."
7000     - "Diff - difference between 2005 and 2009 DPDK version."
7001
7002 ## DPDK Performance Changes 2n-dnv 1t1c pdr
7003 #- type: "table"
7004 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
7005 #  algorithm: "table_comparison"
7006 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
7007 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7008 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7009 #  columns:
7010 #    - title: "2001"
7011 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
7012 #    - title: "2005"
7013 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
7014 #    - title: "2009"
7015 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
7016 #  comparisons:
7017 #    - title: "Diff"
7018 #      reference: 2
7019 #      compare: 3
7020 #  legend:
7021 #    - ""
7022 #    - "2001, 2005, 2009 - DPDK versions tested."
7023 #    - "Diff - difference between 2005 and 2009 DPDK version."
7024 #
7025 ## DPDK Performance Changes 2n-dnv 2t2c pdr
7026 #- type: "table"
7027 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
7028 #  algorithm: "table_comparison"
7029 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
7030 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7031 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7032 #  columns:
7033 #    - title: "2001"
7034 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
7035 #    - title: "2005"
7036 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
7037 #    - title: "2009"
7038 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
7039 #  comparisons:
7040 #    - title: "Diff"
7041 #      reference: 2
7042 #      compare: 3
7043 #  legend:
7044 #    - ""
7045 #    - "2001, 2005, 2009 - DPDK versions tested."
7046 #    - "Diff - difference between 2005 and 2009 DPDK version."
7047 #
7048 ## DPDK Performance Changes 2n-dnv 1t1c ndr
7049 #- type: "table"
7050 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
7051 #  algorithm: "table_comparison"
7052 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
7053 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7054 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7055 #  columns:
7056 #    - title: "2001"
7057 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
7058 #    - title: "2005"
7059 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
7060 #    - title: "2009"
7061 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
7062 #  comparisons:
7063 #    - title: "Diff"
7064 #      reference: 2
7065 #      compare: 3
7066 #  legend:
7067 #    - ""
7068 #    - "2001, 2005, 2009 - DPDK versions tested."
7069 #    - "Diff - difference between 2005 and 2009 DPDK version."
7070 #
7071 ## DPDK Performance Changes 2n-dnv 2t2c ndr
7072 #- type: "table"
7073 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
7074 #  algorithm: "table_comparison"
7075 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
7076 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7077 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7078 #  columns:
7079 #    - title: "2001"
7080 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
7081 #    - title: "2005"
7082 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
7083 #    - title: "2009"
7084 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
7085 #  comparisons:
7086 #    - title: "Diff"
7087 #      reference: 2
7088 #      compare: 3
7089 #  legend:
7090 #    - ""
7091 #    - "2001, 2005, 2009 - DPDK versions tested."
7092 #    - "Diff - difference between 2005 and 2009 DPDK version."
7093 #
7094 ## DPDK Performance Changes 3n-dnv 1t1c pdr
7095 #- type: "table"
7096 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
7097 #  algorithm: "table_comparison"
7098 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
7099 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7100 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7101 #  columns:
7102 #    - title: "2001"
7103 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7104 #    - title: "2005"
7105 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7106 #    - title: "2009"
7107 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7108 #  comparisons:
7109 #    - title: "Diff"
7110 #      reference: 2
7111 #      compare: 3
7112 #  legend:
7113 #    - ""
7114 #    - "2001, 2005, 2009 - DPDK versions tested."
7115 #    - "Diff - difference between 2005 and 2009 DPDK version."
7116 #
7117 ## DPDK Performance Changes 3n-dnv 2t2c pdr
7118 #- type: "table"
7119 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
7120 #  algorithm: "table_comparison"
7121 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
7122 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7123 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7124 #  columns:
7125 #    - title: "2001"
7126 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7127 #    - title: "2005"
7128 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7129 #    - title: "2009"
7130 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7131 #  comparisons:
7132 #    - title: "Diff"
7133 #      reference: 2
7134 #      compare: 3
7135 #  legend:
7136 #    - ""
7137 #    - "2001, 2005, 2009 - DPDK versions tested."
7138 #    - "Diff - difference between 2005 and 2009 DPDK version."
7139 #
7140 ## DPDK Performance Changes 3n-dnv 1t1c ndr
7141 #- type: "table"
7142 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
7143 #  algorithm: "table_comparison"
7144 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
7145 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7146 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7147 #  columns:
7148 #    - title: "2001"
7149 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7150 #    - title: "2005"
7151 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7152 #    - title: "2009"
7153 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7154 #  comparisons:
7155 #    - title: "Diff"
7156 #      reference: 2
7157 #      compare: 3
7158 #  legend:
7159 #    - ""
7160 #    - "2001, 2005, 2009 - DPDK versions tested."
7161 #    - "Diff - difference between 2005 and 2009 DPDK version."
7162 #
7163 ## DPDK Performance Changes 3n-dnv 2t2c ndr
7164 #- type: "table"
7165 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
7166 #  algorithm: "table_comparison"
7167 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
7168 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7169 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7170 #  columns:
7171 #    - title: "2001"
7172 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7173 #    - title: "2005"
7174 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7175 #    - title: "2009"
7176 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7177 #  comparisons:
7178 #    - title: "Diff"
7179 #      reference: 2
7180 #      compare: 3
7181 #  legend:
7182 #    - ""
7183 #    - "2001, 2005, 2009 - DPDK versions tested."
7184 #    - "Diff - difference between 2005 and 2009 DPDK version."
7185
7186 # DPDK Performance Changes 3n-tsh 1t1c pdr
7187 - type: "table"
7188   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
7189   algorithm: "table_comparison"
7190   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
7191   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7192   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7193   columns:
7194     - title: "2001"
7195       data-set: "dpdk-performance-changes-3n-tsh-h1"
7196     - title: "2005"
7197       data-set: "dpdk-performance-changes-3n-tsh-ref"
7198     - title: "2009"
7199       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7200   comparisons:
7201     - title: "Diff"
7202       reference: 2
7203       compare: 3
7204   legend:
7205     - ""
7206     - "2001, 2005, 2009 - DPDK versions tested."
7207     - "Diff - difference between 2005 and 2009 DPDK version."
7208
7209 # DPDK Performance Changes 3n-tsh 2t2c pdr
7210 - type: "table"
7211   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
7212   algorithm: "table_comparison"
7213   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
7214   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7215   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7216   columns:
7217     - title: "2001"
7218       data-set: "dpdk-performance-changes-3n-tsh-h1"
7219     - title: "2005"
7220       data-set: "dpdk-performance-changes-3n-tsh-ref"
7221     - title: "2009"
7222       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7223   comparisons:
7224     - title: "Diff"
7225       reference: 2
7226       compare: 3
7227   legend:
7228     - ""
7229     - "2001, 2005, 2009 - DPDK versions tested."
7230     - "Diff - difference between 2005 and 2009 DPDK version."
7231
7232 # DPDK Performance Changes 3n-tsh 1t1c ndr
7233 - type: "table"
7234   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
7235   algorithm: "table_comparison"
7236   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
7237   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7238   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7239   columns:
7240     - title: "2001"
7241       data-set: "dpdk-performance-changes-3n-tsh-h1"
7242     - title: "2005"
7243       data-set: "dpdk-performance-changes-3n-tsh-ref"
7244     - title: "2009"
7245       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7246   comparisons:
7247     - title: "Diff"
7248       reference: 2
7249       compare: 3
7250   legend:
7251     - ""
7252     - "2001, 2005, 2009 - DPDK versions tested."
7253     - "Diff - difference between 2005 and 2009 DPDK version."
7254
7255 # DPDK Performance Changes 3n-tsh 2t2c ndr
7256 - type: "table"
7257   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
7258   algorithm: "table_comparison"
7259   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
7260   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7261   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7262   columns:
7263     - title: "2001"
7264       data-set: "dpdk-performance-changes-3n-tsh-h1"
7265     - title: "2005"
7266       data-set: "dpdk-performance-changes-3n-tsh-ref"
7267     - title: "2009"
7268       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7269   comparisons:
7270     - title: "Diff"
7271       reference: 2
7272       compare: 3
7273   legend:
7274     - ""
7275     - "2001, 2005, 2009 - DPDK versions tested."
7276     - "Diff - difference between 2005 and 2009 DPDK version."
7277
7278 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
7279 - type: "table"
7280   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
7281   algorithm: "table_comparison"
7282   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
7283   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7284   filter: "'NIC_Intel-X710'"
7285   columns:
7286     - title: "3n-hsw x710"
7287       data-set: "dpdk-compare-testbeds-ref"
7288     - title: "3n-skx x710"
7289       data-set: "dpdk-compare-testbeds-cmp"
7290   comparisons:
7291     - title: "Diff"
7292       reference: 1
7293       compare: 2
7294   legend:
7295     - ""
7296     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7297     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7298
7299 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
7300 - type: "table"
7301   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
7302   algorithm: "table_comparison"
7303   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
7304   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7305   filter: "'NIC_Intel-X710'"
7306   columns:
7307     - title: "3n-hsw x710"
7308       data-set: "dpdk-compare-testbeds-ref"
7309     - title: "3n-skx x710"
7310       data-set: "dpdk-compare-testbeds-cmp"
7311   comparisons:
7312     - title: "Diff"
7313       reference: 1
7314       compare: 2
7315   legend:
7316     - ""
7317     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7318     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7319
7320 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
7321 - type: "table"
7322   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
7323   algorithm: "table_comparison"
7324   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
7325   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7326   filter: "'NIC_Intel-XXV710'"
7327   columns:
7328     - title: "2n-skx"
7329       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7330     - title: "2n-clx"
7331       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7332   comparisons:
7333     - title: "Diff"
7334       reference: 1
7335       compare: 2
7336   legend:
7337     - ""
7338     - "2n-skx, 2n-clx - testbeds and NICs tested."
7339     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7340
7341 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
7342 - type: "table"
7343   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
7344   algorithm: "table_comparison"
7345   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
7346   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7347   filter: "'NIC_Intel-XXV710'"
7348   columns:
7349     - title: "2n-skx"
7350       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7351     - title: "2n-clx"
7352       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7353   comparisons:
7354     - title: "Diff"
7355       reference: 1
7356       compare: 2
7357   legend:
7358     - ""
7359     - "2n-skx, 2n-clx - testbeds and NICs tested."
7360     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7361
7362 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
7363 - type: "table"
7364   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
7365   algorithm: "table_comparison"
7366   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
7367   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7368   filter: "'NIC_Intel-XXV710'"
7369   columns:
7370     - title: "3n-skx"
7371       data-set: "dpdk-compare-topologies-ref"
7372     - title: "2n-skx"
7373       data-set: "dpdk-compare-topologies-cmp"
7374   comparisons:
7375     - title: "Diff"
7376       reference: 1
7377       compare: 2
7378   legend:
7379     - ""
7380     - "3n-skx, 2n-skx - topologies tested."
7381     - "Diff - difference between 3n-skx and 2n-skx topologies."
7382
7383 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
7384 - type: "table"
7385   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
7386   algorithm: "table_comparison"
7387   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
7388   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7389   filter: "'NIC_Intel-XXV710'"
7390   columns:
7391     - title: "3n-skx"
7392       data-set: "dpdk-compare-topologies-ref"
7393     - title: "2n-skx"
7394       data-set: "dpdk-compare-topologies-cmp"
7395   comparisons:
7396     - title: "Diff"
7397       reference: 1
7398       compare: 2
7399   legend:
7400     - ""
7401     - "3n-skx, 2n-skx - topologies tested."
7402     - "Diff - difference between 3n-skx and 2n-skx topologies."
7403
7404 # Detailed Test Results - DPDK Performance Results 3n-hsw
7405 - type: "table"
7406   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
7407   algorithm: "table_merged_details"
7408   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
7409   columns:
7410     - title: " |prein| Test Name |preout| "
7411       data: "data name"
7412     - 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| "
7413       data: "data msg"
7414   data: "dpdk-perf-results-3n-hsw"
7415   filter: "all"
7416   parameters:
7417   - "name"
7418   - "parent"
7419   - "msg"
7420
7421 # Detailed Test Results - DPDK Performance Results 3n-skx
7422 - type: "table"
7423   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
7424   algorithm: "table_merged_details"
7425   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
7426   columns:
7427     - title: " |prein| Test Name |preout| "
7428       data: "data name"
7429     - 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| "
7430       data: "data msg"
7431   data: "dpdk-perf-results-3n-skx"
7432   filter: "all"
7433   remove-ndr: False
7434   parameters:
7435   - "name"
7436   - "parent"
7437   - "msg"
7438
7439 # Detailed Test Results - DPDK Performance Results 2n-skx
7440 - type: "table"
7441   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
7442   algorithm: "table_merged_details"
7443   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
7444   columns:
7445     - title: " |prein| Test Name |preout| "
7446       data: "data name"
7447     - 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| "
7448       data: "data msg"
7449   data: "dpdk-perf-results-2n-skx"
7450   filter: "all"
7451   remove-ndr: False
7452   parameters:
7453   - "name"
7454   - "parent"
7455   - "msg"
7456
7457 # Detailed Test Results - DPDK Performance Results 2n-zn2
7458 - type: "table"
7459   title: "Detailed Test Results - DPDK Performance Results 2n-zn2"
7460   algorithm: "table_merged_details"
7461   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_zn2"
7462   columns:
7463     - title: " |prein| Test Name |preout| "
7464       data: "data name"
7465     - 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| "
7466       data: "data msg"
7467   data: "dpdk-perf-results-2n-zn2"
7468   filter: "all"
7469   remove-ndr: False
7470   parameters:
7471   - "name"
7472   - "parent"
7473   - "msg"
7474
7475 # Detailed Test Results - DPDK Performance Results 2n-clx
7476 - type: "table"
7477   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
7478   algorithm: "table_merged_details"
7479   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
7480   columns:
7481     - title: " |prein| Test Name |preout| "
7482       data: "data name"
7483     - 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| "
7484       data: "data msg"
7485   data: "dpdk-perf-results-2n-clx"
7486   filter: "all"
7487   parameters:
7488   - "name"
7489   - "parent"
7490   - "msg"
7491
7492 ## Detailed Test Results - DPDK Performance Results 2n-dnv
7493 #- type: "table"
7494 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
7495 #  algorithm: "table_merged_details"
7496 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
7497 #  columns:
7498 #    - title: " |prein| Test Name |preout| "
7499 #      data: "data name"
7500 #    - 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| "
7501 #      data: "data msg"
7502 #  data: "dpdk-perf-results-2n-dnv"
7503 #  filter: "all"
7504 #  parameters:
7505 #  - "name"
7506 #  - "parent"
7507 #  - "msg"
7508 #
7509 ## Detailed Test Results - DPDK Performance Results 3n-dnv
7510 #- type: "table"
7511 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
7512 #  algorithm: "table_merged_details"
7513 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
7514 #  columns:
7515 #    - title: " |prein| Test Name |preout| "
7516 #      data: "data name"
7517 #    - 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| "
7518 #      data: "data msg"
7519 #  data: "dpdk-perf-results-3n-dnv"
7520 #  filter: "all"
7521 #  parameters:
7522 #  - "name"
7523 #  - "parent"
7524 #  - "msg"
7525
7526 # Detailed Test Results - DPDK Performance Results 3n-tsh
7527 - type: "table"
7528   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
7529   algorithm: "table_merged_details"
7530   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
7531   columns:
7532     - title: " |prein| Test Name |preout| "
7533       data: "data name"
7534     - 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| "
7535       data: "data msg"
7536   data: "dpdk-perf-results-3n-tsh"
7537   filter: "all"
7538   parameters:
7539   - "name"
7540   - "parent"
7541   - "msg"
7542
7543 ################################################################################
7544 ###                                F I L E S                                 ###
7545 ################################################################################
7546
7547 # VPP Performance Results
7548 - type: "file"
7549   title: "VPP Performance Results"
7550   algorithm: "file_details_split"
7551   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
7552   dir-tables:
7553     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
7554     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
7555     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
7556     - "{DIR[DTR,PERF,VPP,2N,ZN2]}"
7557     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
7558     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
7559     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
7560     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
7561   data:
7562     - "vpp-perf-results-2n-skx"
7563     - "vpp-perf-results-3n-skx"
7564     - "vpp-perf-results-2n-clx"
7565     - "vpp-perf-results-2n-zn2"
7566     - "vpp-perf-results-3n-hsw"
7567     - "vpp-perf-results-3n-tsh"
7568     - "vpp-perf-results-2n-dnv"
7569     - "vpp-perf-results-3n-dnv"
7570   filter: "all"
7571   data-start-level: 4
7572   order-chapters:
7573     level-1:
7574       - "l2"
7575       - "ip4"
7576       - "ip6"
7577       - "srv6"
7578       - "ip4_tunnels"
7579       - "ip6_tunnels"
7580       - "vm_vhost"
7581       - "container_memif"
7582       - "crypto"
7583       - "vts"
7584       - "lb"
7585       - "nfv_density"
7586       - "hoststack"
7587     level-2:
7588       - "2n-skx"
7589       - "3n-skx"
7590       - "2n-clx"
7591       - "2n-zn2"
7592       - "3n-hsw"
7593       - "3n-tsh"
7594       - "2n-dnv"
7595       - "3n-dnv"
7596     level-3:
7597       - "xl710"
7598       - "x520"
7599       - "xxv710"
7600       - "x710"
7601       - "x553"
7602       - "cx556a"
7603       - "vic1227"
7604       - "vic1385"
7605
7606 # VPP Performance Configuration
7607 - type: "file"
7608   title: "VPP Performance Configuration"
7609   algorithm: "file_details_split"
7610   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
7611   dir-tables:
7612     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
7613     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
7614     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
7615     - "{DIR[DTC,PERF,VPP,2N,ZN2]}"
7616     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
7617     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
7618     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
7619     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
7620   data:
7621     - "vpp-perf-results-2n-skx"
7622     - "vpp-perf-results-3n-skx"
7623     - "vpp-perf-results-2n-clx"
7624     - "vpp-perf-results-2n-zn2"
7625     - "vpp-perf-results-3n-hsw"
7626     - "vpp-perf-results-3n-tsh"
7627     - "vpp-perf-results-2n-dnv"
7628     - "vpp-perf-results-3n-dnv"
7629   filter: "all"
7630   data-start-level: 4
7631   order-chapters:
7632     level-1:
7633       - "l2"
7634       - "ip4"
7635       - "ip6"
7636       - "srv6"
7637       - "ip4_tunnels"
7638       - "ip6_tunnels"
7639       - "vm_vhost"
7640       - "container_memif"
7641       - "crypto"
7642       - "vts"
7643       - "lb"
7644       - "nfv_density"
7645       - "hoststack"
7646     level-2:
7647       - "2n-skx"
7648       - "3n-skx"
7649       - "2n-clx"
7650       - "2n-zn2"
7651       - "3n-hsw"
7652       - "3n-tsh"
7653       - "2n-dnv"
7654       - "3n-dnv"
7655     level-3:
7656       - "xl710"
7657       - "x520"
7658       - "xxv710"
7659       - "x710"
7660       - "x553"
7661       - "cx556a"
7662       - "vic1227"
7663       - "vic1385"
7664
7665 # VPP Performance Operational
7666 - type: "file"
7667   title: "VPP Performance Operational"
7668   algorithm: "file_details_split_html"
7669   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7670   dir-tables:
7671     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7672     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7673     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7674     - "{DIR[DTO,PERF,VPP,2N,ZN2]}"
7675     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7676     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7677     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7678     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7679   data:
7680     - "vpp-perf-results-2n-skx"
7681     - "vpp-perf-results-3n-skx"
7682     - "vpp-perf-results-2n-clx"
7683     - "vpp-perf-results-2n-zn2"
7684     - "vpp-perf-results-3n-hsw"
7685     - "vpp-perf-results-3n-tsh"
7686     - "vpp-perf-results-2n-dnv"
7687     - "vpp-perf-results-3n-dnv"
7688   filter: "all"
7689   data-start-level: 4
7690   order-chapters:
7691     level-1:
7692       - "l2"
7693       - "ip4"
7694       - "ip6"
7695       - "srv6"
7696       - "ip4_tunnels"
7697       - "ip6_tunnels"
7698       - "vm_vhost"
7699       - "container_memif"
7700       - "crypto"
7701       - "vts"
7702       - "lb"
7703       - "nfv_density"
7704       - "hoststack"
7705     level-2:
7706       - "2n-skx"
7707       - "3n-skx"
7708       - "2n-clx"
7709       - "2n-zn2"
7710       - "3n-hsw"
7711       - "3n-tsh"
7712       - "2n-dnv"
7713       - "3n-dnv"
7714     level-3:
7715       - "xl710"
7716       - "x520"
7717       - "xxv710"
7718       - "x710"
7719       - "x553"
7720       - "cx556a"
7721       - "vic1227"
7722       - "vic1385"
7723
7724 # VPP MRR Results
7725 - type: "file"
7726   title: "VPP MRR Results"
7727   algorithm: "file_details_split"
7728   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7729   dir-tables:
7730     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7731     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7732     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7733     - "{DIR[DTR,MRR,VPP,2N,ZN2]}"
7734     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7735     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7736     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7737     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7738   data:
7739     - "vpp-mrr-results-2n-skx"
7740     - "vpp-mrr-results-3n-skx"
7741     - "vpp-mrr-results-2n-clx"
7742     - "vpp-mrr-results-2n-zn2"
7743     - "vpp-mrr-results-3n-hsw"
7744     - "vpp-mrr-results-3n-tsh"
7745     - "vpp-mrr-results-2n-dnv"
7746     - "vpp-mrr-results-3n-dnv"
7747   filter: "all"
7748   data-start-level: 4
7749   order-chapters:
7750     level-1:
7751       - "l2"
7752       - "ip4"
7753       - "ip6"
7754       - "srv6"
7755       - "ip4_tunnels"
7756       - "ip6_tunnels"
7757       - "vm_vhost"
7758       - "container_memif"
7759       - "crypto"
7760       - "vts"
7761       - "lb"
7762       - "nfv_density"
7763       - "hoststack"
7764     level-2:
7765       - "2n-skx"
7766       - "3n-skx"
7767       - "2n-clx"
7768       - "2n-zn2"
7769       - "3n-hsw"
7770       - "3n-tsh"
7771       - "2n-dnv"
7772       - "3n-dnv"
7773     level-3:
7774       - "xl710"
7775       - "x520"
7776       - "xxv710"
7777       - "x710"
7778       - "x553"
7779       - "cx556a"
7780       - "vic1227"
7781       - "vic1385"
7782
7783 # VPP MRR Configuration
7784 - type: "file"
7785   title: "VPP MRR Configuration"
7786   algorithm: "file_details_split"
7787   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7788   dir-tables:
7789     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7790     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7791     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7792     - "{DIR[DTC,MRR,VPP,2N,ZN2]}"
7793     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7794     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7795     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7796     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7797   data:
7798     - "vpp-mrr-results-2n-skx"
7799     - "vpp-mrr-results-3n-skx"
7800     - "vpp-mrr-results-2n-clx"
7801     - "vpp-mrr-results-2n-zn2"
7802     - "vpp-mrr-results-3n-hsw"
7803     - "vpp-mrr-results-3n-tsh"
7804     - "vpp-mrr-results-2n-dnv"
7805     - "vpp-mrr-results-3n-dnv"
7806   filter: "all"
7807   data-start-level: 4
7808   order-chapters:
7809     level-1:
7810       - "l2"
7811       - "ip4"
7812       - "ip6"
7813       - "srv6"
7814       - "ip4_tunnels"
7815       - "ip6_tunnels"
7816       - "vm_vhost"
7817       - "container_memif"
7818       - "crypto"
7819       - "vts"
7820       - "lb"
7821       - "nfv_density"
7822       - "hoststack"
7823     level-2:
7824       - "2n-skx"
7825       - "3n-skx"
7826       - "2n-clx"
7827       - "2n-zn2"
7828       - "3n-hsw"
7829       - "3n-tsh"
7830       - "2n-dnv"
7831       - "3n-dnv"
7832     level-3:
7833       - "xl710"
7834       - "x520"
7835       - "xxv710"
7836       - "x710"
7837       - "x553"
7838       - "cx556a"
7839       - "vic1227"
7840       - "vic1385"
7841
7842 # VPP Device Results - Ubuntu
7843 - type: "file"
7844   title: "VPP Device Results - Ubuntu"
7845   algorithm: "file_test_results"
7846   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7847   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7848   data: "vpp-device-results-ubuntu"
7849   filter: "all"
7850   data-start-level: 4
7851
7852 # VPP Device Configuration - Ubuntu
7853 - type: "file"
7854   title: "VPP Device Configuration - Ubuntu"
7855   algorithm: "file_test_results"
7856   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7857   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7858   data: "vpp-device-results-ubuntu"
7859   filter: "all"
7860   data-start-level: 4
7861
7862 # DPDK Performance Results 3n-hsw
7863 - type: "file"
7864   title: "DPDK Performance Results 3n-hsw"
7865   algorithm: "file_test_results"
7866   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7867   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7868   data: "dpdk-perf-results-3n-hsw"
7869   filter: "all"
7870   data-start-level: 4
7871
7872 # DPDK Performance Results 3n-skx
7873 - type: "file"
7874   title: "DPDK Performance Results 3n-skx"
7875   algorithm: "file_test_results"
7876   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7877   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7878   data: "dpdk-perf-results-3n-skx"
7879   filter: "all"
7880   data-start-level: 4
7881
7882 # DPDK Performance Results 2n-skx
7883 - type: "file"
7884   title: "DPDK Performance Results 2n-skx"
7885   algorithm: "file_test_results"
7886   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7887   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7888   data: "dpdk-perf-results-2n-skx"
7889   filter: "all"
7890   data-start-level: 4
7891
7892 # DPDK Performance Results 2n-zn2
7893 - type: "file"
7894   title: "DPDK Performance Results 2n-zn2"
7895   algorithm: "file_test_results"
7896   output-file: "{DIR[DTR,PERF,DPDK,2N,ZN2]}"
7897   dir-tables: "{DIR[DTR,PERF,DPDK,2N,ZN2]}"
7898   data: "dpdk-perf-results-2n-zn2"
7899   filter: "all"
7900   data-start-level: 4
7901
7902 # DPDK Performance Results 2n-clx
7903 - type: "file"
7904   title: "DPDK Performance Results 2n-clx"
7905   algorithm: "file_test_results"
7906   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7907   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7908   data: "dpdk-perf-results-2n-clx"
7909   filter: "all"
7910   data-start-level: 4
7911
7912 ## DPDK Performance Results 2n-dnv
7913 #- type: "file"
7914 #  title: "DPDK Performance Results 2n-dnv"
7915 #  algorithm: "file_test_results"
7916 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7917 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7918 #  data: "dpdk-perf-results-2n-dnv"
7919 #  filter: "all"
7920 #  data-start-level: 4
7921 #
7922 ## DPDK Performance Results 3n-dnv
7923 #- type: "file"
7924 #  title: "DPDK Performance Results 3n-dnv"
7925 #  algorithm: "file_test_results"
7926 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7927 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7928 #  data: "dpdk-perf-results-3n-dnv"
7929 #  filter: "all"
7930 #  data-start-level: 4
7931
7932 # DPDK Performance Results 3n-tsh
7933 - type: "file"
7934   title: "DPDK Performance Results 3n-tsh"
7935   algorithm: "file_test_results"
7936   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7937   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7938   data: "dpdk-perf-results-3n-tsh"
7939   filter: "all"
7940   data-start-level: 4
7941
7942 ################################################################################
7943 ###                                P L O T S                                 ###
7944 ################################################################################
7945
7946 # Hoststack tests 3n-hsw
7947
7948 - type: "plot"
7949   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7950   algorithm: "plot_perf_box_name"
7951   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7952   data: "plot-vpp-hoststack-3n-hsw"
7953   include:
7954     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7955     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7956   layout:
7957     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7958     layout: "plot-hoststack"
7959
7960 - type: "plot"
7961   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7962   algorithm: "plot_perf_box_name"
7963   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7964   data: "plot-vpp-hoststack-3n-hsw"
7965   include:
7966     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7967     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7968   layout:
7969     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7970     layout: "plot-hoststack"
7971
7972 - type: "plot"
7973   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7974   algorithm: "plot_perf_box_name"
7975   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7976   data: "plot-vpp-hoststack-3n-hsw"
7977   include:
7978     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7979     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7980     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7981     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7982   layout:
7983     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7984     layout: "plot-hoststack"
7985
7986 ################################################################################
7987
7988 # Soak Test (PLRsearch), boxes - 2n-clx
7989 - type: "plot"
7990   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7991   algorithm: "plot_perf_box_name"
7992   output-file-type: ".html"
7993   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7994   data: "plot-vpp-soak-2n-clx"
7995   include:
7996     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7997     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7998     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7999     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8000     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8001     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8002   layout:
8003     title: "30 Minutes Soak Test (PLRsearch)"
8004     layout: "plot-soak-throughput"
8005
8006 # Soak Test (PLRsearch), boxes - 2n-clx
8007 - type: "plot"
8008   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8009   algorithm: "plot_perf_box_name"
8010   output-file-type: ".html"
8011   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
8012   data: "plot-vpp-soak-2n-clx"
8013   include:
8014     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8015     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8016     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8017     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8018     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8019     - "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"
8020   layout:
8021     title: "30 Minutes Soak Test (PLRsearch)"
8022     layout: "plot-soak-throughput"
8023
8024 # Soak Test (PLRsearch), boxes - 2n-skx
8025 - type: "plot"
8026   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8027   algorithm: "plot_perf_box_name"
8028   output-file-type: ".html"
8029   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
8030   data: "plot-vpp-soak-2n-skx"
8031   include:
8032     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
8033     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
8034     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
8035     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8036     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8037     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8038   layout:
8039     title: "30 Minutes Soak Test (PLRsearch)"
8040     layout: "plot-soak-throughput"
8041
8042 # Soak Test (PLRsearch), boxes - 2n-skx
8043 - type: "plot"
8044   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8045   algorithm: "plot_perf_box_name"
8046   output-file-type: ".html"
8047   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
8048   data: "plot-vpp-soak-2n-skx"
8049   include:
8050     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8051     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8052     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8053     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8054     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8055     - "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"
8056   layout:
8057     title: "30 Minutes Soak Test (PLRsearch)"
8058     layout: "plot-soak-throughput"
8059
8060 ###############################################################################
8061
8062 # Reconf tests 2n-skx
8063
8064 - type: "plot"
8065   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8066   algorithm: "plot_nf_reconf_box_name"
8067   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8068   data: "plot-vpp-nfv-reconf-2n-skx"
8069   include:
8070     - "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"
8071     - "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"
8072     - "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"
8073     - "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"
8074     - "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"
8075     - "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"
8076   layout:
8077     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8078     layout: "plot-throughput"
8079
8080 - type: "plot"
8081   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8082   algorithm: "plot_nf_reconf_box_name"
8083   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8084   data: "plot-vpp-nfv-reconf-2n-skx"
8085   include:
8086     - "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"
8087     - "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"
8088     - "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"
8089     - "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"
8090     - "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"
8091     - "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"
8092   layout:
8093     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8094     layout: "plot-throughput"
8095
8096 - type: "plot"
8097   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8098   algorithm: "plot_nf_reconf_box_name"
8099   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8100   data: "plot-vpp-nfv-reconf-2n-skx"
8101   include:
8102     - "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"
8103     - "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"
8104     - "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"
8105     - "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"
8106     - "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"
8107     - "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"
8108   layout:
8109     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8110     layout: "plot-throughput"
8111
8112 ###############################################################################
8113
8114 # Reconf tests 2n-clx
8115
8116 - type: "plot"
8117   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8118   algorithm: "plot_nf_reconf_box_name"
8119   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8120   data: "plot-vpp-nfv-reconf-2n-clx"
8121   include:
8122     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
8123     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
8124     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
8125     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-2t1c-avf-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
8126   layout:
8127     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8128     layout: "plot-throughput"
8129
8130 - type: "plot"
8131   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8132   algorithm: "plot_nf_reconf_box_name"
8133   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8134   data: "plot-vpp-nfv-reconf-2n-clx"
8135   include:
8136     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
8137     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
8138     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
8139     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-4t2c-avf-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
8140   layout:
8141     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8142     layout: "plot-throughput"
8143
8144 - type: "plot"
8145   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8146   algorithm: "plot_nf_reconf_box_name"
8147   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8148   data: "plot-vpp-nfv-reconf-2n-clx"
8149   include:
8150     - "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"
8151     - "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"
8152     - "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"
8153     - "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"
8154   layout:
8155     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8156     layout: "plot-throughput"
8157
8158 ###############################################################################
8159
8160 # Plots - NF Density - VSC - MRR IMIX
8161 - type: "plot"
8162   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8163   algorithm: "plot_nf_heatmap"
8164   output-file-type: ".html"
8165   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
8166   data: "plot-vpp-nfv-2n-skx-mrr"
8167   filter: "'NIC_Intel-XXV710' and
8168            'NF_DENSITY' and
8169            'VHOST' and
8170            not 'VXLAN' and
8171            'CHAIN' and
8172            'NF_VPPIP4' and
8173            'IMIX' and
8174            '2T1C' and
8175            'MRR'"
8176   parameters:
8177   - "result"
8178   - "name"
8179   - "tags"
8180   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8181   x-axis: "X = VNFs per Service Chain"
8182   y-axis: "Y = Number of Service Chains"
8183   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8184   layout:
8185     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8186     layout: "plot-service-density"
8187
8188 - type: "plot"
8189   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8190   algorithm: "plot_nf_heatmap"
8191   output-file-type: ".html"
8192   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
8193   data: "plot-vpp-nfv-2n-skx-mrr"
8194   filter: "'NIC_Intel-XXV710' and
8195            'NF_DENSITY' and
8196            'VHOST' and
8197            not 'VXLAN' and
8198            'CHAIN' and
8199            'NF_VPPIP4' and
8200            'IMIX' and
8201            '4T2C' and
8202            'MRR'"
8203   parameters:
8204   - "result"
8205   - "name"
8206   - "tags"
8207   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8208   x-axis: "X = VNFs per Service Chain"
8209   y-axis: "Y = Number of Service Chains"
8210   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8211   layout:
8212     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8213     layout: "plot-service-density"
8214
8215 - type: "plot"
8216   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8217   algorithm: "plot_nf_heatmap"
8218   output-file-type: ".html"
8219   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
8220   data: "plot-vpp-nfv-2n-skx-mrr"
8221   filter: "'NIC_Intel-XXV710' and
8222            'NF_DENSITY' and
8223            'VHOST' and
8224            not 'VXLAN' and
8225            'CHAIN' and
8226            'NF_VPPIP4' and
8227            'IMIX' and
8228            '8T4C' and
8229            'MRR'"
8230   parameters:
8231   - "result"
8232   - "name"
8233   - "tags"
8234   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8235   x-axis: "X = VNFs per Service Chain"
8236   y-axis: "Y = Number of Service Chains"
8237   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8238   layout:
8239     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8240     layout: "plot-service-density"
8241
8242 # Plots - NF Density - VSC - NDR IMIX
8243 - type: "plot"
8244   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8245   algorithm: "plot_nf_heatmap"
8246   output-file-type: ".html"
8247   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
8248   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8249   filter: "'NIC_Intel-XXV710' and
8250            'NF_DENSITY' and
8251            'VHOST' and
8252            not 'VXLAN' and
8253            'CHAIN' and
8254            'NF_VPPIP4' and
8255            'IMIX' and
8256            '2T1C' and
8257            'NDRPDR'"
8258   parameters:
8259   - "throughput"
8260   - "name"
8261   - "tags"
8262   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8263   x-axis: "X = VNFs per Service Chain"
8264   y-axis: "Y = Number of Service Chains"
8265   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8266   layout:
8267     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8268     layout: "plot-service-density"
8269
8270 - type: "plot"
8271   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8272   algorithm: "plot_nf_heatmap"
8273   output-file-type: ".html"
8274   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
8275   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8276   filter: "'NIC_Intel-XXV710' and
8277            'NF_DENSITY' and
8278            'VHOST' and
8279            not 'VXLAN' and
8280            'CHAIN' and
8281            'NF_VPPIP4' and
8282            'IMIX' and
8283            '4T2C' and
8284            'NDRPDR'"
8285   parameters:
8286   - "throughput"
8287   - "name"
8288   - "tags"
8289   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8290   x-axis: "X = VNFs per Service Chain"
8291   y-axis: "Y = Number of Service Chains"
8292   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8293   layout:
8294     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8295     layout: "plot-service-density"
8296
8297 - type: "plot"
8298   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8299   algorithm: "plot_nf_heatmap"
8300   output-file-type: ".html"
8301   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
8302   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8303   filter: "'NIC_Intel-XXV710' and
8304            'NF_DENSITY' and
8305            'VHOST' and
8306            not 'VXLAN' and
8307            'CHAIN' and
8308            'NF_VPPIP4' and
8309            'IMIX' and
8310            '8T4C' and
8311            'NDRPDR'"
8312   parameters:
8313   - "throughput"
8314   - "name"
8315   - "tags"
8316   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8317   x-axis: "X = VNFs per Service Chain"
8318   y-axis: "Y = Number of Service Chains"
8319   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8320   layout:
8321     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8322     layout: "plot-service-density"
8323
8324 # Plots - NF Density - VSC - PDR IMIX
8325 - type: "plot"
8326   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8327   algorithm: "plot_nf_heatmap"
8328   output-file-type: ".html"
8329   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
8330   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8331   filter: "'NIC_Intel-XXV710' and
8332            'NF_DENSITY' and
8333            'VHOST' and
8334            not 'VXLAN' and
8335            'CHAIN' and
8336            'NF_VPPIP4' and
8337            'IMIX' and
8338            '2T1C' and
8339            'NDRPDR'"
8340   parameters:
8341   - "throughput"
8342   - "name"
8343   - "tags"
8344   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8345   x-axis: "X = VNFs per Service Chain"
8346   y-axis: "Y = Number of Service Chains"
8347   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8348   layout:
8349     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8350     layout: "plot-service-density"
8351
8352 - type: "plot"
8353   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8354   algorithm: "plot_nf_heatmap"
8355   output-file-type: ".html"
8356   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
8357   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8358   filter: "'NIC_Intel-XXV710' and
8359            'NF_DENSITY' and
8360            'VHOST' and
8361            not 'VXLAN' and
8362            'CHAIN' and
8363            'NF_VPPIP4' and
8364            'IMIX' and
8365            '4T2C' and
8366            'NDRPDR'"
8367   parameters:
8368   - "throughput"
8369   - "name"
8370   - "tags"
8371   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8372   x-axis: "X = VNFs per Service Chain"
8373   y-axis: "Y = Number of Service Chains"
8374   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8375   layout:
8376     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8377     layout: "plot-service-density"
8378
8379 - type: "plot"
8380   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8381   algorithm: "plot_nf_heatmap"
8382   output-file-type: ".html"
8383   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
8384   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8385   filter: "'NIC_Intel-XXV710' and
8386            'NF_DENSITY' and
8387            'VHOST' and
8388            not 'VXLAN' and
8389            'CHAIN' and
8390            'NF_VPPIP4' and
8391            'IMIX' and
8392            '8T4C' and
8393            'NDRPDR'"
8394   parameters:
8395   - "throughput"
8396   - "name"
8397   - "tags"
8398   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8399   x-axis: "X = VNFs per Service Chain"
8400   y-axis: "Y = Number of Service Chains"
8401   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8402   layout:
8403     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8404     layout: "plot-service-density"
8405
8406 ###############################################################################
8407
8408 # Plots - NF Density - VSC - MRR IMIX
8409 - type: "plot"
8410   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8411   algorithm: "plot_nf_heatmap"
8412   output-file-type: ".html"
8413   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
8414   data: "plot-vpp-nfv-2n-skx-mrr"
8415   filter: "'NIC_Intel-XXV710' and
8416            'NF_DENSITY' and
8417            'VHOST' and
8418            'VXLAN' and
8419            'CHAIN' and
8420            'IMIX' and
8421            '2T1C' and
8422            'MRR'"
8423   parameters:
8424   - "result"
8425   - "name"
8426   - "tags"
8427   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8428   x-axis: "X = VNFs per Service Chain"
8429   y-axis: "Y = Number of Service Chains"
8430   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8431   layout:
8432     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8433     layout: "plot-service-density"
8434
8435 - type: "plot"
8436   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8437   algorithm: "plot_nf_heatmap"
8438   output-file-type: ".html"
8439   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
8440   data: "plot-vpp-nfv-2n-skx-mrr"
8441   filter: "'NIC_Intel-XXV710' and
8442            'NF_DENSITY' and
8443            'VHOST' and
8444            'VXLAN' and
8445            'CHAIN' and
8446            'IMIX' and
8447            '4T2C' and
8448            'MRR'"
8449   parameters:
8450   - "result"
8451   - "name"
8452   - "tags"
8453   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8454   x-axis: "X = VNFs per Service Chain"
8455   y-axis: "Y = Number of Service Chains"
8456   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8457   layout:
8458     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8459     layout: "plot-service-density"
8460
8461 - type: "plot"
8462   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8463   algorithm: "plot_nf_heatmap"
8464   output-file-type: ".html"
8465   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
8466   data: "plot-vpp-nfv-2n-skx-mrr"
8467   filter: "'NIC_Intel-XXV710' and
8468            'NF_DENSITY' and
8469            'VHOST' and
8470            'VXLAN' and
8471            'CHAIN' and
8472            'IMIX' and
8473            '8T4C' and
8474            'MRR'"
8475   parameters:
8476   - "result"
8477   - "name"
8478   - "tags"
8479   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8480   x-axis: "X = VNFs per Service Chain"
8481   y-axis: "Y = Number of Service Chains"
8482   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8483   layout:
8484     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8485     layout: "plot-service-density"
8486
8487 # Plots - NF Density - VSC - NDR IMIX
8488 - type: "plot"
8489   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8490   algorithm: "plot_nf_heatmap"
8491   output-file-type: ".html"
8492   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8493   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8494   filter: "'NIC_Intel-XXV710' and
8495            'NF_DENSITY' and
8496            'VHOST' and
8497            'VXLAN' and
8498            'CHAIN' and
8499            'IMIX' and
8500            '2T1C' and
8501            'NDRPDR'"
8502   parameters:
8503   - "throughput"
8504   - "name"
8505   - "tags"
8506   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8507   x-axis: "X = VNFs per Service Chain"
8508   y-axis: "Y = Number of Service Chains"
8509   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8510   layout:
8511     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8512     layout: "plot-service-density"
8513
8514 - type: "plot"
8515   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8516   algorithm: "plot_nf_heatmap"
8517   output-file-type: ".html"
8518   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8519   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8520   filter: "'NIC_Intel-XXV710' and
8521            'NF_DENSITY' and
8522            'VHOST' and
8523            'VXLAN' and
8524            'CHAIN' and
8525            'IMIX' and
8526            '4T2C' and
8527            'NDRPDR'"
8528   parameters:
8529   - "throughput"
8530   - "name"
8531   - "tags"
8532   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8533   x-axis: "X = VNFs per Service Chain"
8534   y-axis: "Y = Number of Service Chains"
8535   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8536   layout:
8537     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8538     layout: "plot-service-density"
8539
8540 - type: "plot"
8541   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8542   algorithm: "plot_nf_heatmap"
8543   output-file-type: ".html"
8544   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8545   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8546   filter: "'NIC_Intel-XXV710' and
8547            'NF_DENSITY' and
8548            'VHOST' and
8549            'VXLAN' and
8550            'CHAIN' and
8551            'IMIX' and
8552            '8T4C' and
8553            'NDRPDR'"
8554   parameters:
8555   - "throughput"
8556   - "name"
8557   - "tags"
8558   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8559   x-axis: "X = VNFs per Service Chain"
8560   y-axis: "Y = Number of Service Chains"
8561   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8562   layout:
8563     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8564     layout: "plot-service-density"
8565
8566 # Plots - NF Density - VSC - PDR IMIX
8567 - type: "plot"
8568   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8569   algorithm: "plot_nf_heatmap"
8570   output-file-type: ".html"
8571   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8572   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8573   filter: "'NIC_Intel-XXV710' and
8574            'NF_DENSITY' and
8575            'VHOST' and
8576            'VXLAN' and
8577            'CHAIN' and
8578            'IMIX' and
8579            '2T1C' and
8580            'NDRPDR'"
8581   parameters:
8582   - "throughput"
8583   - "name"
8584   - "tags"
8585   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8586   x-axis: "X = VNFs per Service Chain"
8587   y-axis: "Y = Number of Service Chains"
8588   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8589   layout:
8590     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8591     layout: "plot-service-density"
8592
8593 - type: "plot"
8594   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8595   algorithm: "plot_nf_heatmap"
8596   output-file-type: ".html"
8597   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8598   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8599   filter: "'NIC_Intel-XXV710' and
8600            'NF_DENSITY' and
8601            'VHOST' and
8602            'VXLAN' and
8603            'CHAIN' and
8604            'IMIX' and
8605            '4T2C' and
8606            'NDRPDR'"
8607   parameters:
8608   - "throughput"
8609   - "name"
8610   - "tags"
8611   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8612   x-axis: "X = VNFs per Service Chain"
8613   y-axis: "Y = Number of Service Chains"
8614   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8615   layout:
8616     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8617     layout: "plot-service-density"
8618
8619 - type: "plot"
8620   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8621   algorithm: "plot_nf_heatmap"
8622   output-file-type: ".html"
8623   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8624   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8625   filter: "'NIC_Intel-XXV710' and
8626            'NF_DENSITY' and
8627            'VHOST' and
8628            'VXLAN' and
8629            'CHAIN' and
8630            'IMIX' and
8631            '8T4C' and
8632            'NDRPDR'"
8633   parameters:
8634   - "throughput"
8635   - "name"
8636   - "tags"
8637   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8638   x-axis: "X = VNFs per Service Chain"
8639   y-axis: "Y = Number of Service Chains"
8640   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8641   layout:
8642     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8643     layout: "plot-service-density"
8644
8645 ###############################################################################
8646
8647 # Plots - NF Density - CSC - MRR IMIX
8648 - type: "plot"
8649   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8650   algorithm: "plot_nf_heatmap"
8651   output-file-type: ".html"
8652   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8653   data: "plot-vpp-nfv-2n-skx-mrr"
8654   filter: "'NIC_Intel-XXV710' and
8655            'NF_DENSITY' and
8656            'DOCKER' and
8657            'CHAIN' and
8658            'NF_VPPIP4' and
8659            'IMIX' and
8660            '2T1C' and
8661            'MRR'"
8662   parameters:
8663   - "result"
8664   - "name"
8665   - "tags"
8666   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8667   x-axis: "X = CNFs per Service Chain"
8668   y-axis: "Y = Number of Service Chains"
8669   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8670   layout:
8671     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8672     layout: "plot-service-density"
8673
8674 - type: "plot"
8675   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8676   algorithm: "plot_nf_heatmap"
8677   output-file-type: ".html"
8678   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8679   data: "plot-vpp-nfv-2n-skx-mrr"
8680   filter: "'NIC_Intel-XXV710' and
8681            'NF_DENSITY' and
8682            'DOCKER' and
8683            'CHAIN' and
8684            'NF_VPPIP4' and
8685            'IMIX' and
8686            '4T2C' and
8687            'MRR'"
8688   parameters:
8689   - "result"
8690   - "name"
8691   - "tags"
8692   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8693   x-axis: "X = CNFs per Service Chain"
8694   y-axis: "Y = Number of Service Chains"
8695   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8696   layout:
8697     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8698     layout: "plot-service-density"
8699
8700 - type: "plot"
8701   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8702   algorithm: "plot_nf_heatmap"
8703   output-file-type: ".html"
8704   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8705   data: "plot-vpp-nfv-2n-skx-mrr"
8706   filter: "'NIC_Intel-XXV710' and
8707            'NF_DENSITY' and
8708            'DOCKER' and
8709            'CHAIN' and
8710            'NF_VPPIP4' and
8711            'IMIX' and
8712            '8T4C' and
8713            'MRR'"
8714   parameters:
8715   - "result"
8716   - "name"
8717   - "tags"
8718   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8719   x-axis: "X = CNFs per Service Chain"
8720   y-axis: "Y = Number of Service Chains"
8721   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8722   layout:
8723     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8724     layout: "plot-service-density"
8725
8726 # Plots - NF Density - CSC - NDR IMIX
8727 - type: "plot"
8728   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8729   algorithm: "plot_nf_heatmap"
8730   output-file-type: ".html"
8731   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8732   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8733   filter: "'NIC_Intel-XXV710' and
8734            'NF_DENSITY' and
8735            'DOCKER' and
8736            'CHAIN' and
8737            'NF_VPPIP4' and
8738            'IMIX' and
8739            '2T1C' and
8740            'NDRPDR'"
8741   parameters:
8742   - "throughput"
8743   - "name"
8744   - "tags"
8745   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8746   x-axis: "X = CNFs per Service Chain"
8747   y-axis: "Y = Number of Service Chains"
8748   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8749   layout:
8750     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8751     layout: "plot-service-density"
8752
8753 - type: "plot"
8754   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8755   algorithm: "plot_nf_heatmap"
8756   output-file-type: ".html"
8757   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8758   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8759   filter: "'NIC_Intel-XXV710' and
8760            'NF_DENSITY' and
8761            'DOCKER' and
8762            'CHAIN' and
8763            'NF_VPPIP4' and
8764            'IMIX' and
8765            '4T2C' and
8766            'NDRPDR'"
8767   parameters:
8768   - "throughput"
8769   - "name"
8770   - "tags"
8771   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8772   x-axis: "X = CNFs per Service Chain"
8773   y-axis: "Y = Number of Service Chains"
8774   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8775   layout:
8776     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8777     layout: "plot-service-density"
8778
8779 - type: "plot"
8780   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8781   algorithm: "plot_nf_heatmap"
8782   output-file-type: ".html"
8783   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8784   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8785   filter: "'NIC_Intel-XXV710' and
8786            'NF_DENSITY' and
8787            'DOCKER' and
8788            'CHAIN' and
8789            'NF_VPPIP4' and
8790            'IMIX' and
8791            '8T4C' and
8792            'NDRPDR'"
8793   parameters:
8794   - "throughput"
8795   - "name"
8796   - "tags"
8797   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8798   x-axis: "X = CNFs per Service Chain"
8799   y-axis: "Y = Number of Service Chains"
8800   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8801   layout:
8802     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8803     layout: "plot-service-density"
8804
8805 # Plots - NF Density - CSC - PDR IMIX
8806 - type: "plot"
8807   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8808   algorithm: "plot_nf_heatmap"
8809   output-file-type: ".html"
8810   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8811   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8812   filter: "'NIC_Intel-XXV710' and
8813            'NF_DENSITY' and
8814            'DOCKER' and
8815            'CHAIN' and
8816            'NF_VPPIP4' and
8817            'IMIX' and
8818            '2T1C' and
8819            'NDRPDR'"
8820   parameters:
8821   - "throughput"
8822   - "name"
8823   - "tags"
8824   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8825   x-axis: "X = CNFs per Service Chain"
8826   y-axis: "Y = Number of Service Chains"
8827   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8828   layout:
8829     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8830     layout: "plot-service-density"
8831
8832 - type: "plot"
8833   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8834   algorithm: "plot_nf_heatmap"
8835   output-file-type: ".html"
8836   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8837   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8838   filter: "'NIC_Intel-XXV710' and
8839            'NF_DENSITY' and
8840            'DOCKER' and
8841            'CHAIN' and
8842            'NF_VPPIP4' and
8843            'IMIX' and
8844            '4T2C' and
8845            'NDRPDR'"
8846   parameters:
8847   - "throughput"
8848   - "name"
8849   - "tags"
8850   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8851   x-axis: "X = CNFs per Service Chain"
8852   y-axis: "Y = Number of Service Chains"
8853   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8854   layout:
8855     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8856     layout: "plot-service-density"
8857
8858 - type: "plot"
8859   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8860   algorithm: "plot_nf_heatmap"
8861   output-file-type: ".html"
8862   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8863   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8864   filter: "'NIC_Intel-XXV710' and
8865            'NF_DENSITY' and
8866            'DOCKER' and
8867            'CHAIN' and
8868            'NF_VPPIP4' and
8869            'IMIX' and
8870            '8T4C' and
8871            'NDRPDR'"
8872   parameters:
8873   - "throughput"
8874   - "name"
8875   - "tags"
8876   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8877   x-axis: "X = CNFs per Service Chain"
8878   y-axis: "Y = Number of Service Chains"
8879   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8880   layout:
8881     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8882     layout: "plot-service-density"
8883
8884 ################################################################################
8885 #
8886 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8887 #- type: "plot"
8888 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8889 #  algorithm: "plot_nf_heatmap"
8890 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8891 #  data: "plot-vpp-nfv-3n-skx-mrr"
8892 #  filter: "'NIC_Intel-XXV710' and
8893 #           'NF_DENSITY' and
8894 #           'DOCKER' and
8895 #           'CHAIN' and
8896 #           'NF_VPPIP4' and
8897 #           'IPSEC' and
8898 #           'TNL_4' and
8899 #           'IMIX' and
8900 #           '2T1C' and
8901 #           'MRR'"
8902 #  parameters:
8903 #  - "result"
8904 #  - "name"
8905 #  - "tags"
8906 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8907 #  x-axis: "X = CNFs per Service Chain"
8908 #  y-axis: "Y = Number of Service Chains"
8909 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8910 #  layout:
8911 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8912 #    layout: "plot-service-density"
8913 #
8914 #- type: "plot"
8915 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8916 #  algorithm: "plot_nf_heatmap"
8917 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8918 #  data: "plot-vpp-nfv-3n-skx-mrr"
8919 #  filter: "'NIC_Intel-XXV710' and
8920 #           'NF_DENSITY' and
8921 #           'DOCKER' and
8922 #           'CHAIN' and
8923 #           'NF_VPPIP4' and
8924 #           'IPSEC' and
8925 #           'TNL_4' and
8926 #           'IMIX' and
8927 #           '4T2C' and
8928 #           'MRR'"
8929 #  parameters:
8930 #  - "result"
8931 #  - "name"
8932 #  - "tags"
8933 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8934 #  x-axis: "X = CNFs per Service Chain"
8935 #  y-axis: "Y = Number of Service Chains"
8936 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8937 #  layout:
8938 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8939 #    layout: "plot-service-density"
8940 #
8941 #- type: "plot"
8942 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8943 #  algorithm: "plot_nf_heatmap"
8944 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8945 #  data: "plot-vpp-nfv-3n-skx-mrr"
8946 #  filter: "'NIC_Intel-XXV710' and
8947 #           'NF_DENSITY' and
8948 #           'DOCKER' and
8949 #           'CHAIN' and
8950 #           'NF_VPPIP4' and
8951 #           'IPSEC' and
8952 #           'TNL_4' and
8953 #           'IMIX' and
8954 #           '8T4C' and
8955 #           'MRR'"
8956 #  parameters:
8957 #  - "result"
8958 #  - "name"
8959 #  - "tags"
8960 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8961 #  x-axis: "X = CNFs per Service Chain"
8962 #  y-axis: "Y = Number of Service Chains"
8963 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8964 #  layout:
8965 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8966 #    layout: "plot-service-density"
8967
8968 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8969 #- type: "plot"
8970 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8971 #  algorithm: "plot_nf_heatmap"
8972 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8973 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8974 #  filter: "'NIC_Intel-XXV710' and
8975 #           'NF_DENSITY' and
8976 #           'DOCKER' and
8977 #           'CHAIN' and
8978 #           'NF_VPPIP4' and
8979 #           'IPSEC' and
8980 #           'TNL_4' and
8981 #           'IMIX' and
8982 #           '2T1C' and
8983 #           'NDRPDR'"
8984 #  parameters:
8985 #  - "throughput"
8986 #  - "name"
8987 #  - "tags"
8988 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8989 #  x-axis: "X = CNFs per Service Chain"
8990 #  y-axis: "Y = Number of Service Chains"
8991 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8992 #  layout:
8993 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8994 #    layout: "plot-service-density"
8995 #
8996 #- type: "plot"
8997 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8998 #  algorithm: "plot_nf_heatmap"
8999 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
9000 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9001 #  filter: "'NIC_Intel-XXV710' and
9002 #           'NF_DENSITY' and
9003 #           'DOCKER' and
9004 #           'CHAIN' and
9005 #           'NF_VPPIP4' and
9006 #           'IPSEC' and
9007 #           'TNL_4' and
9008 #           'IMIX' and
9009 #           '4T2C' and
9010 #           'NDRPDR'"
9011 #  parameters:
9012 #  - "throughput"
9013 #  - "name"
9014 #  - "tags"
9015 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9016 #  x-axis: "X = CNFs per Service Chain"
9017 #  y-axis: "Y = Number of Service Chains"
9018 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9019 #  layout:
9020 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9021 #    layout: "plot-service-density"
9022 #
9023 #- type: "plot"
9024 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9025 #  algorithm: "plot_nf_heatmap"
9026 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
9027 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9028 #  filter: "'NIC_Intel-XXV710' and
9029 #           'NF_DENSITY' and
9030 #           'DOCKER' and
9031 #           'CHAIN' and
9032 #           'NF_VPPIP4' and
9033 #           'IPSEC' and
9034 #           'TNL_4' and
9035 #           'IMIX' and
9036 #           '8T4C' and
9037 #           'NDRPDR'"
9038 #  parameters:
9039 #  - "throughput"
9040 #  - "name"
9041 #  - "tags"
9042 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9043 #  x-axis: "X = CNFs per Service Chain"
9044 #  y-axis: "Y = Number of Service Chains"
9045 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9046 #  layout:
9047 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9048 #    layout: "plot-service-density"
9049 #
9050 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9051 #- type: "plot"
9052 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9053 #  algorithm: "plot_nf_heatmap"
9054 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
9055 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9056 #  filter: "'NIC_Intel-XXV710' and
9057 #           'NF_DENSITY' and
9058 #           'DOCKER' and
9059 #           'CHAIN' and
9060 #           'NF_VPPIP4' and
9061 #           'IPSEC' and
9062 #           'TNL_4' and
9063 #           'IMIX' and
9064 #           '2T1C' and
9065 #           'NDRPDR'"
9066 #  parameters:
9067 #  - "throughput"
9068 #  - "name"
9069 #  - "tags"
9070 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9071 #  x-axis: "X = CNFs per Service Chain"
9072 #  y-axis: "Y = Number of Service Chains"
9073 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9074 #  layout:
9075 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9076 #    layout: "plot-service-density"
9077 #
9078 #- type: "plot"
9079 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9080 #  algorithm: "plot_nf_heatmap"
9081 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
9082 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9083 #  filter: "'NIC_Intel-XXV710' and
9084 #           'NF_DENSITY' and
9085 #           'DOCKER' and
9086 #           'CHAIN' and
9087 #           'NF_VPPIP4' and
9088 #           'IPSEC' and
9089 #           'TNL_4' and
9090 #           'IMIX' and
9091 #           '4T2C' and
9092 #           'NDRPDR'"
9093 #  parameters:
9094 #  - "throughput"
9095 #  - "name"
9096 #  - "tags"
9097 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9098 #  x-axis: "X = CNFs per Service Chain"
9099 #  y-axis: "Y = Number of Service Chains"
9100 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9101 #  layout:
9102 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9103 #    layout: "plot-service-density"
9104 #
9105 #- type: "plot"
9106 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9107 #  algorithm: "plot_nf_heatmap"
9108 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
9109 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9110 #  filter: "'NIC_Intel-XXV710' and
9111 #           'NF_DENSITY' and
9112 #           'DOCKER' and
9113 #           'CHAIN' and
9114 #           'NF_VPPIP4' and
9115 #           'IPSEC' and
9116 #           'TNL_4' and
9117 #           'IMIX' and
9118 #           '8T4C' and
9119 #           'NDRPDR'"
9120 #  parameters:
9121 #  - "throughput"
9122 #  - "name"
9123 #  - "tags"
9124 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9125 #  x-axis: "X = CNFs per Service Chain"
9126 #  y-axis: "Y = Number of Service Chains"
9127 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9128 #  layout:
9129 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9130 #    layout: "plot-service-density"
9131
9132 ###############################################################################
9133
9134 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9135 #- type: "plot"
9136 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9137 #  algorithm: "plot_nf_heatmap"
9138 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
9139 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9140 #  filter: "'NIC_Intel-XL710' and
9141 #           'NF_DENSITY' and
9142 #           'DOCKER' and
9143 #           'CHAIN' and
9144 #           'NF_VPPIP4' and
9145 #           'IMIX' and
9146 #           'TNL_4' and
9147 #           '1T1C' and
9148 #           'MRR'"
9149 #  parameters:
9150 #  - "result"
9151 #  - "name"
9152 #  - "tags"
9153 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9154 #  x-axis: "X = CNFs per Service Chain"
9155 #  y-axis: "Y = Number of Service Chains"
9156 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9157 #  layout:
9158 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9159 #    layout: "plot-service-density"
9160 #
9161 #- type: "plot"
9162 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9163 #  algorithm: "plot_nf_heatmap"
9164 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
9165 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9166 #  filter: "'NIC_Intel-XL710' and
9167 #           'NF_DENSITY' and
9168 #           'DOCKER' and
9169 #           'CHAIN' and
9170 #           'NF_VPPIP4' and
9171 #           'IPSEC' and
9172 #           'TNL_4' and
9173 #           'IMIX' and
9174 #           '2T2C' and
9175 #           'MRR'"
9176 #  parameters:
9177 #  - "result"
9178 #  - "name"
9179 #  - "tags"
9180 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9181 #  x-axis: "X = CNFs per Service Chain"
9182 #  y-axis: "Y = Number of Service Chains"
9183 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9184 #  layout:
9185 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9186 #    layout: "plot-service-density"
9187 #
9188 #- type: "plot"
9189 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9190 #  algorithm: "plot_nf_heatmap"
9191 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
9192 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9193 #  filter: "'NIC_Intel-XL710' and
9194 #           'NF_DENSITY' and
9195 #           'DOCKER' and
9196 #           'CHAIN' and
9197 #           'NF_VPPIP4' and
9198 #           'IPSEC' and
9199 #           'TNL_4' and
9200 #           'IMIX' and
9201 #           '4T4C' and
9202 #           'MRR'"
9203 #  parameters:
9204 #  - "result"
9205 #  - "name"
9206 #  - "tags"
9207 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9208 #  x-axis: "X = CNFs per Service Chain"
9209 #  y-axis: "Y = Number of Service Chains"
9210 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9211 #  layout:
9212 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9213 #    layout: "plot-service-density"
9214
9215 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9216 #- type: "plot"
9217 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9218 #  algorithm: "plot_nf_heatmap"
9219 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
9220 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9221 #  filter: "'NIC_Intel-XL710' and
9222 #           'NF_DENSITY' and
9223 #           'DOCKER' and
9224 #           'CHAIN' and
9225 #           'NF_VPPIP4' and
9226 #           'IPSEC' and
9227 #           'TNL_4' and
9228 #           'IMIX' and
9229 #           '1T1C' and
9230 #           'NDRPDR'"
9231 #  parameters:
9232 #  - "throughput"
9233 #  - "name"
9234 #  - "tags"
9235 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9236 #  x-axis: "X = CNFs per Service Chain"
9237 #  y-axis: "Y = Number of Service Chains"
9238 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9239 #  layout:
9240 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9241 #    layout: "plot-service-density"
9242 #
9243 #- type: "plot"
9244 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9245 #  algorithm: "plot_nf_heatmap"
9246 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9247 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9248 #  filter: "'NIC_Intel-XL710' and
9249 #           'NF_DENSITY' and
9250 #           'DOCKER' and
9251 #           'CHAIN' and
9252 #           'NF_VPPIP4' and
9253 #           'IPSEC' and
9254 #           'TNL_4' and
9255 #           'IMIX' and
9256 #           '2T2C' and
9257 #           'NDRPDR'"
9258 #  parameters:
9259 #  - "throughput"
9260 #  - "name"
9261 #  - "tags"
9262 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9263 #  x-axis: "X = CNFs per Service Chain"
9264 #  y-axis: "Y = Number of Service Chains"
9265 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9266 #  layout:
9267 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9268 #    layout: "plot-service-density"
9269 #
9270 #- type: "plot"
9271 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9272 #  algorithm: "plot_nf_heatmap"
9273 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9274 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9275 #  filter: "'NIC_Intel-XL710' and
9276 #           'NF_DENSITY' and
9277 #           'DOCKER' and
9278 #           'CHAIN' and
9279 #           'NF_VPPIP4' and
9280 #           'IPSEC' and
9281 #           'TNL_4' and
9282 #           'IMIX' and
9283 #           '4T4C' and
9284 #           'NDRPDR'"
9285 #  parameters:
9286 #  - "throughput"
9287 #  - "name"
9288 #  - "tags"
9289 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9290 #  x-axis: "X = CNFs per Service Chain"
9291 #  y-axis: "Y = Number of Service Chains"
9292 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9293 #  layout:
9294 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9295 #    layout: "plot-service-density"
9296 #
9297 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9298 #- type: "plot"
9299 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9300 #  algorithm: "plot_nf_heatmap"
9301 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9302 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9303 #  filter: "'NIC_Intel-XL710' and
9304 #           'NF_DENSITY' and
9305 #           'DOCKER' and
9306 #           'CHAIN' and
9307 #           'NF_VPPIP4' and
9308 #           'IPSEC' and
9309 #           'TNL_4' and
9310 #           'IMIX' and
9311 #           '1T1C' and
9312 #           'NDRPDR'"
9313 #  parameters:
9314 #  - "throughput"
9315 #  - "name"
9316 #  - "tags"
9317 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9318 #  x-axis: "X = CNFs per Service Chain"
9319 #  y-axis: "Y = Number of Service Chains"
9320 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9321 #  layout:
9322 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9323 #    layout: "plot-service-density"
9324 #
9325 #- type: "plot"
9326 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9327 #  algorithm: "plot_nf_heatmap"
9328 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9329 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9330 #  filter: "'NIC_Intel-XL710' and
9331 #           'NF_DENSITY' and
9332 #           'DOCKER' and
9333 #           'CHAIN' and
9334 #           'NF_VPPIP4' and
9335 #           'IPSEC' and
9336 #           'TNL_4' and
9337 #           'IMIX' and
9338 #           '2T2C' and
9339 #           'NDRPDR'"
9340 #  parameters:
9341 #  - "throughput"
9342 #  - "name"
9343 #  - "tags"
9344 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9345 #  x-axis: "X = CNFs per Service Chain"
9346 #  y-axis: "Y = Number of Service Chains"
9347 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9348 #  layout:
9349 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9350 #    layout: "plot-service-density"
9351 #
9352 #- type: "plot"
9353 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9354 #  algorithm: "plot_nf_heatmap"
9355 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9356 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9357 #  filter: "'NIC_Intel-XL710' and
9358 #           'NF_DENSITY' and
9359 #           'DOCKER' and
9360 #           'CHAIN' and
9361 #           'NF_VPPIP4' and
9362 #           'IPSEC' and
9363 #           'TNL_4' and
9364 #           'IMIX' and
9365 #           '4T4C' and
9366 #           'NDRPDR'"
9367 #  parameters:
9368 #  - "throughput"
9369 #  - "name"
9370 #  - "tags"
9371 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9372 #  x-axis: "X = CNFs per Service Chain"
9373 #  y-axis: "Y = Number of Service Chains"
9374 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9375 #  layout:
9376 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9377 #    layout: "plot-service-density"
9378
9379 ###############################################################################
9380
9381 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9382 #- type: "plot"
9383 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9384 #  algorithm: "plot_nf_heatmap"
9385 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9386 #  data: "plot-vpp-nfv-3n-skx-mrr"
9387 #  filter: "'NIC_Intel-XXV710' and
9388 #           'NF_DENSITY' and
9389 #           'DOCKER' and
9390 #           'CHAIN' and
9391 #           'NF_VPPIP4' and
9392 #           'IPSEC' and
9393 #           'TNL_1000' and
9394 #           'IMIX' and
9395 #           '2T1C' and
9396 #           'MRR'"
9397 #  parameters:
9398 #  - "result"
9399 #  - "name"
9400 #  - "tags"
9401 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9402 #  x-axis: "X = CNFs per Service Chain"
9403 #  y-axis: "Y = Number of Service Chains"
9404 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9405 #  layout:
9406 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9407 #    layout: "plot-service-density"
9408 #
9409 #- type: "plot"
9410 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9411 #  algorithm: "plot_nf_heatmap"
9412 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9413 #  data: "plot-vpp-nfv-3n-skx-mrr"
9414 #  filter: "'NIC_Intel-XXV710' and
9415 #           'NF_DENSITY' and
9416 #           'DOCKER' and
9417 #           'CHAIN' and
9418 #           'NF_VPPIP4' and
9419 #           'IPSEC' and
9420 #           'TNL_1000' and
9421 #           'IMIX' and
9422 #           '4T2C' and
9423 #           'MRR'"
9424 #  parameters:
9425 #  - "result"
9426 #  - "name"
9427 #  - "tags"
9428 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9429 #  x-axis: "X = CNFs per Service Chain"
9430 #  y-axis: "Y = Number of Service Chains"
9431 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9432 #  layout:
9433 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9434 #    layout: "plot-service-density"
9435 #
9436 #- type: "plot"
9437 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9438 #  algorithm: "plot_nf_heatmap"
9439 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9440 #  data: "plot-vpp-nfv-3n-skx-mrr"
9441 #  filter: "'NIC_Intel-XXV710' and
9442 #           'NF_DENSITY' and
9443 #           'DOCKER' and
9444 #           'CHAIN' and
9445 #           'NF_VPPIP4' and
9446 #           'IPSEC' and
9447 #           'TNL_1000' and
9448 #           'IMIX' and
9449 #           '8T4C' and
9450 #           'MRR'"
9451 #  parameters:
9452 #  - "result"
9453 #  - "name"
9454 #  - "tags"
9455 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9456 #  x-axis: "X = CNFs per Service Chain"
9457 #  y-axis: "Y = Number of Service Chains"
9458 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9459 #  layout:
9460 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9461 #    layout: "plot-service-density"
9462
9463 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9464 #- type: "plot"
9465 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9466 #  algorithm: "plot_nf_heatmap"
9467 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9468 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9469 #  filter: "'NIC_Intel-XXV710' and
9470 #           'NF_DENSITY' and
9471 #           'DOCKER' and
9472 #           'CHAIN' and
9473 #           'NF_VPPIP4' and
9474 #           'IPSEC' and
9475 #           'TNL_1000' and
9476 #           'IMIX' and
9477 #           '2T1C' and
9478 #           'NDRPDR'"
9479 #  parameters:
9480 #  - "throughput"
9481 #  - "name"
9482 #  - "tags"
9483 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9484 #  x-axis: "X = CNFs per Service Chain"
9485 #  y-axis: "Y = Number of Service Chains"
9486 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9487 #  layout:
9488 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9489 #    layout: "plot-service-density"
9490 #
9491 #- type: "plot"
9492 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9493 #  algorithm: "plot_nf_heatmap"
9494 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9495 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9496 #  filter: "'NIC_Intel-XXV710' and
9497 #           'NF_DENSITY' and
9498 #           'DOCKER' and
9499 #           'CHAIN' and
9500 #           'NF_VPPIP4' and
9501 #           'IPSEC' and
9502 #           'TNL_1000' and
9503 #           'IMIX' and
9504 #           '4T2C' and
9505 #           'NDRPDR'"
9506 #  parameters:
9507 #  - "throughput"
9508 #  - "name"
9509 #  - "tags"
9510 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9511 #  x-axis: "X = CNFs per Service Chain"
9512 #  y-axis: "Y = Number of Service Chains"
9513 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9514 #  layout:
9515 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9516 #    layout: "plot-service-density"
9517 #
9518 #- type: "plot"
9519 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9520 #  algorithm: "plot_nf_heatmap"
9521 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9522 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9523 #  filter: "'NIC_Intel-XXV710' and
9524 #           'NF_DENSITY' and
9525 #           'DOCKER' and
9526 #           'CHAIN' and
9527 #           'NF_VPPIP4' and
9528 #           'IPSEC' and
9529 #           'TNL_1000' and
9530 #           'IMIX' and
9531 #           '8T4C' and
9532 #           'NDRPDR'"
9533 #  parameters:
9534 #  - "throughput"
9535 #  - "name"
9536 #  - "tags"
9537 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9538 #  x-axis: "X = CNFs per Service Chain"
9539 #  y-axis: "Y = Number of Service Chains"
9540 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9541 #  layout:
9542 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9543 #    layout: "plot-service-density"
9544 #
9545 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9546 #- type: "plot"
9547 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9548 #  algorithm: "plot_nf_heatmap"
9549 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9550 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9551 #  filter: "'NIC_Intel-XXV710' and
9552 #           'NF_DENSITY' and
9553 #           'DOCKER' and
9554 #           'CHAIN' and
9555 #           'NF_VPPIP4' and
9556 #           'IPSEC' and
9557 #           'TNL_1000' and
9558 #           'IMIX' and
9559 #           '2T1C' and
9560 #           'NDRPDR'"
9561 #  parameters:
9562 #  - "throughput"
9563 #  - "name"
9564 #  - "tags"
9565 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9566 #  x-axis: "X = CNFs per Service Chain"
9567 #  y-axis: "Y = Number of Service Chains"
9568 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9569 #  layout:
9570 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9571 #    layout: "plot-service-density"
9572 #
9573 #- type: "plot"
9574 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9575 #  algorithm: "plot_nf_heatmap"
9576 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9577 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9578 #  filter: "'NIC_Intel-XXV710' and
9579 #           'NF_DENSITY' and
9580 #           'DOCKER' and
9581 #           'CHAIN' and
9582 #           'NF_VPPIP4' and
9583 #           'IPSEC' and
9584 #           'TNL_1000' and
9585 #           'IMIX' and
9586 #           '4T2C' and
9587 #           'NDRPDR'"
9588 #  parameters:
9589 #  - "throughput"
9590 #  - "name"
9591 #  - "tags"
9592 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9593 #  x-axis: "X = CNFs per Service Chain"
9594 #  y-axis: "Y = Number of Service Chains"
9595 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9596 #  layout:
9597 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9598 #    layout: "plot-service-density"
9599 #
9600 #- type: "plot"
9601 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9602 #  algorithm: "plot_nf_heatmap"
9603 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9604 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9605 #  filter: "'NIC_Intel-XXV710' and
9606 #           'NF_DENSITY' and
9607 #           'DOCKER' and
9608 #           'CHAIN' and
9609 #           'NF_VPPIP4' and
9610 #           'IPSEC' and
9611 #           'TNL_1000' and
9612 #           'IMIX' and
9613 #           '8T4C' and
9614 #           'NDRPDR'"
9615 #  parameters:
9616 #  - "throughput"
9617 #  - "name"
9618 #  - "tags"
9619 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9620 #  x-axis: "X = CNFs per Service Chain"
9621 #  y-axis: "Y = Number of Service Chains"
9622 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9623 #  layout:
9624 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9625 #    layout: "plot-service-density"
9626
9627 ###############################################################################
9628
9629 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9630 #- type: "plot"
9631 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9632 #  algorithm: "plot_nf_heatmap"
9633 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9634 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9635 #  filter: "'NIC_Intel-XL710' and
9636 #           'NF_DENSITY' and
9637 #           'DOCKER' and
9638 #           'CHAIN' and
9639 #           'NF_VPPIP4' and
9640 #           'IMIX' and
9641 #           'TNL_1000' and
9642 #           '1T1C' and
9643 #           'MRR'"
9644 #  parameters:
9645 #  - "result"
9646 #  - "name"
9647 #  - "tags"
9648 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9649 #  x-axis: "X = CNFs per Service Chain"
9650 #  y-axis: "Y = Number of Service Chains"
9651 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9652 #  layout:
9653 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9654 #    layout: "plot-service-density"
9655 #
9656 #- type: "plot"
9657 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9658 #  algorithm: "plot_nf_heatmap"
9659 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9660 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9661 #  filter: "'NIC_Intel-XL710' and
9662 #           'NF_DENSITY' and
9663 #           'DOCKER' and
9664 #           'CHAIN' and
9665 #           'NF_VPPIP4' and
9666 #           'IPSEC' and
9667 #           'TNL_1000' and
9668 #           'IMIX' and
9669 #           '2T2C' and
9670 #           'MRR'"
9671 #  parameters:
9672 #  - "result"
9673 #  - "name"
9674 #  - "tags"
9675 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9676 #  x-axis: "X = CNFs per Service Chain"
9677 #  y-axis: "Y = Number of Service Chains"
9678 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9679 #  layout:
9680 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9681 #    layout: "plot-service-density"
9682 #
9683 #- type: "plot"
9684 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9685 #  algorithm: "plot_nf_heatmap"
9686 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9687 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9688 #  filter: "'NIC_Intel-XL710' and
9689 #           'NF_DENSITY' and
9690 #           'DOCKER' and
9691 #           'CHAIN' and
9692 #           'NF_VPPIP4' and
9693 #           'IPSEC' and
9694 #           'TNL_1000' and
9695 #           'IMIX' and
9696 #           '4T4C' and
9697 #           'MRR'"
9698 #  parameters:
9699 #  - "result"
9700 #  - "name"
9701 #  - "tags"
9702 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9703 #  x-axis: "X = CNFs per Service Chain"
9704 #  y-axis: "Y = Number of Service Chains"
9705 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9706 #  layout:
9707 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9708 #    layout: "plot-service-density"
9709
9710 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9711 #- type: "plot"
9712 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9713 #  algorithm: "plot_nf_heatmap"
9714 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9715 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9716 #  filter: "'NIC_Intel-XL710' and
9717 #           'NF_DENSITY' and
9718 #           'DOCKER' and
9719 #           'CHAIN' and
9720 #           'NF_VPPIP4' and
9721 #           'IPSEC' and
9722 #           'TNL_1000' and
9723 #           'IMIX' and
9724 #           '1T1C' and
9725 #           'NDRPDR'"
9726 #  parameters:
9727 #  - "throughput"
9728 #  - "name"
9729 #  - "tags"
9730 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9731 #  x-axis: "X = CNFs per Service Chain"
9732 #  y-axis: "Y = Number of Service Chains"
9733 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9734 #  layout:
9735 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9736 #    layout: "plot-service-density"
9737 #
9738 #- type: "plot"
9739 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9740 #  algorithm: "plot_nf_heatmap"
9741 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9742 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9743 #  filter: "'NIC_Intel-XL710' and
9744 #           'NF_DENSITY' and
9745 #           'DOCKER' and
9746 #           'CHAIN' and
9747 #           'NF_VPPIP4' and
9748 #           'IPSEC' and
9749 #           'TNL_1000' and
9750 #           'IMIX' and
9751 #           '2T2C' and
9752 #           'NDRPDR'"
9753 #  parameters:
9754 #  - "throughput"
9755 #  - "name"
9756 #  - "tags"
9757 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9758 #  x-axis: "X = CNFs per Service Chain"
9759 #  y-axis: "Y = Number of Service Chains"
9760 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9761 #  layout:
9762 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9763 #    layout: "plot-service-density"
9764 #
9765 #- type: "plot"
9766 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9767 #  algorithm: "plot_nf_heatmap"
9768 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9769 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9770 #  filter: "'NIC_Intel-XL710' and
9771 #           'NF_DENSITY' and
9772 #           'DOCKER' and
9773 #           'CHAIN' and
9774 #           'NF_VPPIP4' and
9775 #           'IPSEC' and
9776 #           'TNL_1000' and
9777 #           'IMIX' and
9778 #           '4T4C' and
9779 #           'NDRPDR'"
9780 #  parameters:
9781 #  - "throughput"
9782 #  - "name"
9783 #  - "tags"
9784 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9785 #  x-axis: "X = CNFs per Service Chain"
9786 #  y-axis: "Y = Number of Service Chains"
9787 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9788 #  layout:
9789 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9790 #    layout: "plot-service-density"
9791 #
9792 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9793 #- type: "plot"
9794 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9795 #  algorithm: "plot_nf_heatmap"
9796 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9797 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9798 #  filter: "'NIC_Intel-XL710' and
9799 #           'NF_DENSITY' and
9800 #           'DOCKER' and
9801 #           'CHAIN' and
9802 #           'NF_VPPIP4' and
9803 #           'IPSEC' and
9804 #           'TNL_1000' and
9805 #           'IMIX' and
9806 #           '1T1C' and
9807 #           'NDRPDR'"
9808 #  parameters:
9809 #  - "throughput"
9810 #  - "name"
9811 #  - "tags"
9812 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9813 #  x-axis: "X = CNFs per Service Chain"
9814 #  y-axis: "Y = Number of Service Chains"
9815 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9816 #  layout:
9817 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9818 #    layout: "plot-service-density"
9819 #
9820 #- type: "plot"
9821 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9822 #  algorithm: "plot_nf_heatmap"
9823 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9824 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9825 #  filter: "'NIC_Intel-XL710' and
9826 #           'NF_DENSITY' and
9827 #           'DOCKER' and
9828 #           'CHAIN' and
9829 #           'NF_VPPIP4' and
9830 #           'IPSEC' and
9831 #           'TNL_1000' and
9832 #           'IMIX' and
9833 #           '2T2C' and
9834 #           'NDRPDR'"
9835 #  parameters:
9836 #  - "throughput"
9837 #  - "name"
9838 #  - "tags"
9839 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9840 #  x-axis: "X = CNFs per Service Chain"
9841 #  y-axis: "Y = Number of Service Chains"
9842 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9843 #  layout:
9844 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9845 #    layout: "plot-service-density"
9846 #
9847 #- type: "plot"
9848 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9849 #  algorithm: "plot_nf_heatmap"
9850 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9851 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9852 #  filter: "'NIC_Intel-XL710' and
9853 #           'NF_DENSITY' and
9854 #           'DOCKER' and
9855 #           'CHAIN' and
9856 #           'NF_VPPIP4' and
9857 #           'IPSEC' and
9858 #           'TNL_1000' and
9859 #           'IMIX' and
9860 #           '4T4C' and
9861 #           'NDRPDR'"
9862 #  parameters:
9863 #  - "throughput"
9864 #  - "name"
9865 #  - "tags"
9866 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9867 #  x-axis: "X = CNFs per Service Chain"
9868 #  y-axis: "Y = Number of Service Chains"
9869 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9870 #  layout:
9871 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9872 #    layout: "plot-service-density"
9873
9874 ###############################################################################
9875
9876 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9877 #- type: "plot"
9878 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9879 #  algorithm: "plot_nf_heatmap"
9880 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9881 #  data: "plot-vpp-nfv-3n-skx-mrr"
9882 #  filter: "'NIC_Intel-XXV710' and
9883 #           'NF_DENSITY' and
9884 #           'DOCKER' and
9885 #           'CHAIN' and
9886 #           'NF_VPPIP4' and
9887 #           'IPSEC' and
9888 #           'TNL_10000' and
9889 #           'IMIX' and
9890 #           '2T1C' and
9891 #           'MRR'"
9892 #  parameters:
9893 #  - "result"
9894 #  - "name"
9895 #  - "tags"
9896 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9897 #  x-axis: "X = CNFs per Service Chain"
9898 #  y-axis: "Y = Number of Service Chains"
9899 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9900 #  layout:
9901 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9902 #    layout: "plot-service-density"
9903 #
9904 #- type: "plot"
9905 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9906 #  algorithm: "plot_nf_heatmap"
9907 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9908 #  data: "plot-vpp-nfv-3n-skx-mrr"
9909 #  filter: "'NIC_Intel-XXV710' and
9910 #           'NF_DENSITY' and
9911 #           'DOCKER' and
9912 #           'CHAIN' and
9913 #           'NF_VPPIP4' and
9914 #           'IPSEC' and
9915 #           'TNL_10000' and
9916 #           'IMIX' and
9917 #           '4T2C' and
9918 #           'MRR'"
9919 #  parameters:
9920 #  - "result"
9921 #  - "name"
9922 #  - "tags"
9923 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9924 #  x-axis: "X = CNFs per Service Chain"
9925 #  y-axis: "Y = Number of Service Chains"
9926 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9927 #  layout:
9928 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9929 #    layout: "plot-service-density"
9930 #
9931 #- type: "plot"
9932 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9933 #  algorithm: "plot_nf_heatmap"
9934 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9935 #  data: "plot-vpp-nfv-3n-skx-mrr"
9936 #  filter: "'NIC_Intel-XXV710' and
9937 #           'NF_DENSITY' and
9938 #           'DOCKER' and
9939 #           'CHAIN' and
9940 #           'NF_VPPIP4' and
9941 #           'IPSEC' and
9942 #           'TNL_10000' and
9943 #           'IMIX' and
9944 #           '8T4C' and
9945 #           'MRR'"
9946 #  parameters:
9947 #  - "result"
9948 #  - "name"
9949 #  - "tags"
9950 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9951 #  x-axis: "X = CNFs per Service Chain"
9952 #  y-axis: "Y = Number of Service Chains"
9953 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9954 #  layout:
9955 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9956 #    layout: "plot-service-density"
9957
9958 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9959 #- type: "plot"
9960 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9961 #  algorithm: "plot_nf_heatmap"
9962 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9963 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9964 #  filter: "'NIC_Intel-XXV710' and
9965 #           'NF_DENSITY' and
9966 #           'DOCKER' and
9967 #           'CHAIN' and
9968 #           'NF_VPPIP4' and
9969 #           'IPSEC' and
9970 #           'TNL_10000' and
9971 #           'IMIX' and
9972 #           '2T1C' and
9973 #           'NDRPDR'"
9974 #  parameters:
9975 #  - "throughput"
9976 #  - "name"
9977 #  - "tags"
9978 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9979 #  x-axis: "X = CNFs per Service Chain"
9980 #  y-axis: "Y = Number of Service Chains"
9981 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9982 #  layout:
9983 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9984 #    layout: "plot-service-density"
9985 #
9986 #- type: "plot"
9987 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9988 #  algorithm: "plot_nf_heatmap"
9989 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9990 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9991 #  filter: "'NIC_Intel-XXV710' and
9992 #           'NF_DENSITY' and
9993 #           'DOCKER' and
9994 #           'CHAIN' and
9995 #           'NF_VPPIP4' and
9996 #           'IPSEC' and
9997 #           'TNL_10000' and
9998 #           'IMIX' and
9999 #           '4T2C' and
10000 #           'NDRPDR'"
10001 #  parameters:
10002 #  - "throughput"
10003 #  - "name"
10004 #  - "tags"
10005 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10006 #  x-axis: "X = CNFs per Service Chain"
10007 #  y-axis: "Y = Number of Service Chains"
10008 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10009 #  layout:
10010 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10011 #    layout: "plot-service-density"
10012 #
10013 #- type: "plot"
10014 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10015 #  algorithm: "plot_nf_heatmap"
10016 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
10017 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10018 #  filter: "'NIC_Intel-XXV710' and
10019 #           'NF_DENSITY' and
10020 #           'DOCKER' and
10021 #           'CHAIN' and
10022 #           'NF_VPPIP4' and
10023 #           'IPSEC' and
10024 #           'TNL_10000' and
10025 #           'IMIX' and
10026 #           '8T4C' and
10027 #           'NDRPDR'"
10028 #  parameters:
10029 #  - "throughput"
10030 #  - "name"
10031 #  - "tags"
10032 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10033 #  x-axis: "X = CNFs per Service Chain"
10034 #  y-axis: "Y = Number of Service Chains"
10035 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10036 #  layout:
10037 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10038 #    layout: "plot-service-density"
10039 #
10040 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10041 #- type: "plot"
10042 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10043 #  algorithm: "plot_nf_heatmap"
10044 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
10045 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10046 #  filter: "'NIC_Intel-XXV710' and
10047 #           'NF_DENSITY' and
10048 #           'DOCKER' and
10049 #           'CHAIN' and
10050 #           'NF_VPPIP4' and
10051 #           'IPSEC' and
10052 #           'TNL_10000' and
10053 #           'IMIX' and
10054 #           '2T1C' and
10055 #           'NDRPDR'"
10056 #  parameters:
10057 #  - "throughput"
10058 #  - "name"
10059 #  - "tags"
10060 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10061 #  x-axis: "X = CNFs per Service Chain"
10062 #  y-axis: "Y = Number of Service Chains"
10063 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10064 #  layout:
10065 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10066 #    layout: "plot-service-density"
10067 #
10068 #- type: "plot"
10069 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10070 #  algorithm: "plot_nf_heatmap"
10071 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
10072 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10073 #  filter: "'NIC_Intel-XXV710' and
10074 #           'NF_DENSITY' and
10075 #           'DOCKER' and
10076 #           'CHAIN' and
10077 #           'NF_VPPIP4' and
10078 #           'IPSEC' and
10079 #           'TNL_10000' and
10080 #           'IMIX' and
10081 #           '4T2C' and
10082 #           'NDRPDR'"
10083 #  parameters:
10084 #  - "throughput"
10085 #  - "name"
10086 #  - "tags"
10087 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10088 #  x-axis: "X = CNFs per Service Chain"
10089 #  y-axis: "Y = Number of Service Chains"
10090 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10091 #  layout:
10092 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10093 #    layout: "plot-service-density"
10094 #
10095 #- type: "plot"
10096 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10097 #  algorithm: "plot_nf_heatmap"
10098 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
10099 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10100 #  filter: "'NIC_Intel-XXV710' and
10101 #           'NF_DENSITY' and
10102 #           'DOCKER' and
10103 #           'CHAIN' and
10104 #           'NF_VPPIP4' and
10105 #           'IPSEC' and
10106 #           'TNL_10000' and
10107 #           'IMIX' and
10108 #           '8T4C' and
10109 #           'NDRPDR'"
10110 #  parameters:
10111 #  - "throughput"
10112 #  - "name"
10113 #  - "tags"
10114 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10115 #  x-axis: "X = CNFs per Service Chain"
10116 #  y-axis: "Y = Number of Service Chains"
10117 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10118 #  layout:
10119 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10120 #    layout: "plot-service-density"
10121
10122 ###############################################################################
10123
10124 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10125 #- type: "plot"
10126 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10127 #  algorithm: "plot_nf_heatmap"
10128 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
10129 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10130 #  filter: "'NIC_Intel-XL710' and
10131 #           'NF_DENSITY' and
10132 #           'DOCKER' and
10133 #           'CHAIN' and
10134 #           'NF_VPPIP4' and
10135 #           'IMIX' and
10136 #           'TNL_10000' and
10137 #           '1T1C' and
10138 #           'MRR'"
10139 #  parameters:
10140 #  - "result"
10141 #  - "name"
10142 #  - "tags"
10143 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10144 #  x-axis: "X = CNFs per Service Chain"
10145 #  y-axis: "Y = Number of Service Chains"
10146 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10147 #  layout:
10148 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10149 #    layout: "plot-service-density"
10150 #
10151 #- type: "plot"
10152 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10153 #  algorithm: "plot_nf_heatmap"
10154 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
10155 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10156 #  filter: "'NIC_Intel-XL710' and
10157 #           'NF_DENSITY' and
10158 #           'DOCKER' and
10159 #           'CHAIN' and
10160 #           'NF_VPPIP4' and
10161 #           'IPSEC' and
10162 #           'TNL_10000' and
10163 #           'IMIX' and
10164 #           '2T2C' and
10165 #           'MRR'"
10166 #  parameters:
10167 #  - "result"
10168 #  - "name"
10169 #  - "tags"
10170 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10171 #  x-axis: "X = CNFs per Service Chain"
10172 #  y-axis: "Y = Number of Service Chains"
10173 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10174 #  layout:
10175 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10176 #    layout: "plot-service-density"
10177 #
10178 #- type: "plot"
10179 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10180 #  algorithm: "plot_nf_heatmap"
10181 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
10182 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10183 #  filter: "'NIC_Intel-XL710' and
10184 #           'NF_DENSITY' and
10185 #           'DOCKER' and
10186 #           'CHAIN' and
10187 #           'NF_VPPIP4' and
10188 #           'IPSEC' and
10189 #           'TNL_10000' and
10190 #           'IMIX' and
10191 #           '4T4C' and
10192 #           'MRR'"
10193 #  parameters:
10194 #  - "result"
10195 #  - "name"
10196 #  - "tags"
10197 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10198 #  x-axis: "X = CNFs per Service Chain"
10199 #  y-axis: "Y = Number of Service Chains"
10200 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10201 #  layout:
10202 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10203 #    layout: "plot-service-density"
10204
10205 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10206 #- type: "plot"
10207 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10208 #  algorithm: "plot_nf_heatmap"
10209 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
10210 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10211 #  filter: "'NIC_Intel-XL710' and
10212 #           'NF_DENSITY' and
10213 #           'DOCKER' and
10214 #           'CHAIN' and
10215 #           'NF_VPPIP4' and
10216 #           'IPSEC' and
10217 #           'TNL_10000' and
10218 #           'IMIX' and
10219 #           '1T1C' and
10220 #           'NDRPDR'"
10221 #  parameters:
10222 #  - "throughput"
10223 #  - "name"
10224 #  - "tags"
10225 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10226 #  x-axis: "X = CNFs per Service Chain"
10227 #  y-axis: "Y = Number of Service Chains"
10228 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10229 #  layout:
10230 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10231 #    layout: "plot-service-density"
10232 #
10233 #- type: "plot"
10234 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10235 #  algorithm: "plot_nf_heatmap"
10236 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
10237 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10238 #  filter: "'NIC_Intel-XL710' and
10239 #           'NF_DENSITY' and
10240 #           'DOCKER' and
10241 #           'CHAIN' and
10242 #           'NF_VPPIP4' and
10243 #           'IPSEC' and
10244 #           'TNL_10000' and
10245 #           'IMIX' and
10246 #           '2T2C' and
10247 #           'NDRPDR'"
10248 #  parameters:
10249 #  - "throughput"
10250 #  - "name"
10251 #  - "tags"
10252 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10253 #  x-axis: "X = CNFs per Service Chain"
10254 #  y-axis: "Y = Number of Service Chains"
10255 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10256 #  layout:
10257 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10258 #    layout: "plot-service-density"
10259 #
10260 #- type: "plot"
10261 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10262 #  algorithm: "plot_nf_heatmap"
10263 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10264 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10265 #  filter: "'NIC_Intel-XL710' and
10266 #           'NF_DENSITY' and
10267 #           'DOCKER' and
10268 #           'CHAIN' and
10269 #           'NF_VPPIP4' and
10270 #           'IPSEC' and
10271 #           'TNL_10000' and
10272 #           'IMIX' and
10273 #           '4T4C' and
10274 #           'NDRPDR'"
10275 #  parameters:
10276 #  - "throughput"
10277 #  - "name"
10278 #  - "tags"
10279 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10280 #  x-axis: "X = CNFs per Service Chain"
10281 #  y-axis: "Y = Number of Service Chains"
10282 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10283 #  layout:
10284 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10285 #    layout: "plot-service-density"
10286 #
10287 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10288 #- type: "plot"
10289 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10290 #  algorithm: "plot_nf_heatmap"
10291 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10292 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10293 #  filter: "'NIC_Intel-XL710' and
10294 #           'NF_DENSITY' and
10295 #           'DOCKER' and
10296 #           'CHAIN' and
10297 #           'NF_VPPIP4' and
10298 #           'IPSEC' and
10299 #           'TNL_10000' and
10300 #           'IMIX' and
10301 #           '1T1C' and
10302 #           'NDRPDR'"
10303 #  parameters:
10304 #  - "throughput"
10305 #  - "name"
10306 #  - "tags"
10307 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10308 #  x-axis: "X = CNFs per Service Chain"
10309 #  y-axis: "Y = Number of Service Chains"
10310 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10311 #  layout:
10312 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10313 #    layout: "plot-service-density"
10314 #
10315 #- type: "plot"
10316 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10317 #  algorithm: "plot_nf_heatmap"
10318 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10319 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10320 #  filter: "'NIC_Intel-XL710' and
10321 #           'NF_DENSITY' and
10322 #           'DOCKER' and
10323 #           'CHAIN' and
10324 #           'NF_VPPIP4' and
10325 #           'IPSEC' and
10326 #           'TNL_10000' and
10327 #           'IMIX' and
10328 #           '2T2C' and
10329 #           'NDRPDR'"
10330 #  parameters:
10331 #  - "throughput"
10332 #  - "name"
10333 #  - "tags"
10334 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10335 #  x-axis: "X = CNFs per Service Chain"
10336 #  y-axis: "Y = Number of Service Chains"
10337 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10338 #  layout:
10339 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10340 #    layout: "plot-service-density"
10341 #
10342 #- type: "plot"
10343 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10344 #  algorithm: "plot_nf_heatmap"
10345 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10346 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10347 #  filter: "'NIC_Intel-XL710' and
10348 #           'NF_DENSITY' and
10349 #           'DOCKER' and
10350 #           'CHAIN' and
10351 #           'NF_VPPIP4' and
10352 #           'IPSEC' and
10353 #           'TNL_10000' and
10354 #           'IMIX' and
10355 #           '4T4C' and
10356 #           'NDRPDR'"
10357 #  parameters:
10358 #  - "throughput"
10359 #  - "name"
10360 #  - "tags"
10361 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10362 #  x-axis: "X = CNFs per Service Chain"
10363 #  y-axis: "Y = Number of Service Chains"
10364 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10365 #  layout:
10366 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10367 #    layout: "plot-service-density"
10368
10369 ###############################################################################
10370
10371 # Plots - NF Density - CSP - MRR IMIX
10372 - type: "plot"
10373   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10374   algorithm: "plot_nf_heatmap"
10375   output-file-type: ".html"
10376   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10377   data: "plot-vpp-nfv-2n-skx-mrr"
10378   filter: "'NIC_Intel-XXV710' and
10379            'NF_DENSITY' and
10380            'DOCKER' and
10381            'PIPELINE' and
10382            'NF_VPPIP4' and
10383            'IMIX' and
10384            '2T1C' and
10385            'MRR'"
10386   parameters:
10387   - "result"
10388   - "name"
10389   - "tags"
10390   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10391   x-axis: "X = CNFs per Service Pipeline"
10392   y-axis: "Y = Number of Service Pipelines"
10393   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10394   layout:
10395     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10396     layout: "plot-service-density"
10397
10398 - type: "plot"
10399   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10400   algorithm: "plot_nf_heatmap"
10401   output-file-type: ".html"
10402   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10403   data: "plot-vpp-nfv-2n-skx-mrr"
10404   filter: "'NIC_Intel-XXV710' and
10405            'NF_DENSITY' and
10406            'DOCKER' and
10407            'PIPELINE' and
10408            'NF_VPPIP4' and
10409            'IMIX' and
10410            '4T2C' and
10411            'MRR'"
10412   parameters:
10413   - "result"
10414   - "name"
10415   - "tags"
10416   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10417   x-axis: "X = CNFs per Service Pipeline"
10418   y-axis: "Y = Number of Service Pipelines"
10419   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10420   layout:
10421     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10422     layout: "plot-service-density"
10423
10424 - type: "plot"
10425   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10426   algorithm: "plot_nf_heatmap"
10427   output-file-type: ".html"
10428   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10429   data: "plot-vpp-nfv-2n-skx-mrr"
10430   filter: "'NIC_Intel-XXV710' and
10431            'NF_DENSITY' and
10432            'DOCKER' and
10433            'PIPELINE' and
10434            'NF_VPPIP4' and
10435            'IMIX' and
10436            '8T4C' and
10437            'MRR'"
10438   parameters:
10439   - "result"
10440   - "name"
10441   - "tags"
10442   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10443   x-axis: "X = CNFs per Service Pipeline"
10444   y-axis: "Y = Number of Service Pipelines"
10445   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10446   layout:
10447     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10448     layout: "plot-service-density"
10449
10450 # Plots - NF Density - CSP - NDR IMIX
10451 - type: "plot"
10452   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10453   algorithm: "plot_nf_heatmap"
10454   output-file-type: ".html"
10455   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10456   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10457   filter: "'NIC_Intel-XXV710' and
10458            'NF_DENSITY' and
10459            'DOCKER' and
10460            'PIPELINE' and
10461            'NF_VPPIP4' and
10462            'IMIX' and
10463            '2T1C' and
10464            'NDRPDR'"
10465   parameters:
10466   - "throughput"
10467   - "name"
10468   - "tags"
10469   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10470   x-axis: "X = CNFs per Service Pipeline"
10471   y-axis: "Y = Number of Service Pipelines"
10472   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10473   layout:
10474     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10475     layout: "plot-service-density"
10476
10477 - type: "plot"
10478   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10479   algorithm: "plot_nf_heatmap"
10480   output-file-type: ".html"
10481   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10482   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10483   filter: "'NIC_Intel-XXV710' and
10484            'NF_DENSITY' and
10485            'DOCKER' and
10486            'PIPELINE' and
10487            'NF_VPPIP4' and
10488            'IMIX' and
10489            '4T2C' and
10490            'NDRPDR'"
10491   parameters:
10492   - "throughput"
10493   - "name"
10494   - "tags"
10495   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10496   x-axis: "X = CNFs per Service Pipeline"
10497   y-axis: "Y = Number of Service Pipelines"
10498   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10499   layout:
10500     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10501     layout: "plot-service-density"
10502
10503 - type: "plot"
10504   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10505   algorithm: "plot_nf_heatmap"
10506   output-file-type: ".html"
10507   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10508   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10509   filter: "'NIC_Intel-XXV710' and
10510            'NF_DENSITY' and
10511            'DOCKER' and
10512            'PIPELINE' and
10513            'NF_VPPIP4' and
10514            'IMIX' and
10515            '8T4C' and
10516            'NDRPDR'"
10517   parameters:
10518   - "throughput"
10519   - "name"
10520   - "tags"
10521   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10522   x-axis: "X = CNFs per Service Pipeline"
10523   y-axis: "Y = Number of Service Pipelines"
10524   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10525   layout:
10526     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10527     layout: "plot-service-density"
10528
10529 # Plots - NF Density - CSP - PDR IMIX
10530 - type: "plot"
10531   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10532   algorithm: "plot_nf_heatmap"
10533   output-file-type: ".html"
10534   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10535   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10536   filter: "'NIC_Intel-XXV710' and
10537            'NF_DENSITY' and
10538            'DOCKER' and
10539            'PIPELINE' and
10540            'NF_VPPIP4' and
10541            'IMIX' and
10542            '2T1C' and
10543            'NDRPDR'"
10544   parameters:
10545   - "throughput"
10546   - "name"
10547   - "tags"
10548   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10549   x-axis: "X = CNFs per Service Pipeline"
10550   y-axis: "Y = Number of Service Pipelines"
10551   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10552   layout:
10553     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10554     layout: "plot-service-density"
10555
10556 - type: "plot"
10557   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10558   algorithm: "plot_nf_heatmap"
10559   output-file-type: ".html"
10560   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10561   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10562   filter: "'NIC_Intel-XXV710' and
10563            'NF_DENSITY' and
10564            'DOCKER' and
10565            'PIPELINE' and
10566            'NF_VPPIP4' and
10567            'IMIX' and
10568            '4T2C' and
10569            'NDRPDR'"
10570   parameters:
10571   - "throughput"
10572   - "name"
10573   - "tags"
10574   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10575   x-axis: "X = CNFs per Service Pipeline"
10576   y-axis: "Y = Number of Service Pipelines"
10577   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10578   layout:
10579     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10580     layout: "plot-service-density"
10581
10582 - type: "plot"
10583   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10584   algorithm: "plot_nf_heatmap"
10585   output-file-type: ".html"
10586   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10587   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10588   filter: "'NIC_Intel-XXV710' and
10589            'NF_DENSITY' and
10590            'DOCKER' and
10591            'PIPELINE' and
10592            'NF_VPPIP4' and
10593            'IMIX' and
10594            '8T4C' and
10595            'NDRPDR'"
10596   parameters:
10597   - "throughput"
10598   - "name"
10599   - "tags"
10600   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10601   x-axis: "X = CNFs per Service Pipeline"
10602   y-axis: "Y = Number of Service Pipelines"
10603   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10604   layout:
10605     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10606     layout: "plot-service-density"
10607
10608 ###############################################################################
10609 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10610
10611 - type: "plot"
10612   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10613   algorithm: "plot_nf_heatmap"
10614   output-file-type: ".html"
10615   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10616   data: "plot-vpp-nfv-2n-clx-mrr"
10617   filter: "'NIC_Intel-XXV710' and
10618            'NF_DENSITY' and
10619            'VHOST' and
10620            not 'VXLAN' and
10621            'CHAIN' and
10622            'NF_VPPIP4' and
10623            'IMIX' and
10624            '2T1C' and
10625            'MRR'"
10626   parameters:
10627   - "result"
10628   - "name"
10629   - "tags"
10630   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10631   x-axis: "X = VNFs per Service Chain"
10632   y-axis: "Y = Number of Service Chains"
10633   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10634   layout:
10635     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10636     layout: "plot-service-density"
10637
10638 - type: "plot"
10639   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10640   algorithm: "plot_nf_heatmap"
10641   output-file-type: ".html"
10642   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10643   data: "plot-vpp-nfv-2n-clx-mrr"
10644   filter: "'NIC_Intel-XXV710' and
10645            'NF_DENSITY' and
10646            'VHOST' and
10647            not 'VXLAN' and
10648            'CHAIN' and
10649            'NF_VPPIP4' and
10650            'IMIX' and
10651            '4T2C' and
10652            'MRR'"
10653   parameters:
10654   - "result"
10655   - "name"
10656   - "tags"
10657   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10658   x-axis: "X = VNFs per Service Chain"
10659   y-axis: "Y = Number of Service Chains"
10660   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10661   layout:
10662     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10663     layout: "plot-service-density"
10664
10665 - type: "plot"
10666   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10667   algorithm: "plot_nf_heatmap"
10668   output-file-type: ".html"
10669   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10670   data: "plot-vpp-nfv-2n-clx-mrr"
10671   filter: "'NIC_Intel-XXV710' and
10672            'NF_DENSITY' and
10673            'VHOST' and
10674            not 'VXLAN' and
10675            'CHAIN' and
10676            'NF_VPPIP4' and
10677            'IMIX' and
10678            '8T4C' and
10679            'MRR'"
10680   parameters:
10681   - "result"
10682   - "name"
10683   - "tags"
10684   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10685   x-axis: "X = VNFs per Service Chain"
10686   y-axis: "Y = Number of Service Chains"
10687   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10688   layout:
10689     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10690     layout: "plot-service-density"
10691
10692 # Plots - NF Density - VSC - NDR IMIX
10693 - type: "plot"
10694   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10695   algorithm: "plot_nf_heatmap"
10696   output-file-type: ".html"
10697   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10698   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10699   filter: "'NIC_Intel-XXV710' and
10700            'NF_DENSITY' and
10701            'VHOST' and
10702            not 'VXLAN' and
10703            'CHAIN' and
10704            'NF_VPPIP4' and
10705            'IMIX' and
10706            '2T1C' and
10707            'NDRPDR'"
10708   parameters:
10709   - "throughput"
10710   - "name"
10711   - "tags"
10712   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10713   x-axis: "X = VNFs per Service Chain"
10714   y-axis: "Y = Number of Service Chains"
10715   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10716   layout:
10717     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10718     layout: "plot-service-density"
10719
10720 - type: "plot"
10721   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10722   algorithm: "plot_nf_heatmap"
10723   output-file-type: ".html"
10724   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10725   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10726   filter: "'NIC_Intel-XXV710' and
10727            'NF_DENSITY' and
10728            'VHOST' and
10729            not 'VXLAN' and
10730            'CHAIN' and
10731            'NF_VPPIP4' and
10732            'IMIX' and
10733            '4T2C' and
10734            'NDRPDR'"
10735   parameters:
10736   - "throughput"
10737   - "name"
10738   - "tags"
10739   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10740   x-axis: "X = VNFs per Service Chain"
10741   y-axis: "Y = Number of Service Chains"
10742   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10743   layout:
10744     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10745     layout: "plot-service-density"
10746
10747 - type: "plot"
10748   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10749   algorithm: "plot_nf_heatmap"
10750   output-file-type: ".html"
10751   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10752   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10753   filter: "'NIC_Intel-XXV710' and
10754            'NF_DENSITY' and
10755            'VHOST' and
10756            not 'VXLAN' and
10757            'CHAIN' and
10758            'NF_VPPIP4' and
10759            'IMIX' and
10760            '8T4C' and
10761            'NDRPDR'"
10762   parameters:
10763   - "throughput"
10764   - "name"
10765   - "tags"
10766   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10767   x-axis: "X = VNFs per Service Chain"
10768   y-axis: "Y = Number of Service Chains"
10769   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10770   layout:
10771     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10772     layout: "plot-service-density"
10773
10774 # Plots - NF Density - VSC - PDR IMIX
10775 - type: "plot"
10776   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10777   algorithm: "plot_nf_heatmap"
10778   output-file-type: ".html"
10779   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10780   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10781   filter: "'NIC_Intel-XXV710' and
10782            'NF_DENSITY' and
10783            'VHOST' and
10784            not 'VXLAN' and
10785            'CHAIN' and
10786            'NF_VPPIP4' and
10787            'IMIX' and
10788            '2T1C' and
10789            'NDRPDR'"
10790   parameters:
10791   - "throughput"
10792   - "name"
10793   - "tags"
10794   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10795   x-axis: "X = VNFs per Service Chain"
10796   y-axis: "Y = Number of Service Chains"
10797   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10798   layout:
10799     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10800     layout: "plot-service-density"
10801
10802 - type: "plot"
10803   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10804   algorithm: "plot_nf_heatmap"
10805   output-file-type: ".html"
10806   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10807   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10808   filter: "'NIC_Intel-XXV710' and
10809            'NF_DENSITY' and
10810            'VHOST' and
10811            not 'VXLAN' and
10812            'CHAIN' and
10813            'NF_VPPIP4' and
10814            'IMIX' and
10815            '4T2C' and
10816            'NDRPDR'"
10817   parameters:
10818   - "throughput"
10819   - "name"
10820   - "tags"
10821   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10822   x-axis: "X = VNFs per Service Chain"
10823   y-axis: "Y = Number of Service Chains"
10824   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10825   layout:
10826     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10827     layout: "plot-service-density"
10828
10829 - type: "plot"
10830   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10831   algorithm: "plot_nf_heatmap"
10832   output-file-type: ".html"
10833   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10834   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10835   filter: "'NIC_Intel-XXV710' and
10836            'NF_DENSITY' and
10837            'VHOST' and
10838            not 'VXLAN' and
10839            'CHAIN' and
10840            'NF_VPPIP4' and
10841            'IMIX' and
10842            '8T4C' and
10843            'NDRPDR'"
10844   parameters:
10845   - "throughput"
10846   - "name"
10847   - "tags"
10848   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10849   x-axis: "X = VNFs per Service Chain"
10850   y-axis: "Y = Number of Service Chains"
10851   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10852   layout:
10853     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10854     layout: "plot-service-density"
10855
10856 # Plots - NF Density - VSC - MRR IMIX
10857 - type: "plot"
10858   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10859   algorithm: "plot_nf_heatmap"
10860   output-file-type: ".html"
10861   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10862   data: "plot-vpp-nfv-2n-clx-mrr"
10863   filter: "'NIC_Intel-XXV710' and
10864            'NF_DENSITY' and
10865            'VHOST' and
10866            'VXLAN' and
10867            'CHAIN' and
10868            'IMIX' and
10869            '2T1C' and
10870            'MRR'"
10871   parameters:
10872   - "result"
10873   - "name"
10874   - "tags"
10875   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10876   x-axis: "X = VNFs per Service Chain"
10877   y-axis: "Y = Number of Service Chains"
10878   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10879   layout:
10880     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10881     layout: "plot-service-density"
10882
10883 - type: "plot"
10884   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10885   algorithm: "plot_nf_heatmap"
10886   output-file-type: ".html"
10887   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10888   data: "plot-vpp-nfv-2n-clx-mrr"
10889   filter: "'NIC_Intel-XXV710' and
10890            'NF_DENSITY' and
10891            'VHOST' and
10892            'VXLAN' and
10893            'CHAIN' and
10894            'IMIX' and
10895            '4T2C' and
10896            'MRR'"
10897   parameters:
10898   - "result"
10899   - "name"
10900   - "tags"
10901   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10902   x-axis: "X = VNFs per Service Chain"
10903   y-axis: "Y = Number of Service Chains"
10904   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10905   layout:
10906     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10907     layout: "plot-service-density"
10908
10909 - type: "plot"
10910   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10911   algorithm: "plot_nf_heatmap"
10912   output-file-type: ".html"
10913   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10914   data: "plot-vpp-nfv-2n-clx-mrr"
10915   filter: "'NIC_Intel-XXV710' and
10916            'NF_DENSITY' and
10917            'VHOST' and
10918            'VXLAN' and
10919            'CHAIN' and
10920            'IMIX' and
10921            '8T4C' and
10922            'MRR'"
10923   parameters:
10924   - "result"
10925   - "name"
10926   - "tags"
10927   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10928   x-axis: "X = VNFs per Service Chain"
10929   y-axis: "Y = Number of Service Chains"
10930   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10931   layout:
10932     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10933     layout: "plot-service-density"
10934
10935 # Plots - NF Density - VSC - NDR IMIX
10936 - type: "plot"
10937   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10938   algorithm: "plot_nf_heatmap"
10939   output-file-type: ".html"
10940   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10941   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10942   filter: "'NIC_Intel-XXV710' and
10943            'NF_DENSITY' and
10944            'VHOST' and
10945            'VXLAN' and
10946            'CHAIN' and
10947            'IMIX' and
10948            '2T1C' and
10949            'NDRPDR'"
10950   parameters:
10951   - "throughput"
10952   - "name"
10953   - "tags"
10954   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10955   x-axis: "X = VNFs per Service Chain"
10956   y-axis: "Y = Number of Service Chains"
10957   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10958   layout:
10959     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10960     layout: "plot-service-density"
10961
10962 - type: "plot"
10963   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10964   algorithm: "plot_nf_heatmap"
10965   output-file-type: ".html"
10966   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10967   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10968   filter: "'NIC_Intel-XXV710' and
10969            'NF_DENSITY' and
10970            'VHOST' and
10971            'VXLAN' and
10972            'CHAIN' and
10973            'IMIX' and
10974            '4T2C' and
10975            'NDRPDR'"
10976   parameters:
10977   - "throughput"
10978   - "name"
10979   - "tags"
10980   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10981   x-axis: "X = VNFs per Service Chain"
10982   y-axis: "Y = Number of Service Chains"
10983   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10984   layout:
10985     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10986     layout: "plot-service-density"
10987
10988 - type: "plot"
10989   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10990   algorithm: "plot_nf_heatmap"
10991   output-file-type: ".html"
10992   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10993   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10994   filter: "'NIC_Intel-XXV710' and
10995            'NF_DENSITY' and
10996            'VHOST' and
10997            'VXLAN' and
10998            'CHAIN' and
10999            'IMIX' and
11000            '8T4C' and
11001            'NDRPDR'"
11002   parameters:
11003   - "throughput"
11004   - "name"
11005   - "tags"
11006   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11007   x-axis: "X = VNFs per Service Chain"
11008   y-axis: "Y = Number of Service Chains"
11009   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11010   layout:
11011     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11012     layout: "plot-service-density"
11013
11014 # Plots - NF Density - VSC - PDR IMIX
11015 - type: "plot"
11016   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11017   algorithm: "plot_nf_heatmap"
11018   output-file-type: ".html"
11019   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
11020   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11021   filter: "'NIC_Intel-XXV710' and
11022            'NF_DENSITY' and
11023            'VHOST' and
11024            'VXLAN' and
11025            'CHAIN' and
11026            'IMIX' and
11027            '2T1C' and
11028            'NDRPDR'"
11029   parameters:
11030   - "throughput"
11031   - "name"
11032   - "tags"
11033   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11034   x-axis: "X = VNFs per Service Chain"
11035   y-axis: "Y = Number of Service Chains"
11036   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11037   layout:
11038     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11039     layout: "plot-service-density"
11040
11041 - type: "plot"
11042   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11043   algorithm: "plot_nf_heatmap"
11044   output-file-type: ".html"
11045   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
11046   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11047   filter: "'NIC_Intel-XXV710' and
11048            'NF_DENSITY' and
11049            'VHOST' and
11050            'VXLAN' and
11051            'CHAIN' and
11052            'IMIX' and
11053            '4T2C' and
11054            'NDRPDR'"
11055   parameters:
11056   - "throughput"
11057   - "name"
11058   - "tags"
11059   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11060   x-axis: "X = VNFs per Service Chain"
11061   y-axis: "Y = Number of Service Chains"
11062   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11063   layout:
11064     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11065     layout: "plot-service-density"
11066
11067 - type: "plot"
11068   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11069   algorithm: "plot_nf_heatmap"
11070   output-file-type: ".html"
11071   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
11072   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11073   filter: "'NIC_Intel-XXV710' and
11074            'NF_DENSITY' and
11075            'VHOST' and
11076            'VXLAN' and
11077            'CHAIN' and
11078            'IMIX' and
11079            '8T4C' and
11080            'NDRPDR'"
11081   parameters:
11082   - "throughput"
11083   - "name"
11084   - "tags"
11085   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11086   x-axis: "X = VNFs per Service Chain"
11087   y-axis: "Y = Number of Service Chains"
11088   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11089   layout:
11090     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11091     layout: "plot-service-density"
11092
11093 # Plots - NF Density - CSC - MRR IMIX
11094 - type: "plot"
11095   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11096   algorithm: "plot_nf_heatmap"
11097   output-file-type: ".html"
11098   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
11099   data: "plot-vpp-nfv-2n-clx-mrr"
11100   filter: "'NIC_Intel-XXV710' and
11101            'NF_DENSITY' and
11102            'DOCKER' and
11103            'CHAIN' and
11104            'NF_VPPIP4' and
11105            'IMIX' and
11106            '2T1C' and
11107            'MRR'"
11108   parameters:
11109   - "result"
11110   - "name"
11111   - "tags"
11112   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11113   x-axis: "X = CNFs per Service Chain"
11114   y-axis: "Y = Number of Service Chains"
11115   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11116   layout:
11117     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11118     layout: "plot-service-density"
11119
11120 - type: "plot"
11121   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11122   algorithm: "plot_nf_heatmap"
11123   output-file-type: ".html"
11124   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
11125   data: "plot-vpp-nfv-2n-clx-mrr"
11126   filter: "'NIC_Intel-XXV710' and
11127            'NF_DENSITY' and
11128            'DOCKER' and
11129            'CHAIN' and
11130            'NF_VPPIP4' and
11131            'IMIX' and
11132            '4T2C' and
11133            'MRR'"
11134   parameters:
11135   - "result"
11136   - "name"
11137   - "tags"
11138   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11139   x-axis: "X = CNFs per Service Chain"
11140   y-axis: "Y = Number of Service Chains"
11141   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11142   layout:
11143     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11144     layout: "plot-service-density"
11145
11146 - type: "plot"
11147   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11148   algorithm: "plot_nf_heatmap"
11149   output-file-type: ".html"
11150   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
11151   data: "plot-vpp-nfv-2n-clx-mrr"
11152   filter: "'NIC_Intel-XXV710' and
11153            'NF_DENSITY' and
11154            'DOCKER' and
11155            'CHAIN' and
11156            'NF_VPPIP4' and
11157            'IMIX' and
11158            '8T4C' and
11159            'MRR'"
11160   parameters:
11161   - "result"
11162   - "name"
11163   - "tags"
11164   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11165   x-axis: "X = CNFs per Service Chain"
11166   y-axis: "Y = Number of Service Chains"
11167   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11168   layout:
11169     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11170     layout: "plot-service-density"
11171
11172 # Plots - NF Density - CSC - NDR IMIX
11173 - type: "plot"
11174   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11175   algorithm: "plot_nf_heatmap"
11176   output-file-type: ".html"
11177   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
11178   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11179   filter: "'NIC_Intel-XXV710' and
11180            'NF_DENSITY' and
11181            'DOCKER' and
11182            'CHAIN' and
11183            'NF_VPPIP4' and
11184            'IMIX' and
11185            '2T1C' and
11186            'NDRPDR'"
11187   parameters:
11188   - "throughput"
11189   - "name"
11190   - "tags"
11191   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11192   x-axis: "X = CNFs per Service Chain"
11193   y-axis: "Y = Number of Service Chains"
11194   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11195   layout:
11196     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11197     layout: "plot-service-density"
11198
11199 - type: "plot"
11200   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11201   algorithm: "plot_nf_heatmap"
11202   output-file-type: ".html"
11203   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
11204   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11205   filter: "'NIC_Intel-XXV710' and
11206            'NF_DENSITY' and
11207            'DOCKER' and
11208            'CHAIN' and
11209            'NF_VPPIP4' and
11210            'IMIX' and
11211            '4T2C' and
11212            'NDRPDR'"
11213   parameters:
11214   - "throughput"
11215   - "name"
11216   - "tags"
11217   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11218   x-axis: "X = CNFs per Service Chain"
11219   y-axis: "Y = Number of Service Chains"
11220   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11221   layout:
11222     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11223     layout: "plot-service-density"
11224
11225 - type: "plot"
11226   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11227   algorithm: "plot_nf_heatmap"
11228   output-file-type: ".html"
11229   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11230   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11231   filter: "'NIC_Intel-XXV710' and
11232            'NF_DENSITY' and
11233            'DOCKER' and
11234            'CHAIN' and
11235            'NF_VPPIP4' and
11236            'IMIX' and
11237            '8T4C' and
11238            'NDRPDR'"
11239   parameters:
11240   - "throughput"
11241   - "name"
11242   - "tags"
11243   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11244   x-axis: "X = CNFs per Service Chain"
11245   y-axis: "Y = Number of Service Chains"
11246   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11247   layout:
11248     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11249     layout: "plot-service-density"
11250
11251 # Plots - NF Density - CSC - PDR IMIX
11252 - type: "plot"
11253   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11254   algorithm: "plot_nf_heatmap"
11255   output-file-type: ".html"
11256   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11257   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11258   filter: "'NIC_Intel-XXV710' and
11259            'NF_DENSITY' and
11260            'DOCKER' and
11261            'CHAIN' and
11262            'NF_VPPIP4' and
11263            'IMIX' and
11264            '2T1C' and
11265            'NDRPDR'"
11266   parameters:
11267   - "throughput"
11268   - "name"
11269   - "tags"
11270   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11271   x-axis: "X = CNFs per Service Chain"
11272   y-axis: "Y = Number of Service Chains"
11273   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11274   layout:
11275     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11276     layout: "plot-service-density"
11277
11278 - type: "plot"
11279   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11280   algorithm: "plot_nf_heatmap"
11281   output-file-type: ".html"
11282   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11283   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11284   filter: "'NIC_Intel-XXV710' and
11285            'NF_DENSITY' and
11286            'DOCKER' and
11287            'CHAIN' and
11288            'NF_VPPIP4' and
11289            'IMIX' and
11290            '4T2C' and
11291            'NDRPDR'"
11292   parameters:
11293   - "throughput"
11294   - "name"
11295   - "tags"
11296   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11297   x-axis: "X = CNFs per Service Chain"
11298   y-axis: "Y = Number of Service Chains"
11299   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11300   layout:
11301     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11302     layout: "plot-service-density"
11303
11304 - type: "plot"
11305   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11306   algorithm: "plot_nf_heatmap"
11307   output-file-type: ".html"
11308   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11309   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11310   filter: "'NIC_Intel-XXV710' and
11311            'NF_DENSITY' and
11312            'DOCKER' and
11313            'CHAIN' and
11314            'NF_VPPIP4' and
11315            'IMIX' and
11316            '8T4C' and
11317            'NDRPDR'"
11318   parameters:
11319   - "throughput"
11320   - "name"
11321   - "tags"
11322   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11323   x-axis: "X = CNFs per Service Chain"
11324   y-axis: "Y = Number of Service Chains"
11325   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11326   layout:
11327     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11328     layout: "plot-service-density"
11329
11330 # Plots - NF Density - CSP - MRR IMIX
11331 - type: "plot"
11332   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11333   algorithm: "plot_nf_heatmap"
11334   output-file-type: ".html"
11335   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11336   data: "plot-vpp-nfv-2n-clx-mrr"
11337   filter: "'NIC_Intel-XXV710' and
11338            'NF_DENSITY' and
11339            'DOCKER' and
11340            'PIPELINE' and
11341            'NF_VPPIP4' and
11342            'IMIX' and
11343            '2T1C' and
11344            'MRR'"
11345   parameters:
11346   - "result"
11347   - "name"
11348   - "tags"
11349   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11350   x-axis: "X = CNFs per Service Pipeline"
11351   y-axis: "Y = Number of Service Pipelines"
11352   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11353   layout:
11354     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11355     layout: "plot-service-density"
11356
11357 - type: "plot"
11358   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11359   algorithm: "plot_nf_heatmap"
11360   output-file-type: ".html"
11361   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11362   data: "plot-vpp-nfv-2n-clx-mrr"
11363   filter: "'NIC_Intel-XXV710' and
11364            'NF_DENSITY' and
11365            'DOCKER' and
11366            'PIPELINE' and
11367            'NF_VPPIP4' and
11368            'IMIX' and
11369            '4T2C' and
11370            'MRR'"
11371   parameters:
11372   - "result"
11373   - "name"
11374   - "tags"
11375   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11376   x-axis: "X = CNFs per Service Pipeline"
11377   y-axis: "Y = Number of Service Pipelines"
11378   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11379   layout:
11380     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11381     layout: "plot-service-density"
11382
11383 - type: "plot"
11384   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11385   algorithm: "plot_nf_heatmap"
11386   output-file-type: ".html"
11387   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11388   data: "plot-vpp-nfv-2n-clx-mrr"
11389   filter: "'NIC_Intel-XXV710' and
11390            'NF_DENSITY' and
11391            'DOCKER' and
11392            'PIPELINE' and
11393            'NF_VPPIP4' and
11394            'IMIX' and
11395            '8T4C' and
11396            'MRR'"
11397   parameters:
11398   - "result"
11399   - "name"
11400   - "tags"
11401   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11402   x-axis: "X = CNFs per Service Pipeline"
11403   y-axis: "Y = Number of Service Pipelines"
11404   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11405   layout:
11406     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11407     layout: "plot-service-density"
11408
11409 # Plots - NF Density - CSP - NDR IMIX
11410 - type: "plot"
11411   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11412   algorithm: "plot_nf_heatmap"
11413   output-file-type: ".html"
11414   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11415   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11416   filter: "'NIC_Intel-XXV710' and
11417            'NF_DENSITY' and
11418            'DOCKER' and
11419            'PIPELINE' and
11420            'NF_VPPIP4' and
11421            'IMIX' and
11422            '2T1C' and
11423            'NDRPDR'"
11424   parameters:
11425   - "throughput"
11426   - "name"
11427   - "tags"
11428   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11429   x-axis: "X = CNFs per Service Pipeline"
11430   y-axis: "Y = Number of Service Pipelines"
11431   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11432   layout:
11433     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11434     layout: "plot-service-density"
11435
11436 - type: "plot"
11437   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11438   algorithm: "plot_nf_heatmap"
11439   output-file-type: ".html"
11440   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11441   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11442   filter: "'NIC_Intel-XXV710' and
11443            'NF_DENSITY' and
11444            'DOCKER' and
11445            'PIPELINE' and
11446            'NF_VPPIP4' and
11447            'IMIX' and
11448            '4T2C' and
11449            'NDRPDR'"
11450   parameters:
11451   - "throughput"
11452   - "name"
11453   - "tags"
11454   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11455   x-axis: "X = CNFs per Service Pipeline"
11456   y-axis: "Y = Number of Service Pipelines"
11457   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11458   layout:
11459     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11460     layout: "plot-service-density"
11461
11462 - type: "plot"
11463   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11464   algorithm: "plot_nf_heatmap"
11465   output-file-type: ".html"
11466   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11467   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11468   filter: "'NIC_Intel-XXV710' and
11469            'NF_DENSITY' and
11470            'DOCKER' and
11471            'PIPELINE' and
11472            'NF_VPPIP4' and
11473            'IMIX' and
11474            '8T4C' and
11475            'NDRPDR'"
11476   parameters:
11477   - "throughput"
11478   - "name"
11479   - "tags"
11480   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11481   x-axis: "X = CNFs per Service Pipeline"
11482   y-axis: "Y = Number of Service Pipelines"
11483   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11484   layout:
11485     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11486     layout: "plot-service-density"
11487
11488 # Plots - NF Density - CSP - PDR IMIX
11489 - type: "plot"
11490   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11491   algorithm: "plot_nf_heatmap"
11492   output-file-type: ".html"
11493   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11494   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11495   filter: "'NIC_Intel-XXV710' and
11496            'NF_DENSITY' and
11497            'DOCKER' and
11498            'PIPELINE' and
11499            'NF_VPPIP4' and
11500            'IMIX' and
11501            '2T1C' and
11502            'NDRPDR'"
11503   parameters:
11504   - "throughput"
11505   - "name"
11506   - "tags"
11507   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11508   x-axis: "X = CNFs per Service Pipeline"
11509   y-axis: "Y = Number of Service Pipelines"
11510   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11511   layout:
11512     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11513     layout: "plot-service-density"
11514
11515 - type: "plot"
11516   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11517   algorithm: "plot_nf_heatmap"
11518   output-file-type: ".html"
11519   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11520   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11521   filter: "'NIC_Intel-XXV710' and
11522            'NF_DENSITY' and
11523            'DOCKER' and
11524            'PIPELINE' and
11525            'NF_VPPIP4' and
11526            'IMIX' and
11527            '4T2C' and
11528            'NDRPDR'"
11529   parameters:
11530   - "throughput"
11531   - "name"
11532   - "tags"
11533   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11534   x-axis: "X = CNFs per Service Pipeline"
11535   y-axis: "Y = Number of Service Pipelines"
11536   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11537   layout:
11538     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11539     layout: "plot-service-density"
11540
11541 - type: "plot"
11542   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11543   algorithm: "plot_nf_heatmap"
11544   output-file-type: ".html"
11545   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11546   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11547   filter: "'NIC_Intel-XXV710' and
11548            'NF_DENSITY' and
11549            'DOCKER' and
11550            'PIPELINE' and
11551            'NF_VPPIP4' and
11552            'IMIX' and
11553            '8T4C' and
11554            'NDRPDR'"
11555   parameters:
11556   - "throughput"
11557   - "name"
11558   - "tags"
11559   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11560   x-axis: "X = CNFs per Service Pipeline"
11561   y-axis: "Y = Number of Service Pipelines"
11562   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11563   layout:
11564     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11565     layout: "plot-service-density"
11566
11567 ################################################################################
11568
11569 # Packet Throughput
11570
11571 - type: "plot"
11572   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11573   algorithm: "plot_perf_box_name"
11574   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11575   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11576   include:
11577     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11578     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11579     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11580     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11581   layout:
11582     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11583     layout: "plot-throughput"
11584
11585 - type: "plot"
11586   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11587   algorithm: "plot_perf_box_name"
11588   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11589   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11590   include:
11591     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11592     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11593     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11594     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11595   layout:
11596     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11597     layout: "plot-throughput"
11598
11599 - type: "plot"
11600   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11601   algorithm: "plot_perf_box_name"
11602   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11603   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11604   include:
11605     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11606     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11607     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11608     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11609   layout:
11610     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11611     layout: "plot-throughput"
11612
11613 - type: "plot"
11614   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11615   algorithm: "plot_perf_box_name"
11616   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11617   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11618   include:
11619     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11620     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11621     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11622     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11623   layout:
11624     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11625     layout: "plot-throughput"
11626
11627 - type: "plot"
11628   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11629   algorithm: "plot_perf_box_name"
11630   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11631   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11632   include:
11633     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11634     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11635     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11636     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11637     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11638   layout:
11639     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11640     layout: "plot-throughput"
11641
11642 - type: "plot"
11643   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11644   algorithm: "plot_perf_box_name"
11645   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11646   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11647   include:
11648     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11649     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11650     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11651     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11652     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11653   layout:
11654     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11655     layout: "plot-throughput"
11656
11657 - type: "plot"
11658   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11659   algorithm: "plot_perf_box_name"
11660   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11661   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11662   include:
11663     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11664     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11665     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11666     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11667     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11668   layout:
11669     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11670     layout: "plot-throughput"
11671
11672 - type: "plot"
11673   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11674   algorithm: "plot_perf_box_name"
11675   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11676   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11677   include:
11678     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11679     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11680     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11681     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11682     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11683   layout:
11684     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11685     layout: "plot-throughput"
11686
11687 - type: "plot"
11688   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11689   algorithm: "plot_perf_box_name"
11690   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11691   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11692   include:
11693     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11694     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11695     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11696     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11697     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11698   layout:
11699     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11700     layout: "plot-throughput"
11701
11702 - type: "plot"
11703   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11704   algorithm: "plot_perf_box_name"
11705   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11706   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11707   include:
11708     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11709     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11710     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11711     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11712     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11713   layout:
11714     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11715     layout: "plot-throughput"
11716
11717 - type: "plot"
11718   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11719   algorithm: "plot_perf_box_name"
11720   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11721   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11722   include:
11723     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11724     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11725     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11726     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11727     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11728     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11729   layout:
11730     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11731     layout: "plot-throughput"
11732
11733 - type: "plot"
11734   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11735   algorithm: "plot_perf_box_name"
11736   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11737   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11738   include:
11739     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11740     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11741     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11742     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11743     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11744     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11745   layout:
11746     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11747     layout: "plot-throughput"
11748
11749 - type: "plot"
11750   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11751   algorithm: "plot_perf_box_name"
11752   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11753   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11754   include:
11755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11756     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11757     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11758     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11760   layout:
11761     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11762     layout: "plot-throughput"
11763
11764 - type: "plot"
11765   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11766   algorithm: "plot_perf_box_name"
11767   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11768   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11769   include:
11770     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11775   layout:
11776     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11777     layout: "plot-throughput"
11778
11779 - type: "plot"
11780   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11781   algorithm: "plot_perf_box_name"
11782   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11783   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11784   include:
11785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11786     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11788   layout:
11789     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11790     layout: "plot-throughput"
11791
11792 - type: "plot"
11793   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11794   algorithm: "plot_perf_box_name"
11795   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11796   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11797   include:
11798     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11799     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11800     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11801   layout:
11802     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11803     layout: "plot-throughput"
11804
11805 - type: "plot"
11806   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11807   algorithm: "plot_perf_box_name"
11808   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11809   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11810   include:
11811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11813     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11814     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11815     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11816   layout:
11817     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11818     layout: "plot-throughput"
11819
11820 - type: "plot"
11821   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11822   algorithm: "plot_perf_box_name"
11823   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11824   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11825   include:
11826     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11827     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11829     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11830     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11831   layout:
11832     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11833     layout: "plot-throughput"
11834
11835 - type: "plot"
11836   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11837   algorithm: "plot_perf_box_name"
11838   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11839   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11840   include:
11841     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11842     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11843     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11844   layout:
11845     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11846     layout: "plot-throughput"
11847
11848 - type: "plot"
11849   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11850   algorithm: "plot_perf_box_name"
11851   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11852   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11853   include:
11854     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11855     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11856     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11857   layout:
11858     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11859     layout: "plot-throughput"
11860
11861 - type: "plot"
11862   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11863   algorithm: "plot_perf_box_name"
11864   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11865   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11866   include:
11867     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11868     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11869     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11870     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11871     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11872     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11873   layout:
11874     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11875     layout: "plot-throughput"
11876
11877 - type: "plot"
11878   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11879   algorithm: "plot_perf_box_name"
11880   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11881   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11882   include:
11883     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11884     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11885     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11886     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11887     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11888     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11889   layout:
11890     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11891     layout: "plot-throughput"
11892
11893 - type: "plot"
11894   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11895   algorithm: "plot_perf_box_name"
11896   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11897   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11898   include:
11899     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11900     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11901     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11902     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11903     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11904   layout:
11905     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11906     layout: "plot-throughput"
11907
11908 - type: "plot"
11909   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11910   algorithm: "plot_perf_box_name"
11911   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11912   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11913   include:
11914     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11915     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11916     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11917     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11918     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11919   layout:
11920     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11921     layout: "plot-throughput"
11922
11923 - type: "plot"
11924   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11925   algorithm: "plot_perf_box_name"
11926   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11927   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11928   include:
11929     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11930     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11931     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11932     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
11933     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11934     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11935     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11936     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
11937     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11938     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11939   layout:
11940     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11941     layout: "plot-cps"
11942
11943 - type: "plot"
11944   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11945   algorithm: "plot_perf_box_name"
11946   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11947   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11948   include:
11949     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11950     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11951     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11952     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
11953     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11954     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11955     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11956     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
11957     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11958     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11959   layout:
11960     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11961     layout: "plot-throughput"
11962
11963 - type: "plot"
11964   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11965   algorithm: "plot_perf_box_name"
11966   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11967   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11968   include:
11969     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11970     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11971     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11972     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
11973     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11974     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11975     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11976     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
11977     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11978     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11979   layout:
11980     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11981     layout: "plot-cps"
11982
11983 - type: "plot"
11984   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11985   algorithm: "plot_perf_box_name"
11986   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11987   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11988   include:
11989     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11990     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11991     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11992     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
11993     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11994     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11995     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11996     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
11997     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11998     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11999   layout:
12000     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
12001     layout: "plot-throughput"
12002
12003 - type: "plot"
12004   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
12005   algorithm: "plot_perf_box_name"
12006   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
12007   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12008   include:
12009     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
12010     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
12011     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
12012     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
12013     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
12014   layout:
12015     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
12016     layout: "plot-throughput"
12017
12018 - type: "plot"
12019   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
12020   algorithm: "plot_perf_box_name"
12021   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
12022   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12023   include:
12024     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
12025     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
12026     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
12027     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
12028     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
12029   layout:
12030     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
12031     layout: "plot-throughput"
12032
12033 - type: "plot"
12034   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
12035   algorithm: "plot_perf_box_name"
12036   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
12037   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12038   include:
12039     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
12040     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
12041     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
12042     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
12043     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
12044     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
12045     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
12046     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
12047     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
12048     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
12049   layout:
12050     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
12051     layout: "plot-cps"
12052
12053 - type: "plot"
12054   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
12055   algorithm: "plot_perf_box_name"
12056   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
12057   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12058   include:
12059     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
12060     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
12061     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
12062     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
12063     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
12064     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
12065     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
12066     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
12067     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
12068     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
12069   layout:
12070     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
12071     layout: "plot-throughput"
12072
12073 - type: "plot"
12074   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
12075   algorithm: "plot_perf_box_name"
12076   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
12077   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12078   include:
12079     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
12080     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
12081     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
12082     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
12083     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
12084     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
12085     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
12086     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
12087     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
12088     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
12089   layout:
12090     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
12091     layout: "plot-cps"
12092
12093 - type: "plot"
12094   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
12095   algorithm: "plot_perf_box_name"
12096   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
12097   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12098   include:
12099     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
12100     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
12101     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
12102     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
12103     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
12104     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
12105     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
12106     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
12107     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
12108     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
12109   layout:
12110     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
12111     layout: "plot-throughput"
12112
12113 - type: "plot"
12114   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12115   algorithm: "plot_perf_box_name"
12116   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12117   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12118   include:
12119     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12120     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12121     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12122     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12123     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12124     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12125   layout:
12126     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12127     layout: "plot-throughput"
12128
12129 - type: "plot"
12130   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12131   algorithm: "plot_perf_box_name"
12132   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12133   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12134   include:
12135     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12136     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12137     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12138     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12139     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12140     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12141   layout:
12142     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12143     layout: "plot-throughput"
12144
12145 - type: "plot"
12146   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12147   algorithm: "plot_perf_box_name"
12148   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12149   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12150   include:
12151     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12152     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12153     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12154   layout:
12155     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12156     layout: "plot-throughput"
12157
12158 - type: "plot"
12159   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12160   algorithm: "plot_perf_box_name"
12161   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12162   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12163   include:
12164     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12165     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12166     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12167   layout:
12168     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12169     layout: "plot-throughput"
12170
12171 - type: "plot"
12172   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12173   algorithm: "plot_perf_box_name"
12174   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12175   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12176   include:
12177     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12178     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12179 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12180 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12181 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12182   layout:
12183     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12184     layout: "plot-throughput"
12185
12186 - type: "plot"
12187   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12188   algorithm: "plot_perf_box_name"
12189   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12190   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12191   include:
12192     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12193     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12194 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12195 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12196 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12197   layout:
12198     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12199     layout: "plot-throughput"
12200
12201 - type: "plot"
12202   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12203   algorithm: "plot_perf_box_name"
12204   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12205   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12206   include:
12207     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12208     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12209     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12210     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12211     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12212   layout:
12213     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12214     layout: "plot-throughput"
12215
12216 - type: "plot"
12217   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12218   algorithm: "plot_perf_box_name"
12219   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12220   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12221   include:
12222     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12223     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12224     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12225     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12226     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12227   layout:
12228     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12229     layout: "plot-throughput"
12230
12231 - type: "plot"
12232   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12233   algorithm: "plot_perf_box_name"
12234   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12235   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12236   include:
12237     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12238     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12239     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12240     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12241     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12242   layout:
12243     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12244     layout: "plot-throughput"
12245
12246 - type: "plot"
12247   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12248   algorithm: "plot_perf_box_name"
12249   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12250   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12251   include:
12252     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12253     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12254     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12255     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12256     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12257   layout:
12258     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12259     layout: "plot-throughput"
12260
12261 - type: "plot"
12262   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12263   algorithm: "plot_perf_box_name"
12264   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12265   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12266   include:
12267     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12268     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12269     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12270     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12271   layout:
12272     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12273     layout: "plot-throughput"
12274
12275 - type: "plot"
12276   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12277   algorithm: "plot_perf_box_name"
12278   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12279   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12280   include:
12281     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12282     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12283     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12284     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12285   layout:
12286     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12287     layout: "plot-throughput"
12288
12289 - type: "plot"
12290   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12291   algorithm: "plot_perf_box_name"
12292   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12293   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12294   include:
12295     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12296     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12297     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12298     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12299     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12300   layout:
12301     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12302     layout: "plot-throughput"
12303
12304 - type: "plot"
12305   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12306   algorithm: "plot_perf_box_name"
12307   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12308   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12309   include:
12310     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12311     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12312     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12313     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12314     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12315   layout:
12316     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12317     layout: "plot-throughput"
12318
12319 - type: "plot"
12320   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12321   algorithm: "plot_perf_box_name"
12322   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12323   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12324   include:
12325     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12326     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12327     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12328     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12329     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12330   layout:
12331     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12332     layout: "plot-throughput"
12333
12334 - type: "plot"
12335   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12336   algorithm: "plot_perf_box_name"
12337   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12338   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12339   include:
12340     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12341     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12342     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12343     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12344     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12345   layout:
12346     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12347     layout: "plot-throughput"
12348
12349 - type: "plot"
12350   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12351   algorithm: "plot_perf_box_name"
12352   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12353   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12354   include:
12355     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12356     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12357     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12358     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12359   layout:
12360     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12361     layout: "plot-throughput"
12362
12363 - type: "plot"
12364   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12365   algorithm: "plot_perf_box_name"
12366   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12367   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12368   include:
12369     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12370     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12371     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12372     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12373   layout:
12374     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12375     layout: "plot-throughput"
12376
12377 - type: "plot"
12378   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12379   algorithm: "plot_perf_box_name"
12380   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12381   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12382   include:
12383     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12384     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12385     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12386     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12387     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12388   layout:
12389     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12390     layout: "plot-throughput"
12391
12392 - type: "plot"
12393   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12394   algorithm: "plot_perf_box_name"
12395   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12396   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12397   include:
12398     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12399     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12400     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12401     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12402     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12403   layout:
12404     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12405     layout: "plot-throughput"
12406
12407 - type: "plot"
12408   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12409   algorithm: "plot_perf_box_name"
12410   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12411   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12412   include:
12413     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12414     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12415     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12416     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12417     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12418     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12419   layout:
12420     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12421     layout: "plot-throughput"
12422
12423 - type: "plot"
12424   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12425   algorithm: "plot_perf_box_name"
12426   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12427   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12428   include:
12429     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12430     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12431     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12432     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12433     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12434     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12435   layout:
12436     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12437     layout: "plot-throughput"
12438
12439 - type: "plot"
12440   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12441   algorithm: "plot_perf_box_name"
12442   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12443   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12444   include:
12445     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12446     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12447     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12448     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12449     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12450   layout:
12451     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12452     layout: "plot-throughput"
12453
12454 - type: "plot"
12455   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12456   algorithm: "plot_perf_box_name"
12457   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12458   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12459   include:
12460     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12461     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12462     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12463     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12464     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12465   layout:
12466     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12467     layout: "plot-throughput"
12468
12469 - type: "plot"
12470   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12471   algorithm: "plot_perf_box_name"
12472   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12473   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12474   include:
12475     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12476     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12477     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12478     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12479     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12480   layout:
12481     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12482     layout: "plot-throughput"
12483
12484 - type: "plot"
12485   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12486   algorithm: "plot_perf_box_name"
12487   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12488   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12489   include:
12490     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12491     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12492     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12493     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12494     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12495   layout:
12496     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12497     layout: "plot-throughput"
12498
12499 - type: "plot"
12500   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12501   algorithm: "plot_perf_box_name"
12502   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
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-ndr"
12509     layout: "plot-throughput"
12510
12511 - type: "plot"
12512   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12513   algorithm: "plot_perf_box_name"
12514   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12515   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12516   include:
12517     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12518     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12519   layout:
12520     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12521     layout: "plot-throughput"
12522
12523 - type: "plot"
12524   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12525   algorithm: "plot_perf_box_name"
12526   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12527   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12528   include:
12529     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12530     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12531     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12532     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12533   layout:
12534     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12535     layout: "plot-throughput"
12536
12537 - type: "plot"
12538   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12539   algorithm: "plot_perf_box_name"
12540   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12541   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12542   include:
12543     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12544     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12545     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12546     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12547   layout:
12548     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12549     layout: "plot-throughput"
12550
12551 - type: "plot"
12552   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12553   algorithm: "plot_perf_box_name"
12554   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12555   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12556   include:
12557     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12558     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12559     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12560     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12561   layout:
12562     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12563     layout: "plot-throughput"
12564
12565 - type: "plot"
12566   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12567   algorithm: "plot_perf_box_name"
12568   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12569   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12570   include:
12571     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12572     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12573     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12574     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12575   layout:
12576     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12577     layout: "plot-throughput"
12578
12579 - type: "plot"
12580   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12581   algorithm: "plot_perf_box_name"
12582   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12583   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12584   include:
12585     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12586     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12587     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12588     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12589   layout:
12590     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12591     layout: "plot-throughput"
12592
12593 - type: "plot"
12594   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12595   algorithm: "plot_perf_box_name"
12596   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12597   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12598   include:
12599     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12600     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12601     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12602     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12603   layout:
12604     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12605     layout: "plot-throughput"
12606
12607 - type: "plot"
12608   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12609   algorithm: "plot_perf_box_name"
12610   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12611   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12612   include:
12613     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12614     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12615     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12616     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12617   layout:
12618     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12619     layout: "plot-throughput"
12620
12621 - type: "plot"
12622   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12623   algorithm: "plot_perf_box_name"
12624   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12625   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12626   include:
12627     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12628     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12629     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12630     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12631   layout:
12632     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12633     layout: "plot-throughput"
12634
12635 - type: "plot"
12636   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12637   algorithm: "plot_perf_box_name"
12638   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12639   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12640   include:
12641     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12642     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12643     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12644     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12645     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12646     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12647   layout:
12648     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12649     layout: "plot-throughput"
12650
12651 - type: "plot"
12652   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12653   algorithm: "plot_perf_box_name"
12654   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12655   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12656   include:
12657     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12658     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12659     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12660     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12661     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12662     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12663   layout:
12664     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12665     layout: "plot-throughput"
12666
12667 - type: "plot"
12668   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12669   algorithm: "plot_perf_box_name"
12670   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12671   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12672   include:
12673     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12674     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12675     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12676     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12677     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12678   layout:
12679     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12680     layout: "plot-throughput"
12681
12682 - type: "plot"
12683   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12684   algorithm: "plot_perf_box_name"
12685   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12686   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12687   include:
12688     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12689     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12690     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12691     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12692     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12693   layout:
12694     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12695     layout: "plot-throughput"
12696
12697 - type: "plot"
12698   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12699   algorithm: "plot_perf_box_name"
12700   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12701   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12702   include:
12703     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12704     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12705     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12706     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12707     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12708   layout:
12709     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12710     layout: "plot-throughput"
12711
12712 - type: "plot"
12713   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12714   algorithm: "plot_perf_box_name"
12715   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12716   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12717   include:
12718     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12719     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12720     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12721     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12722     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12723   layout:
12724     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12725     layout: "plot-throughput"
12726
12727 - type: "plot"
12728   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12729   algorithm: "plot_perf_box_name"
12730   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12731   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12732   include:
12733     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12734     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12735     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12736   layout:
12737     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12738     layout: "plot-throughput"
12739
12740 - type: "plot"
12741   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12742   algorithm: "plot_perf_box_name"
12743   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12744   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12745   include:
12746     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12747     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12748     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12749   layout:
12750     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12751     layout: "plot-throughput"
12752
12753 - type: "plot"
12754   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12755   algorithm: "plot_perf_box_name"
12756   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12757   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12758   include:
12759     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12760     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12761     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12762   layout:
12763     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12764     layout: "plot-throughput"
12765
12766 - type: "plot"
12767   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12768   algorithm: "plot_perf_box_name"
12769   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12770   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12771   include:
12772     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12773     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12774     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12775   layout:
12776     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12777     layout: "plot-throughput"
12778
12779 - type: "plot"
12780   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12781   algorithm: "plot_perf_box_name"
12782   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12783   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12784   include:
12785     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12786     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12787     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12788     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12789     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12790   layout:
12791     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12792     layout: "plot-throughput"
12793
12794 - type: "plot"
12795   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12796   algorithm: "plot_perf_box_name"
12797   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12798   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12799   include:
12800     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12801     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12802     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12803     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12804     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12805   layout:
12806     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12807     layout: "plot-throughput"
12808
12809 - type: "plot"
12810   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12811   algorithm: "plot_perf_box_name"
12812   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12813   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12814   include:
12815     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12816     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12817     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12818     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12819     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12820   layout:
12821     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12822     layout: "plot-throughput"
12823
12824 - type: "plot"
12825   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12826   algorithm: "plot_perf_box_name"
12827   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12828   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12829   include:
12830     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12831     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12832     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12833     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12834     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12835   layout:
12836     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12837     layout: "plot-throughput"
12838
12839 - type: "plot"
12840   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12841   algorithm: "plot_perf_box_name"
12842   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12843   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12844   include:
12845     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12846     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12847     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12848     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12849     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12850   layout:
12851     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12852     layout: "plot-throughput"
12853
12854 - type: "plot"
12855   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12856   algorithm: "plot_perf_box_name"
12857   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12858   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12859   include:
12860     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12861     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12862     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12863     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12864     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12865   layout:
12866     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12867     layout: "plot-throughput"
12868
12869 - type: "plot"
12870   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12871   algorithm: "plot_perf_box_name"
12872   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12873   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12874   include:
12875     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12876     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12877     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12878     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12879     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12880   layout:
12881     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12882     layout: "plot-throughput"
12883
12884 - type: "plot"
12885   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12886   algorithm: "plot_perf_box_name"
12887   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12888   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12889   include:
12890     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12891     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12892     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12893     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12894     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12895   layout:
12896     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12897     layout: "plot-throughput"
12898
12899 - type: "plot"
12900   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12901   algorithm: "plot_perf_box_name"
12902   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12903   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12904   include:
12905     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12906     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12907     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12908     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12909     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12910   layout:
12911     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12912     layout: "plot-throughput"
12913
12914 - type: "plot"
12915   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12916   algorithm: "plot_perf_box_name"
12917   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12918   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12919   include:
12920     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12921     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12922     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12923     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12924     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12925   layout:
12926     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12927     layout: "plot-throughput"
12928
12929 - type: "plot"
12930   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12931   algorithm: "plot_perf_box_name"
12932   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12933   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12934   include:
12935     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12936     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12937     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12938     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12939     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12940     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12941   layout:
12942     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12943     layout: "plot-throughput"
12944
12945 - type: "plot"
12946   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12947   algorithm: "plot_perf_box_name"
12948   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12949   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12950   include:
12951     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12952     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12953     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12954     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12955     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12956     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12957   layout:
12958     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12959     layout: "plot-throughput"
12960
12961 - type: "plot"
12962   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12963   algorithm: "plot_perf_box_name"
12964   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12965   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12966   include:
12967     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12968     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12969     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12970     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12971   layout:
12972     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12973     layout: "plot-throughput"
12974
12975 - type: "plot"
12976   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12977   algorithm: "plot_perf_box_name"
12978   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12979   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12980   include:
12981     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12982     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12983     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12984     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12985   layout:
12986     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12987     layout: "plot-throughput"
12988
12989 - type: "plot"
12990   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12991   algorithm: "plot_perf_box_name"
12992   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12993   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12994   include:
12995     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12996     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12997     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12998     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12999     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13000     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13001   layout:
13002     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
13003     layout: "plot-throughput"
13004
13005 - type: "plot"
13006   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13007   algorithm: "plot_perf_box_name"
13008   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13009   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13010   include:
13011     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13012     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13013     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13014     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13015     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13016     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13017   layout:
13018     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13019     layout: "plot-throughput"
13020
13021 - type: "plot"
13022   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13023   algorithm: "plot_perf_box_name"
13024   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13025   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13026   include:
13027     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13028     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13029     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13030     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13031     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13032     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13033   layout:
13034     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13035     layout: "plot-throughput"
13036
13037 - type: "plot"
13038   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13039   algorithm: "plot_perf_box_name"
13040   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13041   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13042   include:
13043     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13044     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13045     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13046     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13047     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13048     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13049   layout:
13050     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13051     layout: "plot-throughput"
13052
13053 - type: "plot"
13054   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13055   algorithm: "plot_perf_box_name"
13056   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13057   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13058   include:
13059     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13060     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13061     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13062     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13063     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13064     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13065   layout:
13066     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13067     layout: "plot-throughput"
13068
13069 - type: "plot"
13070   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13071   algorithm: "plot_perf_box_name"
13072   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13073   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13074   include:
13075     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13076     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13077     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13078     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13079     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13080     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13081   layout:
13082     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13083     layout: "plot-throughput"
13084
13085 - type: "plot"
13086   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13087   algorithm: "plot_perf_box_name"
13088   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13089   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13090   include:
13091     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13092     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13093     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13094     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13095     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13096     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13097   layout:
13098     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13099     layout: "plot-throughput"
13100
13101 - type: "plot"
13102   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13103   algorithm: "plot_perf_box_name"
13104   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13105   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13106   include:
13107     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13108     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13109     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13110     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13111     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13112     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13113   layout:
13114     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13115     layout: "plot-throughput"
13116
13117 - type: "plot"
13118   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13119   algorithm: "plot_perf_box_name"
13120   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13121   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13122   include:
13123     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13124     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13125     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13126     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13127     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13128     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13129   layout:
13130     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13131     layout: "plot-throughput"
13132
13133 - type: "plot"
13134   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13135   algorithm: "plot_perf_box_name"
13136   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13137   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13138   include:
13139     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13140     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13141     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13142     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13143     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13144     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13145   layout:
13146     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13147     layout: "plot-throughput"
13148
13149 - type: "plot"
13150   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13151   algorithm: "plot_perf_box_name"
13152   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13153   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13154   include:
13155     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13156     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13157     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13158     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13159     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13160     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13161   layout:
13162     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13163     layout: "plot-throughput"
13164
13165 - type: "plot"
13166   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13167   algorithm: "plot_perf_box_name"
13168   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13169   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13170   include:
13171     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13172     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13173     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13174     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13175     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13176     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13177   layout:
13178     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13179     layout: "plot-throughput"
13180
13181 - type: "plot"
13182   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13183   algorithm: "plot_perf_box_name"
13184   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13185   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13186   include:
13187     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13188     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13189     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13190     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13191     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13192     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13193   layout:
13194     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13195     layout: "plot-throughput"
13196
13197 - type: "plot"
13198   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13199   algorithm: "plot_perf_box_name"
13200   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13201   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13202   include:
13203     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13204     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13205     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13209   layout:
13210     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13211     layout: "plot-throughput"
13212
13213 - type: "plot"
13214   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13215   algorithm: "plot_perf_box_name"
13216   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13217   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13218   include:
13219     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13225   layout:
13226     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13227     layout: "plot-throughput"
13228
13229 - type: "plot"
13230   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13231   algorithm: "plot_perf_box_name"
13232   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13233   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13234   include:
13235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13236     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13239     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13240     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13241   layout:
13242     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13243     layout: "plot-throughput"
13244
13245 - type: "plot"
13246   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13247   algorithm: "plot_perf_box_name"
13248   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13249   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13250   include:
13251     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13252     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13253     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13254     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13255   layout:
13256     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13257     layout: "plot-throughput"
13258
13259 - type: "plot"
13260   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13261   algorithm: "plot_perf_box_name"
13262   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13263   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13264   include:
13265     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13266     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13267     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13268     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13269   layout:
13270     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13271     layout: "plot-throughput"
13272
13273 - type: "plot"
13274   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13275   algorithm: "plot_perf_box_name"
13276   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13277   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13278   include:
13279     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13280     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13281     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13282     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13283   layout:
13284     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13285     layout: "plot-throughput"
13286
13287 - type: "plot"
13288   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13289   algorithm: "plot_perf_box_name"
13290   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13291   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13292   include:
13293     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13294     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13295     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13296     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13297   layout:
13298     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13299     layout: "plot-throughput"
13300
13301 - type: "plot"
13302   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13303   algorithm: "plot_perf_box_name"
13304   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13305   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13306   include:
13307     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13308     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13309     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13310     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13311     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13312     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13313   layout:
13314     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13315     layout: "plot-throughput"
13316
13317 - type: "plot"
13318   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13319   algorithm: "plot_perf_box_name"
13320   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13321   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13322   include:
13323     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13324     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13325     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13326     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13327     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13328     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13329   layout:
13330     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13331     layout: "plot-throughput"
13332
13333 - type: "plot"
13334   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13335   algorithm: "plot_perf_box_name"
13336   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13337   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13338   include:
13339     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13340     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13341     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13342     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13343     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13344   layout:
13345     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13346     layout: "plot-throughput"
13347
13348 - type: "plot"
13349   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13350   algorithm: "plot_perf_box_name"
13351   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13352   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13353   include:
13354     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13355     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13356     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13357     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13358     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13359   layout:
13360     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13361     layout: "plot-throughput"
13362
13363 - type: "plot"
13364   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13365   algorithm: "plot_perf_box_name"
13366   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13367   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13368   include:
13369     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13370     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13371     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13372     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13373     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13374   layout:
13375     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13376     layout: "plot-throughput"
13377
13378 - type: "plot"
13379   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13380   algorithm: "plot_perf_box_name"
13381   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13382   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13383   include:
13384     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13385     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13386     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13387     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13388     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13389   layout:
13390     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13391     layout: "plot-throughput"
13392
13393 - type: "plot"
13394   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13395   algorithm: "plot_perf_box_name"
13396   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13397   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13398   include:
13399     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13400     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13401     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13402     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13403   layout:
13404     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13405     layout: "plot-throughput"
13406
13407 - type: "plot"
13408   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13409   algorithm: "plot_perf_box_name"
13410   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13411   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13412   include:
13413     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13414     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13415     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13416     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13417   layout:
13418     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13419     layout: "plot-throughput"
13420
13421 - type: "plot"
13422   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13423   algorithm: "plot_perf_box_name"
13424   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13425   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13426   include:
13427     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13428     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13429     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13430     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13431     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13432     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13433   layout:
13434     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13435     layout: "plot-throughput"
13436
13437 - type: "plot"
13438   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13439   algorithm: "plot_perf_box_name"
13440   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13441   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13442   include:
13443     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13444     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13445     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13446     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13447     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13448     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13449   layout:
13450     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13451     layout: "plot-throughput"
13452
13453 - type: "plot"
13454   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13455   algorithm: "plot_perf_box_name"
13456   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13457   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13458   include:
13459     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13460     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13461     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13462     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13463     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13464     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13465   layout:
13466     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13467     layout: "plot-throughput"
13468
13469 - type: "plot"
13470   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13471   algorithm: "plot_perf_box_name"
13472   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13473   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13474   include:
13475     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13476     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13477     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13478     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13479     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13480     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13481   layout:
13482     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13483     layout: "plot-throughput"
13484
13485 - type: "plot"
13486   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13487   algorithm: "plot_perf_box_name"
13488   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13489   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13490   include:
13491     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13492     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13493     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13494     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13495     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13496     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13497   layout:
13498     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13499     layout: "plot-throughput"
13500
13501 - type: "plot"
13502   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13503   algorithm: "plot_perf_box_name"
13504   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13505   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13506   include:
13507     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13508     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13509     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13510     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13511     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13512     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13513   layout:
13514     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13515     layout: "plot-throughput"
13516
13517 - type: "plot"
13518   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13519   algorithm: "plot_perf_box_name"
13520   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13521   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13522   include:
13523     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13524     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13525     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13526     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13527     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13528     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13529   layout:
13530     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13531     layout: "plot-throughput"
13532
13533 - type: "plot"
13534   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13535   algorithm: "plot_perf_box_name"
13536   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13537   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13538   include:
13539     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13540     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13541     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13542     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13543     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13544     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13545   layout:
13546     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13547     layout: "plot-throughput"
13548
13549 - type: "plot"
13550   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13551   algorithm: "plot_perf_box_name"
13552   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13553   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13554   include:
13555     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13556     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13557     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13558     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13559   layout:
13560     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13561     layout: "plot-throughput"
13562
13563 - type: "plot"
13564   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13565   algorithm: "plot_perf_box_name"
13566   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13567   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13568   include:
13569     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13570     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13571     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13572     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13573   layout:
13574     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13575     layout: "plot-throughput"
13576
13577 - type: "plot"
13578   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13579   algorithm: "plot_perf_box_name"
13580   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13581   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13582   include:
13583     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13584     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13585     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13586     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13587     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13588     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13589   layout:
13590     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13591     layout: "plot-throughput"
13592
13593 - type: "plot"
13594   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13595   algorithm: "plot_perf_box_name"
13596   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13597   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13598   include:
13599     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13600     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13601     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13602     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13603     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13604     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13605   layout:
13606     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13607     layout: "plot-throughput"
13608
13609 - type: "plot"
13610   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13611   algorithm: "plot_perf_box_name"
13612   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13613   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13614   include:
13615     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13616     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13617     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13618     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13619     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13620     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13621   layout:
13622     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13623     layout: "plot-throughput"
13624
13625 - type: "plot"
13626   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13627   algorithm: "plot_perf_box_name"
13628   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13629   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13630   include:
13631     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13632     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13633     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13634     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13635     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13636     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13637   layout:
13638     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13639     layout: "plot-throughput"
13640
13641 - type: "plot"
13642   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13643   algorithm: "plot_perf_box_name"
13644   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13645   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13646   include:
13647     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13648     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13649     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13650     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13651   layout:
13652     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13653     layout: "plot-throughput"
13654
13655 - type: "plot"
13656   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13657   algorithm: "plot_perf_box_name"
13658   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13659   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13660   include:
13661     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13662     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13663     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13664     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13665   layout:
13666     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13667     layout: "plot-throughput"
13668
13669 - type: "plot"
13670   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13671   algorithm: "plot_perf_box_name"
13672   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13673   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13674   include:
13675     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13676     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13677     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13678     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13679     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13680     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13681   layout:
13682     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13683     layout: "plot-throughput"
13684
13685 - type: "plot"
13686   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13687   algorithm: "plot_perf_box_name"
13688   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13689   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13690   include:
13691     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13692     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13693     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13694     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13695     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13696     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13697   layout:
13698     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13699     layout: "plot-throughput"
13700
13701 - type: "plot"
13702   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13703   algorithm: "plot_perf_box_name"
13704   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13705   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13706   include:
13707     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13708     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13709     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13710     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13711   layout:
13712     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13713     layout: "plot-throughput"
13714
13715 - type: "plot"
13716   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13717   algorithm: "plot_perf_box_name"
13718   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13719   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13720   include:
13721     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13722     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13723     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13724     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13725   layout:
13726     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13727     layout: "plot-throughput"
13728
13729 - type: "plot"
13730   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13731   algorithm: "plot_perf_box_name"
13732   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13733   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13734   include:
13735     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13736     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13737     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13738     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13739     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13740     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13741   layout:
13742     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13743     layout: "plot-throughput"
13744
13745 - type: "plot"
13746   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13747   algorithm: "plot_perf_box_name"
13748   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13749   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13750   include:
13751     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13752     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13753     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13754     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13755     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13756     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13757   layout:
13758     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13759     layout: "plot-throughput"
13760
13761 - type: "plot"
13762   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13763   algorithm: "plot_perf_box_name"
13764   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13765   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13766   include:
13767     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13768     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13769     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13770     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13771     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13772     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13773   layout:
13774     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13775     layout: "plot-throughput"
13776
13777 - type: "plot"
13778   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13779   algorithm: "plot_perf_box_name"
13780   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13781   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13782   include:
13783     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13784     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13785     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13786     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13787     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13788     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13789   layout:
13790     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13791     layout: "plot-throughput"
13792
13793 - type: "plot"
13794   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13795   algorithm: "plot_perf_box_name"
13796   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13797   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13798   include:
13799     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13800     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13801     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13802     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13803     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13804     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13805   layout:
13806     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13807     layout: "plot-throughput"
13808
13809 - type: "plot"
13810   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13811   algorithm: "plot_perf_box_name"
13812   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13813   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13814   include:
13815     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13816     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13817     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13818     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13819     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13820     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13821   layout:
13822     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13823     layout: "plot-throughput"
13824
13825 - type: "plot"
13826   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13827   algorithm: "plot_perf_box_name"
13828   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13829   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13830   include:
13831     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13832     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13833     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13834 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13835 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13836 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13837   layout:
13838     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13839     layout: "plot-throughput"
13840
13841 - type: "plot"
13842   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13843   algorithm: "plot_perf_box_name"
13844   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13845   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13846   include:
13847     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13848     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13849     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13850 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13851 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13852 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13853   layout:
13854     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13855     layout: "plot-throughput"
13856
13857 - type: "plot"
13858   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13859   algorithm: "plot_perf_box_name"
13860   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13861   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13862   include:
13863     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13864     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13865     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13866     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13867     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13868     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13869   layout:
13870     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13871     layout: "plot-throughput"
13872
13873 - type: "plot"
13874   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13875   algorithm: "plot_perf_box_name"
13876   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13877   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13878   include:
13879     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13880     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13881     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13882     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13883     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13884     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13885   layout:
13886     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13887     layout: "plot-throughput"
13888
13889 - type: "plot"
13890   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13891   algorithm: "plot_perf_box_name"
13892   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13893   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13894   include:
13895     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13896     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13897     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13898     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13899     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13900     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13901   layout:
13902     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13903     layout: "plot-throughput"
13904
13905 - type: "plot"
13906   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13907   algorithm: "plot_perf_box_name"
13908   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13909   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13910   include:
13911     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13912     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13913     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13914     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13915     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13916     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13917   layout:
13918     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13919     layout: "plot-throughput"
13920
13921 #- type: "plot"
13922 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13923 #  algorithm: "plot_perf_box_name"
13924 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13925 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13926 #  include:
13927 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13928 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13929 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13930 #  layout:
13931 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13932 #    layout: "plot-throughput"
13933 #
13934 #- type: "plot"
13935 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13936 #  algorithm: "plot_perf_box_name"
13937 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13938 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13939 #  include:
13940 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13941 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13942 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13943 #  layout:
13944 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13945 #    layout: "plot-throughput"
13946
13947 - type: "plot"
13948   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13949   algorithm: "plot_perf_box_name"
13950   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13951   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13952   include:
13953     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13954     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13955     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13956     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13957     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13958   layout:
13959     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13960     layout: "plot-throughput"
13961
13962 - type: "plot"
13963   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13964   algorithm: "plot_perf_box_name"
13965   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13966   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13967   include:
13968     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13969     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13970     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13971     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13972     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13973   layout:
13974     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13975     layout: "plot-throughput"
13976
13977 - type: "plot"
13978   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13979   algorithm: "plot_perf_box_name"
13980   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13981   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13982   include:
13983     - "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"
13984     - "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"
13985     - "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"
13986     - "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"
13987     - "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"
13988   layout:
13989     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13990     layout: "plot-throughput"
13991
13992 - type: "plot"
13993   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13994   algorithm: "plot_perf_box_name"
13995   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13996   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13997   include:
13998     - "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"
13999     - "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"
14000     - "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"
14001     - "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"
14002     - "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"
14003   layout:
14004     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14005     layout: "plot-throughput"
14006
14007 - type: "plot"
14008   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14009   algorithm: "plot_perf_box_name"
14010   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14011   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14012   include:
14013     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14014     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14015     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14016     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14017     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14018   layout:
14019     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14020     layout: "plot-throughput"
14021
14022 - type: "plot"
14023   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14024   algorithm: "plot_perf_box_name"
14025   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14026   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14027   include:
14028     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14029     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14030     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14031     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14032     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14033   layout:
14034     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14035     layout: "plot-throughput"
14036
14037 - type: "plot"
14038   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14039   algorithm: "plot_perf_box_name"
14040   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14041   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14042   include:
14043     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14044     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14045     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14046     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14047     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14048   layout:
14049     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14050     layout: "plot-throughput"
14051
14052 - type: "plot"
14053   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14054   algorithm: "plot_perf_box_name"
14055   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14056   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14057   include:
14058     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14059     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14060     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14061     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14062     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14063   layout:
14064     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14065     layout: "plot-throughput"
14066
14067 - type: "plot"
14068   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14069   algorithm: "plot_perf_box_name"
14070   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14071   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14072   include:
14073     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14074     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14075     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14076     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14077     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14078   layout:
14079     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14080     layout: "plot-throughput"
14081
14082 - type: "plot"
14083   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14084   algorithm: "plot_perf_box_name"
14085   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14086   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14087   include:
14088     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14089     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14090     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14091     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14092     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14093   layout:
14094     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14095     layout: "plot-throughput"
14096
14097 - type: "plot"
14098   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14099   algorithm: "plot_perf_box_name"
14100   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14101   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14102   include:
14103     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14104     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14105     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14106     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14107     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14108   layout:
14109     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14110     layout: "plot-throughput"
14111
14112 - type: "plot"
14113   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14114   algorithm: "plot_perf_box_name"
14115   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14116   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14117   include:
14118     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14119     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14120     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14121     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14122     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14123   layout:
14124     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14125     layout: "plot-throughput"
14126
14127 - type: "plot"
14128   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14129   algorithm: "plot_perf_box_name"
14130   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14131   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14132   include:
14133     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14134     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14135     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14136     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14137   layout:
14138     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14139     layout: "plot-throughput"
14140
14141 - type: "plot"
14142   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14143   algorithm: "plot_perf_box_name"
14144   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14145   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14146   include:
14147     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14148     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14149     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14150     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14151   layout:
14152     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14153     layout: "plot-throughput"
14154
14155 - type: "plot"
14156   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14157   algorithm: "plot_perf_box_name"
14158   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14159   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14160   include:
14161     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14162     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14163     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14164     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14165   layout:
14166     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14167     layout: "plot-throughput"
14168
14169 - type: "plot"
14170   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14171   algorithm: "plot_perf_box_name"
14172   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14173   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14174   include:
14175     - "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"
14176     - "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"
14177     - "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"
14178     - "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"
14179   layout:
14180     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14181     layout: "plot-throughput"
14182
14183 - type: "plot"
14184   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14185   algorithm: "plot_perf_box_name"
14186   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14187   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14188   include:
14189     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14190     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14191     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14192     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14193     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14194     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14195   layout:
14196     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14197     layout: "plot-throughput"
14198
14199 - type: "plot"
14200   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14201   algorithm: "plot_perf_box_name"
14202   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14203   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14204   include:
14205     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14206     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14207     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14208     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14209     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14210     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14211   layout:
14212     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14213     layout: "plot-throughput"
14214
14215 - type: "plot"
14216   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14217   algorithm: "plot_perf_box_name"
14218   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14219   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14220   include:
14221     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14222     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14223     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14224     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14225     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14226     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14227   layout:
14228     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14229     layout: "plot-throughput"
14230
14231 - type: "plot"
14232   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14233   algorithm: "plot_perf_box_name"
14234   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14235   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14236   include:
14237     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14238     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14239     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14240     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14241     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14242     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14243   layout:
14244     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14245     layout: "plot-throughput"
14246
14247 - type: "plot"
14248   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14249   algorithm: "plot_perf_box_name"
14250   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14251   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14252   include:
14253     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14254     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14255     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14256     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14257     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14258     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14259   layout:
14260     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14261     layout: "plot-throughput"
14262
14263 - type: "plot"
14264   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14265   algorithm: "plot_perf_box_name"
14266   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14267   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14268   include:
14269     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14270     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14271     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14272     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14273     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14274     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14275   layout:
14276     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14277     layout: "plot-throughput"
14278
14279 - type: "plot"
14280   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14281   algorithm: "plot_perf_box_name"
14282   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14283   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14284   include:
14285     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14286     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14287     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14288     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14289     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14290   layout:
14291     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14292     layout: "plot-throughput"
14293
14294 - type: "plot"
14295   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14296   algorithm: "plot_perf_box_name"
14297   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14298   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14299   include:
14300     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14301     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14302     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14303     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14304     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14305   layout:
14306     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14307     layout: "plot-throughput"
14308
14309 - type: "plot"
14310   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14311   algorithm: "plot_perf_box_name"
14312   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
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-ndr"
14319     layout: "plot-throughput"
14320
14321 - type: "plot"
14322   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14323   algorithm: "plot_perf_box_name"
14324   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
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-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14328     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14329   layout:
14330     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14331     layout: "plot-throughput"
14332
14333 - type: "plot"
14334   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14335   algorithm: "plot_perf_box_name"
14336   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
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-ndr"
14343     layout: "plot-throughput"
14344
14345 - type: "plot"
14346   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14347   algorithm: "plot_perf_box_name"
14348   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14349   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14350   include:
14351     - "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"
14352     - "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"
14353   layout:
14354     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14355     layout: "plot-throughput"
14356
14357 - type: "plot"
14358   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14359   algorithm: "plot_perf_box_name"
14360   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
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-ndr"
14367     layout: "plot-throughput"
14368
14369 - type: "plot"
14370   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14371   algorithm: "plot_perf_box_name"
14372   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14373   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14374   include:
14375     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14376     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14377   layout:
14378     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14379     layout: "plot-throughput"
14380
14381 - type: "plot"
14382   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14383   algorithm: "plot_perf_box_name"
14384   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
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-ndr"
14391     layout: "plot-throughput"
14392
14393 - type: "plot"
14394   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14395   algorithm: "plot_perf_box_name"
14396   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14397   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14398   include:
14399     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14400     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14401   layout:
14402     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14403     layout: "plot-throughput"
14404
14405 - type: "plot"
14406   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14407   algorithm: "plot_perf_box_name"
14408   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14409   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14410   include:
14411     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14412     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14413     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14414     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14415     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14416     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14417   layout:
14418     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14419     layout: "plot-throughput"
14420
14421 - type: "plot"
14422   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14423   algorithm: "plot_perf_box_name"
14424   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14425   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14426   include:
14427     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14428     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14429     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14430     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14431     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14432     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14433   layout:
14434     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14435     layout: "plot-throughput"
14436
14437 - type: "plot"
14438   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14439   algorithm: "plot_perf_box_name"
14440   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14441   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14442   include:
14443     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14444     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14445     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14446     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14447     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14448     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14449   layout:
14450     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14451     layout: "plot-throughput"
14452
14453 - type: "plot"
14454   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14455   algorithm: "plot_perf_box_name"
14456   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14457   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14458   include:
14459     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14460     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14461     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14462     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14463     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14464     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14465   layout:
14466     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14467     layout: "plot-throughput"
14468
14469 - type: "plot"
14470   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14471   algorithm: "plot_perf_box_name"
14472   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14473   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14474   include:
14475     - "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"
14476     - "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"
14477     - "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"
14478     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14479     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14480     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14481   layout:
14482     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14483     layout: "plot-throughput"
14484
14485 - type: "plot"
14486   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14487   algorithm: "plot_perf_box_name"
14488   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14489   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14490   include:
14491     - "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"
14492     - "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"
14493     - "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"
14494     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14495     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14496     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14497   layout:
14498     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14499     layout: "plot-throughput"
14500
14501 ################################################################################
14502
14503 # Packet Speedup
14504
14505 - type: "plot"
14506   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14507   algorithm: "plot_tsa_name"
14508   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14509   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14510   include:
14511     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14512     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14513     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14514     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14515   layout:
14516     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14517     layout: "plot-throughput-speedup-analysis"
14518
14519 - type: "plot"
14520   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14521   algorithm: "plot_tsa_name"
14522   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14523   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14524   include:
14525     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14526     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14527     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14528     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14529   layout:
14530     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14531     layout: "plot-throughput-speedup-analysis"
14532
14533 - type: "plot"
14534   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14535   algorithm: "plot_tsa_name"
14536   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14537   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14538   include:
14539     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14540     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14541     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14542     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14543   layout:
14544     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14545     layout: "plot-throughput-speedup-analysis"
14546
14547 - type: "plot"
14548   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14549   algorithm: "plot_tsa_name"
14550   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14551   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14552   include:
14553     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14554     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14555     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14556     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14557   layout:
14558     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14559     layout: "plot-throughput-speedup-analysis"
14560
14561 - type: "plot"
14562   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14563   algorithm: "plot_tsa_name"
14564   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14565   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14566   include:
14567     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14568     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14569     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14570     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14571     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14572   layout:
14573     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14574     layout: "plot-throughput-speedup-analysis"
14575
14576 - type: "plot"
14577   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14578   algorithm: "plot_tsa_name"
14579   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14580   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14581   include:
14582     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14583     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14584     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14585     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14586     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14587   layout:
14588     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14589     layout: "plot-throughput-speedup-analysis"
14590
14591 - type: "plot"
14592   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14593   algorithm: "plot_tsa_name"
14594   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14595   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14596   include:
14597     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14598     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14599     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14600     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14601     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14602   layout:
14603     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14604     layout: "plot-throughput-speedup-analysis"
14605
14606 - type: "plot"
14607   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14608   algorithm: "plot_tsa_name"
14609   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14610   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14611   include:
14612     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14613     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14614     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14615     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14616     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14617   layout:
14618     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14619     layout: "plot-throughput-speedup-analysis"
14620
14621 - type: "plot"
14622   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14623   algorithm: "plot_tsa_name"
14624   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14625   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14626   include:
14627     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14628     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14629     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14630     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14631     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14632     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14633   layout:
14634     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14635     layout: "plot-throughput-speedup-analysis"
14636
14637 - type: "plot"
14638   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14639   algorithm: "plot_tsa_name"
14640   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14641   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14642   include:
14643     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14644     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14645     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14646     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14647     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14648     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14649   layout:
14650     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14651     layout: "plot-throughput-speedup-analysis"
14652
14653 - type: "plot"
14654   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14655   algorithm: "plot_tsa_name"
14656   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14657   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14658   include:
14659     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14660     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14661     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14662     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14664   layout:
14665     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14666     layout: "plot-throughput-speedup-analysis"
14667
14668 - type: "plot"
14669   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14670   algorithm: "plot_tsa_name"
14671   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14672   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14673   include:
14674     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14675     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14679   layout:
14680     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14681     layout: "plot-throughput-speedup-analysis"
14682
14683 - type: "plot"
14684   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14685   algorithm: "plot_tsa_name"
14686   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14687   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14688   include:
14689     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14690     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14692   layout:
14693     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14694     layout: "plot-throughput-speedup-analysis"
14695
14696 - type: "plot"
14697   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14698   algorithm: "plot_tsa_name"
14699   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14700   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14701   include:
14702     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14703     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14705   layout:
14706     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14707     layout: "plot-throughput-speedup-analysis"
14708
14709 - type: "plot"
14710   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14711   algorithm: "plot_tsa_name"
14712   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14713   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14714   include:
14715     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14716     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14720   layout:
14721     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14722     layout: "plot-throughput-speedup-analysis"
14723
14724 - type: "plot"
14725   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14726   algorithm: "plot_tsa_name"
14727   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14728   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14729   include:
14730     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14735   layout:
14736     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14737     layout: "plot-throughput-speedup-analysis"
14738
14739 - type: "plot"
14740   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14741   algorithm: "plot_tsa_name"
14742   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14743   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14744   include:
14745     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14748   layout:
14749     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14750     layout: "plot-throughput-speedup-analysis"
14751
14752 - type: "plot"
14753   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14754   algorithm: "plot_tsa_name"
14755   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14756   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14757   include:
14758     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14761   layout:
14762     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14763     layout: "plot-throughput-speedup-analysis"
14764
14765 - type: "plot"
14766   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14767   algorithm: "plot_tsa_name"
14768   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14769   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14770   include:
14771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14777   layout:
14778     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14779     layout: "plot-throughput-speedup-analysis"
14780
14781 - type: "plot"
14782   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14783   algorithm: "plot_tsa_name"
14784   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14785   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14786   include:
14787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14788     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14793   layout:
14794     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14795     layout: "plot-throughput-speedup-analysis"
14796
14797 - type: "plot"
14798   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14799   algorithm: "plot_tsa_name"
14800   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14801   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14802   include:
14803     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14804     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14805     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14806     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14807     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14808   layout:
14809     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
14810     layout: "plot-throughput-speedup-analysis"
14811
14812 - type: "plot"
14813   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14814   algorithm: "plot_tsa_name"
14815   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14816   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14817   include:
14818     - "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"
14819     - "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"
14820     - "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"
14821     - "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"
14822     - "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"
14823   layout:
14824     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
14825     layout: "plot-throughput-speedup-analysis"
14826
14827 - type: "plot"
14828   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14829   algorithm: "plot_tsa_name"
14830   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14831   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14832   include:
14833     - "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"
14834     - "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"
14835     - "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"
14836     - "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"
14837     - "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"
14838     - "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"
14839     - "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"
14840     - "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"
14841     - "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"
14842     - "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"
14843   layout:
14844     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
14845     layout: "plot-throughput-speedup-analysis-cps"
14846
14847 - type: "plot"
14848   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14849   algorithm: "plot_tsa_name"
14850   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14851   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14852   include:
14853     - "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"
14854     - "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"
14855     - "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"
14856     - "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"
14857     - "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"
14858     - "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"
14859     - "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"
14860     - "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"
14861     - "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"
14862     - "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"
14863   layout:
14864     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
14865     layout: "plot-throughput-speedup-analysis"
14866
14867 - type: "plot"
14868   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14869   algorithm: "plot_tsa_name"
14870   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14871   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14872   include:
14873     - "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"
14874     - "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"
14875     - "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"
14876     - "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"
14877     - "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"
14878     - "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"
14879     - "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"
14880     - "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"
14881     - "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"
14882     - "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"
14883   layout:
14884     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
14885     layout: "plot-throughput-speedup-analysis-cps"
14886
14887 - type: "plot"
14888   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14889   algorithm: "plot_tsa_name"
14890   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14891   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14892   include:
14893     - "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"
14894     - "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"
14895     - "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"
14896     - "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"
14897     - "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"
14898     - "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"
14899     - "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"
14900     - "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"
14901     - "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"
14902     - "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"
14903   layout:
14904     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
14905     layout: "plot-throughput-speedup-analysis"
14906
14907 - type: "plot"
14908   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14909   algorithm: "plot_tsa_name"
14910   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14911   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14912   include:
14913     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14914     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14915     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14916     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14917     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14918   layout:
14919     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
14920     layout: "plot-throughput-speedup-analysis"
14921
14922 - type: "plot"
14923   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14924   algorithm: "plot_tsa_name"
14925   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14926   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14927   include:
14928     - "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"
14929     - "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"
14930     - "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"
14931     - "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"
14932     - "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"
14933   layout:
14934     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
14935     layout: "plot-throughput-speedup-analysis"
14936
14937 - type: "plot"
14938   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14939   algorithm: "plot_tsa_name"
14940   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14941   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14942   include:
14943     - "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"
14944     - "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"
14945     - "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"
14946     - "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"
14947     - "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"
14948     - "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"
14949     - "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"
14950     - "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"
14951     - "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"
14952     - "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"
14953   layout:
14954     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
14955     layout: "plot-throughput-speedup-analysis-cps"
14956
14957 - type: "plot"
14958   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14959   algorithm: "plot_tsa_name"
14960   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14961   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14962   include:
14963     - "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"
14964     - "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"
14965     - "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"
14966     - "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"
14967     - "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"
14968     - "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"
14969     - "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"
14970     - "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"
14971     - "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"
14972     - "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"
14973   layout:
14974     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
14975     layout: "plot-throughput-speedup-analysis"
14976
14977 - type: "plot"
14978   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14979   algorithm: "plot_tsa_name"
14980   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14981   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14982   include:
14983     - "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"
14984     - "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"
14985     - "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"
14986     - "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"
14987     - "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"
14988     - "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"
14989     - "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"
14990     - "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"
14991     - "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"
14992     - "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"
14993   layout:
14994     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
14995     layout: "plot-throughput-speedup-analysis-cps"
14996
14997 - type: "plot"
14998   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14999   algorithm: "plot_tsa_name"
15000   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
15001   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15002   include:
15003     - "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"
15004     - "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"
15005     - "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"
15006     - "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"
15007     - "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"
15008     - "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"
15009     - "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"
15010     - "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"
15011     - "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"
15012     - "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"
15013   layout:
15014     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
15015     layout: "plot-throughput-speedup-analysis"
15016
15017 - type: "plot"
15018   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15019   algorithm: "plot_tsa_name"
15020   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15021   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15022   include:
15023     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15024     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15025     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15026     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15027     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15028     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
15029   layout:
15030     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15031     layout: "plot-throughput-speedup-analysis"
15032
15033 - type: "plot"
15034   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15035   algorithm: "plot_tsa_name"
15036   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15037   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15038   include:
15039     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15040     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15041     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15042     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15043     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15044     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
15045   layout:
15046     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15047     layout: "plot-throughput-speedup-analysis"
15048
15049 - type: "plot"
15050   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15051   algorithm: "plot_tsa_name"
15052   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15053   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15054   include:
15055     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15056     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15057     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15058   layout:
15059     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
15060     layout: "plot-throughput-speedup-analysis"
15061
15062 - type: "plot"
15063   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15064   algorithm: "plot_tsa_name"
15065   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15066   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15067   include:
15068     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15069     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15070     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15071   layout:
15072     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
15073     layout: "plot-throughput-speedup-analysis"
15074
15075 - type: "plot"
15076   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
15077   algorithm: "plot_tsa_name"
15078   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
15079   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15080   include:
15081     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15082     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15083     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15084 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15085 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15086   layout:
15087     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
15088     layout: "plot-throughput-speedup-analysis"
15089
15090 - type: "plot"
15091   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
15092   algorithm: "plot_tsa_name"
15093   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
15094   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15095   include:
15096     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15097     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15098     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15099 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15100 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15101   layout:
15102     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
15103     layout: "plot-throughput-speedup-analysis"
15104
15105 - type: "plot"
15106   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15107   algorithm: "plot_tsa_name"
15108   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15109   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15110   include:
15111     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15112     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
15113     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15114     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15115     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15116   layout:
15117     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
15118     layout: "plot-throughput-speedup-analysis"
15119
15120 - type: "plot"
15121   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15122   algorithm: "plot_tsa_name"
15123   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15124   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15125   include:
15126     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15127     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
15128     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15129     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15130     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15131   layout:
15132     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
15133     layout: "plot-throughput-speedup-analysis"
15134
15135 - type: "plot"
15136   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15137   algorithm: "plot_tsa_name"
15138   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15139   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15140   include:
15141     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15142     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15143     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15144     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15145     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15146   layout:
15147     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
15148     layout: "plot-throughput-speedup-analysis"
15149
15150 - type: "plot"
15151   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15152   algorithm: "plot_tsa_name"
15153   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15154   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15155   include:
15156     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15157     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15158     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15159     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15160     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15161   layout:
15162     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15163     layout: "plot-throughput-speedup-analysis"
15164
15165 - type: "plot"
15166   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15167   algorithm: "plot_tsa_name"
15168   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15169   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15170   include:
15171     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15172     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15173     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15174     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15175   layout:
15176     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
15177     layout: "plot-throughput-speedup-analysis"
15178
15179 - type: "plot"
15180   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15181   algorithm: "plot_tsa_name"
15182   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15183   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15184   include:
15185     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15186     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15187     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15188     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15189   layout:
15190     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
15191     layout: "plot-throughput-speedup-analysis"
15192
15193 - type: "plot"
15194   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15195   algorithm: "plot_tsa_name"
15196   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15197   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15198   include:
15199     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15200     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15201     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15202     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15203     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15204   layout:
15205     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15206     layout: "plot-throughput-speedup-analysis"
15207
15208 - type: "plot"
15209   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15210   algorithm: "plot_tsa_name"
15211   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15212   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15213   include:
15214     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15215     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15216     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15217     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15218     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15219   layout:
15220     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15221     layout: "plot-throughput-speedup-analysis"
15222
15223 - type: "plot"
15224   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15225   algorithm: "plot_tsa_name"
15226   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-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-ndr"
15233     layout: "plot-throughput-speedup-analysis"
15234
15235 - type: "plot"
15236   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15237   algorithm: "plot_tsa_name"
15238   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15239   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15240   include:
15241     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15242     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15243   layout:
15244     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
15245     layout: "plot-throughput-speedup-analysis"
15246
15247 - type: "plot"
15248   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15249   algorithm: "plot_tsa_name"
15250   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15251   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15252   include:
15253     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15254     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15255     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15256     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15257   layout:
15258     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
15259     layout: "plot-throughput-speedup-analysis"
15260
15261 - type: "plot"
15262   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15263   algorithm: "plot_tsa_name"
15264   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15265   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15266   include:
15267     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15268     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15269     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15270     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15271   layout:
15272     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
15273     layout: "plot-throughput-speedup-analysis"
15274
15275 - type: "plot"
15276   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15277   algorithm: "plot_tsa_name"
15278   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15279   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15280   include:
15281     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15282     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15283     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15284     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15285   layout:
15286     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
15287     layout: "plot-throughput-speedup-analysis"
15288
15289 - type: "plot"
15290   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15291   algorithm: "plot_tsa_name"
15292   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15293   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15294   include:
15295     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15296     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15297     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15298     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15299   layout:
15300     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15301     layout: "plot-throughput-speedup-analysis"
15302
15303 - type: "plot"
15304   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15305   algorithm: "plot_tsa_name"
15306   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15307   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15308   include:
15309     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15310     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15311     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15312     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15313     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15314     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15315   layout:
15316     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
15317     layout: "plot-throughput-speedup-analysis"
15318
15319 - type: "plot"
15320   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15321   algorithm: "plot_tsa_name"
15322   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15323   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15324   include:
15325     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15326     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15327     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15328     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15329     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15330     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15331   layout:
15332     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15333     layout: "plot-throughput-speedup-analysis"
15334
15335 - type: "plot"
15336   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15337   algorithm: "plot_tsa_name"
15338   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15339   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15340   include:
15341     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15342     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15343     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15344     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15345     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15346   layout:
15347     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15348     layout: "plot-throughput-speedup-analysis"
15349
15350 - type: "plot"
15351   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15352   algorithm: "plot_tsa_name"
15353   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15354   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15355   include:
15356     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15357     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15358     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15359     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15360     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15361   layout:
15362     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15363     layout: "plot-throughput-speedup-analysis"
15364
15365 - type: "plot"
15366   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15367   algorithm: "plot_tsa_name"
15368   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15369   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15370   include:
15371     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15372     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15373     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15374     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15375     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15376   layout:
15377     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15378     layout: "plot-throughput-speedup-analysis"
15379
15380 - type: "plot"
15381   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15382   algorithm: "plot_tsa_name"
15383   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15384   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15385   include:
15386     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15387     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15388     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15389     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15390     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15391   layout:
15392     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15393     layout: "plot-throughput-speedup-analysis"
15394
15395 - type: "plot"
15396   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15397   algorithm: "plot_tsa_name"
15398   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15399   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15400   include:
15401     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15402     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15403     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15404   layout:
15405     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15406     layout: "plot-throughput-speedup-analysis"
15407
15408 - type: "plot"
15409   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15410   algorithm: "plot_tsa_name"
15411   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15412   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15413   include:
15414     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15415     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15416     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15417   layout:
15418     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15419     layout: "plot-throughput-speedup-analysis"
15420
15421 - type: "plot"
15422   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15423   algorithm: "plot_tsa_name"
15424   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15425   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15426   include:
15427     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15428     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15429     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15430   layout:
15431     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15432     layout: "plot-throughput-speedup-analysis"
15433
15434 - type: "plot"
15435   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15436   algorithm: "plot_tsa_name"
15437   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15438   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15439   include:
15440     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15441     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15442     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15443   layout:
15444     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15445     layout: "plot-throughput-speedup-analysis"
15446
15447 - type: "plot"
15448   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15449   algorithm: "plot_tsa_name"
15450   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15451   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15452   include:
15453     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15454     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15455     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15456     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15457     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15458   layout:
15459     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15460     layout: "plot-throughput-speedup-analysis"
15461
15462 - type: "plot"
15463   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15464   algorithm: "plot_tsa_name"
15465   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15466   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15467   include:
15468     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15469     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15470     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15471     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15472     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15473   layout:
15474     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15475     layout: "plot-throughput-speedup-analysis"
15476
15477 - type: "plot"
15478   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15479   algorithm: "plot_tsa_name"
15480   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15481   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15482   include:
15483     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15484     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15485     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15486     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15487     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15488   layout:
15489     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15490     layout: "plot-throughput-speedup-analysis"
15491
15492 - type: "plot"
15493   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15494   algorithm: "plot_tsa_name"
15495   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15496   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15497   include:
15498     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15499     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15500     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15501     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15502     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15503   layout:
15504     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15505     layout: "plot-throughput-speedup-analysis"
15506
15507 - type: "plot"
15508   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15509   algorithm: "plot_tsa_name"
15510   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15511   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15512   include:
15513     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15514     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15515     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15516     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
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   layout:
15520     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15521     layout: "plot-throughput-speedup-analysis"
15522
15523 - type: "plot"
15524   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15525   algorithm: "plot_tsa_name"
15526   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15527   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15528   include:
15529     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15530     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15531     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15532     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15533     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15534     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15535   layout:
15536     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15537     layout: "plot-throughput-speedup-analysis"
15538
15539 - type: "plot"
15540   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15541   algorithm: "plot_tsa_name"
15542   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15543   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15544   include:
15545     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15546     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15547     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15548     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15549   layout:
15550     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15551     layout: "plot-throughput-speedup-analysis"
15552
15553 - type: "plot"
15554   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15555   algorithm: "plot_tsa_name"
15556   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15557   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15558   include:
15559     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15560     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15561     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15562     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15563   layout:
15564     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15565     layout: "plot-throughput-speedup-analysis"
15566
15567 - type: "plot"
15568   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15569   algorithm: "plot_tsa_name"
15570   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15571   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15572   include:
15573     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15574     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15575     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15576     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15577     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15578     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15579   layout:
15580     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15581     layout: "plot-throughput-speedup-analysis"
15582
15583 - type: "plot"
15584   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15585   algorithm: "plot_tsa_name"
15586   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15587   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15588   include:
15589     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15590     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15591     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15592     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15593     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15594     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15595   layout:
15596     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15597     layout: "plot-throughput-speedup-analysis"
15598
15599 - type: "plot"
15600   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15601   algorithm: "plot_tsa_name"
15602   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15603   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15604   include:
15605     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15606     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15607     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15608     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15609     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15610     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15611   layout:
15612     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15613     layout: "plot-throughput-speedup-analysis"
15614
15615 - type: "plot"
15616   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15617   algorithm: "plot_tsa_name"
15618   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15619   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15620   include:
15621     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15622     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15623     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15624     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15625     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15626     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15627   layout:
15628     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15629     layout: "plot-throughput-speedup-analysis"
15630
15631 - type: "plot"
15632   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15633   algorithm: "plot_tsa_name"
15634   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15635   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15636   include:
15637     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15638     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15639     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15640     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15641     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15642     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15643   layout:
15644     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15645     layout: "plot-throughput-speedup-analysis"
15646
15647 - type: "plot"
15648   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15649   algorithm: "plot_tsa_name"
15650   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15651   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15652   include:
15653     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15654     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15655     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15656     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15657     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15658     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15659   layout:
15660     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15661     layout: "plot-throughput-speedup-analysis"
15662
15663 - type: "plot"
15664   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15665   algorithm: "plot_tsa_name"
15666   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15667   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15668   include:
15669     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15670     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15671     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15672     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15673     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15674     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15675   layout:
15676     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15677     layout: "plot-throughput-speedup-analysis"
15678
15679 - type: "plot"
15680   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15681   algorithm: "plot_tsa_name"
15682   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15683   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15684   include:
15685     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15686     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15687     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15688     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15689     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15690     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15691   layout:
15692     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15693     layout: "plot-throughput-speedup-analysis"
15694
15695 - type: "plot"
15696   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15697   algorithm: "plot_tsa_name"
15698   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15699   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15700   include:
15701     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15702     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15703     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15704     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15705     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15706     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15707   layout:
15708     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15709     layout: "plot-throughput-speedup-analysis"
15710
15711 - type: "plot"
15712   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15713   algorithm: "plot_tsa_name"
15714   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15715   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15716   include:
15717     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15718     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15719     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15720     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15721     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15722     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15723   layout:
15724     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15725     layout: "plot-throughput-speedup-analysis"
15726
15727 - type: "plot"
15728   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15729   algorithm: "plot_tsa_name"
15730   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15731   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15732   include:
15733     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15734     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15735     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15736     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15737   layout:
15738     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15739     layout: "plot-throughput-speedup-analysis"
15740
15741 - type: "plot"
15742   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15743   algorithm: "plot_tsa_name"
15744   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15745   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15746   include:
15747     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15748     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15749     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15750     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15751   layout:
15752     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15753     layout: "plot-throughput-speedup-analysis"
15754
15755 - type: "plot"
15756   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15757   algorithm: "plot_tsa_name"
15758   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15759   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15760   include:
15761     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15762     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15763     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15764     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15765   layout:
15766     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15767     layout: "plot-throughput-speedup-analysis"
15768
15769 - type: "plot"
15770   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15771   algorithm: "plot_tsa_name"
15772   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15773   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15774   include:
15775     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15776     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15777     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15778     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15779   layout:
15780     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15781     layout: "plot-throughput-speedup-analysis"
15782
15783 - type: "plot"
15784   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15785   algorithm: "plot_tsa_name"
15786   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15787   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15788   include:
15789     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15790     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15791     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15792     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15793     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15794     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15795   layout:
15796     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15797     layout: "plot-throughput-speedup-analysis"
15798
15799 - type: "plot"
15800   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15801   algorithm: "plot_tsa_name"
15802   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15803   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15804   include:
15805     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15806     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15807     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15808     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15809     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15810     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15811   layout:
15812     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15813     layout: "plot-throughput-speedup-analysis"
15814
15815 - type: "plot"
15816   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15817   algorithm: "plot_tsa_name"
15818   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15819   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15820   include:
15821     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15822     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15823     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15824     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15825     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15826   layout:
15827     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15828     layout: "plot-throughput-speedup-analysis"
15829
15830 - type: "plot"
15831   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15832   algorithm: "plot_tsa_name"
15833   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15834   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15835   include:
15836     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15837     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15838     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15839     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15840     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15841   layout:
15842     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15843     layout: "plot-throughput-speedup-analysis"
15844
15845 - type: "plot"
15846   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15847   algorithm: "plot_tsa_name"
15848   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15849   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15850   include:
15851     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15852     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15853     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15854     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15855     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15856   layout:
15857     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15858     layout: "plot-throughput-speedup-analysis"
15859
15860 - type: "plot"
15861   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15862   algorithm: "plot_tsa_name"
15863   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15864   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15865   include:
15866     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15867     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15868     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15869     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15870     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15871   layout:
15872     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15873     layout: "plot-throughput-speedup-analysis"
15874
15875 - type: "plot"
15876   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15877   algorithm: "plot_tsa_name"
15878   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15879   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15880   include:
15881     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15882     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15883     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15884     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15885   layout:
15886     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15887     layout: "plot-throughput-speedup-analysis"
15888
15889 - type: "plot"
15890   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15891   algorithm: "plot_tsa_name"
15892   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15893   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15894   include:
15895     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15896     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15897     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15898     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15899   layout:
15900     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15901     layout: "plot-throughput-speedup-analysis"
15902
15903 - type: "plot"
15904   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15905   algorithm: "plot_tsa_name"
15906   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15907   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15908   include:
15909     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15910     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15911     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15912     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15913     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15914     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15915   layout:
15916     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15917     layout: "plot-throughput-speedup-analysis"
15918
15919 - type: "plot"
15920   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15921   algorithm: "plot_tsa_name"
15922   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15923   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15924   include:
15925     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15926     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15927     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15928     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15929     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15930     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15931   layout:
15932     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15933     layout: "plot-throughput-speedup-analysis"
15934
15935 - type: "plot"
15936   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15937   algorithm: "plot_tsa_name"
15938   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15939   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15940   include:
15941     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15942     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15943     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15944     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15945     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15946     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15947   layout:
15948     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15949     layout: "plot-throughput-speedup-analysis"
15950
15951 - type: "plot"
15952   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15953   algorithm: "plot_tsa_name"
15954   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15955   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15956   include:
15957     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15958     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15959     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15960     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15961     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15962     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15963   layout:
15964     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15965     layout: "plot-throughput-speedup-analysis"
15966
15967 - type: "plot"
15968   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15969   algorithm: "plot_tsa_name"
15970   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15971   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15972   include:
15973     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15974     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15975     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15976     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15977     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15978     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15979   layout:
15980     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15981     layout: "plot-throughput-speedup-analysis"
15982
15983 - type: "plot"
15984   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15985   algorithm: "plot_tsa_name"
15986   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15987   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15988   include:
15989     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15990     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15991     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15992     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15993     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15994     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15995   layout:
15996     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15997     layout: "plot-throughput-speedup-analysis"
15998
15999 - type: "plot"
16000   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
16001   algorithm: "plot_tsa_name"
16002   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
16003   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16004   include:
16005     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16006     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16007     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16008     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16009     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16010     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16011   layout:
16012     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
16013     layout: "plot-throughput-speedup-analysis"
16014
16015 - type: "plot"
16016   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
16017   algorithm: "plot_tsa_name"
16018   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
16019   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16020   include:
16021     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16022     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16023     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16024     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16025     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16026     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16027   layout:
16028     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
16029     layout: "plot-throughput-speedup-analysis"
16030
16031 - type: "plot"
16032   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
16033   algorithm: "plot_tsa_name"
16034   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
16035   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16036   include:
16037     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16038     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16039     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16040     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16041     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16042     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16043   layout:
16044     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
16045     layout: "plot-throughput-speedup-analysis"
16046
16047 - type: "plot"
16048   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
16049   algorithm: "plot_tsa_name"
16050   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
16051   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16052   include:
16053     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16054     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16055     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16056     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16057     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16058     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16059   layout:
16060     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
16061     layout: "plot-throughput-speedup-analysis"
16062
16063 - type: "plot"
16064   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
16065   algorithm: "plot_tsa_name"
16066   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16067   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16068   include:
16069     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16070     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16071     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16072     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16073     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16074   layout:
16075     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
16076     layout: "plot-throughput-speedup-analysis"
16077
16078 - type: "plot"
16079   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
16080   algorithm: "plot_tsa_name"
16081   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16082   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16083   include:
16084     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16085     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16086     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16087     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16088     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16089   layout:
16090     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
16091     layout: "plot-throughput-speedup-analysis"
16092
16093 - type: "plot"
16094   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16095   algorithm: "plot_tsa_name"
16096   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16097   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16098   include:
16099     - "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"
16100     - "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"
16101     - "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"
16102     - "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"
16103     - "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"
16104   layout:
16105     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16106     layout: "plot-throughput-speedup-analysis"
16107
16108 - type: "plot"
16109   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16110   algorithm: "plot_tsa_name"
16111   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16112   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16113   include:
16114     - "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"
16115     - "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"
16116     - "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"
16117     - "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"
16118     - "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"
16119   layout:
16120     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16121     layout: "plot-throughput-speedup-analysis"
16122
16123 - type: "plot"
16124   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16125   algorithm: "plot_tsa_name"
16126   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16127   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16128   include:
16129     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16130     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16131     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16132     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16133     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16134   layout:
16135     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16136     layout: "plot-throughput-speedup-analysis"
16137
16138 - type: "plot"
16139   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16140   algorithm: "plot_tsa_name"
16141   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16142   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16143   include:
16144     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16145     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16146     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16147     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16148     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16149   layout:
16150     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16151     layout: "plot-throughput-speedup-analysis"
16152
16153 - type: "plot"
16154   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16155   algorithm: "plot_tsa_name"
16156   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16157   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16158   include:
16159     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16160     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16161     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16162     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16163     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16164   layout:
16165     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16166     layout: "plot-throughput-speedup-analysis"
16167
16168 - type: "plot"
16169   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16170   algorithm: "plot_tsa_name"
16171   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16172   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16173   include:
16174     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16175     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16176     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16177     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16178     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16179   layout:
16180     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16181     layout: "plot-throughput-speedup-analysis"
16182
16183 - type: "plot"
16184   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16185   algorithm: "plot_tsa_name"
16186   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
16187   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16188   include:
16189     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16190     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16191     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16192     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16193     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16194   layout:
16195     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16196     layout: "plot-throughput-speedup-analysis"
16197
16198 - type: "plot"
16199   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16200   algorithm: "plot_tsa_name"
16201   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
16202   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16203   include:
16204     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16205     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16206     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16207     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16208     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16209   layout:
16210     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16211     layout: "plot-throughput-speedup-analysis"
16212
16213 - type: "plot"
16214   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16215   algorithm: "plot_tsa_name"
16216   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16217   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16218   include:
16219     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16220     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16221     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16222     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16223     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16224   layout:
16225     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16226     layout: "plot-throughput-speedup-analysis"
16227
16228 - type: "plot"
16229   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16230   algorithm: "plot_tsa_name"
16231   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16232   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16233   include:
16234     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16235     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16236     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16237     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16238     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16239   layout:
16240     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16241     layout: "plot-throughput-speedup-analysis"
16242
16243 - type: "plot"
16244   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16245   algorithm: "plot_tsa_name"
16246   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16247   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16248   include:
16249     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16250     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16251     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16252     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16253   layout:
16254     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16255     layout: "plot-throughput-speedup-analysis"
16256
16257 - type: "plot"
16258   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16259   algorithm: "plot_tsa_name"
16260   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16261   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16262   include:
16263     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16264     - "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"
16265     - "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"
16266     - "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"
16267   layout:
16268     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16269     layout: "plot-throughput-speedup-analysis"
16270
16271 - type: "plot"
16272   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16273   algorithm: "plot_tsa_name"
16274   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16275   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16276   include:
16277     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16278     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16279     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16280     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16281   layout:
16282     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16283     layout: "plot-throughput-speedup-analysis"
16284
16285 - type: "plot"
16286   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16287   algorithm: "plot_tsa_name"
16288   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16289   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16290   include:
16291     - "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"
16292     - "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"
16293     - "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"
16294     - "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"
16295   layout:
16296     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16297     layout: "plot-throughput-speedup-analysis"
16298
16299 - type: "plot"
16300   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16301   algorithm: "plot_tsa_name"
16302   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16303   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16304   include:
16305     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16306     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16307     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16308     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16309     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16310     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16311   layout:
16312     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
16313     layout: "plot-throughput-speedup-analysis"
16314
16315 - type: "plot"
16316   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16317   algorithm: "plot_tsa_name"
16318   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16319   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16320   include:
16321     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16322     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16323     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16324     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16325     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16326     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16327   layout:
16328     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16329     layout: "plot-throughput-speedup-analysis"
16330
16331 - type: "plot"
16332   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16333   algorithm: "plot_tsa_name"
16334   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16335   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16336   include:
16337     - "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"
16338     - "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"
16339     - "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"
16340     - "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"
16341     - "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"
16342     - "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"
16343   layout:
16344     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16345     layout: "plot-throughput-speedup-analysis"
16346
16347 - type: "plot"
16348   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16349   algorithm: "plot_tsa_name"
16350   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16351   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16352   include:
16353     - "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"
16354     - "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"
16355     - "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"
16356     - "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"
16357     - "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"
16358     - "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"
16359   layout:
16360     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16361     layout: "plot-throughput-speedup-analysis"
16362
16363 - type: "plot"
16364   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16365   algorithm: "plot_tsa_name"
16366   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16367   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16368   include:
16369     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16370     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16371     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16372     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16373     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16374     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16375   layout:
16376     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16377     layout: "plot-throughput-speedup-analysis"
16378
16379 - type: "plot"
16380   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16381   algorithm: "plot_tsa_name"
16382   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16383   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16384   include:
16385     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16386     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16387     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16388     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16389     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16390     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16391   layout:
16392     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16393     layout: "plot-throughput-speedup-analysis"
16394
16395 - type: "plot"
16396   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16397   algorithm: "plot_tsa_name"
16398   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16399   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16400   include:
16401     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16402     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16403     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16404     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16405     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16406   layout:
16407     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16408     layout: "plot-throughput-speedup-analysis"
16409
16410 - type: "plot"
16411   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16412   algorithm: "plot_tsa_name"
16413   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16414   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16415   include:
16416     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16417     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16418     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16419     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16420     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16421   layout:
16422     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16423     layout: "plot-throughput-speedup-analysis"
16424
16425 - type: "plot"
16426   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16427   algorithm: "plot_tsa_name"
16428   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-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-ndr"
16435     layout: "plot-throughput-speedup-analysis"
16436
16437 - type: "plot"
16438   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16439   algorithm: "plot_tsa_name"
16440   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-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-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16444     - "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"
16445   layout:
16446     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16447     layout: "plot-throughput-speedup-analysis"
16448
16449 - type: "plot"
16450   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16451   algorithm: "plot_tsa_name"
16452   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-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-ndr"
16459     layout: "plot-throughput-speedup-analysis"
16460
16461 - type: "plot"
16462   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16463   algorithm: "plot_tsa_name"
16464   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16465   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16466   include:
16467     - "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"
16468     - "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"
16469   layout:
16470     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16471     layout: "plot-throughput-speedup-analysis"
16472
16473 - type: "plot"
16474   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16475   algorithm: "plot_tsa_name"
16476   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16477   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16478   include:
16479     - "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"
16480     - "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"
16481     - "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"
16482     - "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"
16483     - "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"
16484     - "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"
16485   layout:
16486     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16487     layout: "plot-throughput-speedup-analysis"
16488
16489 - type: "plot"
16490   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16491   algorithm: "plot_tsa_name"
16492   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16493   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16494   include:
16495     - "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"
16496     - "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"
16497     - "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"
16498     - "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"
16499     - "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"
16500     - "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"
16501   layout:
16502     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16503     layout: "plot-throughput-speedup-analysis"
16504
16505 - type: "plot"
16506   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16507   algorithm: "plot_tsa_name"
16508   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16509   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16510   include:
16511     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16512     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16513     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16514     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16515     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16516   layout:
16517     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16518     layout: "plot-throughput-speedup-analysis"
16519
16520 - type: "plot"
16521   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16522   algorithm: "plot_tsa_name"
16523   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16524   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16525   include:
16526     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16527     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16528     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16529     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16530     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16531   layout:
16532     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16533     layout: "plot-throughput-speedup-analysis"
16534
16535 - type: "plot"
16536   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16537   algorithm: "plot_tsa_name"
16538   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16539   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16540   include:
16541     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16542     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16543     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16544     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16545     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16546   layout:
16547     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16548     layout: "plot-throughput-speedup-analysis"
16549
16550 - type: "plot"
16551   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16552   algorithm: "plot_tsa_name"
16553   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16554   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16555   include:
16556     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16557     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16558     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16559     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16560     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16561   layout:
16562     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16563     layout: "plot-throughput-speedup-analysis"
16564
16565 - type: "plot"
16566   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16567   algorithm: "plot_tsa_name"
16568   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16569   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16570   include:
16571     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16572     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16573     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16574     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16575   layout:
16576     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16577     layout: "plot-throughput-speedup-analysis"
16578
16579 - type: "plot"
16580   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16581   algorithm: "plot_tsa_name"
16582   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16583   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16584   include:
16585     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16586     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16587     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16588     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16589   layout:
16590     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16591     layout: "plot-throughput-speedup-analysis"
16592
16593 - type: "plot"
16594   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16595   algorithm: "plot_tsa_name"
16596   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16597   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16598   include:
16599     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16600     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16601     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16602     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16603   layout:
16604     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16605     layout: "plot-throughput-speedup-analysis"
16606
16607 - type: "plot"
16608   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16609   algorithm: "plot_tsa_name"
16610   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16611   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16612   include:
16613     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16614     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16615     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16616     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16617   layout:
16618     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16619     layout: "plot-throughput-speedup-analysis"
16620
16621 - type: "plot"
16622   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16623   algorithm: "plot_tsa_name"
16624   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16625   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16626   include:
16627     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16628     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16629     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16630     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16631     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16632   layout:
16633     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16634     layout: "plot-throughput-speedup-analysis"
16635
16636 - type: "plot"
16637   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16638   algorithm: "plot_tsa_name"
16639   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16640   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16641   include:
16642     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16643     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16644     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16645     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16646     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16647   layout:
16648     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16649     layout: "plot-throughput-speedup-analysis"
16650
16651 - type: "plot"
16652   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16653   algorithm: "plot_tsa_name"
16654   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16655   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16656   include:
16657     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16658     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16659     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16660     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16661     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16662     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16663   layout:
16664     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16665     layout: "plot-throughput-speedup-analysis"
16666
16667 - type: "plot"
16668   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16669   algorithm: "plot_tsa_name"
16670   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16671   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16672   include:
16673     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16674     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16675     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16676     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16677     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16678     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16679   layout:
16680     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16681     layout: "plot-throughput-speedup-analysis"
16682
16683 - type: "plot"
16684   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16685   algorithm: "plot_tsa_name"
16686   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16687   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16688   include:
16689     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16690     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16691     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16692     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16693   layout:
16694     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16695     layout: "plot-throughput-speedup-analysis"
16696
16697 - type: "plot"
16698   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16699   algorithm: "plot_tsa_name"
16700   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16701   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16702   include:
16703     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16704     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16705     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16706     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16707   layout:
16708     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16709     layout: "plot-throughput-speedup-analysis"
16710
16711 - type: "plot"
16712   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16713   algorithm: "plot_tsa_name"
16714   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16715   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16716   include:
16717     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16718     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16719     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16720     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16721     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16722     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16723   layout:
16724     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16725     layout: "plot-throughput-speedup-analysis"
16726
16727 - type: "plot"
16728   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16729   algorithm: "plot_tsa_name"
16730   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16731   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16732   include:
16733     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16734     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16735     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16736     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16737     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16738     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16739   layout:
16740     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16741     layout: "plot-throughput-speedup-analysis"
16742
16743 - type: "plot"
16744   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16745   algorithm: "plot_tsa_name"
16746   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16747   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16748   include:
16749     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16750     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16751     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16752     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16753     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16754     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16755   layout:
16756     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16757     layout: "plot-throughput-speedup-analysis"
16758
16759 - type: "plot"
16760   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16761   algorithm: "plot_tsa_name"
16762   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16763   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16764   include:
16765     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16766     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16767     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16768     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16769     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16770     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16771   layout:
16772     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16773     layout: "plot-throughput-speedup-analysis"
16774
16775 - type: "plot"
16776   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16777   algorithm: "plot_tsa_name"
16778   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16779   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16780   include:
16781     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16782     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16783     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16784     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16785     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16786     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16787   layout:
16788     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16789     layout: "plot-throughput-speedup-analysis"
16790
16791 - type: "plot"
16792   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16793   algorithm: "plot_tsa_name"
16794   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16795   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16796   include:
16797     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16798     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16799     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16800     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16801     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16802     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16803   layout:
16804     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16805     layout: "plot-throughput-speedup-analysis"
16806
16807 - type: "plot"
16808   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16809   algorithm: "plot_tsa_name"
16810   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16811   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16812   include:
16813     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16814     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16815     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16816     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16817     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16818     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16819   layout:
16820     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16821     layout: "plot-throughput-speedup-analysis"
16822
16823 - type: "plot"
16824   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16825   algorithm: "plot_tsa_name"
16826   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16827   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16828   include:
16829     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16830     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16831     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16832     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16833     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16834     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16835   layout:
16836     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16837     layout: "plot-throughput-speedup-analysis"
16838
16839 - type: "plot"
16840   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16841   algorithm: "plot_tsa_name"
16842   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16843   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16844   include:
16845     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16846     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16847     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16848     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16849     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16850     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16851   layout:
16852     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16853     layout: "plot-throughput-speedup-analysis"
16854
16855 - type: "plot"
16856   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16857   algorithm: "plot_tsa_name"
16858   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16859   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16860   include:
16861     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16862     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16863     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16864     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16865     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16866     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16867   layout:
16868     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16869     layout: "plot-throughput-speedup-analysis"
16870
16871 #- type: "plot"
16872 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16873 #  algorithm: "plot_tsa_name"
16874 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16875 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16876 #  include:
16877 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16878 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16879 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16880 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16881 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16882 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16883 #  layout:
16884 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16885 #    layout: "plot-throughput-speedup-analysis"
16886 #
16887 #- type: "plot"
16888 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16889 #  algorithm: "plot_tsa_name"
16890 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16891 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16892 #  include:
16893 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16894 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16895 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16896 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16897 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16898 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16899 #  layout:
16900 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16901 #    layout: "plot-throughput-speedup-analysis"
16902
16903 - type: "plot"
16904   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16905   algorithm: "plot_tsa_name"
16906   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16907   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16908   include:
16909     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16910     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16911     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16912     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16913     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16914   layout:
16915     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16916     layout: "plot-throughput-speedup-analysis"
16917
16918 - type: "plot"
16919   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16920   algorithm: "plot_tsa_name"
16921   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16922   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16923   include:
16924     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16925     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16926     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16927     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16928     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16929   layout:
16930     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16931     layout: "plot-throughput-speedup-analysis"
16932
16933 - type: "plot"
16934   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16935   algorithm: "plot_tsa_name"
16936   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16937   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16938   include:
16939     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16940     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16941     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16942     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16943     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16944     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16945   layout:
16946     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16947     layout: "plot-throughput-speedup-analysis"
16948
16949 - type: "plot"
16950   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16951   algorithm: "plot_tsa_name"
16952   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16953   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16954   include:
16955     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16956     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16957     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16958     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16959     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16960     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16961   layout:
16962     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16963     layout: "plot-throughput-speedup-analysis"
16964
16965 - type: "plot"
16966   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16967   algorithm: "plot_tsa_name"
16968   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16969   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16970   include:
16971     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16972     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16973     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16974     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16975     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16976   layout:
16977     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16978     layout: "plot-throughput-speedup-analysis"
16979
16980 - type: "plot"
16981   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16982   algorithm: "plot_tsa_name"
16983   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16984   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16985   include:
16986     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16987     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16988     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16989     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16990     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16991   layout:
16992     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16993     layout: "plot-throughput-speedup-analysis"
16994
16995 - type: "plot"
16996   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16997   algorithm: "plot_tsa_name"
16998   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16999   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17000   include:
17001     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17002     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17003     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17004     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17005   layout:
17006     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17007     layout: "plot-throughput-speedup-analysis"
17008
17009 - type: "plot"
17010   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17011   algorithm: "plot_tsa_name"
17012   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17013   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17014   include:
17015     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17016     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17017     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17018     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17019   layout:
17020     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17021     layout: "plot-throughput-speedup-analysis"
17022
17023 - type: "plot"
17024   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17025   algorithm: "plot_tsa_name"
17026   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17027   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17028   include:
17029     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17030     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17031     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17032     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17033     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17034     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17035   layout:
17036     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17037     layout: "plot-throughput-speedup-analysis"
17038
17039 - type: "plot"
17040   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17041   algorithm: "plot_tsa_name"
17042   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17043   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17044   include:
17045     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17046     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17047     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17048     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17049     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17050     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17051   layout:
17052     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17053     layout: "plot-throughput-speedup-analysis"
17054
17055 - type: "plot"
17056   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17057   algorithm: "plot_tsa_name"
17058   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17059   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17060   include:
17061     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17062     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17063     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17064     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17065     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17066   layout:
17067     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17068     layout: "plot-throughput-speedup-analysis"
17069
17070 - type: "plot"
17071   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17072   algorithm: "plot_tsa_name"
17073   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17074   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17075   include:
17076     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17077     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17078     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17079     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17080     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17081   layout:
17082     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17083     layout: "plot-throughput-speedup-analysis"
17084
17085 - type: "plot"
17086   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17087   algorithm: "plot_tsa_name"
17088   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17089   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17090   include:
17091     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17092     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17093     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17094     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17095     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17096   layout:
17097     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17098     layout: "plot-throughput-speedup-analysis"
17099
17100 - type: "plot"
17101   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17102   algorithm: "plot_tsa_name"
17103   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17104   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17105   include:
17106     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17107     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17108     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17109     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17110     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17111   layout:
17112     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17113     layout: "plot-throughput-speedup-analysis"
17114
17115 - type: "plot"
17116   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17117   algorithm: "plot_tsa_name"
17118   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17119   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17120   include:
17121     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17122     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17123     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17124     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17125   layout:
17126     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17127     layout: "plot-throughput-speedup-analysis"
17128
17129 - type: "plot"
17130   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17131   algorithm: "plot_tsa_name"
17132   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17133   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17134   include:
17135     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17136     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17137     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17138     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17139   layout:
17140     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17141     layout: "plot-throughput-speedup-analysis"
17142
17143 - type: "plot"
17144   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17145   algorithm: "plot_tsa_name"
17146   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17147   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17148   include:
17149     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17150     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17151     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17152     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17153     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17154   layout:
17155     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17156     layout: "plot-throughput-speedup-analysis"
17157
17158 - type: "plot"
17159   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17160   algorithm: "plot_tsa_name"
17161   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17162   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17163   include:
17164     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17165     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17166     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17167     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17168     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17169   layout:
17170     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17171     layout: "plot-throughput-speedup-analysis"
17172
17173 - type: "plot"
17174   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17175   algorithm: "plot_tsa_name"
17176   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17177   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17178   include:
17179     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17180     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17181     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17182     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17183     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17184     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17185   layout:
17186     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17187     layout: "plot-throughput-speedup-analysis"
17188
17189 - type: "plot"
17190   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17191   algorithm: "plot_tsa_name"
17192   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17193   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17194   include:
17195     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17196     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17197     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17198     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17199     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17200     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17201   layout:
17202     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17203     layout: "plot-throughput-speedup-analysis"
17204
17205 - type: "plot"
17206   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17207   algorithm: "plot_tsa_name"
17208   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17209   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17210   include:
17211     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17212     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17213     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17214     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17215   layout:
17216     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17217     layout: "plot-throughput-speedup-analysis"
17218
17219 - type: "plot"
17220   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17221   algorithm: "plot_tsa_name"
17222   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17223   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17224   include:
17225     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17226     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17227     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17228     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17229   layout:
17230     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17231     layout: "plot-throughput-speedup-analysis"
17232
17233 - type: "plot"
17234   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17235   algorithm: "plot_tsa_name"
17236   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17237   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17238   include:
17239     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17240     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17241     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17242     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17243     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17244     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17245   layout:
17246     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17247     layout: "plot-throughput-speedup-analysis"
17248
17249 - type: "plot"
17250   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17251   algorithm: "plot_tsa_name"
17252   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17253   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17254   include:
17255     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17256     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17257     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17258     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17259     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17260     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17261   layout:
17262     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17263     layout: "plot-throughput-speedup-analysis"
17264
17265 - type: "plot"
17266   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17267   algorithm: "plot_tsa_name"
17268   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17269   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17270   include:
17271     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17272     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17273     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17274     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17275     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17276     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17277   layout:
17278     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17279     layout: "plot-throughput-speedup-analysis"
17280
17281 - type: "plot"
17282   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17283   algorithm: "plot_tsa_name"
17284   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17285   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17286   include:
17287     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17288     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17289     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17290     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17291     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17292     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17293   layout:
17294     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17295     layout: "plot-throughput-speedup-analysis"
17296
17297 #- type: "plot"
17298 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17299 #  algorithm: "plot_tsa_name"
17300 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17301 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17302 #  include:
17303 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17304 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17305 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17306 #  layout:
17307 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17308 #    layout: "plot-throughput-speedup-analysis"
17309 #
17310 #- type: "plot"
17311 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17312 #  algorithm: "plot_tsa_name"
17313 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17314 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17315 #  include:
17316 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17317 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17318 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17319 #  layout:
17320 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17321 #    layout: "plot-throughput-speedup-analysis"
17322
17323 ################################################################################
17324
17325 # Packet Throughput - DPDK
17326
17327 # 2n-skx-xxv710
17328
17329 - type: "plot"
17330   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17331   algorithm: "plot_perf_box_name"
17332   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17333   data: "plot-dpdk-throughput-latency-2n-skx"
17334   include:
17335     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17336     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17337   layout:
17338     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17339     layout: "plot-throughput"
17340
17341 - type: "plot"
17342   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17343   algorithm: "plot_perf_box_name"
17344   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17345   data: "plot-dpdk-throughput-latency-2n-skx"
17346   include:
17347     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17348     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17349   layout:
17350     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17351     layout: "plot-throughput"
17352
17353 - type: "plot"
17354   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17355   algorithm: "plot_perf_box_name"
17356   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17357   data: "plot-dpdk-throughput-latency-2n-skx"
17358   include:
17359     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17360     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17361   layout:
17362     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17363     layout: "plot-throughput"
17364
17365 - type: "plot"
17366   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17367   algorithm: "plot_perf_box_name"
17368   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17369   data: "plot-dpdk-throughput-latency-2n-skx"
17370   include:
17371     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17372     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17373   layout:
17374     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17375     layout: "plot-throughput"
17376
17377 # 2n-skx-x710
17378
17379 - type: "plot"
17380   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17381   algorithm: "plot_perf_box_name"
17382   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17383   data: "plot-dpdk-throughput-latency-2n-skx"
17384   include:
17385     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17386     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17387   layout:
17388     title: "2n-skx-x710-64b-2t1c-base-ndr"
17389     layout: "plot-throughput"
17390
17391 - type: "plot"
17392   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17393   algorithm: "plot_perf_box_name"
17394   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17395   data: "plot-dpdk-throughput-latency-2n-skx"
17396   include:
17397     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17398     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17399   layout:
17400     title: "2n-skx-x710-64b-4t2c-base-ndr"
17401     layout: "plot-throughput"
17402
17403 - type: "plot"
17404   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17405   algorithm: "plot_perf_box_name"
17406   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17407   data: "plot-dpdk-throughput-latency-2n-skx"
17408   include:
17409     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17410     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17411   layout:
17412     title: "2n-skx-x710-64b-2t1c-base-pdr"
17413     layout: "plot-throughput"
17414
17415 - type: "plot"
17416   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17417   algorithm: "plot_perf_box_name"
17418   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17419   data: "plot-dpdk-throughput-latency-2n-skx"
17420   include:
17421     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17422     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17423   layout:
17424     title: "2n-skx-x710-64b-4t2c-base-pdr"
17425     layout: "plot-throughput"
17426
17427 # 3n-skx-xxv710
17428
17429 - type: "plot"
17430   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17431   algorithm: "plot_perf_box_name"
17432   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17433   data: "plot-dpdk-throughput-latency-3n-skx"
17434   include:
17435     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17436     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17437   layout:
17438     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17439     layout: "plot-throughput"
17440
17441 - type: "plot"
17442   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17443   algorithm: "plot_perf_box_name"
17444   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17445   data: "plot-dpdk-throughput-latency-3n-skx"
17446   include:
17447     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17448     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17449   layout:
17450     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17451     layout: "plot-throughput"
17452
17453 - type: "plot"
17454   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17455   algorithm: "plot_perf_box_name"
17456   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17457   data: "plot-dpdk-throughput-latency-3n-skx"
17458   include:
17459     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17460     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17461   layout:
17462     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17463     layout: "plot-throughput"
17464
17465 - type: "plot"
17466   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17467   algorithm: "plot_perf_box_name"
17468   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17469   data: "plot-dpdk-throughput-latency-3n-skx"
17470   include:
17471     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17472     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17473   layout:
17474     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17475     layout: "plot-throughput"
17476
17477 # 3n-skx-x710
17478
17479 - type: "plot"
17480   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17481   algorithm: "plot_perf_box_name"
17482   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17483   data: "plot-dpdk-throughput-latency-3n-skx"
17484   include:
17485     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17486     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17487   layout:
17488     title: "3n-skx-x710-64b-2t1c-base-ndr"
17489     layout: "plot-throughput"
17490
17491 - type: "plot"
17492   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17493   algorithm: "plot_perf_box_name"
17494   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17495   data: "plot-dpdk-throughput-latency-3n-skx"
17496   include:
17497     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17498     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17499   layout:
17500     title: "3n-skx-x710-64b-4t2c-base-ndr"
17501     layout: "plot-throughput"
17502
17503 - type: "plot"
17504   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17505   algorithm: "plot_perf_box_name"
17506   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17507   data: "plot-dpdk-throughput-latency-3n-skx"
17508   include:
17509     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17510     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17511   layout:
17512     title: "3n-skx-x710-64b-2t1c-base-pdr"
17513     layout: "plot-throughput"
17514
17515 - type: "plot"
17516   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17517   algorithm: "plot_perf_box_name"
17518   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17519   data: "plot-dpdk-throughput-latency-3n-skx"
17520   include:
17521     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17522     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17523   layout:
17524     title: "3n-skx-x710-64b-4t2c-base-pdr"
17525     layout: "plot-throughput"
17526
17527 # 3n-hsw-xl710
17528
17529 - type: "plot"
17530   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17531   algorithm: "plot_perf_box_name"
17532   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17533   data: "plot-dpdk-throughput-latency-3n-hsw"
17534   include:
17535     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17536     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17537   layout:
17538     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17539     layout: "plot-throughput"
17540
17541 - type: "plot"
17542   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17543   algorithm: "plot_perf_box_name"
17544   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17545   data: "plot-dpdk-throughput-latency-3n-hsw"
17546   include:
17547     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17548     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17549   layout:
17550     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17551     layout: "plot-throughput"
17552
17553 - type: "plot"
17554   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17555   algorithm: "plot_perf_box_name"
17556   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17557   data: "plot-dpdk-throughput-latency-3n-hsw"
17558   include:
17559     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17560     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17561   layout:
17562     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17563     layout: "plot-throughput"
17564
17565 - type: "plot"
17566   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17567   algorithm: "plot_perf_box_name"
17568   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17569   data: "plot-dpdk-throughput-latency-3n-hsw"
17570   include:
17571     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17572     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17573   layout:
17574     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17575     layout: "plot-throughput"
17576
17577 # 3n-hsw-x710
17578
17579 - type: "plot"
17580   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17581   algorithm: "plot_perf_box_name"
17582   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17583   data: "plot-dpdk-throughput-latency-3n-hsw"
17584   include:
17585     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17586     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17587   layout:
17588     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17589     layout: "plot-throughput"
17590
17591 - type: "plot"
17592   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17593   algorithm: "plot_perf_box_name"
17594   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17595   data: "plot-dpdk-throughput-latency-3n-hsw"
17596   include:
17597     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17598     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17599   layout:
17600     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17601     layout: "plot-throughput"
17602
17603 - type: "plot"
17604   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17605   algorithm: "plot_perf_box_name"
17606   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17607   data: "plot-dpdk-throughput-latency-3n-hsw"
17608   include:
17609     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17610     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17611   layout:
17612     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17613     layout: "plot-throughput"
17614
17615 - type: "plot"
17616   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17617   algorithm: "plot_perf_box_name"
17618   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17619   data: "plot-dpdk-throughput-latency-3n-hsw"
17620   include:
17621     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17622     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17623   layout:
17624     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17625     layout: "plot-throughput"
17626
17627 ## 2n-dnv-x553
17628 #
17629 #- type: "plot"
17630 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17631 #  algorithm: "plot_perf_box_name"
17632 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17633 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17634 #  include:
17635 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17636 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17637 #  layout:
17638 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
17639 #    layout: "plot-throughput"
17640 #
17641 #- type: "plot"
17642 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17643 #  algorithm: "plot_perf_box_name"
17644 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17645 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17646 #  include:
17647 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17648 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17649 #  layout:
17650 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
17651 #    layout: "plot-throughput"
17652 #
17653 #- type: "plot"
17654 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17655 #  algorithm: "plot_perf_box_name"
17656 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17657 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17658 #  include:
17659 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17660 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17661 #  layout:
17662 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
17663 #    layout: "plot-throughput"
17664 #
17665 #- type: "plot"
17666 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17667 #  algorithm: "plot_perf_box_name"
17668 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17669 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17670 #  include:
17671 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17672 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17673 #  layout:
17674 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
17675 #    layout: "plot-throughput"
17676 #
17677 ## 3n-dnv-x553
17678 #
17679 #- type: "plot"
17680 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17681 #  algorithm: "plot_perf_box_name"
17682 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17683 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17684 #  include:
17685 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17686 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17687 #  layout:
17688 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
17689 #    layout: "plot-throughput"
17690 #
17691 #- type: "plot"
17692 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17693 #  algorithm: "plot_perf_box_name"
17694 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17695 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17696 #  include:
17697 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17698 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17699 #  layout:
17700 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
17701 #    layout: "plot-throughput"
17702 #
17703 #- type: "plot"
17704 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17705 #  algorithm: "plot_perf_box_name"
17706 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17707 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17708 #  include:
17709 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17710 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17711 #  layout:
17712 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
17713 #    layout: "plot-throughput"
17714 #
17715 #- type: "plot"
17716 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17717 #  algorithm: "plot_perf_box_name"
17718 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17719 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17720 #  include:
17721 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17722 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17723 #  layout:
17724 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
17725 #    layout: "plot-throughput"
17726
17727 # 3n-tsh-x520
17728
17729 - type: "plot"
17730   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17731   algorithm: "plot_perf_box_name"
17732   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17733   data: "plot-dpdk-throughput-latency-3n-tsh"
17734   include:
17735     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17736     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17737   layout:
17738     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17739     layout: "plot-throughput"
17740
17741 - type: "plot"
17742   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17743   algorithm: "plot_perf_box_name"
17744   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17745   data: "plot-dpdk-throughput-latency-3n-tsh"
17746   include:
17747     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17748     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17749   layout:
17750     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17751     layout: "plot-throughput"
17752
17753 - type: "plot"
17754   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17755   algorithm: "plot_perf_box_name"
17756   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17757   data: "plot-dpdk-throughput-latency-3n-tsh"
17758   include:
17759     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17760     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17761   layout:
17762     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17763     layout: "plot-throughput"
17764
17765 - type: "plot"
17766   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17767   algorithm: "plot_perf_box_name"
17768   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17769   data: "plot-dpdk-throughput-latency-3n-tsh"
17770   include:
17771     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17772     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17773   layout:
17774     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17775     layout: "plot-throughput"
17776
17777 ################################################################################
17778 ###   2n-clx                                                                 ###
17779 ################################################################################
17780
17781 # Packet Throughput
17782
17783 - type: "plot"
17784   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17785   algorithm: "plot_perf_box_name"
17786   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17787   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17788   include:
17789     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17790     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17791     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17792     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17793   layout:
17794     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17795     layout: "plot-throughput"
17796
17797 - type: "plot"
17798   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17799   algorithm: "plot_perf_box_name"
17800   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17801   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17802   include:
17803     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17804     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17805     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17806     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17807   layout:
17808     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17809     layout: "plot-throughput"
17810
17811 - type: "plot"
17812   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17813   algorithm: "plot_perf_box_name"
17814   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17815   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17816   include:
17817     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17818     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17819     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17820     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17821   layout:
17822     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17823     layout: "plot-throughput"
17824
17825 - type: "plot"
17826   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17827   algorithm: "plot_perf_box_name"
17828   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17829   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17830   include:
17831     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17832     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17833     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17834     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17835   layout:
17836     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17837     layout: "plot-throughput"
17838
17839 - type: "plot"
17840   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17841   algorithm: "plot_perf_box_name"
17842   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17843   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17844   include:
17845     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17846     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17847     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17848     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17849   layout:
17850     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17851     layout: "plot-throughput"
17852
17853 - type: "plot"
17854   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17855   algorithm: "plot_perf_box_name"
17856   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17857   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17858   include:
17859     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17860     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17861     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17862     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17863   layout:
17864     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17865     layout: "plot-throughput"
17866
17867 - type: "plot"
17868   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17869   algorithm: "plot_perf_box_name"
17870   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17871   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17872   include:
17873     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17874     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17875     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17876     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17877     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17878     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17879   layout:
17880     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17881     layout: "plot-throughput"
17882
17883 - type: "plot"
17884   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17885   algorithm: "plot_perf_box_name"
17886   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17887   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17888   include:
17889     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17890     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17891     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17892     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17893     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17894     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17895   layout:
17896     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17897     layout: "plot-throughput"
17898
17899 - type: "plot"
17900   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17901   algorithm: "plot_perf_box_name"
17902   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17903   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17904   include:
17905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17906     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17907     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17908     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17909   layout:
17910     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17911     layout: "plot-throughput"
17912
17913 - type: "plot"
17914   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17915   algorithm: "plot_perf_box_name"
17916   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17917   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17918   include:
17919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17921     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17922     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17923   layout:
17924     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17925     layout: "plot-throughput"
17926
17927 - type: "plot"
17928   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17929   algorithm: "plot_perf_box_name"
17930   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17931   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17932   include:
17933     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17934     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17935     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17936   layout:
17937     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17938     layout: "plot-throughput"
17939
17940 - type: "plot"
17941   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17942   algorithm: "plot_perf_box_name"
17943   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17944   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17945   include:
17946     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17947     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17948     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17949   layout:
17950     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17951     layout: "plot-throughput"
17952
17953 - type: "plot"
17954   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17955   algorithm: "plot_perf_box_name"
17956   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17957   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17958   include:
17959     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17960     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17961     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17962     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17963     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17964   layout:
17965     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17966     layout: "plot-throughput"
17967
17968 - type: "plot"
17969   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17970   algorithm: "plot_perf_box_name"
17971   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17972   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17973   include:
17974     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17975     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17976     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17977     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17978     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17979   layout:
17980     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17981     layout: "plot-throughput"
17982
17983 - type: "plot"
17984   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17985   algorithm: "plot_perf_box_name"
17986   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17987   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17988   include:
17989     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17990     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17991     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17992   layout:
17993     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17994     layout: "plot-throughput"
17995
17996 - type: "plot"
17997   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17998   algorithm: "plot_perf_box_name"
17999   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
18000   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18001   include:
18002     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
18003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
18004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
18005   layout:
18006     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
18007     layout: "plot-throughput"
18008
18009 - type: "plot"
18010   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
18011   algorithm: "plot_perf_box_name"
18012   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
18013   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18014   include:
18015     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18016     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18017     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18018     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18019     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18020     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18021   layout:
18022     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
18023     layout: "plot-throughput"
18024
18025 - type: "plot"
18026   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
18027   algorithm: "plot_perf_box_name"
18028   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
18029   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18030   include:
18031     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18032     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18033     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18034     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18035     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18036     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18037   layout:
18038     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
18039     layout: "plot-throughput"
18040
18041 - type: "plot"
18042   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
18043   algorithm: "plot_perf_box_name"
18044   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
18045   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18046   include:
18047     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18048     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18049     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18050     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18051     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18052   layout:
18053     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
18054     layout: "plot-throughput"
18055
18056 - type: "plot"
18057   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
18058   algorithm: "plot_perf_box_name"
18059   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
18060   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18061   include:
18062     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
18063     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
18064     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
18065     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
18066     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
18067   layout:
18068     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
18069     layout: "plot-throughput"
18070
18071 - type: "plot"
18072   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
18073   algorithm: "plot_perf_box_name"
18074   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
18075   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18076   include:
18077     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18078     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18079     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18080     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
18081     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18082     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18083     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18084     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
18085     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18086     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18087   layout:
18088     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
18089     layout: "plot-cps"
18090
18091 - type: "plot"
18092   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
18093   algorithm: "plot_perf_box_name"
18094   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
18095   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18096   include:
18097     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18098     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18099     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18100     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
18101     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18102     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18103     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18104     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
18105     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18106     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18107   layout:
18108     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
18109     layout: "plot-throughput"
18110
18111 - type: "plot"
18112   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18113   algorithm: "plot_perf_box_name"
18114   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18115   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18116   include:
18117     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18118     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18119     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18120     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
18121     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18122     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18123     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18124     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
18125     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18126     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18127   layout:
18128     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18129     layout: "plot-cps"
18130
18131 - type: "plot"
18132   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18133   algorithm: "plot_perf_box_name"
18134   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18135   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18136   include:
18137     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18138     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18139     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18140     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
18141     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18142     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18143     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18144     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
18145     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18146     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18147   layout:
18148     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18149     layout: "plot-throughput"
18150
18151 - type: "plot"
18152   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
18153   algorithm: "plot_perf_box_name"
18154   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
18155   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18156   include:
18157     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18158     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18159     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18160     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18161     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18162   layout:
18163     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
18164     layout: "plot-throughput"
18165
18166 - type: "plot"
18167   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
18168   algorithm: "plot_perf_box_name"
18169   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
18170   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18171   include:
18172     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
18173     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
18174     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
18175     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
18176     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
18177   layout:
18178     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
18179     layout: "plot-throughput"
18180
18181 - type: "plot"
18182   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18183   algorithm: "plot_perf_box_name"
18184   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18185   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18186   include:
18187     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18188     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18189     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18190     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
18191     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18192     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18193     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18194     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
18195     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18196     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18197   layout:
18198     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18199     layout: "plot-cps"
18200
18201 - type: "plot"
18202   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18203   algorithm: "plot_perf_box_name"
18204   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18205   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18206   include:
18207     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18208     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18209     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18210     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
18211     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18212     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18213     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18214     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
18215     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18216     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18217   layout:
18218     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18219     layout: "plot-throughput"
18220
18221 - type: "plot"
18222   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18223   algorithm: "plot_perf_box_name"
18224   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18225   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18226   include:
18227     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18228     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18229     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18230     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
18231     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18232     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18233     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18234     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
18235     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18236     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18237   layout:
18238     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18239     layout: "plot-cps"
18240
18241 - type: "plot"
18242   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18243   algorithm: "plot_perf_box_name"
18244   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18245   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18246   include:
18247     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18248     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18249     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18250     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
18251     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18252     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18253     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18254     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
18255     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18256     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18257   layout:
18258     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18259     layout: "plot-throughput"
18260
18261 - type: "plot"
18262   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18263   algorithm: "plot_perf_box_name"
18264   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18265   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18266   include:
18267     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18268     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18269     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18270     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18273   layout:
18274     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18275     layout: "plot-throughput"
18276
18277 - type: "plot"
18278   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18279   algorithm: "plot_perf_box_name"
18280   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18281   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18282   include:
18283     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18284     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18285     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18289   layout:
18290     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18291     layout: "plot-throughput"
18292
18293 - type: "plot"
18294   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18295   algorithm: "plot_perf_box_name"
18296   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
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-ndr"
18303     layout: "plot-throughput"
18304
18305 - type: "plot"
18306   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18307   algorithm: "plot_perf_box_name"
18308   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18309   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18310   include:
18311     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
18312     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
18313   layout:
18314     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18315     layout: "plot-throughput"
18316
18317 - type: "plot"
18318   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18319   algorithm: "plot_perf_box_name"
18320   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18321   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18322   include:
18323     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
18324     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18325     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
18326     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18327     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
18328     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18329   layout:
18330     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18331     layout: "plot-throughput"
18332
18333 - type: "plot"
18334   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18335   algorithm: "plot_perf_box_name"
18336   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18337   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18338   include:
18339     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
18340     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18341     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
18342     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18343     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
18344     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18345   layout:
18346     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18347     layout: "plot-throughput"
18348
18349 - type: "plot"
18350   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18351   algorithm: "plot_perf_box_name"
18352   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18353   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18354   include:
18355     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18356     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18357     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18358     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18359     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18360     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18361   layout:
18362     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18363     layout: "plot-throughput"
18364
18365 - type: "plot"
18366   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18367   algorithm: "plot_perf_box_name"
18368   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18369   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18370   include:
18371     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18372     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18373     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18374     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18375     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18376     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18377   layout:
18378     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18379     layout: "plot-throughput"
18380
18381 - type: "plot"
18382   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18383   algorithm: "plot_perf_box_name"
18384   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18385   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18386   include:
18387     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18388     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18389     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18390     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18391     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18392     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18393   layout:
18394     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18395     layout: "plot-throughput"
18396
18397 - type: "plot"
18398   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18399   algorithm: "plot_perf_box_name"
18400   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18401   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18402   include:
18403     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18404     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18405     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18406     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18407     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18408     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18409   layout:
18410     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18411     layout: "plot-throughput"
18412
18413 - type: "plot"
18414   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18415   algorithm: "plot_perf_box_name"
18416   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18417   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18418   include:
18419     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18420     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18421     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18422     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18423     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18424   layout:
18425     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18426     layout: "plot-throughput"
18427
18428 - type: "plot"
18429   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18430   algorithm: "plot_perf_box_name"
18431   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18432   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18433   include:
18434     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18435     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18436     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18437     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18438     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18439   layout:
18440     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18441     layout: "plot-throughput"
18442
18443 - type: "plot"
18444   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18445   algorithm: "plot_perf_box_name"
18446   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18447   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18448   include:
18449     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18450     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18451     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18452     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18453     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18454   layout:
18455     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18456     layout: "plot-throughput"
18457
18458 - type: "plot"
18459   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18460   algorithm: "plot_perf_box_name"
18461   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18462   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18463   include:
18464     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18465     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18466     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18467     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18468     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18469   layout:
18470     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18471     layout: "plot-throughput"
18472
18473 - type: "plot"
18474   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18475   algorithm: "plot_perf_box_name"
18476   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18477   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18478   include:
18479     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18480     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18481     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18482     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18483     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18484   layout:
18485     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18486     layout: "plot-throughput"
18487
18488 - type: "plot"
18489   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18490   algorithm: "plot_perf_box_name"
18491   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18492   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18493   include:
18494     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18495     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18496     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18497     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18498     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18499   layout:
18500     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18501     layout: "plot-throughput"
18502
18503 - type: "plot"
18504   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18505   algorithm: "plot_perf_box_name"
18506   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18507   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18508   include:
18509     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18510     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18511     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18512     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18513     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18514   layout:
18515     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18516     layout: "plot-throughput"
18517
18518 - type: "plot"
18519   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18520   algorithm: "plot_perf_box_name"
18521   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18522   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18523   include:
18524     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18525     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18526     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18527     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18528     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18529   layout:
18530     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18531     layout: "plot-throughput"
18532
18533 - type: "plot"
18534   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18535   algorithm: "plot_perf_box_name"
18536   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18537   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18538   include:
18539     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18540     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18541     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18542     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18543     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18544   layout:
18545     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18546     layout: "plot-throughput"
18547
18548 - type: "plot"
18549   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18550   algorithm: "plot_perf_box_name"
18551   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18552   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18553   include:
18554     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18555     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18556     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18557     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18558     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18559   layout:
18560     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18561     layout: "plot-throughput"
18562
18563 - type: "plot"
18564   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18565   algorithm: "plot_perf_box_name"
18566   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18567   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18568   include:
18569     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18570     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18571     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18572     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18573     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18574     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18575   layout:
18576     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18577     layout: "plot-throughput"
18578
18579 - type: "plot"
18580   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18581   algorithm: "plot_perf_box_name"
18582   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18583   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18584   include:
18585     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18586     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18587     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18588     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18589     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18590     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18591   layout:
18592     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18593     layout: "plot-throughput"
18594
18595 - type: "plot"
18596   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18597   algorithm: "plot_perf_box_name"
18598   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18599   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18600   include:
18601     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18602     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18603     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18604     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18605   layout:
18606     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18607     layout: "plot-throughput"
18608
18609 - type: "plot"
18610   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18611   algorithm: "plot_perf_box_name"
18612   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18613   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18614   include:
18615     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18616     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18617     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18618     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18619   layout:
18620     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18621     layout: "plot-throughput"
18622
18623 - type: "plot"
18624   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18625   algorithm: "plot_perf_box_name"
18626   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18627   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18628   include:
18629     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18630     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18631     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18632     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18633     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18634     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18635   layout:
18636     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18637     layout: "plot-throughput"
18638
18639 - type: "plot"
18640   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18641   algorithm: "plot_perf_box_name"
18642   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18643   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18644   include:
18645     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18646     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18647     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18648     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18649     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18650     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18651   layout:
18652     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18653     layout: "plot-throughput"
18654
18655 - type: "plot"
18656   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18657   algorithm: "plot_perf_box_name"
18658   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18659   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18660   include:
18661     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18662     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18663     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18664     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18665   layout:
18666     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18667     layout: "plot-throughput"
18668
18669 - type: "plot"
18670   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18671   algorithm: "plot_perf_box_name"
18672   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18673   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18674   include:
18675     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18676     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18677     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18678     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18679   layout:
18680     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18681     layout: "plot-throughput"
18682
18683 - type: "plot"
18684   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18685   algorithm: "plot_perf_box_name"
18686   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18687   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18688   include:
18689     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18690     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18691     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18692     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18693     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18694     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18695   layout:
18696     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18697     layout: "plot-throughput"
18698
18699 - type: "plot"
18700   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18701   algorithm: "plot_perf_box_name"
18702   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18703   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18704   include:
18705     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18706     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18707     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18708     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18709     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18710     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18711   layout:
18712     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18713     layout: "plot-throughput"
18714
18715 - type: "plot"
18716   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18717   algorithm: "plot_perf_box_name"
18718   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18719   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18720   include:
18721     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18722     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18723     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18724     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18725   layout:
18726     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18727     layout: "plot-throughput"
18728
18729 - type: "plot"
18730   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18731   algorithm: "plot_perf_box_name"
18732   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18733   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18734   include:
18735     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18736     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18737     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18738     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18739   layout:
18740     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18741     layout: "plot-throughput"
18742
18743 - type: "plot"
18744   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18745   algorithm: "plot_perf_box_name"
18746   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18747   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18748   include:
18749     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18750     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18751     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18752     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18753     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18754   layout:
18755     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18756     layout: "plot-throughput"
18757
18758 - type: "plot"
18759   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18760   algorithm: "plot_perf_box_name"
18761   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18762   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18763   include:
18764     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18765     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18766     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18767     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18768     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18769   layout:
18770     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18771     layout: "plot-throughput"
18772
18773 - type: "plot"
18774   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18775   algorithm: "plot_perf_box_name"
18776   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18777   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18778   include:
18779     - "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"
18780     - "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"
18781     - "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"
18782     - "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"
18783     - "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"
18784   layout:
18785     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18786     layout: "plot-throughput"
18787
18788 - type: "plot"
18789   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18790   algorithm: "plot_perf_box_name"
18791   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18792   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18793   include:
18794     - "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"
18795     - "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"
18796     - "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"
18797     - "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"
18798     - "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"
18799   layout:
18800     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18801     layout: "plot-throughput"
18802
18803 - type: "plot"
18804   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18805   algorithm: "plot_perf_box_name"
18806   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18807   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18808   include:
18809     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18810     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18811     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18812     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18813     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18814   layout:
18815     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18816     layout: "plot-throughput"
18817
18818 - type: "plot"
18819   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18820   algorithm: "plot_perf_box_name"
18821   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18822   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18823   include:
18824     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18825     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18826     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18827     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18828     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18829   layout:
18830     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18831     layout: "plot-throughput"
18832
18833 - type: "plot"
18834   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18835   algorithm: "plot_perf_box_name"
18836   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18837   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18838   include:
18839     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18840     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18841     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18842     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18843     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18844   layout:
18845     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18846     layout: "plot-throughput"
18847
18848 - type: "plot"
18849   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18850   algorithm: "plot_perf_box_name"
18851   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18852   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18853   include:
18854     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18855     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18856     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18857     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18858     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18859   layout:
18860     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18861     layout: "plot-throughput"
18862
18863 - type: "plot"
18864   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18865   algorithm: "plot_perf_box_name"
18866   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18867   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18868   include:
18869     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18870     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18871     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18872     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18873   layout:
18874     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18875     layout: "plot-throughput"
18876
18877 - type: "plot"
18878   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18879   algorithm: "plot_perf_box_name"
18880   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18881   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18882   include:
18883     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18884     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18885     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18886     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18887   layout:
18888     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18889     layout: "plot-throughput"
18890
18891 - type: "plot"
18892   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18893   algorithm: "plot_perf_box_name"
18894   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18895   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18896   include:
18897     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18898     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18899     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18900     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18901   layout:
18902     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18903     layout: "plot-throughput"
18904
18905 - type: "plot"
18906   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18907   algorithm: "plot_perf_box_name"
18908   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18909   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18910   include:
18911     - "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"
18912     - "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"
18913     - "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"
18914     - "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"
18915   layout:
18916     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18917     layout: "plot-throughput"
18918
18919 - type: "plot"
18920   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18921   algorithm: "plot_perf_box_name"
18922   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18923   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18924   include:
18925     - "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"
18926     - "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"
18927     - "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"
18928     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18929     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18930     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18931   layout:
18932     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18933     layout: "plot-throughput"
18934
18935 - type: "plot"
18936   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18937   algorithm: "plot_perf_box_name"
18938   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18939   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18940   include:
18941     - "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"
18942     - "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"
18943     - "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"
18944     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18945     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18946     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18947   layout:
18948     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18949     layout: "plot-throughput"
18950
18951 ################################################################################
18952
18953 # Packet Speedup
18954
18955 - type: "plot"
18956   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18957   algorithm: "plot_tsa_name"
18958   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18959   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18960   include:
18961     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18962     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18963     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18964     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18965   layout:
18966     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18967     layout: "plot-throughput-speedup-analysis"
18968
18969 - type: "plot"
18970   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18971   algorithm: "plot_tsa_name"
18972   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18973   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18974   include:
18975     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18976     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18977     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18978     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18979   layout:
18980     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18981     layout: "plot-throughput-speedup-analysis"
18982
18983 - type: "plot"
18984   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18985   algorithm: "plot_tsa_name"
18986   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18987   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18988   include:
18989     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18990     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18991     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18992     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18993   layout:
18994     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18995     layout: "plot-throughput-speedup-analysis"
18996
18997 - type: "plot"
18998   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18999   algorithm: "plot_tsa_name"
19000   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
19001   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19002   include:
19003     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19004     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19005     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19006     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19007   layout:
19008     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
19009     layout: "plot-throughput-speedup-analysis"
19010
19011 - type: "plot"
19012   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
19013   algorithm: "plot_tsa_name"
19014   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
19015   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19016   include:
19017     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19018     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19019     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19020     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19021   layout:
19022     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
19023     layout: "plot-throughput-speedup-analysis"
19024
19025 - type: "plot"
19026   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
19027   algorithm: "plot_tsa_name"
19028   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
19029   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19030   include:
19031     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19032     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19033     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19034     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19035   layout:
19036     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
19037     layout: "plot-throughput-speedup-analysis"
19038
19039 - type: "plot"
19040   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
19041   algorithm: "plot_tsa_name"
19042   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
19043   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19044   include:
19045     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
19046     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
19047     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
19048     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19049     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19050     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19051   layout:
19052     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
19053     layout: "plot-throughput-speedup-analysis"
19054
19055 - type: "plot"
19056   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
19057   algorithm: "plot_tsa_name"
19058   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
19059   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19060   include:
19061     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
19062     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
19063     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
19064     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19065     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19066     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19067   layout:
19068     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
19069     layout: "plot-throughput-speedup-analysis"
19070
19071 - type: "plot"
19072   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
19073   algorithm: "plot_tsa_name"
19074   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
19075   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19076   include:
19077     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
19078     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
19079     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
19080     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
19081   layout:
19082     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
19083     layout: "plot-throughput-speedup-analysis"
19084
19085 - type: "plot"
19086   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
19087   algorithm: "plot_tsa_name"
19088   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
19089   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19090   include:
19091     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
19092     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
19093     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
19094     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
19095   layout:
19096     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
19097     layout: "plot-throughput-speedup-analysis"
19098
19099 - type: "plot"
19100   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
19101   algorithm: "plot_tsa_name"
19102   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
19103   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19104   include:
19105     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
19106     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
19107     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19108   layout:
19109     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
19110     layout: "plot-throughput-speedup-analysis"
19111
19112 - type: "plot"
19113   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
19114   algorithm: "plot_tsa_name"
19115   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
19116   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19117   include:
19118     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
19119     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
19120     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19121   layout:
19122     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
19123     layout: "plot-throughput-speedup-analysis"
19124
19125 - type: "plot"
19126   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
19127   algorithm: "plot_tsa_name"
19128   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
19129   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19130   include:
19131     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19132     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19133     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19134     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19135     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19136   layout:
19137     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
19138     layout: "plot-throughput-speedup-analysis"
19139
19140 - type: "plot"
19141   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
19142   algorithm: "plot_tsa_name"
19143   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
19144   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19145   include:
19146     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19147     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19148     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19149     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19150     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19151   layout:
19152     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
19153     layout: "plot-throughput-speedup-analysis"
19154
19155 - type: "plot"
19156   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
19157   algorithm: "plot_tsa_name"
19158   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
19159   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19160   include:
19161     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
19162     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
19163     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
19164   layout:
19165     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
19166     layout: "plot-throughput-speedup-analysis"
19167
19168 - type: "plot"
19169   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
19170   algorithm: "plot_tsa_name"
19171   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
19172   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19173   include:
19174     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
19175     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
19176     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
19177   layout:
19178     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
19179     layout: "plot-throughput-speedup-analysis"
19180
19181 - type: "plot"
19182   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
19183   algorithm: "plot_tsa_name"
19184   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
19185   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19186   include:
19187     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19189     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19190     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19191     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19192     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19193   layout:
19194     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
19195     layout: "plot-throughput-speedup-analysis"
19196
19197 - type: "plot"
19198   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
19199   algorithm: "plot_tsa_name"
19200   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
19201   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19202   include:
19203     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19204     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
19205     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
19206     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
19207     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
19208   layout:
19209     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
19210     layout: "plot-throughput-speedup-analysis"
19211
19212 - type: "plot"
19213   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
19214   algorithm: "plot_tsa_name"
19215   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
19216   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19217   include:
19218     - "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"
19219     - "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"
19220     - "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"
19221     - "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"
19222     - "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"
19223   layout:
19224     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
19225     layout: "plot-throughput-speedup-analysis"
19226
19227 - type: "plot"
19228   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
19229   algorithm: "plot_tsa_name"
19230   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
19231   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19232   include:
19233     - "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"
19234     - "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"
19235     - "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"
19236     - "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"
19237     - "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"
19238     - "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"
19239     - "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"
19240     - "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"
19241     - "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"
19242     - "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"
19243   layout:
19244     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
19245     layout: "plot-throughput-speedup-analysis-cps"
19246
19247 - type: "plot"
19248   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
19249   algorithm: "plot_tsa_name"
19250   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
19251   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19252   include:
19253     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
19254     - "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"
19255     - "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"
19256     - "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"
19257     - "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"
19258     - "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"
19259     - "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"
19260     - "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"
19261     - "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"
19262     - "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"
19263   layout:
19264     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
19265     layout: "plot-throughput-speedup-analysis"
19266
19267 - type: "plot"
19268   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
19269   algorithm: "plot_tsa_name"
19270   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
19271   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19272   include:
19273     - "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"
19274     - "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"
19275     - "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"
19276     - "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"
19277     - "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"
19278     - "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"
19279     - "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"
19280     - "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"
19281     - "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"
19282     - "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"
19283   layout:
19284     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
19285     layout: "plot-throughput-speedup-analysis-cps"
19286
19287 - type: "plot"
19288   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
19289   algorithm: "plot_tsa_name"
19290   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
19291   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19292   include:
19293     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
19294     - "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"
19295     - "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"
19296     - "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"
19297     - "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"
19298     - "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"
19299     - "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"
19300     - "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"
19301     - "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"
19302     - "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"
19303   layout:
19304     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
19305     layout: "plot-throughput-speedup-analysis"
19306
19307 - type: "plot"
19308   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
19309   algorithm: "plot_tsa_name"
19310   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
19311   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19312   include:
19313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19315     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19317     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19318     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19319   layout:
19320     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
19321     layout: "plot-throughput-speedup-analysis"
19322
19323 - type: "plot"
19324   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
19325   algorithm: "plot_tsa_name"
19326   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
19327   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19328   include:
19329     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19330     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
19331     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
19332     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
19333     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
19334   layout:
19335     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
19336     layout: "plot-throughput-speedup-analysis"
19337
19338 - type: "plot"
19339   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
19340   algorithm: "plot_tsa_name"
19341   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
19342   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19343   include:
19344     - "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"
19345     - "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"
19346     - "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"
19347     - "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"
19348     - "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"
19349   layout:
19350     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
19351     layout: "plot-throughput-speedup-analysis"
19352
19353 - type: "plot"
19354   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
19355   algorithm: "plot_tsa_name"
19356   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
19357   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19358   include:
19359     - "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"
19360     - "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"
19361     - "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"
19362     - "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"
19363     - "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"
19364     - "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"
19365     - "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"
19366     - "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"
19367     - "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"
19368     - "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"
19369   layout:
19370     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
19371     layout: "plot-throughput-speedup-analysis-cps"
19372
19373 - type: "plot"
19374   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
19375   algorithm: "plot_tsa_name"
19376   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
19377   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19378   include:
19379     - "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"
19380     - "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"
19381     - "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"
19382     - "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"
19383     - "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"
19384     - "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"
19385     - "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"
19386     - "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"
19387     - "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"
19388     - "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"
19389   layout:
19390     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
19391     layout: "plot-throughput-speedup-analysis"
19392
19393 - type: "plot"
19394   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
19395   algorithm: "plot_tsa_name"
19396   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
19397   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19398   include:
19399     - "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"
19400     - "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"
19401     - "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"
19402     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
19403     - "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"
19404     - "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"
19405     - "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"
19406     - "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"
19407     - "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"
19408     - "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"
19409   layout:
19410     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
19411     layout: "plot-throughput-speedup-analysis-cps"
19412
19413 - type: "plot"
19414   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19415   algorithm: "plot_tsa_name"
19416   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19417   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19418   include:
19419     - "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"
19420     - "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"
19421     - "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"
19422     - "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"
19423     - "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"
19424     - "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"
19425     - "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"
19426     - "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"
19427     - "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"
19428     - "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"
19429   layout:
19430     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
19431     layout: "plot-throughput-speedup-analysis"
19432
19433 - type: "plot"
19434   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
19435   algorithm: "plot_tsa_name"
19436   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
19437   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19438   include:
19439     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19440     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19441     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19442     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19443     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19444     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19445   layout:
19446     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
19447     layout: "plot-throughput-speedup-analysis"
19448
19449 - type: "plot"
19450   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
19451   algorithm: "plot_tsa_name"
19452   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
19453   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19454   include:
19455     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19456     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19457     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19458     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19459     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19460     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19461   layout:
19462     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
19463     layout: "plot-throughput-speedup-analysis"
19464
19465 - type: "plot"
19466   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
19467   algorithm: "plot_tsa_name"
19468   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-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-ndr"
19475     layout: "plot-throughput-speedup-analysis"
19476
19477 - type: "plot"
19478   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
19479   algorithm: "plot_tsa_name"
19480   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
19481   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19482   include:
19483     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
19484     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
19485   layout:
19486     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
19487     layout: "plot-throughput-speedup-analysis"
19488
19489 - type: "plot"
19490   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
19491   algorithm: "plot_tsa_name"
19492   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
19493   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19494   include:
19495     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
19496     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19497     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
19498     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19499     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
19500     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19501   layout:
19502     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
19503     layout: "plot-throughput-speedup-analysis"
19504
19505 - type: "plot"
19506   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
19507   algorithm: "plot_tsa_name"
19508   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
19509   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19510   include:
19511     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
19512     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19513     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
19514     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19515     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
19516     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19517   layout:
19518     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
19519     layout: "plot-throughput-speedup-analysis"
19520
19521 - type: "plot"
19522   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
19523   algorithm: "plot_tsa_name"
19524   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
19525   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19526   include:
19527     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19528     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19529     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19530     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19531     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19532     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19533   layout:
19534     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
19535     layout: "plot-throughput-speedup-analysis"
19536
19537 - type: "plot"
19538   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
19539   algorithm: "plot_tsa_name"
19540   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
19541   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19542   include:
19543     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19544     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19545     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19546     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19547     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19548     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19549   layout:
19550     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
19551     layout: "plot-throughput-speedup-analysis"
19552
19553 - type: "plot"
19554   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
19555   algorithm: "plot_tsa_name"
19556   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
19557   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19558   include:
19559     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19560     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19561     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19562     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19563     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19564     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19565   layout:
19566     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
19567     layout: "plot-throughput-speedup-analysis"
19568
19569 - type: "plot"
19570   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
19571   algorithm: "plot_tsa_name"
19572   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
19573   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19574   include:
19575     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19576     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19577     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19578     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19579     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19580     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19581   layout:
19582     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
19583     layout: "plot-throughput-speedup-analysis"
19584
19585 - type: "plot"
19586   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19587   algorithm: "plot_tsa_name"
19588   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19589   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19590   include:
19591     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19592     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19593     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19594     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19595     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19596   layout:
19597     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
19598     layout: "plot-throughput-speedup-analysis"
19599
19600 - type: "plot"
19601   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19602   algorithm: "plot_tsa_name"
19603   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19604   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19605   include:
19606     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19607     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19608     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19609     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19610     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19611   layout:
19612     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
19613     layout: "plot-throughput-speedup-analysis"
19614
19615 - type: "plot"
19616   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19617   algorithm: "plot_tsa_name"
19618   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19619   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19620   include:
19621     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19622     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19623     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19624     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19625     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19626   layout:
19627     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
19628     layout: "plot-throughput-speedup-analysis"
19629
19630 - type: "plot"
19631   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19632   algorithm: "plot_tsa_name"
19633   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19634   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19635   include:
19636     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19637     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19638     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19639     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19640     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19641   layout:
19642     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
19643     layout: "plot-throughput-speedup-analysis"
19644
19645 - type: "plot"
19646   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19647   algorithm: "plot_tsa_name"
19648   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19649   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19650   include:
19651     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19652     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19653     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19654     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19655     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19656   layout:
19657     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
19658     layout: "plot-throughput-speedup-analysis"
19659
19660 - type: "plot"
19661   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19662   algorithm: "plot_tsa_name"
19663   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19664   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19665   include:
19666     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19667     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19668     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19669     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19670     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19671   layout:
19672     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
19673     layout: "plot-throughput-speedup-analysis"
19674
19675 - type: "plot"
19676   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19677   algorithm: "plot_tsa_name"
19678   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19679   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19680   include:
19681     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19682     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19683     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19684     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19685     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19686   layout:
19687     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
19688     layout: "plot-throughput-speedup-analysis"
19689
19690 - type: "plot"
19691   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19692   algorithm: "plot_tsa_name"
19693   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19694   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19695   include:
19696     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19697     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19698     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19699     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19700     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19701   layout:
19702     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19703     layout: "plot-throughput-speedup-analysis"
19704
19705 - type: "plot"
19706   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19707   algorithm: "plot_tsa_name"
19708   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19709   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19710   include:
19711     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19712     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19713     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19714     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19715     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19716   layout:
19717     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19718     layout: "plot-throughput-speedup-analysis"
19719
19720 - type: "plot"
19721   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19722   algorithm: "plot_tsa_name"
19723   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19724   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19725   include:
19726     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19727     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19728     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19729     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19730     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19731   layout:
19732     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19733     layout: "plot-throughput-speedup-analysis"
19734
19735 - type: "plot"
19736   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19737   algorithm: "plot_tsa_name"
19738   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19739   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19740   include:
19741     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19742     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19743     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19744     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19745     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19746     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19747   layout:
19748     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19749     layout: "plot-throughput-speedup-analysis"
19750
19751 - type: "plot"
19752   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19753   algorithm: "plot_tsa_name"
19754   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19755   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19756   include:
19757     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19758     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19759     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19760     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19761     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19762     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19763   layout:
19764     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19765     layout: "plot-throughput-speedup-analysis"
19766
19767 - type: "plot"
19768   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19769   algorithm: "plot_tsa_name"
19770   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19771   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19772   include:
19773     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19774     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19775     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19776     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19777   layout:
19778     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19779     layout: "plot-throughput-speedup-analysis"
19780
19781 - type: "plot"
19782   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19783   algorithm: "plot_tsa_name"
19784   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19785   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19786   include:
19787     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19788     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19789     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19790     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19791   layout:
19792     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19793     layout: "plot-throughput-speedup-analysis"
19794
19795 - type: "plot"
19796   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19797   algorithm: "plot_tsa_name"
19798   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19799   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19800   include:
19801     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19802     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19803     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19804     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19805     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19806     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19807   layout:
19808     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19809     layout: "plot-throughput-speedup-analysis"
19810
19811 - type: "plot"
19812   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19813   algorithm: "plot_tsa_name"
19814   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19815   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19816   include:
19817     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19818     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19819     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19820     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19821     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19822     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19823   layout:
19824     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19825     layout: "plot-throughput-speedup-analysis"
19826
19827 - type: "plot"
19828   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19829   algorithm: "plot_tsa_name"
19830   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19831   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19832   include:
19833     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19834     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19835     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19836     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19837   layout:
19838     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19839     layout: "plot-throughput-speedup-analysis"
19840
19841 - type: "plot"
19842   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19843   algorithm: "plot_tsa_name"
19844   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19845   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19846   include:
19847     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19848     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19849     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19850     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19851   layout:
19852     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19853     layout: "plot-throughput-speedup-analysis"
19854
19855 - type: "plot"
19856   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19857   algorithm: "plot_tsa_name"
19858   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19859   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19860   include:
19861     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19862     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19863     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19864     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19865     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19866     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19867   layout:
19868     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19869     layout: "plot-throughput-speedup-analysis"
19870
19871 - type: "plot"
19872   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19873   algorithm: "plot_tsa_name"
19874   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19875   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19876   include:
19877     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19878     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19879     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19880     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19881     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19882     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19883   layout:
19884     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19885     layout: "plot-throughput-speedup-analysis"
19886
19887 - type: "plot"
19888   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19889   algorithm: "plot_tsa_name"
19890   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19891   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19892   include:
19893     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19894     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19895     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19896     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19897   layout:
19898     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19899     layout: "plot-throughput-speedup-analysis"
19900
19901 - type: "plot"
19902   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19903   algorithm: "plot_tsa_name"
19904   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19905   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19906   include:
19907     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19908     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19909     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19910     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19911   layout:
19912     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19913     layout: "plot-throughput-speedup-analysis"
19914
19915 - type: "plot"
19916   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19917   algorithm: "plot_tsa_name"
19918   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19919   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19920   include:
19921     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19922     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19923     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19924     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19925     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19926   layout:
19927     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19928     layout: "plot-throughput-speedup-analysis"
19929
19930 - type: "plot"
19931   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19932   algorithm: "plot_tsa_name"
19933   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19934   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19935   include:
19936     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19937     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19938     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19939     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19940     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19941   layout:
19942     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19943     layout: "plot-throughput-speedup-analysis"
19944
19945 - type: "plot"
19946   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19947   algorithm: "plot_tsa_name"
19948   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19949   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19950   include:
19951     - "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"
19952     - "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"
19953     - "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"
19954     - "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"
19955     - "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"
19956   layout:
19957     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19958     layout: "plot-throughput-speedup-analysis"
19959
19960 - type: "plot"
19961   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19962   algorithm: "plot_tsa_name"
19963   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19964   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19965   include:
19966     - "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"
19967     - "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"
19968     - "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"
19969     - "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"
19970     - "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"
19971   layout:
19972     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19973     layout: "plot-throughput-speedup-analysis"
19974
19975 - type: "plot"
19976   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19977   algorithm: "plot_tsa_name"
19978   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19979   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19980   include:
19981     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19982     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19983     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19984     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19985     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19986   layout:
19987     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19988     layout: "plot-throughput-speedup-analysis"
19989
19990 - type: "plot"
19991   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19992   algorithm: "plot_tsa_name"
19993   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19994   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19995   include:
19996     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19997     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19998     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19999     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20000     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
20001   layout:
20002     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
20003     layout: "plot-throughput-speedup-analysis"
20004
20005 - type: "plot"
20006   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
20007   algorithm: "plot_tsa_name"
20008   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
20009   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20010   include:
20011     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20012     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20013     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20014     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20015     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
20016   layout:
20017     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
20018     layout: "plot-throughput-speedup-analysis"
20019
20020 - type: "plot"
20021   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
20022   algorithm: "plot_tsa_name"
20023   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
20024   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20025   include:
20026     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20027     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20028     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20029     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20030     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
20031   layout:
20032     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
20033     layout: "plot-throughput-speedup-analysis"
20034
20035 - type: "plot"
20036   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
20037   algorithm: "plot_tsa_name"
20038   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
20039   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20040   include:
20041     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20042     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20043     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20044     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20045   layout:
20046     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
20047     layout: "plot-throughput-speedup-analysis"
20048
20049 - type: "plot"
20050   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
20051   algorithm: "plot_tsa_name"
20052   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
20053   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20054   include:
20055     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20056     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20057     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20058     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20059   layout:
20060     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
20061     layout: "plot-throughput-speedup-analysis"
20062
20063 - type: "plot"
20064   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
20065   algorithm: "plot_tsa_name"
20066   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
20067   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20068   include:
20069     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20070     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20071     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20072     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20073   layout:
20074     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
20075     layout: "plot-throughput-speedup-analysis"
20076
20077 - type: "plot"
20078   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
20079   algorithm: "plot_tsa_name"
20080   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
20081   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20082   include:
20083     - "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"
20084     - "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"
20085     - "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"
20086     - "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"
20087   layout:
20088     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
20089     layout: "plot-throughput-speedup-analysis"
20090
20091 - type: "plot"
20092   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
20093   algorithm: "plot_tsa_name"
20094   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
20095   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20096   include:
20097     - "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"
20098     - "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"
20099     - "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"
20100     - "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"
20101     - "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"
20102     - "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"
20103   layout:
20104     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
20105     layout: "plot-throughput-speedup-analysis"
20106
20107 - type: "plot"
20108   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
20109   algorithm: "plot_tsa_name"
20110   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
20111   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20112   include:
20113     - "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"
20114     - "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"
20115     - "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"
20116     - "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"
20117     - "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"
20118     - "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"
20119   layout:
20120     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
20121     layout: "plot-throughput-speedup-analysis"
20122
20123 # Packet Throughput - DPDK
20124
20125 # 2n-clx-xxv710
20126
20127 - type: "plot"
20128   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
20129   algorithm: "plot_perf_box_name"
20130   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
20131   data: "plot-dpdk-throughput-latency-2n-clx"
20132   include:
20133     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20134     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20135   layout:
20136     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
20137     layout: "plot-throughput"
20138
20139 - type: "plot"
20140   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
20141   algorithm: "plot_perf_box_name"
20142   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
20143   data: "plot-dpdk-throughput-latency-2n-clx"
20144   include:
20145     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20146     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20147   layout:
20148     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
20149     layout: "plot-throughput"
20150
20151 - type: "plot"
20152   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
20153   algorithm: "plot_perf_box_name"
20154   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
20155   data: "plot-dpdk-throughput-latency-2n-clx"
20156   include:
20157     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20158     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20159   layout:
20160     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
20161     layout: "plot-throughput"
20162
20163 - type: "plot"
20164   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
20165   algorithm: "plot_perf_box_name"
20166   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
20167   data: "plot-dpdk-throughput-latency-2n-clx"
20168   include:
20169     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20170     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20171   layout:
20172     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
20173     layout: "plot-throughput"
20174
20175 # 2n-clx-x710
20176
20177 - type: "plot"
20178   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
20179   algorithm: "plot_perf_box_name"
20180   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
20181   data: "plot-dpdk-throughput-latency-2n-clx"
20182   include:
20183     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20184     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20185   layout:
20186     title: "2n-clx-x710-64b-2t1c-base-ndr"
20187     layout: "plot-throughput"
20188
20189 - type: "plot"
20190   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
20191   algorithm: "plot_perf_box_name"
20192   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
20193   data: "plot-dpdk-throughput-latency-2n-clx"
20194   include:
20195     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20196     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20197   layout:
20198     title: "2n-clx-x710-64b-4t2c-base-ndr"
20199     layout: "plot-throughput"
20200
20201 - type: "plot"
20202   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
20203   algorithm: "plot_perf_box_name"
20204   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
20205   data: "plot-dpdk-throughput-latency-2n-clx"
20206   include:
20207     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20208     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20209   layout:
20210     title: "2n-clx-x710-64b-2t1c-base-pdr"
20211     layout: "plot-throughput"
20212
20213 - type: "plot"
20214   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
20215   algorithm: "plot_perf_box_name"
20216   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
20217   data: "plot-dpdk-throughput-latency-2n-clx"
20218   include:
20219     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20220     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20221   layout:
20222     title: "2n-clx-x710-64b-4t2c-base-pdr"
20223     layout: "plot-throughput"
20224
20225 ###############################################################################
20226
20227 # 2n-zn2
20228
20229 # Packet Throughput
20230
20231 - type: "plot"
20232   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-avf-ndr"
20233   algorithm: "plot_perf_box_name"
20234   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-avf-ndr"
20235   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20236   include:
20237     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20238     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20239     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20240     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20241   layout:
20242     title: "2n-zn2-xxv710-64b-2t1c-memif-base-avf-ndr"
20243     layout: "plot-throughput"
20244
20245 - type: "plot"
20246   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-avf-pdr"
20247   algorithm: "plot_perf_box_name"
20248   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-avf-pdr"
20249   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20250   include:
20251     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20252     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20253     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20254     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20255   layout:
20256     title: "2n-zn2-xxv710-64b-2t1c-memif-base-avf-pdr"
20257     layout: "plot-throughput"
20258
20259 - type: "plot"
20260   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-ndr"
20261   algorithm: "plot_perf_box_name"
20262   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-ndr"
20263   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20264   include:
20265     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20266     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20267     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20268     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20269   layout:
20270     title: "2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-ndr"
20271     layout: "plot-throughput"
20272
20273 - type: "plot"
20274   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-pdr"
20275   algorithm: "plot_perf_box_name"
20276   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-pdr"
20277   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20278   include:
20279     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20280     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20281     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20282     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20283   layout:
20284     title: "2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-pdr"
20285     layout: "plot-throughput"
20286
20287 - type: "plot"
20288   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
20289   algorithm: "plot_perf_box_name"
20290   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
20291   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20292   include:
20293     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20294     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20295     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20296     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20297   layout:
20298     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
20299     layout: "plot-throughput"
20300
20301 - type: "plot"
20302   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
20303   algorithm: "plot_perf_box_name"
20304   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
20305   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20306   include:
20307     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20308     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20309     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20310     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20311   layout:
20312     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
20313     layout: "plot-throughput"
20314
20315 - type: "plot"
20316   title: "Throughput: 2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
20317   algorithm: "plot_perf_box_name"
20318   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
20319   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20320   include:
20321     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
20322     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20323     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20324     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20325     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20326     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20327   layout:
20328     title: "2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
20329     layout: "plot-throughput"
20330
20331 - type: "plot"
20332   title: "Throughput: 2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
20333   algorithm: "plot_perf_box_name"
20334   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
20335   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20336   include:
20337     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
20338     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20339     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20340     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20341     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20342     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20343   layout:
20344     title: "2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
20345     layout: "plot-throughput"
20346
20347 - type: "plot"
20348   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
20349   algorithm: "plot_perf_box_name"
20350   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
20351   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20352   include:
20353     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20354     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
20355     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
20356     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20357   layout:
20358     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
20359     layout: "plot-throughput"
20360
20361 - type: "plot"
20362   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
20363   algorithm: "plot_perf_box_name"
20364   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
20365   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20366   include:
20367     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20368     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
20369     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
20370     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20371   layout:
20372     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
20373     layout: "plot-throughput"
20374
20375 - type: "plot"
20376   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
20377   algorithm: "plot_perf_box_name"
20378   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
20379   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20380   include:
20381     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
20382     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
20383     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20384   layout:
20385     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
20386     layout: "plot-throughput"
20387
20388 - type: "plot"
20389   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
20390   algorithm: "plot_perf_box_name"
20391   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
20392   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20393   include:
20394     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
20395     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
20396     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20397   layout:
20398     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
20399     layout: "plot-throughput"
20400
20401 - type: "plot"
20402   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
20403   algorithm: "plot_perf_box_name"
20404   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
20405   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20406   include:
20407     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20408     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20409     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
20410     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
20411     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
20412   layout:
20413     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
20414     layout: "plot-throughput"
20415
20416 - type: "plot"
20417   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
20418   algorithm: "plot_perf_box_name"
20419   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
20420   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20421   include:
20422     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20423     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20424     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
20425     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
20426     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
20427   layout:
20428     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
20429     layout: "plot-throughput"
20430
20431 - type: "plot"
20432   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
20433   algorithm: "plot_perf_box_name"
20434   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
20435   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20436   include:
20437     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
20438     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
20439     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
20440   layout:
20441     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
20442     layout: "plot-throughput"
20443
20444 - type: "plot"
20445   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
20446   algorithm: "plot_perf_box_name"
20447   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
20448   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20449   include:
20450     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
20451     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
20452     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
20453   layout:
20454     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
20455     layout: "plot-throughput"
20456
20457 - type: "plot"
20458   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
20459   algorithm: "plot_perf_box_name"
20460   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
20461   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20462   include:
20463     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20464     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20465     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20466     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20467     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20468     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20469   layout:
20470     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
20471     layout: "plot-throughput"
20472
20473 - type: "plot"
20474   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
20475   algorithm: "plot_perf_box_name"
20476   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
20477   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20478   include:
20479     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20480     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20481     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20482     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20483     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20484     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20485   layout:
20486     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
20487     layout: "plot-throughput"
20488
20489 - type: "plot"
20490   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
20491   algorithm: "plot_perf_box_name"
20492   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
20493   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20494   include:
20495     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20496     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
20497     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
20498     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
20499     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
20500   layout:
20501     title: "2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
20502     layout: "plot-throughput"
20503
20504 #- type: "plot"
20505 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
20506 #  algorithm: "plot_perf_box_name"
20507 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
20508 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20509 #  include:
20510 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
20511 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
20512 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
20513 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
20514 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
20515 #  layout:
20516 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
20517 #    layout: "plot-throughput"
20518 #
20519 #- type: "plot"
20520 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
20521 #  algorithm: "plot_perf_box_name"
20522 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
20523 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20524 #  include:
20525 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20526 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20527 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20528 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20529 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20530 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20531 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20532 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20533 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20534 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20535 #  layout:
20536 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
20537 #    layout: "plot-cps"
20538 #
20539 #- type: "plot"
20540 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
20541 #  algorithm: "plot_perf_box_name"
20542 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
20543 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20544 #  include:
20545 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20546 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20547 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20548 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20549 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20550 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20551 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20552 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20553 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20554 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20555 #  layout:
20556 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
20557 #    layout: "plot-throughput"
20558 #
20559 #- type: "plot"
20560 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
20561 #  algorithm: "plot_perf_box_name"
20562 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
20563 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20564 #  include:
20565 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20566 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20567 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20568 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20569 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20570 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20571 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20572 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20573 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20574 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20575 #  layout:
20576 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
20577 #    layout: "plot-cps"
20578 #
20579 #- type: "plot"
20580 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
20581 #  algorithm: "plot_perf_box_name"
20582 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
20583 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20584 #  include:
20585 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20586 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20587 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20588 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20589 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20590 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20591 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20592 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20593 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20594 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20595 #  layout:
20596 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
20597 #    layout: "plot-throughput"
20598
20599 - type: "plot"
20600   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
20601   algorithm: "plot_perf_box_name"
20602   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
20603   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20604   include:
20605     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20606     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
20607     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
20608     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
20609     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
20610   layout:
20611     title: "2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
20612     layout: "plot-throughput"
20613
20614 #- type: "plot"
20615 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
20616 #  algorithm: "plot_perf_box_name"
20617 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
20618 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20619 #  include:
20620 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
20621 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
20622 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
20623 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
20624 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
20625 #  layout:
20626 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
20627 #    layout: "plot-throughput"
20628 #
20629 #- type: "plot"
20630 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
20631 #  algorithm: "plot_perf_box_name"
20632 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
20633 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20634 #  include:
20635 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20636 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20637 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20638 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20639 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20640 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20641 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20642 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20643 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20644 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20645 #  layout:
20646 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
20647 #    layout: "plot-cps"
20648 #
20649 #- type: "plot"
20650 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
20651 #  algorithm: "plot_perf_box_name"
20652 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
20653 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20654 #  include:
20655 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20656 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20657 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20658 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20659 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20660 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20661 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20662 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20663 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20664 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20665 #  layout:
20666 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
20667 #    layout: "plot-throughput"
20668 #
20669 #- type: "plot"
20670 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
20671 #  algorithm: "plot_perf_box_name"
20672 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
20673 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20674 #  include:
20675 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20676 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20677 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20678 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20679 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20680 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20681 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20682 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20683 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20684 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20685 #  layout:
20686 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
20687 #    layout: "plot-cps"
20688 #
20689 #- type: "plot"
20690 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
20691 #  algorithm: "plot_perf_box_name"
20692 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
20693 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20694 #  include:
20695 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20696 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20697 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20698 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20699 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20700 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20701 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20702 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20703 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20704 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20705 #  layout:
20706 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
20707 #    layout: "plot-throughput"
20708
20709 - type: "plot"
20710   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
20711   algorithm: "plot_perf_box_name"
20712   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
20713   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20714   include:
20715     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20716     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20721   layout:
20722     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
20723     layout: "plot-throughput"
20724
20725 - type: "plot"
20726   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
20727   algorithm: "plot_perf_box_name"
20728   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
20729   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20730   include:
20731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20736     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20737   layout:
20738     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
20739     layout: "plot-throughput"
20740
20741 - type: "plot"
20742   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ip4base-ndr"
20743   algorithm: "plot_perf_box_name"
20744   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ip4base-ndr"
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-ndr"
20751     layout: "plot-throughput"
20752
20753 - type: "plot"
20754   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ip4base-pdr"
20755   algorithm: "plot_perf_box_name"
20756   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ip4base-pdr"
20757   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20758   include:
20759     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
20760     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
20761   layout:
20762     title: "2n-zn2-cx556a-64b-2t1c-rdma-ip4base-pdr"
20763     layout: "plot-throughput"
20764
20765 - type: "plot"
20766   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
20767   algorithm: "plot_perf_box_name"
20768   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
20769   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20770   include:
20771     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
20772     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
20773     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
20774     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
20775     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
20776     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
20777   layout:
20778     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
20779     layout: "plot-throughput"
20780
20781 - type: "plot"
20782   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
20783   algorithm: "plot_perf_box_name"
20784   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
20785   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20786   include:
20787     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
20788     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
20789     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
20790     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
20791     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
20792     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
20793   layout:
20794     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
20795     layout: "plot-throughput"
20796
20797 - type: "plot"
20798   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20799   algorithm: "plot_perf_box_name"
20800   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20801   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20802   include:
20803     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20804     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20805     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20806     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20807     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20808     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20809   layout:
20810     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20811     layout: "plot-throughput"
20812
20813 - type: "plot"
20814   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
20815   algorithm: "plot_perf_box_name"
20816   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
20817   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20818   include:
20819     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20820     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20821     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20822     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20823     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20824     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20825   layout:
20826     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
20827     layout: "plot-throughput"
20828
20829 - type: "plot"
20830   title: "Throughput: 2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
20831   algorithm: "plot_perf_box_name"
20832   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
20833   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20834   include:
20835     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20836     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20837     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20838     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20839     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20840     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20841   layout:
20842     title: "2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
20843     layout: "plot-throughput"
20844
20845 - type: "plot"
20846   title: "Throughput: 2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
20847   algorithm: "plot_perf_box_name"
20848   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
20849   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20850   include:
20851     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20852     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20853     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20854     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20855     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20856     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20857   layout:
20858     title: "2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
20859     layout: "plot-throughput"
20860
20861 - type: "plot"
20862   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
20863   algorithm: "plot_perf_box_name"
20864   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
20865   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20866   include:
20867     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20868     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20869     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
20870     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
20871     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20872   layout:
20873     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
20874     layout: "plot-throughput"
20875
20876 - type: "plot"
20877   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
20878   algorithm: "plot_perf_box_name"
20879   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
20880   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20881   include:
20882     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20883     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20884     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
20885     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
20886     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20887   layout:
20888     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
20889     layout: "plot-throughput"
20890
20891 - type: "plot"
20892   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
20893   algorithm: "plot_perf_box_name"
20894   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
20895   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20896   include:
20897     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20898     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20899     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
20900     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
20901     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20902   layout:
20903     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
20904     layout: "plot-throughput"
20905
20906 - type: "plot"
20907   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
20908   algorithm: "plot_perf_box_name"
20909   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
20910   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20911   include:
20912     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20913     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20914     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
20915     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
20916     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20917   layout:
20918     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
20919     layout: "plot-throughput"
20920
20921 - type: "plot"
20922   title: "Throughput: 2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20923   algorithm: "plot_perf_box_name"
20924   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20925   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20926   include:
20927     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
20928     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
20929     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
20930     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
20931     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
20932   layout:
20933     title: "2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20934     layout: "plot-throughput"
20935
20936 - type: "plot"
20937   title: "Throughput: 2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20938   algorithm: "plot_perf_box_name"
20939   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20940   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20941   include:
20942     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
20943     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
20944     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
20945     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
20946     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
20947   layout:
20948     title: "2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20949     layout: "plot-throughput"
20950
20951 - type: "plot"
20952   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
20953   algorithm: "plot_perf_box_name"
20954   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
20955   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20956   include:
20957     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20958     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20959     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20960     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20961     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
20962   layout:
20963     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
20964     layout: "plot-throughput"
20965
20966 - type: "plot"
20967   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
20968   algorithm: "plot_perf_box_name"
20969   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
20970   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20971   include:
20972     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20973     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20974     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20975     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20976     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
20977   layout:
20978     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
20979     layout: "plot-throughput"
20980
20981 - type: "plot"
20982   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20983   algorithm: "plot_perf_box_name"
20984   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20985   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20986   include:
20987     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20988     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20989     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20990     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20991     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20992   layout:
20993     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20994     layout: "plot-throughput"
20995
20996 - type: "plot"
20997   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20998   algorithm: "plot_perf_box_name"
20999   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
21000   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21001   include:
21002     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
21003     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
21004     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
21005     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21006     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
21007   layout:
21008     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
21009     layout: "plot-throughput"
21010
21011 - type: "plot"
21012   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-ndr"
21013   algorithm: "plot_perf_box_name"
21014   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-ndr"
21015   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21016   include:
21017     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
21018     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21019     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21020     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
21021     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
21022     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
21023   layout:
21024     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-ndr"
21025     layout: "plot-throughput"
21026
21027 - type: "plot"
21028   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-pdr"
21029   algorithm: "plot_perf_box_name"
21030   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-pdr"
21031   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21032   include:
21033     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
21034     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21035     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21036     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
21037     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
21038     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
21039   layout:
21040     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-pdr"
21041     layout: "plot-throughput"
21042
21043 - type: "plot"
21044   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
21045   algorithm: "plot_perf_box_name"
21046   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
21047   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21048   include:
21049     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
21050     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
21051     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
21052     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
21053   layout:
21054     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
21055     layout: "plot-throughput"
21056
21057 - type: "plot"
21058   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
21059   algorithm: "plot_perf_box_name"
21060   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
21061   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21062   include:
21063     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
21064     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
21065     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
21066     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
21067   layout:
21068     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
21069     layout: "plot-throughput"
21070
21071 - type: "plot"
21072   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
21073   algorithm: "plot_perf_box_name"
21074   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
21075   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21076   include:
21077     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
21078     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
21079     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21080     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
21081     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
21082     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21083   layout:
21084     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
21085     layout: "plot-throughput"
21086
21087 - type: "plot"
21088   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
21089   algorithm: "plot_perf_box_name"
21090   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
21091   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21092   include:
21093     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
21094     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
21095     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21096     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
21097     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
21098     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21099   layout:
21100     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
21101     layout: "plot-throughput"
21102
21103 - type: "plot"
21104   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
21105   algorithm: "plot_perf_box_name"
21106   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
21107   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21108   include:
21109     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21110     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
21111     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
21112     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
21113   layout:
21114     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
21115     layout: "plot-throughput"
21116
21117 - type: "plot"
21118   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
21119   algorithm: "plot_perf_box_name"
21120   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
21121   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21122   include:
21123     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21124     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
21125     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
21126     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
21127   layout:
21128     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
21129     layout: "plot-throughput"
21130
21131 - type: "plot"
21132   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
21133   algorithm: "plot_perf_box_name"
21134   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
21135   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21136   include:
21137     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
21138     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
21139     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21140     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
21141     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
21142     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21143   layout:
21144     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
21145     layout: "plot-throughput"
21146
21147 - type: "plot"
21148   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
21149   algorithm: "plot_perf_box_name"
21150   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
21151   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21152   include:
21153     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
21154     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
21155     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21156     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
21157     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
21158     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21159   layout:
21160     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
21161     layout: "plot-throughput"
21162
21163 - type: "plot"
21164   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
21165   algorithm: "plot_perf_box_name"
21166   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
21167   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21168   include:
21169     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21170     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
21171     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
21172     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
21173   layout:
21174     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
21175     layout: "plot-throughput"
21176
21177 - type: "plot"
21178   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
21179   algorithm: "plot_perf_box_name"
21180   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
21181   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21182   include:
21183     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21184     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
21185     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
21186     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
21187   layout:
21188     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
21189     layout: "plot-throughput"
21190
21191 - type: "plot"
21192   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-ndr"
21193   algorithm: "plot_perf_box_name"
21194   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-ndr"
21195   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21196   include:
21197     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21198     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21199     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21200     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21201     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21202   layout:
21203     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-ndr"
21204     layout: "plot-throughput"
21205
21206 - type: "plot"
21207   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-pdr"
21208   algorithm: "plot_perf_box_name"
21209   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-pdr"
21210   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21211   include:
21212     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21213     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21214     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21215     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21216     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21217   layout:
21218     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-pdr"
21219     layout: "plot-throughput"
21220
21221 - type: "plot"
21222   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
21223   algorithm: "plot_perf_box_name"
21224   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
21225   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21226   include:
21227     - "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"
21228     - "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"
21229     - "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"
21230     - "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"
21231     - "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"
21232   layout:
21233     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
21234     layout: "plot-throughput"
21235
21236 - type: "plot"
21237   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
21238   algorithm: "plot_perf_box_name"
21239   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
21240   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21241   include:
21242     - "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"
21243     - "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"
21244     - "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"
21245     - "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"
21246     - "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"
21247   layout:
21248     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
21249     layout: "plot-throughput"
21250
21251 - type: "plot"
21252   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
21253   algorithm: "plot_perf_box_name"
21254   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
21255   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21256   include:
21257     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21258     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21259     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21260     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21261     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21262   layout:
21263     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
21264     layout: "plot-throughput"
21265
21266 - type: "plot"
21267   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
21268   algorithm: "plot_perf_box_name"
21269   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
21270   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21271   include:
21272     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21273     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21274     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21275     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21276     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21277   layout:
21278     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
21279     layout: "plot-throughput"
21280
21281 - type: "plot"
21282   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
21283   algorithm: "plot_perf_box_name"
21284   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
21285   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21286   include:
21287     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21288     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21289     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21290     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21291     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
21292   layout:
21293     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
21294     layout: "plot-throughput"
21295
21296 - type: "plot"
21297   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
21298   algorithm: "plot_perf_box_name"
21299   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
21300   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21301   include:
21302     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21303     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21304     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21305     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21306     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
21307   layout:
21308     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
21309     layout: "plot-throughput"
21310
21311 - type: "plot"
21312   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
21313   algorithm: "plot_perf_box_name"
21314   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
21315   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21316   include:
21317     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21318     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21319     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21320     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21321   layout:
21322     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
21323     layout: "plot-throughput"
21324
21325 - type: "plot"
21326   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
21327   algorithm: "plot_perf_box_name"
21328   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
21329   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21330   include:
21331     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21332     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21333     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21334     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21335   layout:
21336     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
21337     layout: "plot-throughput"
21338
21339 - type: "plot"
21340   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
21341   algorithm: "plot_perf_box_name"
21342   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
21343   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21344   include:
21345     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21346     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21347     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21348     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21349   layout:
21350     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
21351     layout: "plot-throughput"
21352
21353 - type: "plot"
21354   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
21355   algorithm: "plot_perf_box_name"
21356   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
21357   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21358   include:
21359     - "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"
21360     - "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"
21361     - "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"
21362     - "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"
21363   layout:
21364     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
21365     layout: "plot-throughput"
21366
21367 - type: "plot"
21368   title: "Throughput: 2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
21369   algorithm: "plot_perf_box_name"
21370   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
21371   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21372   include:
21373     - "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"
21374     - "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"
21375     - "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"
21376     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
21377     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
21378     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
21379   layout:
21380     title: "2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
21381     layout: "plot-throughput"
21382
21383 - type: "plot"
21384   title: "Throughput: 2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
21385   algorithm: "plot_perf_box_name"
21386   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
21387   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21388   include:
21389     - "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"
21390     - "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"
21391     - "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"
21392     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
21393     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
21394     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
21395   layout:
21396     title: "2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
21397     layout: "plot-throughput"
21398
21399 ################################################################################
21400
21401 # Packet Speedup
21402
21403 - type: "plot"
21404   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-avf-ndr-tsa"
21405   algorithm: "plot_tsa_name"
21406   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-avf-ndr-tsa"
21407   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21408   include:
21409     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21410     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21411     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21412     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21413   layout:
21414     title: "2n-zn2-xxv710-64b-memif-base-avf-ndr"
21415     layout: "plot-throughput-speedup-analysis"
21416
21417 - type: "plot"
21418   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-avf-pdr-tsa"
21419   algorithm: "plot_tsa_name"
21420   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-avf-pdr-tsa"
21421   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21422   include:
21423     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21424     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21425     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21426     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21427   layout:
21428     title: "2n-zn2-xxv710-64b-memif-base-avf-pdr"
21429     layout: "plot-throughput-speedup-analysis"
21430
21431 - type: "plot"
21432   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-dpdk-ndr-tsa"
21433   algorithm: "plot_tsa_name"
21434   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-dpdk-ndr-tsa"
21435   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21436   include:
21437     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21438     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21439     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21440     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21441   layout:
21442     title: "2n-zn2-xxv710-64b-memif-base-dpdk-ndr"
21443     layout: "plot-throughput-speedup-analysis"
21444
21445 - type: "plot"
21446   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-dpdk-pdr-tsa"
21447   algorithm: "plot_tsa_name"
21448   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-dpdk-pdr-tsa"
21449   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21450   include:
21451     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21452     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21453     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21454     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21455   layout:
21456     title: "2n-zn2-xxv710-64b-memif-base-dpdk-pdr"
21457     layout: "plot-throughput-speedup-analysis"
21458
21459 - type: "plot"
21460   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
21461   algorithm: "plot_tsa_name"
21462   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
21463   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21464   include:
21465     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21466     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21467     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21468     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21469   layout:
21470     title: "2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
21471     layout: "plot-throughput-speedup-analysis"
21472
21473 - type: "plot"
21474   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
21475   algorithm: "plot_tsa_name"
21476   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
21477   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21478   include:
21479     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21480     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21481     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21482     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21483   layout:
21484     title: "2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
21485     layout: "plot-throughput-speedup-analysis"
21486
21487 - type: "plot"
21488   title: "Speedup: 2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
21489   algorithm: "plot_tsa_name"
21490   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
21491   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21492   include:
21493     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
21494     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21495     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21496     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21497     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21498     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21499   layout:
21500     title: "2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
21501     layout: "plot-throughput-speedup-analysis"
21502
21503 - type: "plot"
21504   title: "Speedup: 2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
21505   algorithm: "plot_tsa_name"
21506   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
21507   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21508   include:
21509     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
21510     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21511     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21512     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21513     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21514     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21515   layout:
21516     title: "2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
21517     layout: "plot-throughput-speedup-analysis"
21518
21519 - type: "plot"
21520   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
21521   algorithm: "plot_tsa_name"
21522   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
21523   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21524   include:
21525     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21526     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
21527     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
21528     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21529   layout:
21530     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-avf-ndr"
21531     layout: "plot-throughput-speedup-analysis"
21532
21533 - type: "plot"
21534   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
21535   algorithm: "plot_tsa_name"
21536   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
21537   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21538   include:
21539     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21540     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
21541     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
21542     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21543   layout:
21544     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-avf-pdr"
21545     layout: "plot-throughput-speedup-analysis"
21546
21547 - type: "plot"
21548   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
21549   algorithm: "plot_tsa_name"
21550   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
21551   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21552   include:
21553     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
21554     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
21555     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21556   layout:
21557     title: "2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
21558     layout: "plot-throughput-speedup-analysis"
21559
21560 - type: "plot"
21561   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
21562   algorithm: "plot_tsa_name"
21563   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
21564   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21565   include:
21566     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
21567     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
21568     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21569   layout:
21570     title: "2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
21571     layout: "plot-throughput-speedup-analysis"
21572
21573 - type: "plot"
21574   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
21575   algorithm: "plot_tsa_name"
21576   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
21577   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21578   include:
21579     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21580     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21581     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
21582     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
21583     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
21584   layout:
21585     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
21586     layout: "plot-throughput-speedup-analysis"
21587
21588 - type: "plot"
21589   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
21590   algorithm: "plot_tsa_name"
21591   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
21592   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21593   include:
21594     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21595     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21596     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
21597     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
21598     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
21599   layout:
21600     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
21601     layout: "plot-throughput-speedup-analysis"
21602
21603 - type: "plot"
21604   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
21605   algorithm: "plot_tsa_name"
21606   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
21607   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21608   include:
21609     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
21610     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
21611     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
21612   layout:
21613     title: "2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
21614     layout: "plot-throughput-speedup-analysis"
21615
21616 - type: "plot"
21617   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
21618   algorithm: "plot_tsa_name"
21619   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
21620   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21621   include:
21622     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
21623     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
21624     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
21625   layout:
21626     title: "2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
21627     layout: "plot-throughput-speedup-analysis"
21628
21629 - type: "plot"
21630   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
21631   algorithm: "plot_tsa_name"
21632   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
21633   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21634   include:
21635     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21636     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21637     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21638     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21639     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21640     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21641   layout:
21642     title: "2n-zn2-xxv710-64b-features-ip4routing-base-avf-ndr"
21643     layout: "plot-throughput-speedup-analysis"
21644
21645 - type: "plot"
21646   title: "Speedup: 2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
21647   algorithm: "plot_tsa_name"
21648   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
21649   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21650   include:
21651     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21652     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
21653     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
21654     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
21655     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
21656   layout:
21657     title: "2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
21658     layout: "plot-throughput-speedup-analysis"
21659
21660 #- type: "plot"
21661 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
21662 #  algorithm: "plot_tsa_name"
21663 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
21664 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21665 #  include:
21666 #    - "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"
21667 #    - "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"
21668 #    - "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"
21669 #    - "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"
21670 #    - "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"
21671 #  layout:
21672 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
21673 #    layout: "plot-throughput-speedup-analysis"
21674 #
21675 #- type: "plot"
21676 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
21677 #  algorithm: "plot_tsa_name"
21678 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
21679 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21680 #  include:
21681 #    - "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"
21682 #    - "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"
21683 #    - "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"
21684 #    - "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"
21685 #    - "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"
21686 #    - "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"
21687 #    - "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"
21688 #    - "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"
21689 #    - "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"
21690 #    - "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"
21691 #  layout:
21692 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
21693 #    layout: "plot-throughput-speedup-analysis-cps"
21694 #
21695 #- type: "plot"
21696 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
21697 #  algorithm: "plot_tsa_name"
21698 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
21699 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21700 #  include:
21701 #    - "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"
21702 #    - "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"
21703 #    - "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"
21704 #    - "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"
21705 #    - "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"
21706 #    - "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"
21707 #    - "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"
21708 #    - "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"
21709 #    - "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"
21710 #    - "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"
21711 #  layout:
21712 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
21713 #    layout: "plot-throughput-speedup-analysis"
21714 #
21715 #- type: "plot"
21716 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
21717 #  algorithm: "plot_tsa_name"
21718 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
21719 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21720 #  include:
21721 #    - "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"
21722 #    - "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"
21723 #    - "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"
21724 #    - "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"
21725 #    - "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"
21726 #    - "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"
21727 #    - "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"
21728 #    - "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"
21729 #    - "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"
21730 #    - "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"
21731 #  layout:
21732 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
21733 #    layout: "plot-throughput-speedup-analysis-cps"
21734 #
21735 #- type: "plot"
21736 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
21737 #  algorithm: "plot_tsa_name"
21738 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
21739 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21740 #  include:
21741 #    - "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"
21742 #    - "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"
21743 #    - "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"
21744 #    - "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"
21745 #    - "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"
21746 #    - "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"
21747 #    - "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"
21748 #    - "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"
21749 #    - "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"
21750 #    - "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"
21751 #  layout:
21752 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
21753 #    layout: "plot-throughput-speedup-analysis"
21754
21755 - type: "plot"
21756   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
21757   algorithm: "plot_tsa_name"
21758   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
21759   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21760   include:
21761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21765     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21766     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21767   layout:
21768     title: "2n-zn2-xxv710-64b-features-ip4routing-base-avf-pdr"
21769     layout: "plot-throughput-speedup-analysis"
21770
21771 - type: "plot"
21772   title: "Speedup: 2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
21773   algorithm: "plot_tsa_name"
21774   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
21775   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21776   include:
21777     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21778     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
21779     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
21780     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
21781     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
21782   layout:
21783     title: "2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
21784     layout: "plot-throughput-speedup-analysis"
21785
21786 #- type: "plot"
21787 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
21788 #  algorithm: "plot_tsa_name"
21789 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
21790 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21791 #  include:
21792 #    - "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"
21793 #    - "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"
21794 #    - "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"
21795 #    - "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"
21796 #    - "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"
21797 #  layout:
21798 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
21799 #    layout: "plot-throughput-speedup-analysis"
21800 #
21801 #- type: "plot"
21802 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
21803 #  algorithm: "plot_tsa_name"
21804 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
21805 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21806 #  include:
21807 #    - "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"
21808 #    - "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"
21809 #    - "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"
21810 #    - "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"
21811 #    - "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"
21812 #    - "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"
21813 #    - "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"
21814 #    - "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"
21815 #    - "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"
21816 #    - "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"
21817 #  layout:
21818 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
21819 #    layout: "plot-throughput-speedup-analysis-cps"
21820 #
21821 #- type: "plot"
21822 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
21823 #  algorithm: "plot_tsa_name"
21824 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
21825 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21826 #  include:
21827 #    - "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"
21828 #    - "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"
21829 #    - "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"
21830 #    - "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"
21831 #    - "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"
21832 #    - "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"
21833 #    - "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"
21834 #    - "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"
21835 #    - "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"
21836 #    - "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"
21837 #  layout:
21838 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
21839 #    layout: "plot-throughput-speedup-analysis"
21840 #
21841 #- type: "plot"
21842 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
21843 #  algorithm: "plot_tsa_name"
21844 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
21845 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21846 #  include:
21847 #    - "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"
21848 #    - "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"
21849 #    - "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"
21850 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
21851 #    - "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"
21852 #    - "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"
21853 #    - "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"
21854 #    - "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"
21855 #    - "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"
21856 #    - "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"
21857 #  layout:
21858 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
21859 #    layout: "plot-throughput-speedup-analysis-cps"
21860 #
21861 #- type: "plot"
21862 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
21863 #  algorithm: "plot_tsa_name"
21864 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
21865 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21866 #  include:
21867 #    - "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"
21868 #    - "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"
21869 #    - "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"
21870 #    - "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"
21871 #    - "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"
21872 #    - "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"
21873 #    - "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"
21874 #    - "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"
21875 #    - "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"
21876 #    - "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"
21877 #  layout:
21878 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
21879 #    layout: "plot-throughput-speedup-analysis"
21880
21881 - type: "plot"
21882   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
21883   algorithm: "plot_tsa_name"
21884   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
21885   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21886   include:
21887     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21888     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21889     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21890     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21891     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21893   layout:
21894     title: "2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-ndr"
21895     layout: "plot-throughput-speedup-analysis"
21896
21897 - type: "plot"
21898   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
21899   algorithm: "plot_tsa_name"
21900   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
21901   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21902   include:
21903     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21904     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21906     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21907     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21908     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21909   layout:
21910     title: "2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-pdr"
21911     layout: "plot-throughput-speedup-analysis"
21912
21913 - type: "plot"
21914   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ip4base-ndr-tsa"
21915   algorithm: "plot_tsa_name"
21916   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ip4base-ndr-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-ndr"
21923     layout: "plot-throughput-speedup-analysis"
21924
21925 - type: "plot"
21926   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ip4base-pdr-tsa"
21927   algorithm: "plot_tsa_name"
21928   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ip4base-pdr-tsa"
21929   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21930   include:
21931     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
21932     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
21933   layout:
21934     title: "2n-zn2-cx556a-64b-rdma-ip4base-pdr"
21935     layout: "plot-throughput-speedup-analysis"
21936
21937 - type: "plot"
21938   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
21939   algorithm: "plot_tsa_name"
21940   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
21941   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21942   include:
21943     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
21944     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
21945     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
21946     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
21947     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
21948     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
21949   layout:
21950     title: "2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-ndr"
21951     layout: "plot-throughput-speedup-analysis"
21952
21953 - type: "plot"
21954   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
21955   algorithm: "plot_tsa_name"
21956   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
21957   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21958   include:
21959     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
21960     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
21961     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
21962     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
21963     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
21964     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
21965   layout:
21966     title: "2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-pdr"
21967     layout: "plot-throughput-speedup-analysis"
21968
21969 - type: "plot"
21970   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-features-ndr-tsa"
21971   algorithm: "plot_tsa_name"
21972   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-features-ndr-tsa"
21973   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21974   include:
21975     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21976     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21977     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21978     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21979     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21980     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21981   layout:
21982     title: "2n-zn2-cx556a-64b-rdma-ethip4-features-ndr"
21983     layout: "plot-throughput-speedup-analysis"
21984
21985 - type: "plot"
21986   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-features-pdr-tsa"
21987   algorithm: "plot_tsa_name"
21988   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-features-pdr-tsa"
21989   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21990   include:
21991     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21992     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21993     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21994     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21995     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21996     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21997   layout:
21998     title: "2n-zn2-cx556a-64b-rdma-ethip4-features-pdr"
21999     layout: "plot-throughput-speedup-analysis"
22000
22001 - type: "plot"
22002   title: "Speedup: 2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
22003   algorithm: "plot_tsa_name"
22004   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
22005   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22006   include:
22007     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
22008     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
22009     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
22010     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
22011     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
22012     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
22013   layout:
22014     title: "2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
22015     layout: "plot-throughput-speedup-analysis"
22016
22017 - type: "plot"
22018   title: "Speedup: 2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
22019   algorithm: "plot_tsa_name"
22020   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
22021   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22022   include:
22023     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
22024     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
22025     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
22026     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
22027     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
22028     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
22029   layout:
22030     title: "2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
22031     layout: "plot-throughput-speedup-analysis"
22032
22033 - type: "plot"
22034   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
22035   algorithm: "plot_tsa_name"
22036   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
22037   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22038   include:
22039     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
22040     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
22041     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
22042     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
22043     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
22044   layout:
22045     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-avf-ndr"
22046     layout: "plot-throughput-speedup-analysis"
22047
22048 - type: "plot"
22049   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
22050   algorithm: "plot_tsa_name"
22051   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
22052   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22053   include:
22054     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
22055     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
22056     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
22057     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
22058     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
22059   layout:
22060     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-avf-pdr"
22061     layout: "plot-throughput-speedup-analysis"
22062
22063 - type: "plot"
22064   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
22065   algorithm: "plot_tsa_name"
22066   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
22067   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22068   include:
22069     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
22070     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
22071     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
22072     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
22073     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
22074   layout:
22075     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
22076     layout: "plot-throughput-speedup-analysis"
22077
22078 - type: "plot"
22079   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
22080   algorithm: "plot_tsa_name"
22081   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
22082   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22083   include:
22084     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
22085     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
22086     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
22087     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
22088     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
22089   layout:
22090     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
22091     layout: "plot-throughput-speedup-analysis"
22092
22093 - type: "plot"
22094   title: "Speedup: 2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
22095   algorithm: "plot_tsa_name"
22096   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
22097   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22098   include:
22099     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
22100     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
22101     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
22102     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
22103     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
22104   layout:
22105     title: "2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-ndr"
22106     layout: "plot-throughput-speedup-analysis"
22107
22108 - type: "plot"
22109   title: "Speedup: 2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
22110   algorithm: "plot_tsa_name"
22111   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
22112   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22113   include:
22114     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
22115     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
22116     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
22117     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
22118     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
22119   layout:
22120     title: "2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-pdr"
22121     layout: "plot-throughput-speedup-analysis"
22122
22123 - type: "plot"
22124   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-avf-ndr-tsa"
22125   algorithm: "plot_tsa_name"
22126   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-avf-ndr-tsa"
22127   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22128   include:
22129     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22130     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22131     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22132     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22133     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22134   layout:
22135     title: "2n-zn2-x710-64b-l2switching-base-scale-avf-ndr"
22136     layout: "plot-throughput-speedup-analysis"
22137
22138 - type: "plot"
22139   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-avf-pdr-tsa"
22140   algorithm: "plot_tsa_name"
22141   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-avf-pdr-tsa"
22142   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22143   include:
22144     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22145     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22146     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22147     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22148     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22149   layout:
22150     title: "2n-zn2-x710-64b-l2switching-base-scale-avf-pdr"
22151     layout: "plot-throughput-speedup-analysis"
22152
22153 - type: "plot"
22154   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
22155   algorithm: "plot_tsa_name"
22156   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
22157   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22158   include:
22159     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22160     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22161     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22162     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22163     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22164   layout:
22165     title: "2n-zn2-x710-64b-l2switching-base-scale-dpdk-ndr"
22166     layout: "plot-throughput-speedup-analysis"
22167
22168 - type: "plot"
22169   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22170   algorithm: "plot_tsa_name"
22171   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22172   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22173   include:
22174     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22175     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22176     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22177     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22178     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22179   layout:
22180     title: "2n-zn2-x710-64b-l2switching-base-scale-dpdk-pdr"
22181     layout: "plot-throughput-speedup-analysis"
22182
22183 - type: "plot"
22184   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-avf-ndr-tsa"
22185   algorithm: "plot_tsa_name"
22186   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-avf-ndr-tsa"
22187   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22188   include:
22189     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
22190     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22191     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22192     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22193     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22194     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22195   layout:
22196     title: "2n-zn2-xxv710-64b-l2switching-base-avf-ndr"
22197     layout: "plot-throughput-speedup-analysis"
22198
22199 - type: "plot"
22200   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-avf-pdr-tsa"
22201   algorithm: "plot_tsa_name"
22202   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-avf-pdr-tsa"
22203   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22204   include:
22205     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
22206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22209     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22210     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22211   layout:
22212     title: "2n-zn2-xxv710-64b-l2switching-base-avf-pdr"
22213     layout: "plot-throughput-speedup-analysis"
22214
22215 - type: "plot"
22216   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
22217   algorithm: "plot_tsa_name"
22218   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
22219   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22220   include:
22221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
22223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
22224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22225   layout:
22226     title: "2n-zn2-xxv710-64b-l2switching-base-scale-avf-ndr"
22227     layout: "plot-throughput-speedup-analysis"
22228
22229 - type: "plot"
22230   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
22231   algorithm: "plot_tsa_name"
22232   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
22233   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22234   include:
22235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22236     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
22237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
22238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22239   layout:
22240     title: "2n-zn2-xxv710-64b-l2switching-base-scale-avf-pdr"
22241     layout: "plot-throughput-speedup-analysis"
22242
22243 - type: "plot"
22244   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
22245   algorithm: "plot_tsa_name"
22246   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
22247   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22248   include:
22249     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
22250     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22251     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22252     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22253     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22254     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22255   layout:
22256     title: "2n-zn2-xxv710-64b-l2switching-base-dpdk-ndr"
22257     layout: "plot-throughput-speedup-analysis"
22258
22259 - type: "plot"
22260   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
22261   algorithm: "plot_tsa_name"
22262   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
22263   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22264   include:
22265     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
22266     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22267     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22268     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22269     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22270     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22271   layout:
22272     title: "2n-zn2-xxv710-64b-l2switching-base-dpdk-pdr"
22273     layout: "plot-throughput-speedup-analysis"
22274
22275 - type: "plot"
22276   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
22277   algorithm: "plot_tsa_name"
22278   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
22279   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22280   include:
22281     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22282     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
22283     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
22284     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22285   layout:
22286     title: "2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-ndr"
22287     layout: "plot-throughput-speedup-analysis"
22288
22289 - type: "plot"
22290   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22291   algorithm: "plot_tsa_name"
22292   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22293   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22294   include:
22295     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22296     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
22297     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
22298     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22299   layout:
22300     title: "2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-pdr"
22301     layout: "plot-throughput-speedup-analysis"
22302
22303 - type: "plot"
22304   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-base-ndr-tsa"
22305   algorithm: "plot_tsa_name"
22306   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-base-ndr-tsa"
22307   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22308   include:
22309     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
22310     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
22311     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22312     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
22313     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
22314     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22315   layout:
22316     title: "2n-zn2-cx556a-64b-rdma-l2switching-base-ndr"
22317     layout: "plot-throughput-speedup-analysis"
22318
22319 - type: "plot"
22320   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-base-pdr-tsa"
22321   algorithm: "plot_tsa_name"
22322   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-base-pdr-tsa"
22323   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22324   include:
22325     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
22326     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
22327     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22328     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
22329     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
22330     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22331   layout:
22332     title: "2n-zn2-cx556a-64b-rdma-l2switching-base-pdr"
22333     layout: "plot-throughput-speedup-analysis"
22334
22335 - type: "plot"
22336   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
22337   algorithm: "plot_tsa_name"
22338   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
22339   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22340   include:
22341     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22342     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
22343     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
22344     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
22345   layout:
22346     title: "2n-zn2-cx556a-64b-rdma-l2switching-scale-ndr"
22347     layout: "plot-throughput-speedup-analysis"
22348
22349 - type: "plot"
22350   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
22351   algorithm: "plot_tsa_name"
22352   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
22353   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22354   include:
22355     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22356     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
22357     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
22358     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
22359   layout:
22360     title: "2n-zn2-cx556a-64b-rdma-l2switching-scale-pdr"
22361     layout: "plot-throughput-speedup-analysis"
22362
22363 - type: "plot"
22364   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-ndr"
22365   algorithm: "plot_tsa_name"
22366   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-ndr-tsa"
22367   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22368   include:
22369     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22370     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22371     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22372     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22373     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22374   layout:
22375     title: "2n-zn2-xxv710-64b-vhost-base-avf-ndr"
22376     layout: "plot-throughput-speedup-analysis"
22377
22378 - type: "plot"
22379   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-pdr"
22380   algorithm: "plot_tsa_name"
22381   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-pdr-tsa"
22382   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22383   include:
22384     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22385     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22386     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22387     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22388     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22389   layout:
22390     title: "2n-zn2-xxv710-64b-vhost-base-avf-pdr"
22391     layout: "plot-throughput-speedup-analysis"
22392
22393 - type: "plot"
22394   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-vpp-ndr"
22395   algorithm: "plot_tsa_name"
22396   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
22397   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22398   include:
22399     - "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"
22400     - "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"
22401     - "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"
22402     - "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"
22403     - "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"
22404   layout:
22405     title: "2n-zn2-xxv710-64b-vhost-base-avf-vpp-ndr"
22406     layout: "plot-throughput-speedup-analysis"
22407
22408 - type: "plot"
22409   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-vpp-pdr"
22410   algorithm: "plot_tsa_name"
22411   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
22412   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22413   include:
22414     - "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"
22415     - "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"
22416     - "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"
22417     - "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"
22418     - "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"
22419   layout:
22420     title: "2n-zn2-xxv710-64b-vhost-base-avf-vpp-pdr"
22421     layout: "plot-throughput-speedup-analysis"
22422
22423 - type: "plot"
22424   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-ndr"
22425   algorithm: "plot_tsa_name"
22426   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-ndr-tsa"
22427   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22428   include:
22429     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22430     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22431     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22432     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22433     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22434   layout:
22435     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-ndr"
22436     layout: "plot-throughput-speedup-analysis"
22437
22438 - type: "plot"
22439   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-pdr"
22440   algorithm: "plot_tsa_name"
22441   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-pdr-tsa"
22442   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22443   include:
22444     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22445     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22446     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22447     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22448     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22449   layout:
22450     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-pdr"
22451     layout: "plot-throughput-speedup-analysis"
22452
22453 - type: "plot"
22454   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-ndr"
22455   algorithm: "plot_tsa_name"
22456   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
22457   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22458   include:
22459     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22460     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22461     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22462     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22463     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
22464   layout:
22465     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-ndr"
22466     layout: "plot-throughput-speedup-analysis"
22467
22468 - type: "plot"
22469   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-pdr"
22470   algorithm: "plot_tsa_name"
22471   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
22472   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22473   include:
22474     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22475     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22476     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22477     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22478     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
22479   layout:
22480     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-pdr"
22481     layout: "plot-throughput-speedup-analysis"
22482
22483 - type: "plot"
22484   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
22485   algorithm: "plot_tsa_name"
22486   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
22487   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22488   include:
22489     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22490     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22491     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22492     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22493   layout:
22494     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-base-ndr"
22495     layout: "plot-throughput-speedup-analysis"
22496
22497 - type: "plot"
22498   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
22499   algorithm: "plot_tsa_name"
22500   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
22501   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22502   include:
22503     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22504     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22505     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22506     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22507   layout:
22508     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-base-pdr"
22509     layout: "plot-throughput-speedup-analysis"
22510
22511 - type: "plot"
22512   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
22513   algorithm: "plot_tsa_name"
22514   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
22515   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22516   include:
22517     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22518     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22519     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22520     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22521   layout:
22522     title: "2n-zn2-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
22523     layout: "plot-throughput-speedup-analysis"
22524
22525 - type: "plot"
22526   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
22527   algorithm: "plot_tsa_name"
22528   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
22529   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22530   include:
22531     - "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"
22532     - "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"
22533     - "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"
22534     - "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"
22535   layout:
22536     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
22537     layout: "plot-throughput-speedup-analysis"
22538
22539 - type: "plot"
22540   title: "Speedup: 2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
22541   algorithm: "plot_tsa_name"
22542   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
22543   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22544   include:
22545     - "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"
22546     - "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"
22547     - "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"
22548     - "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"
22549     - "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"
22550     - "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"
22551   layout:
22552     title: "2n-zn2-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
22553     layout: "plot-throughput-speedup-analysis"
22554
22555 - type: "plot"
22556   title: "Speedup: 2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
22557   algorithm: "plot_tsa_name"
22558   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
22559   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22560   include:
22561     - "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"
22562     - "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"
22563     - "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"
22564     - "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"
22565     - "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"
22566     - "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"
22567   layout:
22568     title: "2n-zn2-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
22569     layout: "plot-throughput-speedup-analysis"
22570
22571 # Packet Throughput - DPDK
22572
22573 # 2n-zn2-xxv710
22574
22575 - type: "plot"
22576   title: "DPDK Throughput: 2n-zn2-xxv710-64b-2t1c-base-ndr"
22577   algorithm: "plot_perf_box_name"
22578   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-2t1c-base-ndr"
22579   data: "plot-dpdk-throughput-latency-2n-zn2"
22580   include:
22581     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22582     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22583   layout:
22584     title: "2n-zn2-xxv710-64b-2t1c-base-ndr"
22585     layout: "plot-throughput"
22586
22587 - type: "plot"
22588   title: "DPDK Throughput: 2n-zn2-xxv710-64b-4t2c-base-ndr"
22589   algorithm: "plot_perf_box_name"
22590   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-4t2c-base-ndr"
22591   data: "plot-dpdk-throughput-latency-2n-zn2"
22592   include:
22593     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22594     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22595   layout:
22596     title: "2n-zn2-xxv710-64b-4t2c-base-ndr"
22597     layout: "plot-throughput"
22598
22599 - type: "plot"
22600   title: "DPDK Throughput: 2n-zn2-xxv710-64b-2t1c-base-pdr"
22601   algorithm: "plot_perf_box_name"
22602   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-2t1c-base-pdr"
22603   data: "plot-dpdk-throughput-latency-2n-zn2"
22604   include:
22605     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22606     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22607   layout:
22608     title: "2n-zn2-xxv710-64b-2t1c-base-pdr"
22609     layout: "plot-throughput"
22610
22611 - type: "plot"
22612   title: "DPDK Throughput: 2n-zn2-xxv710-64b-4t2c-base-pdr"
22613   algorithm: "plot_perf_box_name"
22614   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-4t2c-base-pdr"
22615   data: "plot-dpdk-throughput-latency-2n-zn2"
22616   include:
22617     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22618     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22619   layout:
22620     title: "2n-zn2-xxv710-64b-4t2c-base-pdr"
22621     layout: "plot-throughput"
22622
22623 # 2n-zn2-x710
22624
22625 - type: "plot"
22626   title: "DPDK Throughput: 2n-zn2-x710-64b-2t1c-base-ndr"
22627   algorithm: "plot_perf_box_name"
22628   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-2t1c-base-ndr"
22629   data: "plot-dpdk-throughput-latency-2n-zn2"
22630   include:
22631     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22632     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22633   layout:
22634     title: "2n-zn2-x710-64b-2t1c-base-ndr"
22635     layout: "plot-throughput"
22636
22637 - type: "plot"
22638   title: "DPDK Throughput: 2n-zn2-x710-64b-4t2c-base-ndr"
22639   algorithm: "plot_perf_box_name"
22640   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-4t2c-base-ndr"
22641   data: "plot-dpdk-throughput-latency-2n-zn2"
22642   include:
22643     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22644     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22645   layout:
22646     title: "2n-zn2-x710-64b-4t2c-base-ndr"
22647     layout: "plot-throughput"
22648
22649 - type: "plot"
22650   title: "DPDK Throughput: 2n-zn2-x710-64b-2t1c-base-pdr"
22651   algorithm: "plot_perf_box_name"
22652   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-2t1c-base-pdr"
22653   data: "plot-dpdk-throughput-latency-2n-zn2"
22654   include:
22655     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22656     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22657   layout:
22658     title: "2n-zn2-x710-64b-2t1c-base-pdr"
22659     layout: "plot-throughput"
22660
22661 - type: "plot"
22662   title: "DPDK Throughput: 2n-zn2-x710-64b-4t2c-base-pdr"
22663   algorithm: "plot_perf_box_name"
22664   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-4t2c-base-pdr"
22665   data: "plot-dpdk-throughput-latency-2n-zn2"
22666   include:
22667     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22668     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22669   layout:
22670     title: "2n-zn2-x710-64b-4t2c-base-pdr"
22671     layout: "plot-throughput"
22672
22673 ################################################################################
22674
22675 - type: "plot"
22676   title: "Latency by percentile: 2n-skx"
22677   algorithm: "plot_hdrh_lat_by_percentile"
22678   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
22679   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
22680   target-links: "../../_static/vpp"
22681   data: "plot-vpp-hdrh-lat-2n-skx"
22682   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22683   layout:
22684     layout: "plot-hdrh-latency-by-percentile"
22685
22686 - type: "plot"
22687   title: "Latency by percentile: 2n-skx-nat44"
22688   algorithm: "plot_hdrh_lat_by_percentile"
22689   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
22690   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
22691   target-links: "../../_static/vpp"
22692   data: "plot-vpp-hdrh-lat-2n-skx-nat44"
22693   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22694   layout:
22695     layout: "plot-hdrh-latency-by-percentile"
22696
22697 - type: "plot"
22698   title: "Latency by percentile: 2n-zn2"
22699   algorithm: "plot_hdrh_lat_by_percentile"
22700   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-zn2"
22701   output-file-links: "{DIR[LAT,VPP]}/2n_zn2.rst"
22702   target-links: "../../_static/vpp"
22703   data: "plot-vpp-hdrh-lat-2n-zn2"
22704   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22705   layout:
22706     layout: "plot-hdrh-latency-by-percentile"
22707
22708 - type: "plot"
22709   title: "Latency by percentile: 3n-skx"
22710   algorithm: "plot_hdrh_lat_by_percentile"
22711   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
22712   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
22713   target-links: "../../_static/vpp"
22714   data: "plot-vpp-hdrh-lat-3n-skx"
22715   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22716   layout:
22717     layout: "plot-hdrh-latency-by-percentile"
22718
22719 - type: "plot"
22720   title: "Latency by percentile: 2n-clx"
22721   algorithm: "plot_hdrh_lat_by_percentile"
22722   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
22723   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
22724   target-links: "../../_static/vpp"
22725   data: "plot-vpp-hdrh-lat-2n-clx"
22726   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22727   layout:
22728     layout: "plot-hdrh-latency-by-percentile"
22729
22730 - type: "plot"
22731   title: "Latency by percentile: 2n-clx-nat44"
22732   algorithm: "plot_hdrh_lat_by_percentile"
22733   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
22734   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
22735   target-links: "../../_static/vpp"
22736   data: "plot-vpp-hdrh-lat-2n-clx-nat44"
22737   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22738   layout:
22739     layout: "plot-hdrh-latency-by-percentile"
22740
22741 - type: "plot"
22742   title: "Latency by percentile: 3n-hsw"
22743   algorithm: "plot_hdrh_lat_by_percentile"
22744   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
22745   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
22746   target-links: "../../_static/vpp"
22747   data: "plot-vpp-hdrh-lat-3n-hsw"
22748   filter: "'1T1C' and 'NIC_Intel-XL710'"
22749   layout:
22750     layout: "plot-hdrh-latency-by-percentile"
22751
22752 - type: "plot"
22753   title: "Latency by percentile: 3n-tsh"
22754   algorithm: "plot_hdrh_lat_by_percentile"
22755   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
22756   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
22757   target-links: "../../_static/vpp"
22758   data: "plot-vpp-hdrh-lat-3n-tsh"
22759   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
22760   layout:
22761     layout: "plot-hdrh-latency-by-percentile"
22762
22763 - type: "plot"
22764   title: "Latency by percentile: DPDK 2n-skx"
22765   algorithm: "plot_hdrh_lat_by_percentile"
22766   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
22767   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
22768   target-links: "../../_static/dpdk"
22769   data: "plot-dpdk-hdrh-lat-2n-skx"
22770   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22771   layout:
22772     layout: "plot-hdrh-latency-by-percentile"
22773
22774 - type: "plot"
22775   title: "Latency by percentile: DPDK 3n-skx"
22776   algorithm: "plot_hdrh_lat_by_percentile"
22777   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
22778   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
22779   target-links: "../../_static/dpdk"
22780   data: "plot-dpdk-hdrh-lat-3n-skx"
22781   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22782   layout:
22783     layout: "plot-hdrh-latency-by-percentile"
22784
22785 - type: "plot"
22786   title: "Latency by percentile: DPDK 2n-clx"
22787   algorithm: "plot_hdrh_lat_by_percentile"
22788   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
22789   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
22790   target-links: "../../_static/dpdk"
22791   data: "plot-dpdk-hdrh-lat-2n-clx"
22792   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22793   layout:
22794     layout: "plot-hdrh-latency-by-percentile"
22795
22796 - type: "plot"
22797   title: "Latency by percentile: DPDK 2n-zn2"
22798   algorithm: "plot_hdrh_lat_by_percentile"
22799   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-zn2"
22800   output-file-links: "{DIR[LAT,DPDK]}/2n_zn2.rst"
22801   target-links: "../../_static/dpdk"
22802   data: "plot-dpdk-hdrh-lat-2n-zn2"
22803   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22804   layout:
22805     layout: "plot-hdrh-latency-by-percentile"
22806
22807 - type: "plot"
22808   title: "Latency by percentile: DPDK 3n-hsw"
22809   algorithm: "plot_hdrh_lat_by_percentile"
22810   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
22811   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
22812   target-links: "../../_static/dpdk"
22813   data: "plot-dpdk-hdrh-lat-3n-hsw"
22814   filter: "'1T1C' and 'NIC_Intel-XL710'"
22815   layout:
22816     layout: "plot-hdrh-latency-by-percentile"
22817
22818 - type: "plot"
22819   title: "Latency by percentile: DPDK 3n-tsh"
22820   algorithm: "plot_hdrh_lat_by_percentile"
22821   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
22822   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
22823   target-links: "../../_static/dpdk"
22824   data: "plot-dpdk-hdrh-lat-3n-tsh"
22825   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
22826   layout:
22827     layout: "plot-hdrh-latency-by-percentile"