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
344     plot-vpp-hdrh-lat-2n-zn2:
345       csit-vpp-perf-report-iterative-2009-2n-zn2:
346         - 18  # rls2009 NDRPDR iter env 5
347
348     plot-dpdk-throughput-latency-2n-zn2:
349       csit-dpdk-perf-report-iterative-2009-2n-zn2:
350         - 16  # NDRPDR iter env5
351         - 21  # NDRPDR iter env5
352         - 22  # NDRPDR iter env5
353         - 23  # NDRPDR iter env5
354         - 24  # NDRPDR iter env5
355         - 25  # NDRPDR iter env5
356         - 29  # NDRPDR iter env5
357
358     plot-dpdk-hdrh-lat-2n-zn2:
359       csit-dpdk-perf-report-iterative-2009-2n-zn2:
360         - 16  # NDRPDR iter env5
361
362     # 2n-clx
363
364     plot-vpp-throughput-lat-tsa-2n-clx:
365       csit-vpp-perf-report-iterative-2009-2n-clx:
366         - 36  # rls2009 NDRPDR iter env 5
367         - 39  # rls2009 NDRPDR iter env 5
368         - 40  # rls2009 NDRPDR iter env 5
369         - 65  # rls2009 NDRPDR iter env 5
370         - 66  # rls2009 NDRPDR iter env 5
371         - 79  # rls2009 NDRPDR iter env 5
372         - 82  # rls2009 NDRPDR iter env 5
373         - 88  # rls2009 NDRPDR iter env 5
374         - 89  # rls2009 NDRPDR iter env 5
375         - 90  # rls2009 NDRPDR iter env 5
376         - 114 # rls2009 NDRPDR iter NAT44 env 5
377         - 115 # rls2009 NDRPDR iter NAT44 env 5
378         - 116 # rls2009 NDRPDR iter NAT44 env 5
379         - 117 # rls2009 NDRPDR iter NAT44 env 5
380         - 118 # rls2009 NDRPDR iter NAT44 env 5
381         - 119 # rls2009 NDRPDR iter NAT44 env 5
382         - 121 # rls2009 NDRPDR iter NAT44 env 5
383         - 122 # rls2009 NDRPDR iter NAT44 env 5
384         - 123 # rls2009 NDRPDR iter NAT44 env 5
385         - 126 # rls2009 NDRPDR iter NAT44 env 5
386
387     plot-vpp-hdrh-lat-2n-clx:
388       csit-vpp-perf-report-iterative-2009-2n-clx:
389         - 36  # rls2009 NDRPDR iter env 5
390
391     plot-vpp-hdrh-lat-2n-clx-nat44:
392       csit-vpp-perf-report-iterative-2009-2n-clx:
393         - 123 # rls2009 NDRPDR iter NAT44 env 5
394
395     plot-vpp-nfv-2n-clx-ndrpdr:
396       csit-vpp-perf-report-iterative-2009-2n-clx:
397         - 37  # rls2009 nf-density iter env 5
398         - 43  # rls2009 nf-density iter env 5
399         - 69  # rls2009 nf-density iter env 5
400         - 70  # rls2009 nf-density iter env 5
401         - 71  # rls2009 nf-density iter env 5
402         - 72  # rls2009 nf-density iter env 5
403         - 73  # rls2009 nf-density iter env 5
404         - 74  # rls2009 nf-density iter env 5
405         - 75  # rls2009 nf-density iter env 5
406         - 76  # rls2009 nf-density iter env 5
407
408     plot-vpp-nfv-2n-clx-mrr:
409       csit-vpp-perf-report-iterative-2009-2n-clx:
410         - 45  # rls2009 MRR nf-density iter env 5
411
412     plot-vpp-nfv-reconf-2n-clx:
413       csit-vpp-perf-report-iterative-2009-2n-clx:
414         - 25  # rls2009 reconf env 5
415         - 27  # rls2009 reconf env 5
416         - 28  # rls2009 reconf env 5
417         - 29  # rls2009 reconf env 5
418         - 30  # rls2009 reconf env 5
419         - 30  # rls2009 reconf env 5
420         - 32  # rls2009 reconf env 5
421         - 48  # rls2009 reconf env 5
422         - 53  # rls2009 reconf env 5
423         - 68  # rls2009 reconf env 5
424
425     plot-vpp-soak-2n-clx:
426       csit-vpp-perf-report-iterative-2009-2n-clx:
427         - 33  # rls2009 soak env 5
428         - 34  # rls2009 soak env 5
429
430     plot-dpdk-throughput-latency-2n-clx:
431       csit-dpdk-perf-report-iterative-2009-2n-clx:
432         - 4   # NDRPDR iter env5
433         - 5   # NDRPDR iter env5
434         - 6   # NDRPDR iter env5
435         - 7   # NDRPDR iter env5
436         - 8   # NDRPDR iter env5
437         - 9   # NDRPDR iter env5
438         - 10  # NDRPDR iter env5
439         - 11  # NDRPDR iter env5
440         - 12  # NDRPDR iter env5
441         - 13  # NDRPDR iter env5
442
443     plot-dpdk-hdrh-lat-2n-clx:
444       csit-dpdk-perf-report-iterative-2009-2n-clx:
445         - 4   # NDRPDR iter env5
446
447     # 3n-tsh
448
449     plot-vpp-throughput-lat-tsa-3n-tsh:
450       csit-vpp-perf-report-iterative-2009-3n-tsh:
451         - 14  # rls2009 NDRPDR iter env 5
452         - 20  # rls2009 NDRPDR iter env 5
453         - 21  # rls2009 NDRPDR iter env 5
454         - 22  # rls2009 NDRPDR iter env 5
455         - 23  # rls2009 NDRPDR iter env 5
456         - 28  # rls2009 NDRPDR iter env 5
457         - 30  # rls2009 NDRPDR iter env 5
458         - 33  # rls2009 NDRPDR iter env 5
459         - 38  # rls2009 NDRPDR iter env 5
460         - 41  # rls2009 NDRPDR iter env 5
461
462     plot-vpp-hdrh-lat-3n-tsh:
463       csit-vpp-perf-report-iterative-2009-3n-tsh:
464         - 14  # rls2009 NDRPDR iter env 5
465
466     plot-dpdk-throughput-latency-3n-tsh:
467       csit-dpdk-perf-report-iterative-2009-3n-tsh:
468         - 1   # NDRPDR iter env5
469         - 2   # NDRPDR iter env5
470         - 3   # NDRPDR iter env5
471         - 4   # NDRPDR iter env5
472         - 5   # NDRPDR iter env5
473         - 6   # NDRPDR iter env5
474         - 7   # NDRPDR iter env5
475         - 9   # NDRPDR iter env5
476         - 10  # NDRPDR iter env5
477         - 11  # NDRPDR iter env5
478
479     plot-dpdk-hdrh-lat-3n-tsh:
480       csit-dpdk-perf-report-iterative-2009-3n-tsh:
481         - 1   # NDRPDR iter env5
482
483     # 3n-dnv
484
485     plot-vpp-throughput-lat-tsa-3n-dnv:
486       csit-vpp-perf-report-iterative-2009-3n-dnv:
487         - 3   # rls2009 NDRPDR iter env 5
488         - 6   # rls2009 NDRPDR iter env 5
489         - 7   # rls2009 NDRPDR iter env 5
490         - 8   # rls2009 NDRPDR iter env 5
491         - 10  # rls2009 NDRPDR iter env 5
492         - 11  # rls2009 NDRPDR iter env 5
493         - 12  # rls2009 NDRPDR iter env 5
494         - 14  # rls2009 NDRPDR iter env 5
495         - 15  # rls2009 NDRPDR iter env 5
496         - 24  # rls2009 NDRPDR iter env 5
497
498 #    plot-dpdk-throughput-latency-3n-dnv:
499 #      # No data
500 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
501
502     # 2n-dnv
503
504     plot-vpp-throughput-lat-tsa-2n-dnv:
505       csit-vpp-perf-report-iterative-2009-2n-dnv:
506         - 3   # rls2009 NDRPDR iter env 5
507         - 5   # rls2009 NDRPDR iter env 5
508         - 6   # rls2009 NDRPDR iter env 5
509         - 7   # rls2009 NDRPDR iter env 5
510         - 9   # rls2009 NDRPDR iter env 5
511         - 10  # rls2009 NDRPDR iter env 5
512         - 11  # rls2009 NDRPDR iter env 5
513         - 12  # rls2009 NDRPDR iter env 5
514         - 14  # rls2009 NDRPDR iter env 5
515         - 15  # rls2009 NDRPDR iter env 5
516
517 #    plot-dpdk-throughput-latency-2n-dnv:
518 #      # No data
519 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
520
521     ###########################################################################
522     # Simple tables (only one data set):
523
524     # NIC Comparisons
525
526     vpp-nic-comparison-3n-skx:
527       csit-vpp-perf-report-iterative-2009-3n-skx:
528         - 26  # rls2009 NDRPDR iter env 5
529         - 27  # rls2009 NDRPDR iter env 5
530         - 28  # rls2009 NDRPDR iter env 5
531         - 29  # rls2009 NDRPDR iter env 5
532         - 35  # rls2009 NDRPDR iter env 5
533         - 36  # rls2009 NDRPDR iter env 5
534         - 37  # rls2009 NDRPDR iter env 5
535         - 38  # rls2009 NDRPDR iter env 5
536         - 39  # rls2009 NDRPDR iter env 5
537         - 40  # rls2009 NDRPDR iter env 5
538
539     vpp-nic-comparison-2n-skx:
540       csit-vpp-perf-report-iterative-2009-2n-skx:
541         - 35  # rls2009 NDRPDR iter env 5
542         - 36  # rls2009 NDRPDR iter env 5
543         - 37  # rls2009 NDRPDR iter env 5
544         - 39  # rls2009 NDRPDR iter env 5
545         - 40  # rls2009 NDRPDR iter env 5
546         - 42  # rls2009 NDRPDR iter env 5
547         - 43  # rls2009 NDRPDR iter env 5
548         - 44  # rls2009 NDRPDR iter env 5
549         - 46  # rls2009 NDRPDR iter env 5
550         - 48  # rls2009 NDRPDR iter env 5
551         - 110 # rls2009 NDRPDR iter NAT44 env 5
552         - 111 # rls2009 NDRPDR iter NAT44 env 5
553         - 112 # rls2009 NDRPDR iter NAT44 env 5
554         - 113 # rls2009 NDRPDR iter NAT44 env 5
555         - 114 # rls2009 NDRPDR iter NAT44 env 5
556         - 115 # rls2009 NDRPDR iter NAT44 env 5
557         - 116 # rls2009 NDRPDR iter NAT44 env 5
558         - 118 # rls2009 NDRPDR iter NAT44 env 5
559         - 119 # rls2009 NDRPDR iter NAT44 env 5
560         - 121 # rls2009 NDRPDR iter NAT44 env 5
561
562     vpp-nic-comparison-3n-skx-mrr:
563       csit-vpp-perf-report-iterative-2009-3n-skx:
564         - 24  # rls2009 MRR iter env 5
565
566     vpp-nic-comparison-2n-skx-mrr:
567       csit-vpp-perf-report-iterative-2009-2n-skx:
568         - 120 # rls2009 MRR iter env 5
569
570     # Results
571
572     vpp-perf-results-3n-hsw:
573       csit-vpp-perf-report-coverage-2009-3n-hsw:
574         - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
575         - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
576         - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
577         - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
578         - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
579         - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
580         - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
581         - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
582         - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
583         - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
584         - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
585         - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
586         - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
587         - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
588         - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
589         - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
590         - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
591         - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
592         - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
593         - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
594         - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
595         - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
596         - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
597         - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
598         - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
599         - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
600         - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
601         - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
602         - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
603         - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
604         - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
605         - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
606         - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
607         - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
608         - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
609
610     vpp-perf-results-3n-skx:
611       csit-vpp-perf-report-coverage-2009-3n-skx:
612         - 36  # rls2009 NDRPDR cov 3n-skx-crypto-00
613         - 3   # rls2009 NDRPDR cov 3n-skx-crypto-01
614         - 4   # rls2009 NDRPDR cov 3n-skx-crypto-02
615         - 37  # rls2009 NDRPDR cov 3n-skx-crypto-03
616         - 6   # rls2009 NDRPDR cov 3n-skx-ip4-00
617         - 7   # rls2009 NDRPDR cov 3n-skx-ip4-01
618         - 8   # rls2009 NDRPDR cov 3n-skx-ip4-02
619         - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
620         - 10  # rls2009 NDRPDR cov 3n-skx-ip4-04
621         - 38  # rls2009 NDRPDR cov 3n-skx-ip4-05
622         - 12  # rls2009 NDRPDR cov 3n-skx-ip4-06
623         - 39  # rls2009 NDRPDR cov 3n-skx-ip4-07
624         - 14  # rls2009 NDRPDR cov 3n-skx-ip4tun-00
625         - 15  # rls2009 NDRPDR cov 3n-skx-ip4tun-01
626         - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
627         - 40  # rls2009 NDRPDR cov 3n-skx-ip6-00
628         - 18  # rls2009 NDRPDR cov 3n-skx-ip6-01
629         - 19  # rls2009 NDRPDR cov 3n-skx-ip6tun-00
630         - 20  # rls2009 NDRPDR cov 3n-skx-l2-00
631         - 21  # rls2009 NDRPDR cov 3n-skx-l2-01
632         - 22  # rls2009 NDRPDR cov 3n-skx-l2-02
633         - 23  # rls2009 NDRPDR cov 3n-skx-l2-03
634         - 24  # rls2009 NDRPDR cov 3n-skx-l2-04
635         - 41  # rls2009 NDRPDR cov 3n-skx-l2-05
636         - 42  # rls2009 NDRPDR cov 3n-skx-l2-06
637         - 43  # rls2009 NDRPDR cov 3n-skx-l2-07
638         - 28  # rls2009 NDRPDR cov 3n-skx-l2-08
639         - 44  # rls2009 NDRPDR cov 3n-skx-l2-09
640         - 45  # rls2009 NDRPDR cov 3n-skx-l2-10
641         - 46  # rls2009 NDRPDR cov 3n-skx-memif-00
642         - 47  # rls2009 NDRPDR cov 3n-skx-srv6-00
643         - 48  # rls2009 NDRPDR cov 3n-skx-srv6-01
644         - 49  # rls2009 NDRPDR cov 3n-skx-vhost-00
645         - 50  # rls2009 NDRPDR cov 3n-skx-vhost-01
646         - 51  # rls2009 NDRPDR cov 3n-skx-vhost-02
647         - 54  # rls2009 NDRPDR cov 3n-skx-vhost-03
648
649     vpp-perf-results-2n-skx:
650       csit-vpp-perf-report-coverage-2009-2n-skx:
651         - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
652         - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
653         - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
654         - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
655         - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
656         - 31  # rls2009 NDRPDR cov 2n-skx-ip4-05
657         - 32  # rls2009 NDRPDR cov 2n-skx-ip4-06
658         - 33  # rls2009 NDRPDR cov 2n-skx-ip4-07
659         - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
660         - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
661         - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
662         - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
663         - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
664         - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
665         - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
666         - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
667         - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
668
669     vpp-perf-results-2n-zn2:
670       csit-vpp-perf-report-iterative-2009-2n-zn2:
671         - 18  # rls2009 NDRPDR iter env 5
672
673     vpp-perf-results-2n-clx:
674       csit-vpp-perf-report-coverage-2009-2n-clx:
675         - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
676         - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
677         - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
678         - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
679         - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
680         - 23  # rls2009 NDRPDR cov 2n-clx-ip4-05
681         - 24  # rls2009 NDRPDR cov 2n-clx-ip4-06
682         - 25  # rls2009 NDRPDR cov 2n-clx-ip4-07
683         - 22  # rls2009 NDRPDR cov 2n-clx-ip6-00
684         - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
685         - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
686         - 21  # rls2009 NDRPDR cov 2n-clx-l2-01
687         - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
688         - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
689         - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
690         - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
691         - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
692
693     vpp-perf-results-3n-tsh:
694       csit-vpp-perf-report-iterative-2009-3n-tsh:
695         - 14  # rls2009 NDRPDR iter env 5
696
697     vpp-perf-results-3n-dnv:
698       csit-vpp-perf-report-coverage-2009-3n-dnv:
699         - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
700         - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
701         - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
702         - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
703         - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
704         - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
705         - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
706         - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
707         - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
708
709     vpp-perf-results-2n-dnv:
710       csit-vpp-perf-report-coverage-2009-2n-dnv:
711         - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
712         - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
713         - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
714         - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
715         - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
716         - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
717
718     vpp-mrr-results-3n-hsw:
719       csit-vpp-perf-report-iterative-2009-3n-hsw:
720         - 23  # rls2009 MRR iter env 5
721
722     vpp-mrr-results-3n-skx:
723       csit-vpp-perf-report-iterative-2009-3n-skx:
724         - 24  # rls2009 MRR iter env 5
725
726     vpp-mrr-results-2n-skx:
727       csit-vpp-perf-report-iterative-2009-2n-skx:
728         - 120 # rls2009 MRR iter env 5
729
730     vpp-mrr-results-2n-zn2:
731       csit-vpp-perf-report-iterative-2009-2n-zn2:
732         - 15  # rls2009 MRR iter env 5
733
734     vpp-mrr-results-2n-clx:
735       csit-vpp-perf-report-iterative-2009-2n-clx:
736         - 125 # rls2009 MRR iter env 5
737
738     vpp-mrr-results-3n-tsh:
739       csit-vpp-perf-report-iterative-2009-3n-tsh:
740         - 15  # rls2009 MRR iter env 5
741
742     vpp-mrr-results-3n-dnv:
743       csit-vpp-perf-report-iterative-2009-3n-dnv:
744         - 22  # rls2009 MRR iter env 5
745
746     vpp-mrr-results-2n-dnv:
747       csit-vpp-perf-report-iterative-2009-2n-dnv:
748         - 13  # rls2009 MRR iter env 5
749
750     vpp-device-results-ubuntu:
751       csit-vpp-device-2009-ubuntu1804-1n-skx:
752         - 131 # rls2009 env 5
753
754     dpdk-perf-results-3n-hsw:
755       csit-dpdk-perf-report-iterative-2009-3n-hsw:
756         - 6   # NDRPDR iter env5
757
758     dpdk-perf-results-3n-skx:
759       csit-dpdk-perf-report-iterative-2009-3n-skx:
760         - 4   # NDRPDR sel env5
761
762     dpdk-perf-results-2n-skx:
763       csit-dpdk-perf-report-iterative-2009-2n-skx:
764         - 4   # NDRPDR iter env5
765
766     dpdk-perf-results-2n-zn2:
767       csit-dpdk-perf-report-iterative-2009-2n-zn2:
768         - 16  # NDRPDR iter env5
769
770     dpdk-perf-results-2n-clx:
771       csit-dpdk-perf-report-iterative-2009-2n-clx:
772         - 4   # NDRPDR iter env5
773
774 #    dpdk-perf-results-2n-dnv:
775 #      # No data
776 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
777
778 #    dpdk-perf-results-3n-dnv:
779 #      # No data
780 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
781
782     dpdk-perf-results-3n-tsh:
783       csit-dpdk-perf-report-iterative-2009-3n-tsh:
784         - 1   # NDRPDR iter env5
785
786 ###########################################################################
787     # Tables (more than one data set)
788
789     # Performance changes
790
791     vpp-performance-changes-3n-hsw-h1:
792       csit-vpp-perf-report-iterative-2005-3n-hsw:
793         - 31  # NDRPDR sel 2001.0-4
794         - 32  # NDRPDR sel 2001.0-4
795         - 33  # NDRPDR sel 2001.0-4
796         - 34  # NDRPDR sel 2001.0-4
797         - 35  # NDRPDR sel 2001.0-4
798         - 36  # NDRPDR sel 2001.0-4
799         - 38  # NDRPDR sel 2001.0-4
800     vpp-performance-changes-3n-hsw-ref-env4:
801       csit-vpp-perf-report-iterative-2005-3n-hsw:
802         - 20  # NDRPDR sel env 4
803         - 21  # NDRPDR sel env 4
804         - 22  # NDRPDR sel env 4
805         - 23  # NDRPDR sel env 4
806         - 24  # NDRPDR sel env 4
807         - 25  # NDRPDR sel env 4
808         - 26  # NDRPDR sel env 4
809         - 27  # NDRPDR sel env 4
810         - 28  # NDRPDR sel env 4
811         - 29  # NDRPDR sel env 4
812     vpp-performance-changes-3n-hsw-ref-env5:
813       csit-vpp-perf-report-iterative-2009-3n-hsw:
814         - 9   # rls2005 NDRPDR iter env 5
815         - 10  # rls2005 NDRPDR iter env 5
816         - 11  # rls2005 NDRPDR iter env 5
817         - 12  # rls2005 NDRPDR iter env 5
818         - 13  # rls2005 NDRPDR iter env 5
819         - 14  # rls2005 NDRPDR iter env 5
820         - 15  # rls2005 NDRPDR iter env 5
821         - 16  # rls2005 NDRPDR iter env 5
822         - 17  # rls2005 NDRPDR iter env 5
823         - 19  # rls2005 NDRPDR iter env 5
824     vpp-performance-changes-3n-hsw-cmp:
825       csit-vpp-perf-report-iterative-2009-3n-hsw:
826         - 21  # rls2009 NDRPDR iter env 5
827         - 22  # rls2009 NDRPDR iter env 5
828         - 24  # rls2009 NDRPDR iter env 5
829         - 25  # rls2009 NDRPDR iter env 5
830         - 26  # rls2009 NDRPDR iter env 5
831         - 27  # rls2009 NDRPDR iter env 5
832         - 28  # rls2009 NDRPDR iter env 5
833         - 29  # rls2009 NDRPDR iter env 5
834         - 30  # rls2009 NDRPDR iter env 5
835         - 31  # rls2009 NDRPDR iter env 5
836
837     vpp-performance-changes-3n-skx-h1:
838       csit-vpp-perf-report-iterative-2005-3n-skx:
839         - 50  # NDRPDR sel 2001.0-4
840         - 51  # NDRPDR sel 2001.0-4
841         - 52  # NDRPDR sel 2001.0-4
842         - 53  # NDRPDR sel 2001.0-4
843         - 54  # NDRPDR sel 2001.0-4
844     vpp-performance-changes-3n-skx-ref-env4:
845       csit-vpp-perf-report-iterative-2005-3n-skx:
846         - 42  # NDRPDR sel env 4
847         - 43  # NDRPDR sel env 4
848         - 44  # NDRPDR sel env 4
849         - 45  # NDRPDR sel env 4
850         - 47  # NDRPDR sel env 4
851         - 55  # NDRPDR sel env 4
852         - 56  # NDRPDR sel env 4
853         - 57  # NDRPDR sel env 4
854         - 61  # NDRPDR sel env 4
855         - 62  # NDRPDR sel env 4
856     vpp-performance-changes-3n-skx-ref-env5:
857       csit-vpp-perf-report-iterative-2009-3n-skx:
858         - 13  # rls2005 NDRPDR iter env 5
859         - 18  # rls2005 NDRPDR iter env 5
860         - 19  # rls2005 NDRPDR iter env 5
861         - 41  # rls2005 NDRPDR iter env 5
862         - 43  # rls2005 NDRPDR iter env 5
863         - 44  # rls2005 NDRPDR iter env 5
864         - 45  # rls2005 NDRPDR iter env 5
865         - 46  # rls2005 NDRPDR iter env 5
866         - 48  # rls2005 NDRPDR iter env 5
867         - 49  # rls2005 NDRPDR iter env 5
868     vpp-performance-changes-3n-skx-cmp:
869       csit-vpp-perf-report-iterative-2009-3n-skx:
870         - 26  # rls2009 NDRPDR iter env 5
871         - 27  # rls2009 NDRPDR iter env 5
872         - 28  # rls2009 NDRPDR iter env 5
873         - 29  # rls2009 NDRPDR iter env 5
874         - 35  # rls2009 NDRPDR iter env 5
875         - 36  # rls2009 NDRPDR iter env 5
876         - 37  # rls2009 NDRPDR iter env 5
877         - 38  # rls2009 NDRPDR iter env 5
878         - 39  # rls2009 NDRPDR iter env 5
879         - 40  # rls2009 NDRPDR iter env 5
880
881     vpp-performance-changes-2n-skx-h1:
882       csit-vpp-perf-report-iterative-2005-2n-skx:
883         - 100 # NDRPDR sel 2001.0-4
884         - 101 # NDRPDR sel 2001.0-4
885         - 102 # NDRPDR sel 2001.0-4
886         - 103 # NDRPDR sel 2001.0-4
887         - 104 # NDRPDR sel 2001.0-4
888         - 105 # NDRPDR sel 2001.0-4
889     vpp-performance-changes-2n-skx-ref-env4:
890       csit-vpp-perf-report-iterative-2005-2n-skx:
891         - 88  # NDRPDR sel env 4
892         - 89  # NDRPDR sel env 4
893         - 90  # NDRPDR sel env 4
894         - 91  # NDRPDR sel env 4
895         - 92  # NDRPDR sel env 4
896         - 93  # NDRPDR sel env 4
897         - 94  # NDRPDR sel env 4
898         - 125 # NDRPDR sel env 4
899         - 126 # NDRPDR sel env 4
900         - 127 # NDRPDR sel env 4
901     vpp-performance-changes-2n-skx-ref-env5:
902       csit-vpp-perf-report-iterative-2009-2n-skx:
903         - 13  # rls2005 NDRPDR iter env 5
904         - 16  # rls2005 NDRPDR iter env 5
905         - 17  # rls2005 NDRPDR iter env 5
906         - 18  # rls2005 NDRPDR iter env 5
907         - 19  # rls2005 NDRPDR iter env 5
908         - 21  # rls2005 NDRPDR iter env 5
909         - 22  # rls2005 NDRPDR iter env 5
910         - 23  # rls2005 NDRPDR iter env 5
911         - 24  # rls2005 NDRPDR iter env 5
912         - 25  # rls2005 NDRPDR iter env 5
913     vpp-performance-changes-2n-skx-cmp:
914       csit-vpp-perf-report-iterative-2009-2n-skx:
915         - 35  # rls2009 NDRPDR iter env 5
916         - 36  # rls2009 NDRPDR iter env 5
917         - 37  # rls2009 NDRPDR iter env 5
918         - 39  # rls2009 NDRPDR iter env 5
919         - 40  # rls2009 NDRPDR iter env 5
920         - 42  # rls2009 NDRPDR iter env 5
921         - 43  # rls2009 NDRPDR iter env 5
922         - 44  # rls2009 NDRPDR iter env 5
923         - 46  # rls2009 NDRPDR iter env 5
924         - 48  # rls2009 NDRPDR iter env 5
925         - 110 # rls2009 NDRPDR iter NAT44 env 5
926         - 111 # rls2009 NDRPDR iter NAT44 env 5
927         - 112 # rls2009 NDRPDR iter NAT44 env 5
928         - 113 # rls2009 NDRPDR iter NAT44 env 5
929         - 114 # rls2009 NDRPDR iter NAT44 env 5
930         - 115 # rls2009 NDRPDR iter NAT44 env 5
931         - 116 # rls2009 NDRPDR iter NAT44 env 5
932         - 118 # rls2009 NDRPDR iter NAT44 env 5
933         - 119 # rls2009 NDRPDR iter NAT44 env 5
934         - 121 # rls2009 NDRPDR iter NAT44 env 5
935
936     vpp-performance-changes-2n-clx-h1:
937       csit-vpp-perf-report-iterative-2005-2n-clx:
938         - 73  # NDRPDR sel 2001.0-4
939         - 74  # NDRPDR sel 2001.0-4
940         - 75  # NDRPDR sel 2001.0-4
941         - 76  # NDRPDR sel 2001.0-4
942         - 77  # NDRPDR sel 2001.0-4
943         - 78  # NDRPDR sel 2001.0-4
944         - 79  # NDRPDR sel 2001.0-4
945         - 80  # NDRPDR sel 2001.0-4
946     vpp-performance-changes-2n-clx-ref-env4:
947       csit-vpp-perf-report-iterative-2005-2n-clx:
948         - 62  # NDRPDR sel env 4
949         - 63  # NDRPDR sel env 4
950         - 64  # NDRPDR sel env 4
951         - 65  # NDRPDR sel env 4
952         - 66  # NDRPDR sel env 4
953         - 68  # NDRPDR sel env 4
954         - 69  # NDRPDR sel env 4
955         - 70  # NDRPDR sel env 4
956         - 103 # NDRPDR sel env 4
957         - 104 # NDRPDR sel env 4
958     vpp-performance-changes-2n-clx-ref-env5:
959       csit-vpp-perf-report-iterative-2009-2n-clx:
960         - 13  # rls2005 NDRPDR iter env 5
961         - 15  # rls2005 NDRPDR iter env 5
962         - 17  # rls2005 NDRPDR iter env 5
963         - 18  # rls2005 NDRPDR iter env 5
964         - 19  # rls2005 NDRPDR iter env 5
965         - 20  # rls2005 NDRPDR iter env 5
966         - 21  # rls2005 NDRPDR iter env 5
967         - 22  # rls2005 NDRPDR iter env 5
968         - 23  # rls2005 NDRPDR iter env 5
969         - 24  # rls2005 NDRPDR iter env 5
970     vpp-performance-changes-2n-clx-cmp:
971       csit-vpp-perf-report-iterative-2009-2n-clx:
972         - 36  # rls2009 NDRPDR iter env 5
973         - 39  # rls2009 NDRPDR iter env 5
974         - 40  # rls2009 NDRPDR iter env 5
975         - 65  # rls2009 NDRPDR iter env 5
976         - 66  # rls2009 NDRPDR iter env 5
977         - 79  # rls2009 NDRPDR iter env 5
978         - 82  # rls2009 NDRPDR iter env 5
979         - 88  # rls2009 NDRPDR iter env 5
980         - 89  # rls2009 NDRPDR iter env 5
981         - 90  # rls2009 NDRPDR iter env 5
982         - 114 # rls2009 NDRPDR iter NAT44 env 5
983         - 115 # rls2009 NDRPDR iter NAT44 env 5
984         - 116 # rls2009 NDRPDR iter NAT44 env 5
985         - 117 # rls2009 NDRPDR iter NAT44 env 5
986         - 118 # rls2009 NDRPDR iter NAT44 env 5
987         - 119 # rls2009 NDRPDR iter NAT44 env 5
988         - 121 # rls2009 NDRPDR iter NAT44 env 5
989         - 122 # rls2009 NDRPDR iter NAT44 env 5
990         - 123 # rls2009 NDRPDR iter NAT44 env 5
991         - 126 # rls2009 NDRPDR iter NAT44 env 5
992
993     vpp-performance-changes-2n-dnv-h1:
994       csit-vpp-perf-verify-2001-2n-dnv:
995         - 4   # NDRPDR sel
996         - 5   # NDRPDR sel
997         - 6   # NDRPDR sel
998         - 7   # NDRPDR sel
999         - 8   # NDRPDR sel
1000         - 9   # NDRPDR sel
1001         - 10  # NDRPDR sel
1002         - 11  # NDRPDR sel
1003         - 13  # NDRPDR sel
1004         - 16  # NDRPDR sel
1005     vpp-performance-changes-2n-dnv-ref:
1006       csit-vpp-perf-report-iterative-2009-2n-dnv:
1007         - 16  # rls2005 NDRPDR iter env 5
1008         - 17  # rls2005 NDRPDR iter env 5
1009         - 18  # rls2005 NDRPDR iter env 5
1010         - 19  # rls2005 NDRPDR iter env 5
1011         - 21  # rls2005 NDRPDR iter env 5
1012         - 24  # rls2005 NDRPDR iter env 5
1013         - 27  # rls2005 NDRPDR iter env 5
1014         - 28  # rls2005 NDRPDR iter env 5
1015         - 29  # rls2005 NDRPDR iter env 5
1016         - 30  # rls2005 NDRPDR iter env 5
1017     vpp-performance-changes-2n-dnv-cmp:
1018       csit-vpp-perf-report-iterative-2009-2n-dnv:
1019         - 3   # rls2009 NDRPDR iter env 5
1020         - 5   # rls2009 NDRPDR iter env 5
1021         - 6   # rls2009 NDRPDR iter env 5
1022         - 7   # rls2009 NDRPDR iter env 5
1023         - 9   # rls2009 NDRPDR iter env 5
1024         - 10  # rls2009 NDRPDR iter env 5
1025         - 11  # rls2009 NDRPDR iter env 5
1026         - 12  # rls2009 NDRPDR iter env 5
1027         - 14  # rls2009 NDRPDR iter env 5
1028         - 15  # rls2009 NDRPDR iter env 5
1029
1030     vpp-performance-changes-3n-dnv-h1:
1031       csit-vpp-perf-verify-2001-3n-dnv:
1032         - 5   # NDRPDR sel
1033         - 6   # NDRPDR sel
1034         - 7   # NDRPDR sel
1035         - 8   # NDRPDR sel
1036         - 9   # NDRPDR sel
1037         - 10  # NDRPDR sel
1038         - 12  # NDRPDR sel
1039         - 16  # NDRPDR sel
1040         - 17  # NDRPDR sel
1041         - 18  # NDRPDR sel
1042     vpp-performance-changes-3n-dnv-ref:
1043       csit-vpp-perf-report-iterative-2009-3n-dnv:
1044         - 16  # rls2005 NDRPDR iter env 5
1045         - 23  # rls2005 NDRPDR iter env 5
1046         - 25  # rls2005 NDRPDR iter env 5
1047         - 26  # rls2005 NDRPDR iter env 5
1048         - 27  # rls2005 NDRPDR iter env 5
1049         - 28  # rls2005 NDRPDR iter env 5
1050         - 29  # rls2005 NDRPDR iter env 5
1051         - 30  # rls2005 NDRPDR iter env 5
1052         - 31  # rls2005 NDRPDR iter env 5
1053         - 32  # rls2005 NDRPDR iter env 5
1054     vpp-performance-changes-3n-dnv-cmp:
1055       csit-vpp-perf-report-iterative-2009-3n-dnv:
1056         - 3   # rls2009 NDRPDR iter env 5
1057         - 6   # rls2009 NDRPDR iter env 5
1058         - 7   # rls2009 NDRPDR iter env 5
1059         - 8   # rls2009 NDRPDR iter env 5
1060         - 10  # rls2009 NDRPDR iter env 5
1061         - 11  # rls2009 NDRPDR iter env 5
1062         - 12  # rls2009 NDRPDR iter env 5
1063         - 14  # rls2009 NDRPDR iter env 5
1064         - 15  # rls2009 NDRPDR iter env 5
1065         - 24  # rls2009 NDRPDR iter env 5
1066
1067     vpp-performance-changes-3n-tsh-h1:
1068       csit-vpp-perf-report-iterative-2005-3n-tsh:
1069         - 28  # NDRPDR sel 2001.0-4
1070         - 29  # NDRPDR sel 2001.0-4
1071         - 31  # NDRPDR sel 2001.0-4
1072     vpp-performance-changes-3n-tsh-ref-env4:
1073       csit-vpp-perf-report-iterative-2005-3n-tsh:
1074         - 23  # NDRPDR sel env 4
1075         - 25  # NDRPDR sel env 4
1076         - 33  # NDRPDR sel env 4
1077         - 34  # NDRPDR sel env 4
1078         - 35  # NDRPDR sel env 4
1079         - 36  # NDRPDR sel env 4
1080         - 37  # NDRPDR sel env 4
1081         - 38  # NDRPDR sel env 4
1082         - 39  # NDRPDR sel env 4
1083         - 40  # NDRPDR sel env 4
1084     vpp-performance-changes-3n-tsh-ref-env5:
1085       csit-vpp-perf-report-iterative-2009-3n-tsh:
1086         - 8   # rls2005 NDRPDR iter env 5
1087         - 11  # rls2005 NDRPDR iter env 5
1088         - 12  # rls2005 NDRPDR iter env 5
1089         - 24  # rls2005 NDRPDR iter env 5
1090         - 27  # rls2005 NDRPDR iter env 5
1091         - 29  # rls2005 NDRPDR iter env 5
1092         - 31  # rls2005 NDRPDR iter env 5
1093         - 39  # rls2005 NDRPDR iter env 5
1094         - 40  # rls2005 NDRPDR iter env 5
1095         - 42  # rls2005 NDRPDR iter env 5
1096     vpp-performance-changes-3n-tsh-cmp:
1097       csit-vpp-perf-report-iterative-2009-3n-tsh:
1098         - 14  # rls2009 NDRPDR iter env 5
1099         - 20  # rls2009 NDRPDR iter env 5
1100         - 21  # rls2009 NDRPDR iter env 5
1101         - 22  # rls2009 NDRPDR iter env 5
1102         - 23  # rls2009 NDRPDR iter env 5
1103         - 28  # rls2009 NDRPDR iter env 5
1104         - 30  # rls2009 NDRPDR iter env 5
1105         - 33  # rls2009 NDRPDR iter env 5
1106         - 38  # rls2009 NDRPDR iter env 5
1107         - 41  # rls2009 NDRPDR iter env 5
1108
1109     vpp-soak-vs-ndr-2n-skx-ref:
1110       csit-vpp-perf-report-iterative-2009-2n-skx:
1111         - 35  # rls2009 NDRPDR iter env 5
1112         - 36  # rls2009 NDRPDR iter env 5
1113         - 37  # rls2009 NDRPDR iter env 5
1114         - 39  # rls2009 NDRPDR iter env 5
1115         - 40  # rls2009 NDRPDR iter env 5
1116         - 42  # rls2009 NDRPDR iter env 5
1117         - 43  # rls2009 NDRPDR iter env 5
1118         - 44  # rls2009 NDRPDR iter env 5
1119         - 46  # rls2009 NDRPDR iter env 5
1120         - 48  # rls2009 NDRPDR iter env 5
1121     vpp-soak-vs-ndr-2n-skx-cmp:
1122       csit-vpp-perf-report-iterative-2009-2n-skx:
1123         - 33  # rls2009 soak env 5
1124         - 34  # rls2009 soak env 5
1125     vpp-soak-vs-ndr-2n-skx:
1126       csit-vpp-perf-report-iterative-2009-2n-skx:
1127         - 35  # rls2009 NDRPDR iter env 5
1128         - 36  # rls2009 NDRPDR iter env 5
1129         - 37  # rls2009 NDRPDR iter env 5
1130         - 39  # rls2009 NDRPDR iter env 5
1131         - 40  # rls2009 NDRPDR iter env 5
1132         - 42  # rls2009 NDRPDR iter env 5
1133         - 43  # rls2009 NDRPDR iter env 5
1134         - 44  # rls2009 NDRPDR iter env 5
1135         - 46  # rls2009 NDRPDR iter env 5
1136         - 48  # rls2009 NDRPDR iter env 5
1137         - 33  # rls2009 soak env 5
1138         - 34  # rls2009 soak env 5
1139
1140     vpp-soak-vs-ndr-2n-clx-ref:
1141       csit-vpp-perf-report-iterative-2009-2n-clx:
1142         - 36  # rls2009 NDRPDR iter env 5
1143         - 39  # rls2009 NDRPDR iter env 5
1144         - 40  # rls2009 NDRPDR iter env 5
1145         - 65  # rls2009 NDRPDR iter env 5
1146         - 66  # rls2009 NDRPDR iter env 5
1147         - 79  # rls2009 NDRPDR iter env 5
1148         - 82  # rls2009 NDRPDR iter env 5
1149         - 88  # rls2009 NDRPDR iter env 5
1150         - 89  # rls2009 NDRPDR iter env 5
1151         - 90  # rls2009 NDRPDR iter env 5
1152     vpp-soak-vs-ndr-2n-clx-cmp:
1153       csit-vpp-perf-report-iterative-2009-2n-clx:
1154         - 33  # rls2009 soak env 5
1155         - 34  # rls2009 soak env 5
1156     vpp-soak-vs-ndr-2n-clx:
1157       csit-vpp-perf-report-iterative-2009-2n-clx:
1158         - 36  # rls2009 NDRPDR iter env 5
1159         - 39  # rls2009 NDRPDR iter env 5
1160         - 40  # rls2009 NDRPDR iter env 5
1161         - 65  # rls2009 NDRPDR iter env 5
1162         - 66  # rls2009 NDRPDR iter env 5
1163         - 79  # rls2009 NDRPDR iter env 5
1164         - 82  # rls2009 NDRPDR iter env 5
1165         - 88  # rls2009 NDRPDR iter env 5
1166         - 89  # rls2009 NDRPDR iter env 5
1167         - 90  # rls2009 NDRPDR iter env 5
1168         - 33  # rls2009 soak env 5
1169         - 34  # rls2009 soak env 5
1170
1171     vpp-performance-changes-3n-hsw-mrr-h1:
1172       csit-vpp-perf-verify-2001-3n-hsw:
1173         - 17  # MRR sel
1174     vpp-performance-changes-3n-hsw-mrr-ref-env4:
1175       csit-vpp-perf-report-iterative-2005-3n-hsw:
1176         - 30  # MRR env 4
1177     vpp-performance-changes-3n-hsw-mrr-ref-env5:
1178       csit-vpp-perf-report-iterative-2009-3n-hsw:
1179         - 18  # rls2005 MRR iter env 5
1180     vpp-performance-changes-3n-hsw-mrr-cmp:
1181       csit-vpp-perf-report-iterative-2009-3n-hsw:
1182         - 23  # rls2009 MRR iter env 5
1183
1184     vpp-performance-changes-3n-skx-mrr-h1:
1185       csit-vpp-perf-verify-2001-3n-skx:
1186         - 50  # MRR sel
1187         - 53  # MRR sel addition
1188     vpp-performance-changes-3n-skx-mrr-ref-env4:
1189       csit-vpp-perf-report-iterative-2005-3n-skx:
1190         - 49  # MRR sel env 4
1191     vpp-performance-changes-3n-skx-mrr-ref-env5:
1192       csit-vpp-perf-report-iterative-2009-3n-skx:
1193         - 17  # rls2005 MRR iter env 5
1194     vpp-performance-changes-3n-skx-mrr-cmp:
1195       csit-vpp-perf-report-iterative-2009-3n-skx:
1196         - 24  # rls2009 MRR iter env 5
1197
1198     vpp-performance-changes-2n-skx-mrr-h1:
1199       csit-vpp-perf-verify-2001-2n-skx:
1200         - 101 # MRR sel
1201         - 128 # MRR sel addition
1202     vpp-performance-changes-2n-skx-mrr-ref-env4:
1203       csit-vpp-perf-report-iterative-2005-2n-skx:
1204         - 99  # MRR sel env 4
1205     vpp-performance-changes-2n-skx-mrr-ref-env5:
1206       csit-vpp-perf-report-iterative-2009-2n-skx:
1207         - 20  # rls2005 MRR iter env 5
1208     vpp-performance-changes-2n-skx-mrr-cmp:
1209       csit-vpp-perf-report-iterative-2009-2n-skx:
1210         - 120 # rls2009 MRR iter env 5
1211
1212     vpp-performance-changes-2n-clx-mrr-h1:
1213       csit-vpp-perf-verify-2001-2n-clx:
1214         - 39  # MRR
1215     vpp-performance-changes-2n-clx-mrr-ref-env4:
1216       csit-vpp-perf-report-iterative-2005-2n-clx:
1217         - 72   # MRR sel env 4
1218     vpp-performance-changes-2n-clx-mrr-ref-env5:
1219       csit-vpp-perf-report-iterative-2009-2n-clx:
1220         - 77  # rls2005 MRR iter env 5
1221     vpp-performance-changes-2n-clx-mrr-cmp:
1222       csit-vpp-perf-report-iterative-2009-2n-clx:
1223         - 125 # rls2009 MRR iter env 5
1224
1225     vpp-performance-changes-2n-dnv-mrr-h1:
1226       csit-vpp-perf-verify-2001-2n-dnv:
1227         - 12  # MRR sel
1228     vpp-performance-changes-2n-dnv-mrr-ref:
1229       csit-vpp-perf-report-iterative-2009-2n-dnv:
1230         - 23  # rls2005 MRR iter env 5
1231     vpp-performance-changes-2n-dnv-mrr-cmp:
1232       csit-vpp-perf-report-iterative-2009-2n-dnv:
1233         - 13  # rls2009 MRR iter env 5
1234
1235     vpp-performance-changes-3n-dnv-mrr-h1:
1236       csit-vpp-perf-verify-2001-3n-dnv:
1237         - 11  # MRR sel
1238     vpp-performance-changes-3n-dnv-mrr-ref:
1239       csit-vpp-perf-report-iterative-2009-3n-dnv:
1240         - 19  # rls2005 MRR iter env 5
1241     vpp-performance-changes-3n-dnv-mrr-cmp:
1242       csit-vpp-perf-report-iterative-2009-3n-dnv:
1243         - 22  # rls2009 MRR iter env 5
1244
1245     vpp-performance-changes-3n-tsh-mrr-h1:
1246       csit-vpp-perf-verify-2001-3n-tsh:
1247         - 9   # MRR sel
1248     vpp-performance-changes-3n-tsh-mrr-ref-env4:
1249       csit-vpp-perf-report-iterative-2005-3n-tsh:
1250         - 27  # MRR sel env 4
1251     vpp-performance-changes-3n-tsh-mrr-ref-env5:
1252       csit-vpp-perf-report-iterative-2009-3n-tsh:
1253         - 13  # rls2005 MRR iter env 5
1254     vpp-performance-changes-3n-tsh-mrr-cmp:
1255       csit-vpp-perf-report-iterative-2009-3n-tsh:
1256         - 15  # rls2009 MRR iter env 5
1257
1258     dpdk-performance-changes-3n-hsw-h1:
1259       csit-dpdk-perf-verify-2001-3n-hsw:
1260         - 4   # NDRPDR sel
1261         - 5   # NDRPDR sel
1262         - 6   # NDRPDR sel
1263         - 7   # NDRPDR sel
1264         - 8   # NDRPDR sel
1265         - 9   # NDRPDR sel
1266         - 10  # NDRPDR sel
1267         - 11  # NDRPDR sel
1268         - 12  # NDRPDR sel
1269         - 13  # NDRPDR sel
1270         - 15  # NDRPDR sel
1271         - 16  # NDRPDR sel
1272         - 17  # NDRPDR sel
1273         - 18  # NDRPDR sel
1274         - 19  # NDRPDR sel
1275         - 20  # NDRPDR sel
1276         - 21  # NDRPDR sel
1277         - 22  # NDRPDR sel
1278         - 23  # NDRPDR sel
1279         - 24  # NDRPDR sel
1280     dpdk-performance-changes-3n-hsw-ref:
1281       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1282         - 25  # NDRPDR iter
1283         - 26  # NDRPDR iter
1284         - 27  # NDRPDR iter
1285         - 28  # NDRPDR iter
1286         - 29  # NDRPDR iter
1287         - 30  # NDRPDR iter
1288         - 31  # NDRPDR iter
1289         - 32  # NDRPDR iter
1290         - 33  # NDRPDR iter
1291         - 34  # NDRPDR iter
1292     dpdk-performance-changes-3n-hsw-cmp:
1293       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1294         - 6   # NDRPDR iter env5
1295         - 7   # NDRPDR iter env5
1296         - 8   # NDRPDR iter env5
1297         - 9   # NDRPDR iter env5
1298         - 10  # NDRPDR iter env5
1299         - 11  # NDRPDR iter env5
1300         - 12  # NDRPDR iter env5
1301         - 13  # NDRPDR iter env5
1302         - 14  # NDRPDR iter env5
1303         - 15  # NDRPDR iter env5
1304
1305     dpdk-performance-changes-3n-skx-h1:
1306       csit-dpdk-perf-verify-2001-3n-skx:
1307         - 29  # NDRPDR sel xxv710
1308         - 33  # NDRPDR sel xxv710
1309         - 34  # NDRPDR sel xxv710
1310         - 35  # NDRPDR sel xxv710
1311         - 36  # NDRPDR sel xxv710
1312         - 37  # NDRPDR sel xxv710
1313         - 41  # NDRPDR sel xxv710
1314         - 42  # NDRPDR sel xxv710
1315         - 43  # NDRPDR sel xxv710
1316         - 45  # NDRPDR sel xxv710
1317         - 30  # NDRPDR sel x710
1318         - 31  # NDRPDR sel x710
1319         - 32  # NDRPDR sel x710
1320         - 38  # NDRPDR sel x710
1321         - 39  # NDRPDR sel x710
1322         - 40  # NDRPDR sel x710
1323         - 44  # NDRPDR sel x710
1324         - 46  # NDRPDR sel x710
1325         - 47  # NDRPDR sel x710
1326         - 48  # NDRPDR sel x710
1327     dpdk-performance-changes-3n-skx-ref:
1328       csit-dpdk-perf-report-iterative-2005-3n-skx:
1329         - 28  # NDRPDR iter
1330         - 29  # NDRPDR iter
1331         - 30  # NDRPDR iter
1332         - 31  # NDRPDR iter
1333         - 32  # NDRPDR iter
1334         - 33  # NDRPDR iter
1335         - 34  # NDRPDR iter
1336         - 35  # NDRPDR iter
1337         - 36  # NDRPDR iter
1338         - 37  # NDRPDR iter
1339     dpdk-performance-changes-3n-skx-cmp:
1340       csit-dpdk-perf-report-iterative-2009-3n-skx:
1341         - 4   # NDRPDR sel env5
1342         - 5   # NDRPDR sel env5
1343         - 6   # NDRPDR sel env5
1344         - 7   # NDRPDR sel env5
1345         - 8   # NDRPDR sel env5
1346         - 9   # NDRPDR sel env5
1347         - 14  # NDRPDR sel env5
1348         - 11  # NDRPDR sel env5
1349         - 12  # NDRPDR sel env5
1350         - 13  # NDRPDR sel env5
1351
1352     dpdk-performance-changes-2n-skx-h1:
1353       csit-dpdk-perf-verify-2001-2n-skx:
1354         - 35  # NDRPDR sel xxv710
1355         - 36  # NDRPDR sel xxv710
1356         - 37  # NDRPDR sel xxv710
1357         - 41  # NDRPDR sel xxv710
1358         - 42  # NDRPDR sel xxv710
1359         - 43  # NDRPDR sel xxv710
1360         - 46  # NDRPDR sel xxv710
1361         - 47  # NDRPDR sel xxv710
1362         - 52  # NDRPDR sel xxv710
1363         - 53  # NDRPDR sel xxv710
1364         - 38  # NDRPDR sel x710
1365         - 39  # NDRPDR sel x710
1366         - 40  # NDRPDR sel x710
1367         - 44  # NDRPDR sel x710
1368         - 45  # NDRPDR sel x710
1369         - 48  # NDRPDR sel x710
1370         - 49  # NDRPDR sel x710
1371         - 50  # NDRPDR sel x710
1372         - 51  # NDRPDR sel x710
1373         - 54  # NDRPDR sel x710
1374     dpdk-performance-changes-2n-skx-ref:
1375       csit-dpdk-perf-report-iterative-2005-2n-skx:
1376         - 20  # NDRPDR iter
1377         - 21  # NDRPDR iter
1378         - 22  # NDRPDR iter
1379         - 23  # NDRPDR iter
1380         - 24  # NDRPDR iter
1381         - 25  # NDRPDR iter
1382         - 26  # NDRPDR iter
1383         - 27  # NDRPDR iter
1384         - 28  # NDRPDR iter
1385         - 29  # NDRPDR iter
1386     dpdk-performance-changes-2n-skx-cmp:
1387       csit-dpdk-perf-report-iterative-2009-2n-skx:
1388         - 4   # NDRPDR iter env5
1389         - 5   # NDRPDR iter env5
1390         - 6   # NDRPDR iter env5
1391         - 7   # NDRPDR iter env5
1392         - 8   # NDRPDR iter env5
1393         - 9   # NDRPDR iter env5
1394         - 10  # NDRPDR iter env5
1395         - 11  # NDRPDR iter env5
1396         - 12  # NDRPDR iter env5
1397         - 13  # NDRPDR iter env5
1398
1399     dpdk-performance-changes-2n-clx-h1:
1400       csit-dpdk-perf-verify-2001-2n-clx:
1401         - 15  # NDRPDR sel
1402         - 16  # NDRPDR sel
1403         - 17  # NDRPDR sel
1404         - 18  # NDRPDR sel
1405         - 19  # NDRPDR sel
1406         - 20  # NDRPDR sel
1407         - 21  # NDRPDR sel
1408         - 22  # NDRPDR sel
1409         - 23  # NDRPDR sel
1410         - 24  # NDRPDR sel
1411         - 25  # NDRPDR sel
1412         - 26  # NDRPDR sel
1413         - 27  # NDRPDR sel
1414         - 28  # NDRPDR sel
1415         - 29  # NDRPDR sel
1416         - 30  # NDRPDR sel
1417         - 31  # NDRPDR sel
1418         - 32  # NDRPDR sel
1419         - 33  # NDRPDR sel
1420         - 34  # NDRPDR sel
1421     dpdk-performance-changes-2n-clx-ref:
1422       csit-dpdk-perf-report-iterative-2005-2n-clx:
1423         - 20  # NDRPDR iter
1424         - 21  # NDRPDR iter
1425         - 22  # NDRPDR iter
1426         - 23  # NDRPDR iter
1427         - 24  # NDRPDR iter
1428         - 25  # NDRPDR iter
1429         - 26  # NDRPDR iter
1430         - 27  # NDRPDR iter
1431         - 28  # NDRPDR iter
1432         - 29  # NDRPDR iter
1433     dpdk-performance-changes-2n-clx-cmp:
1434       csit-dpdk-perf-report-iterative-2009-2n-clx:
1435         - 4   # NDRPDR iter env5
1436         - 5   # NDRPDR iter env5
1437         - 6   # NDRPDR iter env5
1438         - 7   # NDRPDR iter env5
1439         - 8   # NDRPDR iter env5
1440         - 9   # NDRPDR iter env5
1441         - 10  # NDRPDR iter env5
1442         - 11  # NDRPDR iter env5
1443         - 12  # NDRPDR iter env5
1444         - 13  # NDRPDR iter env5
1445
1446 #    dpdk-performance-changes-2n-dnv-h1:
1447 #      csit-dpdk-perf-verify-2001-2n-dnv:
1448 #        - 9   # NDRPDR sel
1449 #        - 10  # NDRPDR sel
1450 #        - 11  # NDRPDR sel
1451 #        - 12  # NDRPDR sel
1452 #        - 13  # NDRPDR sel
1453 #        - 14  # NDRPDR sel
1454 #        - 15  # NDRPDR sel
1455 #        - 16  # NDRPDR sel
1456 #        - 17  # NDRPDR sel
1457 #        - 18  # NDRPDR sel
1458 #    dpdk-performance-changes-2n-dnv-ref:
1459 #      # No data
1460 #    dpdk-performance-changes-2n-dnv-cmp:
1461 #      # No data
1462 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
1463
1464 #    dpdk-performance-changes-3n-dnv-h1:
1465 #      csit-dpdk-perf-verify-2001-3n-dnv:
1466 #        - 12  # NDRPDR sel
1467 #        - 13  # NDRPDR sel
1468 #        - 14  # NDRPDR sel
1469 #        - 15  # NDRPDR sel
1470 #        - 16  # NDRPDR sel
1471 #        - 17  # NDRPDR sel
1472 #        - 18  # NDRPDR sel
1473 #        - 19  # NDRPDR sel
1474 #        - 20  # NDRPDR sel
1475 #        - 22  # NDRPDR sel
1476 #    dpdk-performance-changes-3n-dnv-ref:
1477 #      # No data
1478 #    dpdk-performance-changes-3n-dnv-cmp:
1479 #      # No data
1480 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
1481
1482     dpdk-performance-changes-3n-tsh-h1:
1483       csit-dpdk-perf-verify-2001-3n-tsh:
1484         - 3   # NDRPDR sel
1485         - 4   # NDRPDR sel
1486         - 5   # NDRPDR sel
1487         - 9   # NDRPDR sel
1488         - 10  # NDRPDR sel
1489         - 11  # NDRPDR sel
1490         - 12  # NDRPDR sel
1491         - 14  # NDRPDR sel
1492         - 15  # NDRPDR sel
1493         - 18  # NDRPDR sel
1494     dpdk-performance-changes-3n-tsh-ref:
1495       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1496         - 5   # NDRPDR sel
1497     dpdk-performance-changes-3n-tsh-cmp:
1498       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1499         - 1   # NDRPDR iter env5
1500         - 2   # NDRPDR iter env5
1501         - 3   # NDRPDR iter env5
1502         - 4   # NDRPDR iter env5
1503         - 5   # NDRPDR iter env5
1504         - 6   # NDRPDR iter env5
1505         - 7   # NDRPDR iter env5
1506         - 9   # NDRPDR iter env5
1507         - 10  # NDRPDR iter env5
1508         - 11  # NDRPDR iter env5
1509
1510     # Compare testbeds
1511
1512     vpp-compare-testbeds-ref:
1513       csit-vpp-perf-report-iterative-2009-3n-hsw:
1514         - 21  # rls2009 NDRPDR iter env 5
1515         - 22  # rls2009 NDRPDR iter env 5
1516         - 24  # rls2009 NDRPDR iter env 5
1517         - 25  # rls2009 NDRPDR iter env 5
1518         - 26  # rls2009 NDRPDR iter env 5
1519         - 27  # rls2009 NDRPDR iter env 5
1520         - 28  # rls2009 NDRPDR iter env 5
1521         - 29  # rls2009 NDRPDR iter env 5
1522         - 30  # rls2009 NDRPDR iter env 5
1523         - 31  # rls2009 NDRPDR iter env 5
1524     vpp-compare-testbeds-cmp:
1525       csit-vpp-perf-report-iterative-2009-3n-skx:
1526         - 26  # rls2009 NDRPDR iter env 5
1527         - 27  # rls2009 NDRPDR iter env 5
1528         - 28  # rls2009 NDRPDR iter env 5
1529         - 29  # rls2009 NDRPDR iter env 5
1530         - 35  # rls2009 NDRPDR iter env 5
1531         - 36  # rls2009 NDRPDR iter env 5
1532         - 37  # rls2009 NDRPDR iter env 5
1533         - 38  # rls2009 NDRPDR iter env 5
1534         - 39  # rls2009 NDRPDR iter env 5
1535         - 40  # rls2009 NDRPDR iter env 5
1536
1537     vpp-compare-testbeds-skx-clx-ref:
1538       csit-vpp-perf-report-iterative-2009-2n-skx:
1539         - 35  # rls2009 NDRPDR iter env 5
1540         - 36  # rls2009 NDRPDR iter env 5
1541         - 37  # rls2009 NDRPDR iter env 5
1542         - 39  # rls2009 NDRPDR iter env 5
1543         - 40  # rls2009 NDRPDR iter env 5
1544         - 42  # rls2009 NDRPDR iter env 5
1545         - 43  # rls2009 NDRPDR iter env 5
1546         - 44  # rls2009 NDRPDR iter env 5
1547         - 46  # rls2009 NDRPDR iter env 5
1548         - 48  # rls2009 NDRPDR iter env 5
1549         - 110 # rls2009 NDRPDR iter NAT44 env 5
1550         - 111 # rls2009 NDRPDR iter NAT44 env 5
1551         - 112 # rls2009 NDRPDR iter NAT44 env 5
1552         - 113 # rls2009 NDRPDR iter NAT44 env 5
1553         - 114 # rls2009 NDRPDR iter NAT44 env 5
1554         - 115 # rls2009 NDRPDR iter NAT44 env 5
1555         - 116 # rls2009 NDRPDR iter NAT44 env 5
1556         - 118 # rls2009 NDRPDR iter NAT44 env 5
1557         - 119 # rls2009 NDRPDR iter NAT44 env 5
1558         - 121 # rls2009 NDRPDR iter NAT44 env 5
1559     vpp-compare-testbeds-skx-clx-cmp:
1560       csit-vpp-perf-report-iterative-2009-2n-clx:
1561         - 36  # rls2009 NDRPDR iter env 5
1562         - 39  # rls2009 NDRPDR iter env 5
1563         - 40  # rls2009 NDRPDR iter env 5
1564         - 65  # rls2009 NDRPDR iter env 5
1565         - 66  # rls2009 NDRPDR iter env 5
1566         - 79  # rls2009 NDRPDR iter env 5
1567         - 82  # rls2009 NDRPDR iter env 5
1568         - 88  # rls2009 NDRPDR iter env 5
1569         - 89  # rls2009 NDRPDR iter env 5
1570         - 90  # rls2009 NDRPDR iter env 5
1571         - 114 # rls2009 NDRPDR iter NAT44 env 5
1572         - 115 # rls2009 NDRPDR iter NAT44 env 5
1573         - 116 # rls2009 NDRPDR iter NAT44 env 5
1574         - 117 # rls2009 NDRPDR iter NAT44 env 5
1575         - 118 # rls2009 NDRPDR iter NAT44 env 5
1576         - 119 # rls2009 NDRPDR iter NAT44 env 5
1577         - 121 # rls2009 NDRPDR iter NAT44 env 5
1578         - 122 # rls2009 NDRPDR iter NAT44 env 5
1579         - 123 # rls2009 NDRPDR iter NAT44 env 5
1580         - 126 # rls2009 NDRPDR iter NAT44 env 5
1581
1582     vpp-compare-testbeds-hsw-clx-ref:
1583       csit-vpp-perf-report-iterative-2009-3n-hsw:
1584         - 21  # rls2009 NDRPDR iter env 5
1585         - 22  # rls2009 NDRPDR iter env 5
1586         - 24  # rls2009 NDRPDR iter env 5
1587         - 25  # rls2009 NDRPDR iter env 5
1588         - 26  # rls2009 NDRPDR iter env 5
1589         - 27  # rls2009 NDRPDR iter env 5
1590         - 28  # rls2009 NDRPDR iter env 5
1591         - 29  # rls2009 NDRPDR iter env 5
1592         - 30  # rls2009 NDRPDR iter env 5
1593         - 31  # rls2009 NDRPDR iter env 5
1594     vpp-compare-testbeds-hsw-clx-cmp:
1595       csit-vpp-perf-report-iterative-2009-2n-clx:
1596         - 36  # rls2009 NDRPDR iter env 5
1597         - 39  # rls2009 NDRPDR iter env 5
1598         - 40  # rls2009 NDRPDR iter env 5
1599         - 65  # rls2009 NDRPDR iter env 5
1600         - 66  # rls2009 NDRPDR iter env 5
1601         - 79  # rls2009 NDRPDR iter env 5
1602         - 82  # rls2009 NDRPDR iter env 5
1603         - 88  # rls2009 NDRPDR iter env 5
1604         - 89  # rls2009 NDRPDR iter env 5
1605         - 90  # rls2009 NDRPDR iter env 5
1606
1607     vpp-compare-testbeds-mrr-ref:
1608       csit-vpp-perf-report-iterative-2009-3n-hsw:
1609         - 23  # rls2009 MRR iter env 5
1610     vpp-compare-testbeds-mrr-cmp:
1611       csit-vpp-perf-report-iterative-2009-3n-skx:
1612         - 24  # rls2009 MRR iter env 5
1613
1614     vpp-compare-testbeds-mrr-skx-clx-ref:
1615       csit-vpp-perf-report-iterative-2009-2n-skx:
1616         - 120 # rls2009 MRR iter env 5
1617     vpp-compare-testbeds-mrr-skx-clx-cmp:
1618       csit-vpp-perf-report-iterative-2009-2n-clx:
1619         - 125 # rls2009 MRR iter env 5
1620
1621     vpp-compare-testbeds-mrr-hsw-clx-ref:
1622       csit-vpp-perf-report-iterative-2009-3n-hsw:
1623         - 23  # rls2009 MRR iter env 5
1624     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1625       csit-vpp-perf-report-iterative-2009-2n-clx:
1626         - 125 # rls2009 MRR iter env 5
1627
1628     dpdk-compare-testbeds-ref:
1629       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1630         - 6   # NDRPDR iter env5
1631         - 7   # NDRPDR iter env5
1632         - 8   # NDRPDR iter env5
1633         - 9   # NDRPDR iter env5
1634         - 10  # NDRPDR iter env5
1635         - 11  # NDRPDR iter env5
1636         - 12  # NDRPDR iter env5
1637         - 13  # NDRPDR iter env5
1638         - 14  # NDRPDR iter env5
1639         - 15  # NDRPDR iter env5
1640     dpdk-compare-testbeds-cmp:
1641       csit-dpdk-perf-report-iterative-2009-3n-skx:
1642         - 4   # NDRPDR sel env5
1643         - 5   # NDRPDR sel env5
1644         - 6   # NDRPDR sel env5
1645         - 7   # NDRPDR sel env5
1646         - 8   # NDRPDR sel env5
1647         - 9   # NDRPDR sel env5
1648         - 14  # NDRPDR sel env5
1649         - 11  # NDRPDR sel env5
1650         - 12  # NDRPDR sel env5
1651         - 13  # NDRPDR sel env5
1652
1653     dpdk-compare-testbeds-skx-clx-ref:
1654       csit-dpdk-perf-report-iterative-2009-2n-skx:
1655         - 4   # NDRPDR iter env5
1656         - 5   # NDRPDR iter env5
1657         - 6   # NDRPDR iter env5
1658         - 7   # NDRPDR iter env5
1659         - 8   # NDRPDR iter env5
1660         - 9   # NDRPDR iter env5
1661         - 10  # NDRPDR iter env5
1662         - 11  # NDRPDR iter env5
1663         - 12  # NDRPDR iter env5
1664         - 13  # NDRPDR iter env5
1665     dpdk-compare-testbeds-skx-clx-cmp:
1666       csit-dpdk-perf-report-iterative-2009-2n-clx:
1667         - 4   # NDRPDR iter env5
1668         - 5   # NDRPDR iter env5
1669         - 6   # NDRPDR iter env5
1670         - 7   # NDRPDR iter env5
1671         - 8   # NDRPDR iter env5
1672         - 9   # NDRPDR iter env5
1673         - 10  # NDRPDR iter env5
1674         - 11  # NDRPDR iter env5
1675         - 12  # NDRPDR iter env5
1676         - 13  # NDRPDR iter env5
1677
1678     # Compare topologies
1679
1680     vpp-compare-topologies-ref:
1681       csit-vpp-perf-report-iterative-2009-3n-skx:
1682         - 26  # rls2009 NDRPDR iter env 5
1683         - 27  # rls2009 NDRPDR iter env 5
1684         - 28  # rls2009 NDRPDR iter env 5
1685         - 29  # rls2009 NDRPDR iter env 5
1686         - 35  # rls2009 NDRPDR iter env 5
1687         - 36  # rls2009 NDRPDR iter env 5
1688         - 37  # rls2009 NDRPDR iter env 5
1689         - 38  # rls2009 NDRPDR iter env 5
1690         - 39  # rls2009 NDRPDR iter env 5
1691         - 40  # rls2009 NDRPDR iter env 5
1692     vpp-compare-topologies-cmp:
1693       csit-vpp-perf-report-iterative-2009-2n-skx:
1694         - 35  # rls2009 NDRPDR iter env 5
1695         - 36  # rls2009 NDRPDR iter env 5
1696         - 37  # rls2009 NDRPDR iter env 5
1697         - 39  # rls2009 NDRPDR iter env 5
1698         - 40  # rls2009 NDRPDR iter env 5
1699         - 42  # rls2009 NDRPDR iter env 5
1700         - 43  # rls2009 NDRPDR iter env 5
1701         - 44  # rls2009 NDRPDR iter env 5
1702         - 46  # rls2009 NDRPDR iter env 5
1703         - 48  # rls2009 NDRPDR iter env 5
1704
1705     vpp-compare-topologies-mrr-ref:
1706       csit-vpp-perf-report-iterative-2009-3n-skx:
1707         - 24  # rls2009 MRR iter env 5
1708     vpp-compare-topologies-mrr-cmp:
1709       csit-vpp-perf-report-iterative-2009-2n-skx:
1710         - 120 # rls2009 MRR iter env 5
1711
1712     dpdk-compare-topologies-ref:
1713       csit-dpdk-perf-report-iterative-2009-3n-skx:
1714         - 4   # NDRPDR sel env5
1715         - 5   # NDRPDR sel env5
1716         - 6   # NDRPDR sel env5
1717         - 7   # NDRPDR sel env5
1718         - 8   # NDRPDR sel env5
1719         - 9   # NDRPDR sel env5
1720         - 14  # NDRPDR sel env5
1721         - 11  # NDRPDR sel env5
1722         - 12  # NDRPDR sel env5
1723         - 13  # NDRPDR sel env5
1724     dpdk-compare-topologies-cmp:
1725       csit-dpdk-perf-report-iterative-2009-2n-skx:
1726         - 4   # NDRPDR iter env5
1727         - 5   # NDRPDR iter env5
1728         - 6   # NDRPDR iter env5
1729         - 7   # NDRPDR iter env5
1730         - 8   # NDRPDR iter env5
1731         - 9   # NDRPDR iter env5
1732         - 10  # NDRPDR iter env5
1733         - 11  # NDRPDR iter env5
1734         - 12  # NDRPDR iter env5
1735         - 13  # NDRPDR iter env5
1736
1737   plot-layouts:
1738
1739     plot-soak-throughput:
1740       titlefont:
1741         size: 16
1742       xaxis:
1743         title: "<b>Test Cases [Index]</b>"
1744         titlefont:
1745           size: 14
1746         autorange: True
1747         fixedrange: False
1748         gridcolor: "rgb(230, 230, 230)"
1749         linecolor: "rgb(220, 220, 220)"
1750         linewidth: 1
1751         showgrid: True
1752         showline: True
1753         showticklabels: True
1754         tickcolor: "rgb(220, 220, 220)"
1755         tickmode: "linear"
1756         tickfont:
1757           size: 14
1758         zeroline: False
1759       yaxis:
1760         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1761         titlefont:
1762           size: 14
1763         gridcolor: "rgb(230, 230, 230)"
1764         hoverformat: ".4r"
1765         tickformat: ".3r"
1766         linecolor: "rgb(220, 220, 220)"
1767         linewidth: 1
1768         showgrid: True
1769         showline: True
1770         showticklabels: True
1771         tickcolor: "rgb(220, 220, 220)"
1772         tickfont:
1773           size: 14
1774         zeroline: False
1775         range: [0,50]
1776       autosize: False
1777       margin:
1778         t: 50
1779         b: 0
1780         l: 80
1781         r: 20
1782       showlegend: True
1783       legend:
1784         orientation: "h"
1785         font:
1786           size: 14
1787       width: 700
1788       height: 900
1789       paper_bgcolor: "#fff"
1790       plot_bgcolor: "#fff"
1791       hoverlabel:
1792         namelength: -1
1793
1794     plot-service-density:
1795       titlefont:
1796         size: 16
1797       xaxis:
1798         side: "top"
1799         autorange: True
1800         fixedrange: False
1801         showgrid: False
1802         showline: False
1803         showticklabels: False
1804         ticks: ""
1805         ticklen: 0
1806         tickwidth: 0
1807         zeroline: False
1808       yaxis:
1809         autorange: "reversed"
1810         showgrid: False
1811         showline: False
1812         showticklabels: False
1813         ticks: ""
1814         ticklen: 0
1815         tickwidth: 0
1816         zeroline: False
1817       showlegend: False
1818       paper_bgcolor: "#fff"
1819       plot_bgcolor: "#fff"
1820       width: 700
1821       height: 700
1822       hoverlabel:
1823         namelength: -1
1824
1825     plot-hoststack:
1826       titlefont:
1827         size: 16
1828       xaxis:
1829         title: "<b>Test Cases [Index]</b>"
1830         titlefont:
1831           size: 14
1832         autorange: True
1833         fixedrange: False
1834         gridcolor: "rgb(230, 230, 230)"
1835         linecolor: "rgb(220, 220, 220)"
1836         linewidth: 1
1837         showgrid: True
1838         showline: True
1839         showticklabels: True
1840         tickcolor: "rgb(220, 220, 220)"
1841         tickmode: "linear"
1842         tickfont:
1843           size: 14
1844         zeroline: False
1845       yaxis:
1846         title: "<b>Bandwidth [Gbps]</b>"
1847         titlefont:
1848           size: 14
1849         gridcolor: "rgb(230, 230, 230)"
1850         hoverformat: ".4s"
1851         linecolor: "rgb(220, 220, 220)"
1852         linewidth: 1
1853         rangemode: "tozero"
1854         showgrid: True
1855         showline: True
1856         showticklabels: True
1857         tickcolor: "rgb(230, 230, 230)"
1858         tickformat: ".3s"
1859         tickfont:
1860           size: 14
1861         zeroline: False
1862       autosize: False
1863       margin:
1864         t: 50
1865         b: 20
1866         l: 80
1867         r: 20
1868       showlegend: True
1869       legend:
1870         orientation: "h"
1871         font:
1872           size: 14
1873       width: 700
1874       height: 800
1875       paper_bgcolor: "#fff"
1876       plot_bgcolor: "#fff"
1877       hoverlabel:
1878         namelength: -1
1879
1880     plot-throughput:
1881       titlefont:
1882         size: 16
1883       xaxis:
1884         title: "<b>Test Cases [Index]</b>"
1885         titlefont:
1886           size: 14
1887         autorange: True
1888         fixedrange: False
1889         gridcolor: "rgb(230, 230, 230)"
1890         linecolor: "rgb(220, 220, 220)"
1891         linewidth: 1
1892         showgrid: True
1893         showline: True
1894         showticklabels: True
1895         tickcolor: "rgb(220, 220, 220)"
1896         tickmode: "linear"
1897         tickfont:
1898           size: 14
1899         zeroline: False
1900       yaxis:
1901         title: "<b>Packet Throughput [Mpps]</b>"
1902         titlefont:
1903           size: 14
1904         gridcolor: "rgb(230, 230, 230)"
1905         hoverformat: ".4r"
1906         tickformat: ".3r"
1907         linecolor: "rgb(220, 220, 220)"
1908         linewidth: 1
1909         showgrid: True
1910         showline: True
1911         showticklabels: True
1912         tickcolor: "rgb(220, 220, 220)"
1913         tickfont:
1914           size: 14
1915         zeroline: False
1916         range: [0,50]
1917       autosize: False
1918       margin:
1919         t: 50
1920         b: 0
1921         l: 80
1922         r: 20
1923       showlegend: True
1924       legend:
1925         orientation: "h"
1926         font:
1927           size: 14
1928       width: 700
1929       height: 900
1930       paper_bgcolor: "#fff"
1931       plot_bgcolor: "#fff"
1932       hoverlabel:
1933         namelength: -1
1934
1935     plot-throughput-gbps:
1936       titlefont:
1937         size: 16
1938       xaxis:
1939         title: "<b>Test Cases [Index]</b>"
1940         titlefont:
1941           size: 14
1942         autorange: True
1943         fixedrange: False
1944         gridcolor: "rgb(230, 230, 230)"
1945         linecolor: "rgb(220, 220, 220)"
1946         linewidth: 1
1947         showgrid: True
1948         showline: True
1949         showticklabels: True
1950         tickcolor: "rgb(220, 220, 220)"
1951         tickmode: "linear"
1952         tickfont:
1953           size: 14
1954         zeroline: False
1955       yaxis:
1956         title: "<b>Packet Throughput [Gbps]</b>"
1957         titlefont:
1958           size: 14
1959         gridcolor: "rgb(230, 230, 230)"
1960         hoverformat: ".4r"
1961         tickformat: ".3r"
1962         linecolor: "rgb(220, 220, 220)"
1963         linewidth: 1
1964         showgrid: True
1965         showline: True
1966         showticklabels: True
1967         tickcolor: "rgb(220, 220, 220)"
1968         tickfont:
1969           size: 14
1970         zeroline: False
1971         range: [0,10]
1972       autosize: False
1973       margin:
1974         t: 50
1975         b: 0
1976         l: 80
1977         r: 20
1978       showlegend: True
1979       legend:
1980         orientation: "h"
1981         font:
1982           size: 14
1983       width: 700
1984       height: 900
1985       paper_bgcolor: "#fff"
1986       plot_bgcolor: "#fff"
1987       hoverlabel:
1988         namelength: -1
1989
1990     plot-cps:
1991       titlefont:
1992         size: 16
1993       xaxis:
1994         title: "<b>Test Cases [Index]</b>"
1995         titlefont:
1996           size: 14
1997         autorange: True
1998         fixedrange: False
1999         gridcolor: "rgb(230, 230, 230)"
2000         linecolor: "rgb(220, 220, 220)"
2001         linewidth: 1
2002         showgrid: True
2003         showline: True
2004         showticklabels: True
2005         tickcolor: "rgb(220, 220, 220)"
2006         tickmode: "linear"
2007         tickfont:
2008           size: 14
2009         zeroline: False
2010       yaxis:
2011         title: "<b>Connection Rate [Mcps]</b>"
2012         titlefont:
2013           size: 14
2014         gridcolor: "rgb(230, 230, 230)"
2015         hoverformat: ".4r"
2016         tickformat: ".3s"
2017         linecolor: "rgb(220, 220, 220)"
2018         linewidth: 1
2019         showgrid: True
2020         showline: True
2021         showticklabels: True
2022         tickcolor: "rgb(220, 220, 220)"
2023         tickfont:
2024           size: 14
2025         zeroline: False
2026         range: [0,10]
2027       autosize: False
2028       margin:
2029         t: 50
2030         b: 0
2031         l: 80
2032         r: 20
2033       showlegend: True
2034       legend:
2035         orientation: "h"
2036         font:
2037           size: 14
2038       width: 700
2039       height: 900
2040       paper_bgcolor: "#fff"
2041       plot_bgcolor: "#fff"
2042       hoverlabel:
2043         namelength: -1
2044
2045     plot-throughput-speedup-analysis:
2046       titlefont:
2047         size: 16
2048       xaxis:
2049         title: "<b>Number of Cores [Qty]</b>"
2050         titlefont:
2051           size: 14
2052         autorange: True
2053         fixedrange: False
2054         gridcolor: "rgb(230, 230, 230)"
2055         linecolor: "rgb(220, 220, 220)"
2056         linewidth: 1
2057         showgrid: True
2058         showline: True
2059         showticklabels: True
2060         tickcolor: "rgb(238, 238, 238)"
2061         tickmode: "linear"
2062         tickfont:
2063           size: 14
2064         zeroline: False
2065       yaxis:
2066         title: "<b>Packet Throughput [Mpps]</b>"
2067         titlefont:
2068           size: 14
2069         type: "linear"
2070         gridcolor: "rgb(230, 230, 230)"
2071         hoverformat: ".4s"
2072         linecolor: "rgb(220, 220, 220)"
2073         linewidth: 1
2074         showgrid: True
2075         showline: True
2076         showticklabels: True
2077         tickcolor: "rgb(220, 220, 220)"
2078         tickformat: ".4s"
2079         tickfont:
2080           size: 14
2081         zeroline: True
2082         rangemode: "tozero"
2083         range: [0,100]
2084       legend:
2085         orientation: "h"
2086         font:
2087           size: 14
2088         xanchor: "left"
2089         yanchor: "top"
2090         x: 0
2091         y: -0.2
2092         bgcolor: "rgba(255, 255, 255, 0)"
2093         bordercolor: "rgba(255, 255, 255, 0)"
2094         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2095       autosize: False
2096       margin:
2097           't': 50
2098           'b': 150
2099           'l': 85
2100           'r': 10
2101       showlegend: True
2102       width: 700
2103       height: 700
2104       paper_bgcolor: "#fff"
2105       plot_bgcolor: "#fff"
2106       hoverlabel:
2107         namelength: -1
2108       annotations: [
2109         {
2110           text: "_ _          __          ...",
2111           align: "left",
2112           showarrow: False,
2113           xref: "paper",
2114           yref: "paper",
2115           xanchor: "left",
2116           yanchor: "top",
2117           x: 0,
2118           y: -0.14,
2119           font: {
2120             family: "Consolas, Courier New",
2121             size: 13
2122           },
2123         },
2124         {
2125           text: "    Perfect     Measured     Limit",
2126           align: "left",
2127           showarrow: False,
2128           xref: "paper",
2129           yref: "paper",
2130           xanchor: "left",
2131           yanchor: "top",
2132           x: 0,
2133           y: -0.15,
2134           font: {
2135             family: "Consolas, Courier New",
2136             size: 13
2137           },
2138         },
2139       ]
2140
2141     plot-throughput-speedup-analysis-gbps:
2142       titlefont:
2143         size: 16
2144       xaxis:
2145         title: "<b>Number of Cores [Qty]</b>"
2146         titlefont:
2147           size: 14
2148         autorange: True
2149         fixedrange: False
2150         gridcolor: "rgb(230, 230, 230)"
2151         linecolor: "rgb(220, 220, 220)"
2152         linewidth: 1
2153         showgrid: True
2154         showline: True
2155         showticklabels: True
2156         tickcolor: "rgb(238, 238, 238)"
2157         tickmode: "linear"
2158         tickfont:
2159           size: 14
2160         zeroline: False
2161       yaxis:
2162         title: "<b>Packet Throughput [Gbps]</b>"
2163         titlefont:
2164           size: 14
2165         type: "linear"
2166         gridcolor: "rgb(230, 230, 230)"
2167         hoverformat: ".4s"
2168         linecolor: "rgb(220, 220, 220)"
2169         linewidth: 1
2170         showgrid: True
2171         showline: True
2172         showticklabels: True
2173         tickcolor: "rgb(220, 220, 220)"
2174         tickformat: ".4s"
2175         tickfont:
2176           size: 14
2177         zeroline: True
2178         rangemode: "tozero"
2179         range: [0,100]
2180       legend:
2181         orientation: "h"
2182         font:
2183           size: 14
2184         xanchor: "left"
2185         yanchor: "top"
2186         x: 0
2187         y: -0.2
2188         bgcolor: "rgba(255, 255, 255, 0)"
2189         bordercolor: "rgba(255, 255, 255, 0)"
2190         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2191       autosize: False
2192       margin:
2193           't': 50
2194           'b': 150
2195           'l': 85
2196           'r': 10
2197       showlegend: True
2198       width: 700
2199       height: 700
2200       paper_bgcolor: "#fff"
2201       plot_bgcolor: "#fff"
2202       hoverlabel:
2203         namelength: -1
2204       annotations: [
2205         {
2206           text: "_ _          __",
2207           align: "left",
2208           showarrow: False,
2209           xref: "paper",
2210           yref: "paper",
2211           xanchor: "left",
2212           yanchor: "top",
2213           x: 0,
2214           y: -0.13,
2215           font: {
2216             family: "Consolas, Courier New",
2217             size: 13
2218           },
2219         },
2220         {
2221           text: "    Perfect     Measured",
2222           align: "left",
2223           showarrow: False,
2224           xref: "paper",
2225           yref: "paper",
2226           xanchor: "left",
2227           yanchor: "top",
2228           x: 0,
2229           y: -0.15,
2230           font: {
2231             family: "Consolas, Courier New",
2232             size: 13
2233           },
2234         },
2235       ]
2236
2237     plot-throughput-speedup-analysis-cps:
2238       titlefont:
2239         size: 16
2240       xaxis:
2241         title: "<b>Number of Cores [Qty]</b>"
2242         titlefont:
2243           size: 14
2244         autorange: True
2245         fixedrange: False
2246         gridcolor: "rgb(230, 230, 230)"
2247         linecolor: "rgb(220, 220, 220)"
2248         linewidth: 1
2249         showgrid: True
2250         showline: True
2251         showticklabels: True
2252         tickcolor: "rgb(238, 238, 238)"
2253         tickmode: "linear"
2254         tickfont:
2255           size: 14
2256         zeroline: False
2257       yaxis:
2258         title: "<b>Connection Rate [Mcps]</b>"
2259         titlefont:
2260           size: 14
2261         type: "linear"
2262         gridcolor: "rgb(230, 230, 230)"
2263         hoverformat: ".4s"
2264         linecolor: "rgb(220, 220, 220)"
2265         linewidth: 1
2266         showgrid: True
2267         showline: True
2268         showticklabels: True
2269         tickcolor: "rgb(220, 220, 220)"
2270         tickformat: ".4s"
2271         tickfont:
2272           size: 14
2273         zeroline: True
2274         rangemode: "tozero"
2275         range: [0,100]
2276       legend:
2277         orientation: "h"
2278         font:
2279           size: 14
2280         xanchor: "left"
2281         yanchor: "top"
2282         x: 0
2283         y: -0.2
2284         bgcolor: "rgba(255, 255, 255, 0)"
2285         bordercolor: "rgba(255, 255, 255, 0)"
2286         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2287       autosize: False
2288       margin:
2289           't': 50
2290           'b': 150
2291           'l': 85
2292           'r': 10
2293       showlegend: True
2294       width: 700
2295       height: 700
2296       paper_bgcolor: "#fff"
2297       plot_bgcolor: "#fff"
2298       hoverlabel:
2299         namelength: -1
2300       annotations: [
2301         {
2302           text: "_ _          __",
2303           align: "left",
2304           showarrow: False,
2305           xref: "paper",
2306           yref: "paper",
2307           xanchor: "left",
2308           yanchor: "top",
2309           x: 0,
2310           y: -0.13,
2311           font: {
2312             family: "Consolas, Courier New",
2313             size: 13
2314           },
2315         },
2316         {
2317           text: "    Perfect     Measured",
2318           align: "left",
2319           showarrow: False,
2320           xref: "paper",
2321           yref: "paper",
2322           xanchor: "left",
2323           yanchor: "top",
2324           x: 0,
2325           y: -0.15,
2326           font: {
2327             family: "Consolas, Courier New",
2328             size: 13
2329           },
2330         },
2331       ]
2332
2333     plot-latency:
2334       titlefont:
2335         size: 16
2336       xaxis:
2337         title: "<b>Direction</b>"
2338         titlefont:
2339           size: 14
2340         autorange: True
2341         fixedrange: False
2342         gridcolor: "rgb(230, 230, 230)"
2343         linecolor: "rgb(220, 220, 220)"
2344         linewidth: 1
2345         showgrid: True
2346         showline: True
2347         showticklabels: False
2348         tickcolor: "rgb(220, 220, 220)"
2349         tickmode: "linear"
2350         tickfont:
2351           size: 14
2352         zeroline: False
2353       yaxis:
2354         title: "<b>Packet Latency [uSec]</b>"
2355         titlefont:
2356           size: 14
2357         type: "linear"
2358         gridcolor: "rgb(230, 230, 230)"
2359         hoverformat: ".4s"
2360         linecolor: "rgb(220, 220, 220)"
2361         linewidth: 1
2362         showgrid: True
2363         showline: True
2364         showticklabels: True
2365         tickcolor: "rgb(220, 220, 220)"
2366         tickformat: ".4s"
2367         tickfont:
2368           size: 14
2369         zeroline: True
2370         rangemode: "tozero"
2371       legend:
2372         orientation: "h"
2373         font:
2374           size: 14
2375         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2376       autosize: False
2377       margin:
2378           't': 50
2379           'b': 150
2380           'l': 80
2381           'r': 10
2382       showlegend: True
2383       width: 700
2384       height: 700
2385       paper_bgcolor: "#fff"
2386       plot_bgcolor: "#fff"
2387       hoverlabel:
2388         namelength: -1
2389
2390     plot-hdrh-latency:
2391       title:
2392         text: ""
2393         xanchor: "center"
2394         x: 0.5
2395         font:
2396           size: 16
2397       width: 700
2398       plot_bgcolor: "white"
2399       annotations:
2400         - font:
2401             size: 14
2402           showarrow: False
2403           text: "<b>Packet Latency [uSec]</b>"
2404           x: 1
2405           xanchor: "right"
2406           xref: "paper"
2407           y: -0.045
2408           yanchor: "top"
2409           yref: "paper"
2410         - font:
2411             size: 14
2412           showarrow: False
2413           text: "<b>Probability [%]</b>"
2414           textangle: 270
2415           x: -0.06
2416           xanchor: "center"
2417           xref: "paper"
2418           y: 0.5
2419           yanchor: "middle"
2420           yref: "paper"
2421         - font:
2422             size: 14
2423           showarrow: False
2424           text: "<b>Direction: E-W</b>"
2425           x: 0.24
2426           xanchor: "center"
2427           xref: "paper"
2428           y: 1.05
2429           yanchor: "bottom"
2430           yref: "paper"
2431         - font:
2432             size: 14
2433           showarrow: False
2434           text: "<b>Direction: W-E</b>"
2435           x: 0.74
2436           xanchor: "center"
2437           xref: "paper"
2438           y: 1.05
2439           yanchor: "bottom"
2440           yref: "paper"
2441
2442     plot-hdrh-latency-percentile:
2443       title:
2444         text: ""
2445         xanchor: "center"
2446         x: 0.5
2447         font:
2448           size: 16
2449       xaxis:
2450         type: "log"
2451         title: "<b>Percentile [%]</b>"
2452         titlefont:
2453           size: 14
2454         autorange: True
2455         fixedrange: False
2456         gridcolor: "rgb(230, 230, 230)"
2457         linecolor: "rgb(220, 220, 220)"
2458         linewidth: 1
2459         showgrid: True
2460         showline: True
2461         showticklabels: True
2462         tickcolor: "rgb(220, 220, 220)"
2463         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2464         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2465         tickfont:
2466           size: 14
2467       yaxis:
2468         title: "<b>Packet Latency [uSec]</b>"
2469         titlefont:
2470           size: 14
2471         gridcolor: "rgb(230, 230, 230)"
2472         linecolor: "rgb(220, 220, 220)"
2473         linewidth: 1
2474         showgrid: True
2475         showline: True
2476         showticklabels: True
2477         tickcolor: "rgb(220, 220, 220)"
2478         tickfont:
2479           size: 14
2480       autosize: False
2481       showlegend: True
2482       legend:
2483         traceorder: "normal"
2484         orientation: "h"
2485         font:
2486           size: 14
2487         xanchor: "left"
2488         yanchor: "top"
2489         x: 0
2490         y: -0.15
2491         bgcolor: "rgba(255, 255, 255, 0)"
2492         bordercolor: "rgba(255, 255, 255, 0)"
2493       width: 700
2494       height: 700
2495       paper_bgcolor: "white"
2496       plot_bgcolor: "white"
2497
2498     plot-hdrh-latency-by-percentile:
2499       title:
2500         text: "<b>Latency by Percentile Distribution</b>"
2501         xanchor: "center"
2502         x: 0.5
2503         font:
2504           size: 18
2505       showlegend: True
2506       legend:
2507         traceorder: "normal"
2508         orientation: "h"
2509         font:
2510           size: 16
2511         xanchor: "left"
2512         yanchor: "top"
2513         x: 0
2514         y: -0.2
2515         bgcolor: "rgba(255, 255, 255, 0)"
2516         bordercolor: "rgba(255, 255, 255, 0)"
2517       xaxis:
2518         type: "linear"
2519         title: "<b>Percentile [%]</b>"
2520         titlefont:
2521           size: 14
2522         autorange: False
2523         fixedrange: False
2524         range: [0, 100]
2525         gridcolor: "rgb(230, 230, 230)"
2526         linecolor: "rgb(220, 220, 220)"
2527         linewidth: 1
2528         showgrid: True
2529         showline: True
2530         showticklabels: True
2531         tickcolor: "rgb(220, 220, 220)"
2532         tickvals: [0, 25, 50, 75, 100]
2533         ticktext: [0, 25, 50, 75, 100]
2534         tickfont:
2535           size: 14
2536       yaxis:
2537         title: "<b>One-Way Latency per Direction [uSec]</b>"
2538         titlefont:
2539           size: 14
2540         gridcolor: "rgb(230, 230, 230)"
2541         linecolor: "rgb(220, 220, 220)"
2542         linewidth: 1
2543         showgrid: True
2544         showline: True
2545         showticklabels: True
2546         tickcolor: "rgb(220, 220, 220)"
2547         tickfont:
2548           size: 14
2549       width: 700
2550       height: 700
2551       paper_bgcolor: "white"
2552       plot_bgcolor: "white"
2553
2554 - type: "static"
2555   src-path: "{DIR[RST]}"
2556   dst-path: "{DIR[WORKING,SRC]}"
2557
2558 - type: "input"
2559   general:
2560     file-name: "output_info.xml.gz"
2561     file-format: ".gz"
2562     arch-file-format:
2563       - ".gz"
2564       - ".zip"
2565     download-path: "{job}/{build}/archives/{filename}"
2566     extract: "output.xml"
2567
2568     zip-file-name: "robot-plugin.zip"
2569     zip-file-format: ".zip"
2570     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2571     zip-extract: "robot-plugin/output.xml"
2572
2573   builds:
2574
2575     csit-vpp-perf-verify-2001-3n-hsw:
2576       - 17  # MRR sel
2577     csit-vpp-perf-report-iterative-2005-3n-hsw:
2578       - 20  # NDRPDR sel env 4
2579       - 21  # NDRPDR sel env 4
2580       - 22  # NDRPDR sel env 4
2581       - 23  # NDRPDR sel env 4
2582       - 24  # NDRPDR sel env 4
2583       - 25  # NDRPDR sel env 4
2584       - 26  # NDRPDR sel env 4
2585       - 27  # NDRPDR sel env 4
2586       - 28  # NDRPDR sel env 4
2587       - 29  # NDRPDR sel env 4
2588       - 30  # MRR env 4
2589       - 31  # NDRPDR sel 2001.0-4
2590       - 32  # NDRPDR sel 2001.0-4
2591       - 33  # NDRPDR sel 2001.0-4
2592       - 34  # NDRPDR sel 2001.0-4
2593       - 35  # NDRPDR sel 2001.0-4
2594       - 36  # NDRPDR sel 2001.0-4
2595       - 38  # NDRPDR sel 2001.0-4
2596     csit-vpp-perf-report-iterative-2009-3n-hsw:
2597       - 18  # rls2005 MRR iter env 5
2598       - 9   # rls2005 NDRPDR iter env 5
2599       - 10  # rls2005 NDRPDR iter env 5
2600       - 11  # rls2005 NDRPDR iter env 5
2601       - 12  # rls2005 NDRPDR iter env 5
2602       - 13  # rls2005 NDRPDR iter env 5
2603       - 14  # rls2005 NDRPDR iter env 5
2604       - 15  # rls2005 NDRPDR iter env 5
2605       - 16  # rls2005 NDRPDR iter env 5
2606       - 17  # rls2005 NDRPDR iter env 5
2607       - 19  # rls2005 NDRPDR iter env 5
2608       - 23  # rls2009 MRR iter env 5
2609       - 21  # rls2009 NDRPDR iter env 5
2610       - 22  # rls2009 NDRPDR iter env 5
2611       - 24  # rls2009 NDRPDR iter env 5
2612       - 25  # rls2009 NDRPDR iter env 5
2613       - 26  # rls2009 NDRPDR iter env 5
2614       - 27  # rls2009 NDRPDR iter env 5
2615       - 28  # rls2009 NDRPDR iter env 5
2616       - 29  # rls2009 NDRPDR iter env 5
2617       - 30  # rls2009 NDRPDR iter env 5
2618       - 31  # rls2009 NDRPDR iter env 5
2619       - 32  # rls2009 Hoststack iter env 5
2620       - 33  # rls2009 Hoststack iter env 5
2621       - 34  # rls2009 Hoststack iter env 5
2622       - 35  # rls2009 Hoststack iter env 5
2623       - 36  # rls2009 Hoststack iter env 5
2624       - 37  # rls2009 Hoststack iter env 5
2625       - 38  # rls2009 Hoststack iter env 5
2626       - 39  # rls2009 Hoststack iter env 5
2627       - 40  # rls2009 Hoststack iter env 5
2628       - 41  # rls2009 Hoststack iter env 5
2629     csit-vpp-perf-report-coverage-2009-3n-hsw:
2630       - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
2631       - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
2632       - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
2633       - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
2634       - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
2635       - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
2636       - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
2637       - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
2638       - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
2639       - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
2640       - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
2641       - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
2642       - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
2643       - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
2644       - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
2645       - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
2646       - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
2647       - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
2648       - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
2649       - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
2650       - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
2651       - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
2652       - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
2653       - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
2654       - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
2655       - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
2656       - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
2657       - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
2658       - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
2659       - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
2660       - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
2661       - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
2662       - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
2663       - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
2664       - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
2665
2666     csit-vpp-perf-verify-2001-3n-skx:
2667       - 50  # MRR sel
2668       - 53  # MRR sel addition
2669     csit-vpp-perf-report-iterative-2005-3n-skx:
2670       - 4   # NDRPDR sel
2671       - 5   # NDRPDR sel ??? all x710 failed
2672       - 33  # NDRPDR sel
2673       - 28  # NDRPDR sel
2674       - 34  # NDRPDR sel
2675       - 42  # NDRPDR sel env 4
2676       - 43  # NDRPDR sel env 4
2677       - 44  # NDRPDR sel env 4
2678       - 45  # NDRPDR sel env 4
2679       - 47  # NDRPDR sel env 4
2680       - 55  # NDRPDR sel env 4
2681       - 56  # NDRPDR sel env 4
2682       - 57  # NDRPDR sel env 4
2683       - 61  # NDRPDR sel env 4
2684       - 62  # NDRPDR sel env 4
2685       - 50  # NDRPDR sel 2001.0-4
2686       - 51  # NDRPDR sel 2001.0-4
2687       - 52  # NDRPDR sel 2001.0-4
2688       - 53  # NDRPDR sel 2001.0-4
2689       - 54  # NDRPDR sel 2001.0-4
2690       - 49  # MRR sel env 4
2691     csit-vpp-perf-report-iterative-2009-3n-skx:
2692       - 17  # rls2005 MRR iter env 5
2693       - 13  # rls2005 NDRPDR iter env 5
2694       - 18  # rls2005 NDRPDR iter env 5
2695       - 19  # rls2005 NDRPDR iter env 5
2696       - 41  # rls2005 NDRPDR iter env 5
2697       - 43  # rls2005 NDRPDR iter env 5
2698       - 44  # rls2005 NDRPDR iter env 5
2699       - 45  # rls2005 NDRPDR iter env 5
2700       - 46  # rls2005 NDRPDR iter env 5
2701       - 48  # rls2005 NDRPDR iter env 5
2702       - 49  # rls2005 NDRPDR iter env 5
2703       - 24  # rls2009 MRR iter env 5
2704       - 26  # rls2009 NDRPDR iter env 5
2705       - 27  # rls2009 NDRPDR iter env 5
2706       - 28  # rls2009 NDRPDR iter env 5
2707       - 29  # rls2009 NDRPDR iter env 5
2708       - 35  # rls2009 NDRPDR iter env 5
2709       - 36  # rls2009 NDRPDR iter env 5
2710       - 37  # rls2009 NDRPDR iter env 5
2711       - 38  # rls2009 NDRPDR iter env 5
2712       - 39  # rls2009 NDRPDR iter env 5
2713       - 40  # rls2009 NDRPDR iter env 5
2714     csit-vpp-perf-report-coverage-2009-3n-skx:
2715       - 36  # rls2009 NDRPDR cov 3n-skx-crypto-00
2716       - 3   # rls2009 NDRPDR cov 3n-skx-crypto-01
2717       - 4   # rls2009 NDRPDR cov 3n-skx-crypto-02
2718       - 37  # rls2009 NDRPDR cov 3n-skx-crypto-03
2719       - 6   # rls2009 NDRPDR cov 3n-skx-ip4-00
2720       - 7   # rls2009 NDRPDR cov 3n-skx-ip4-01
2721       - 8   # rls2009 NDRPDR cov 3n-skx-ip4-02
2722       - 9   # rls2009 NDRPDR cov 3n-skx-ip4-03
2723       - 10  # rls2009 NDRPDR cov 3n-skx-ip4-04
2724       - 38  # rls2009 NDRPDR cov 3n-skx-ip4-05
2725       - 12  # rls2009 NDRPDR cov 3n-skx-ip4-06
2726       - 39  # rls2009 NDRPDR cov 3n-skx-ip4-07
2727       - 14  # rls2009 NDRPDR cov 3n-skx-ip4tun-00
2728       - 15  # rls2009 NDRPDR cov 3n-skx-ip4tun-01
2729       - 16  # rls2009 NDRPDR cov 3n-skx-ip4tun-02
2730       - 40  # rls2009 NDRPDR cov 3n-skx-ip6-00
2731       - 18  # rls2009 NDRPDR cov 3n-skx-ip6-01
2732       - 19  # rls2009 NDRPDR cov 3n-skx-ip6tun-00
2733       - 20  # rls2009 NDRPDR cov 3n-skx-l2-00
2734       - 21  # rls2009 NDRPDR cov 3n-skx-l2-01
2735       - 22  # rls2009 NDRPDR cov 3n-skx-l2-02
2736       - 23  # rls2009 NDRPDR cov 3n-skx-l2-03
2737       - 24  # rls2009 NDRPDR cov 3n-skx-l2-04
2738       - 41  # rls2009 NDRPDR cov 3n-skx-l2-05
2739       - 42  # rls2009 NDRPDR cov 3n-skx-l2-06
2740       - 43  # rls2009 NDRPDR cov 3n-skx-l2-07
2741       - 28  # rls2009 NDRPDR cov 3n-skx-l2-08
2742       - 44  # rls2009 NDRPDR cov 3n-skx-l2-09
2743       - 45  # rls2009 NDRPDR cov 3n-skx-l2-10
2744       - 46  # rls2009 NDRPDR cov 3n-skx-memif-00
2745       - 47  # rls2009 NDRPDR cov 3n-skx-srv6-00
2746       - 48  # rls2009 NDRPDR cov 3n-skx-srv6-01
2747       - 49  # rls2009 NDRPDR cov 3n-skx-vhost-00
2748       - 50  # rls2009 NDRPDR cov 3n-skx-vhost-01
2749       - 51  # rls2009 NDRPDR cov 3n-skx-vhost-02
2750       - 54  # rls2009 NDRPDR cov 3n-skx-vhost-03
2751
2752     csit-vpp-perf-verify-2001-2n-skx:
2753       - 101  # MRR sel - old
2754       - 128  # MRR sel addition - old
2755     csit-vpp-perf-report-iterative-2005-2n-skx:
2756       - 88  # NDRPDR sel env 4
2757       - 89  # NDRPDR sel env 4
2758       - 90  # NDRPDR sel env 4
2759       - 91  # NDRPDR sel env 4
2760       - 92  # NDRPDR sel env 4
2761       - 93  # NDRPDR sel env 4
2762       - 94  # NDRPDR sel env 4
2763       - 125 # NDRPDR sel env 4
2764       - 126 # NDRPDR sel env 4
2765       - 127 # NDRPDR sel env 4
2766       - 100 # NDRPDR sel 2001.0-4
2767       - 101 # NDRPDR sel 2001.0-4
2768       - 102 # NDRPDR sel 2001.0-4
2769       - 103 # NDRPDR sel 2001.0-4
2770       - 104 # NDRPDR sel 2001.0-4
2771       - 105 # NDRPDR sel 2001.0-4
2772       - 99  # MRR sel env 4
2773     csit-vpp-perf-report-iterative-2009-2n-skx:
2774       - 20  # rls2005 MRR iter env 5
2775       - 13  # rls2005 NDRPDR iter env 5
2776       - 16  # rls2005 NDRPDR iter env 5
2777       - 17  # rls2005 NDRPDR iter env 5
2778       - 18  # rls2005 NDRPDR iter env 5
2779       - 19  # rls2005 NDRPDR iter env 5
2780       - 21  # rls2005 NDRPDR iter env 5
2781       - 22  # rls2005 NDRPDR iter env 5
2782       - 23  # rls2005 NDRPDR iter env 5
2783       - 24  # rls2005 NDRPDR iter env 5
2784       - 25  # rls2005 NDRPDR iter env 5
2785       - 120 # rls2009 MRR iter env 5
2786       - 35  # rls2009 NDRPDR iter env 5
2787       - 36  # rls2009 NDRPDR iter env 5
2788       - 37  # rls2009 NDRPDR iter env 5
2789       - 39  # rls2009 NDRPDR iter env 5
2790       - 40  # rls2009 NDRPDR iter env 5
2791       - 42  # rls2009 NDRPDR iter env 5
2792       - 43  # rls2009 NDRPDR iter env 5
2793       - 44  # rls2009 NDRPDR iter env 5
2794       - 46  # rls2009 NDRPDR iter env 5
2795       - 48  # rls2009 NDRPDR iter env 5
2796       - 110 # rls2009 NDRPDR iter NAT44 env 5
2797       - 111 # rls2009 NDRPDR iter NAT44 env 5
2798       - 112 # rls2009 NDRPDR iter NAT44 env 5
2799       - 113 # rls2009 NDRPDR iter NAT44 env 5
2800       - 114 # rls2009 NDRPDR iter NAT44 env 5
2801       - 115 # rls2009 NDRPDR iter NAT44 env 5
2802       - 116 # rls2009 NDRPDR iter NAT44 env 5
2803       - 118 # rls2009 NDRPDR iter NAT44 env 5
2804       - 119 # rls2009 NDRPDR iter NAT44 env 5
2805       - 121 # rls2009 NDRPDR iter NAT44 env 5
2806       - 38  # rls2009 nf-density iter env 5
2807       - 41  # rls2009 nf-density iter env 5
2808       - 45  # rls2009 nf-density iter env 5
2809       - 47  # rls2009 nf-density iter env 5
2810       - 49  # rls2009 nf-density iter env 5
2811       - 63  # rls2009 nf-density iter env 5
2812       - 65  # rls2009 nf-density iter env 5
2813       - 66  # rls2009 nf-density iter env 5
2814       - 71  # rls2009 nf-density iter env 5
2815       - 72  # rls2009 nf-density iter env 5
2816       - 50  # rls2009 MRR nf-density iter env 5
2817       - 27  # rls2009 reconf env 5
2818       - 28  # rls2009 reconf env 5
2819       - 29  # rls2009 reconf env 5
2820       - 30  # rls2009 reconf env 5
2821       - 31  # rls2009 reconf env 5
2822       - 32  # rls2009 reconf env 5
2823       - 61  # rls2009 reconf env 5
2824       - 62  # rls2009 reconf env 5
2825       - 68  # rls2009 reconf env 5
2826       - 70  # rls2009 reconf env 5
2827       - 33  # rls2009 soak env 5
2828       - 34  # rls2009 soak env 5
2829     csit-vpp-perf-report-coverage-2009-2n-skx:
2830       - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
2831       - 19  # rls2009 NDRPDR cov 2n-skx-ip4-01
2832       - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
2833       - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
2834       - 21  # rls2009 NDRPDR cov 2n-skx-ip4-04
2835       - 31  # rls2009 NDRPDR cov 2n-skx-ip4-05
2836       - 32  # rls2009 NDRPDR cov 2n-skx-ip4-06
2837       - 33  # rls2009 NDRPDR cov 2n-skx-ip4-07
2838       - 22  # rls2009 NDRPDR cov 2n-skx-ip6-00
2839       - 23  # rls2009 NDRPDR cov 2n-skx-ip6-01
2840       - 24  # rls2009 NDRPDR cov 2n-skx-l2-00
2841       - 25  # rls2009 NDRPDR cov 2n-skx-l2-01
2842       - 26  # rls2009 NDRPDR cov 2n-skx-lb-00
2843       - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
2844       - 28  # rls2009 NDRPDR cov 2n-skx-vhost-00
2845       - 29  # rls2009 NDRPDR cov 2n-skx-vhost-01
2846       - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
2847
2848     csit-vpp-perf-verify-2001-2n-clx:
2849       - 39  # MRR
2850     csit-vpp-perf-report-iterative-2005-2n-clx:
2851       - 62  # NDRPDR sel env 4
2852       - 63  # NDRPDR sel env 4
2853       - 64  # NDRPDR sel env 4
2854       - 65  # NDRPDR sel env 4
2855       - 66  # NDRPDR sel env 4
2856       - 68  # NDRPDR sel env 4
2857       - 69  # NDRPDR sel env 4
2858       - 70  # NDRPDR sel env 4
2859       - 103 # NDRPDR sel env 4
2860       - 104 # NDRPDR sel env 4
2861       - 73  # NDRPDR sel 2001.0-4
2862       - 74  # NDRPDR sel 2001.0-4
2863       - 75  # NDRPDR sel 2001.0-4
2864       - 76  # NDRPDR sel 2001.0-4
2865       - 77  # NDRPDR sel 2001.0-4
2866       - 78  # NDRPDR sel 2001.0-4
2867       - 79  # NDRPDR sel 2001.0-4
2868       - 80  # NDRPDR sel 2001.0-4
2869       - 72  # MRR env 4
2870     csit-vpp-perf-report-iterative-2009-2n-clx:
2871       - 77  # rls2005 MRR iter env 5
2872       - 13  # rls2005 NDRPDR iter env 5
2873       - 15  # rls2005 NDRPDR iter env 5
2874       - 17  # rls2005 NDRPDR iter env 5
2875       - 18  # rls2005 NDRPDR iter env 5
2876       - 19  # rls2005 NDRPDR iter env 5
2877       - 20  # rls2005 NDRPDR iter env 5
2878       - 21  # rls2005 NDRPDR iter env 5
2879       - 22  # rls2005 NDRPDR iter env 5
2880       - 23  # rls2005 NDRPDR iter env 5
2881       - 24  # rls2005 NDRPDR iter env 5
2882       - 125 # rls2009 MRR iter env 5
2883       - 36  # rls2009 NDRPDR iter env 5
2884       - 39  # rls2009 NDRPDR iter env 5
2885       - 40  # rls2009 NDRPDR iter env 5
2886       - 65  # rls2009 NDRPDR iter env 5
2887       - 66  # rls2009 NDRPDR iter env 5
2888       - 79  # rls2009 NDRPDR iter env 5
2889       - 82  # rls2009 NDRPDR iter env 5
2890       - 88  # rls2009 NDRPDR iter env 5
2891       - 89  # rls2009 NDRPDR iter env 5
2892       - 90  # rls2009 NDRPDR iter env 5
2893       - 114 # rls2009 NDRPDR iter NAT44 env 5
2894       - 115 # rls2009 NDRPDR iter NAT44 env 5
2895       - 116 # rls2009 NDRPDR iter NAT44 env 5
2896       - 117 # rls2009 NDRPDR iter NAT44 env 5
2897       - 118 # rls2009 NDRPDR iter NAT44 env 5
2898       - 119 # rls2009 NDRPDR iter NAT44 env 5
2899       - 121 # rls2009 NDRPDR iter NAT44 env 5
2900       - 122 # rls2009 NDRPDR iter NAT44 env 5
2901       - 123 # rls2009 NDRPDR iter NAT44 env 5
2902       - 126 # rls2009 NDRPDR iter NAT44 env 5
2903       - 37  # rls2009 nf-density iter env 5
2904       - 43  # rls2009 nf-density iter env 5
2905       - 69  # rls2009 nf-density iter env 5
2906       - 70  # rls2009 nf-density iter env 5
2907       - 71  # rls2009 nf-density iter env 5
2908       - 72  # rls2009 nf-density iter env 5
2909       - 73  # rls2009 nf-density iter env 5
2910       - 74  # rls2009 nf-density iter env 5
2911       - 75  # rls2009 nf-density iter env 5
2912       - 76  # rls2009 nf-density iter env 5
2913       - 45  # rls2009 MRR nf-density iter env 5
2914       - 25  # rls2009 reconf env 5
2915       - 27  # rls2009 reconf env 5
2916       - 28  # rls2009 reconf env 5
2917       - 29  # rls2009 reconf env 5
2918       - 30  # rls2009 reconf env 5
2919       - 30  # rls2009 reconf env 5
2920       - 32  # rls2009 reconf env 5
2921       - 48  # rls2009 reconf env 5
2922       - 53  # rls2009 reconf env 5
2923       - 68  # rls2009 reconf env 5
2924       - 33  # rls2009 soak env 5
2925       - 34  # rls2009 soak env 5
2926     csit-vpp-perf-report-coverage-2009-2n-clx:
2927       - 2   # rls2009 NDRPDR cov 2n-clx-ip4-00
2928       - 3   # rls2009 NDRPDR cov 2n-clx-ip4-01
2929       - 4   # rls2009 NDRPDR cov 2n-clx-ip4-02
2930       - 5   # rls2009 NDRPDR cov 2n-clx-ip4-03
2931       - 6   # rls2009 NDRPDR cov 2n-clx-ip4-04
2932       - 23  # rls2009 NDRPDR cov 2n-clx-ip4-05
2933       - 24  # rls2009 NDRPDR cov 2n-clx-ip4-06
2934       - 25  # rls2009 NDRPDR cov 2n-clx-ip4-07
2935       - 22  # rls2009 NDRPDR cov 2n-clx-ip6-00
2936       - 9   # rls2009 NDRPDR cov 2n-clx-ip6-01
2937       - 17  # rls2009 NDRPDR cov 2n-clx-l2-00
2938       - 21  # rls2009 NDRPDR cov 2n-clx-l2-01
2939       - 12  # rls2009 NDRPDR cov 2n-clx-lb-00
2940       - 13  # rls2009 NDRPDR cov 2n-clx-memif-00
2941       - 14  # rls2009 NDRPDR cov 2n-clx-vhost-00
2942       - 15  # rls2009 NDRPDR cov 2n-clx-vhost-01
2943       - 16  # rls2009 NDRPDR cov 2n-clx-vts-00
2944
2945     csit-vpp-perf-report-iterative-2009-2n-zn2:
2946       - 15  # rls2009 MRR iter env 5
2947       - 17  # rls2009 NDRPDR iter env 5
2948       - 18  # rls2009 NDRPDR iter env 5
2949       - 31  # rls2009 NDRPDR iter env 5
2950       - 33  # rls2009 NDRPDR iter env 5
2951
2952     csit-vpp-perf-verify-2001-3n-tsh:
2953       - 9   # MRR sel
2954     csit-vpp-perf-report-iterative-2005-3n-tsh:
2955       - 23  # NDRPDR sel env 4
2956       - 25  # NDRPDR sel env 4
2957       - 33  # NDRPDR sel env 4
2958       - 34  # NDRPDR sel env 4
2959       - 35  # NDRPDR sel env 4
2960       - 36  # NDRPDR sel env 4
2961       - 37  # NDRPDR sel env 4
2962       - 38  # NDRPDR sel env 4
2963       - 39  # NDRPDR sel env 4
2964       - 40  # NDRPDR sel env 4
2965       - 28  # NDRPDR sel 2001.0-4
2966       - 29  # NDRPDR sel 2001.0-4
2967       - 31  # NDRPDR sel 2001.0-4
2968       - 27  # MRR sel env 4
2969     csit-vpp-perf-report-iterative-2009-3n-tsh:
2970       - 8   # rls2005 NDRPDR iter env 5
2971       - 11  # rls2005 NDRPDR iter env 5
2972       - 12  # rls2005 NDRPDR iter env 5
2973       - 24  # rls2005 NDRPDR iter env 5
2974       - 27  # rls2005 NDRPDR iter env 5
2975       - 29  # rls2005 NDRPDR iter env 5
2976       - 31  # rls2005 NDRPDR iter env 5
2977       - 39  # rls2005 NDRPDR iter env 5
2978       - 40  # rls2005 NDRPDR iter env 5
2979       - 42  # rls2005 NDRPDR iter env 5
2980       - 13  # rls2005 MRR iter env 5
2981       - 14  # rls2009 NDRPDR iter env 5
2982       - 20  # rls2009 NDRPDR iter env 5
2983       - 21  # rls2009 NDRPDR iter env 5
2984       - 22  # rls2009 NDRPDR iter env 5
2985       - 23  # rls2009 NDRPDR iter env 5
2986       - 28  # rls2009 NDRPDR iter env 5
2987       - 30  # rls2009 NDRPDR iter env 5
2988       - 33  # rls2009 NDRPDR iter env 5
2989       - 38  # rls2009 NDRPDR iter env 5
2990       - 41  # rls2009 NDRPDR iter env 5
2991       - 15  # rls2009 MRR iter env 5
2992
2993     csit-vpp-perf-verify-2001-3n-dnv:
2994       - 5   # NDRPDR sel
2995       - 6   # NDRPDR sel
2996       - 7   # NDRPDR sel
2997       - 8   # NDRPDR sel
2998       - 9   # NDRPDR sel
2999       - 10  # NDRPDR sel
3000       - 12  # NDRPDR sel
3001       - 16  # NDRPDR sel
3002       - 17  # NDRPDR sel
3003       - 18  # NDRPDR sel
3004       - 11  # MRR sel
3005     csit-vpp-perf-report-iterative-2009-3n-dnv:
3006       - 16  # rls2005 NDRPDR iter env 5
3007       - 23  # rls2005 NDRPDR iter env 5
3008       - 25  # rls2005 NDRPDR iter env 5
3009       - 26  # rls2005 NDRPDR iter env 5
3010       - 27  # rls2005 NDRPDR iter env 5
3011       - 28  # rls2005 NDRPDR iter env 5
3012       - 29  # rls2005 NDRPDR iter env 5
3013       - 30  # rls2005 NDRPDR iter env 5
3014       - 31  # rls2005 NDRPDR iter env 5
3015       - 32  # rls2005 NDRPDR iter env 5
3016       - 19  # rls2005 MRR iter env 5
3017       - 3   # rls2009 NDRPDR iter env 5
3018       - 6   # rls2009 NDRPDR iter env 5
3019       - 7   # rls2009 NDRPDR iter env 5
3020       - 8   # rls2009 NDRPDR iter env 5
3021       - 10  # rls2009 NDRPDR iter env 5
3022       - 11  # rls2009 NDRPDR iter env 5
3023       - 12  # rls2009 NDRPDR iter env 5
3024       - 14  # rls2009 NDRPDR iter env 5
3025       - 15  # rls2009 NDRPDR iter env 5
3026       - 24  # rls2009 NDRPDR iter env 5
3027       - 22  # rls2009 MRR iter env 5
3028     csit-vpp-perf-report-coverage-2009-3n-dnv:
3029       - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
3030       - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
3031       - 11  # rls2009 NDRPDR cov 3n-dnv-ip4-00
3032       - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
3033       - 13  # rls2009 NDRPDR cov 3n-dnv-ip4tun-00
3034       - 14  # rls2009 NDRPDR cov 3n-dnv-ip6-00
3035       - 15  # rls2009 NDRPDR cov 3n-dnv-ip6-01
3036       - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
3037       - 17  # rls2009 NDRPDR cov 3n-dnv-l2-01
3038
3039     csit-vpp-perf-verify-2001-2n-dnv:
3040       - 4   # NDRPDR sel
3041       - 5   # NDRPDR sel
3042       - 6   # NDRPDR sel
3043       - 7   # NDRPDR sel
3044       - 8   # NDRPDR sel
3045       - 9   # NDRPDR sel
3046       - 10  # NDRPDR sel
3047       - 11  # NDRPDR sel
3048       - 13  # NDRPDR sel
3049       - 16  # NDRPDR sel
3050       - 12  # MRR sel
3051     csit-vpp-perf-report-iterative-2009-2n-dnv:
3052       - 16  # rls2005 NDRPDR iter env 5
3053       - 17  # rls2005 NDRPDR iter env 5
3054       - 18  # rls2005 NDRPDR iter env 5
3055       - 19  # rls2005 NDRPDR iter env 5
3056       - 21  # rls2005 NDRPDR iter env 5
3057       - 24  # rls2005 NDRPDR iter env 5
3058       - 27  # rls2005 NDRPDR iter env 5
3059       - 28  # rls2005 NDRPDR iter env 5
3060       - 29  # rls2005 NDRPDR iter env 5
3061       - 30  # rls2005 NDRPDR iter env 5
3062       - 23  # rls2005 MRR iter env 5
3063       - 3   # rls2009 NDRPDR iter env 5
3064       - 5   # rls2009 NDRPDR iter env 5
3065       - 6   # rls2009 NDRPDR iter env 5
3066       - 7   # rls2009 NDRPDR iter env 5
3067       - 9   # rls2009 NDRPDR iter env 5
3068       - 10  # rls2009 NDRPDR iter env 5
3069       - 11  # rls2009 NDRPDR iter env 5
3070       - 12  # rls2009 NDRPDR iter env 5
3071       - 14  # rls2009 NDRPDR iter env 5
3072       - 15  # rls2009 NDRPDR iter env 5
3073       - 13  # rls2009 MRR iter env 5
3074     csit-vpp-perf-report-coverage-2009-2n-dnv:
3075       - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
3076       - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
3077       - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
3078       - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
3079       - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
3080       - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
3081
3082     csit-dpdk-perf-verify-2001-3n-hsw:
3083       - 4   # NDRPDR sel
3084       - 5   # NDRPDR sel
3085       - 6   # NDRPDR sel
3086       - 7   # NDRPDR sel
3087       - 8   # NDRPDR sel
3088       - 9   # NDRPDR sel
3089       - 10  # NDRPDR sel
3090       - 11  # NDRPDR sel
3091       - 12  # NDRPDR sel
3092       - 13  # NDRPDR sel
3093       - 15  # NDRPDR sel
3094       - 16  # NDRPDR sel
3095       - 17  # NDRPDR sel
3096       - 18  # NDRPDR sel
3097       - 19  # NDRPDR sel
3098       - 20  # NDRPDR sel
3099       - 21  # NDRPDR sel
3100       - 22  # NDRPDR sel
3101       - 23  # NDRPDR sel
3102       - 24  # NDRPDR sel
3103     csit-dpdk-perf-report-iterative-2005-3n-hsw:
3104       - 25  # NDRPDR iter
3105       - 26  # NDRPDR iter
3106       - 27  # NDRPDR iter
3107       - 28  # NDRPDR iter
3108       - 29  # NDRPDR iter
3109       - 30  # NDRPDR iter
3110       - 31  # NDRPDR iter
3111       - 32  # NDRPDR iter
3112       - 33  # NDRPDR iter
3113       - 34  # NDRPDR iter
3114     csit-dpdk-perf-report-iterative-2009-3n-hsw:
3115       - 6   # NDRPDR iter env5
3116       - 7   # NDRPDR iter env5
3117       - 8   # NDRPDR iter env5
3118       - 9   # NDRPDR iter env5
3119       - 10  # NDRPDR iter env5
3120       - 11  # NDRPDR iter env5
3121       - 12  # NDRPDR iter env5
3122       - 13  # NDRPDR iter env5
3123       - 14  # NDRPDR iter env5
3124       - 15  # NDRPDR iter env5
3125
3126     csit-dpdk-perf-verify-2001-3n-skx:
3127       - 29  # NDRPDR sel xxv710
3128       - 33  # NDRPDR sel xxv710
3129       - 34  # NDRPDR sel xxv710
3130       - 35  # NDRPDR sel xxv710
3131       - 36  # NDRPDR sel xxv710
3132       - 37  # NDRPDR sel xxv710
3133       - 41  # NDRPDR sel xxv710
3134       - 42  # NDRPDR sel xxv710
3135       - 43  # NDRPDR sel xxv710
3136       - 45  # NDRPDR sel xxv710
3137       - 30  # NDRPDR sel x710
3138       - 31  # NDRPDR sel x710
3139       - 32  # NDRPDR sel x710
3140       - 38  # NDRPDR sel x710
3141       - 39  # NDRPDR sel x710
3142       - 40  # NDRPDR sel x710
3143       - 44  # NDRPDR sel x710
3144       - 46  # NDRPDR sel x710
3145       - 47  # NDRPDR sel x710
3146       - 48  # NDRPDR sel x710
3147     csit-dpdk-perf-report-iterative-2005-3n-skx:
3148       - 28  # NDRPDR iter
3149       - 29  # NDRPDR iter
3150       - 30  # NDRPDR iter
3151       - 31  # NDRPDR iter
3152       - 32  # NDRPDR iter
3153       - 33  # NDRPDR iter
3154       - 34  # NDRPDR iter
3155       - 35  # NDRPDR iter
3156       - 36  # NDRPDR iter
3157       - 37  # NDRPDR iter
3158     csit-dpdk-perf-report-iterative-2009-3n-skx:
3159       - 4   # NDRPDR sel env5
3160       - 5   # NDRPDR sel env5
3161       - 6   # NDRPDR sel env5
3162       - 7   # NDRPDR sel env5
3163       - 8   # NDRPDR sel env5
3164       - 9   # NDRPDR sel env5
3165       - 14  # NDRPDR sel env5
3166       - 11  # NDRPDR sel env5
3167       - 12  # NDRPDR sel env5
3168       - 13  # NDRPDR sel env5
3169
3170     csit-dpdk-perf-verify-2001-2n-skx:
3171       - 35  # NDRPDR sel xxv710
3172       - 36  # NDRPDR sel xxv710
3173       - 37  # NDRPDR sel xxv710
3174       - 41  # NDRPDR sel xxv710
3175       - 42  # NDRPDR sel xxv710
3176       - 43  # NDRPDR sel xxv710
3177       - 46  # NDRPDR sel xxv710
3178       - 47  # NDRPDR sel xxv710
3179       - 52  # NDRPDR sel xxv710
3180       - 53  # NDRPDR sel xxv710
3181       - 38  # NDRPDR sel x710
3182       - 39  # NDRPDR sel x710
3183       - 40  # NDRPDR sel x710
3184       - 44  # NDRPDR sel x710
3185       - 45  # NDRPDR sel x710
3186       - 48  # NDRPDR sel x710
3187       - 49  # NDRPDR sel x710
3188       - 50  # NDRPDR sel x710
3189       - 51  # NDRPDR sel x710
3190       - 54  # NDRPDR sel x710
3191     csit-dpdk-perf-report-iterative-2005-2n-skx:
3192       - 20  # NDRPDR iter
3193       - 21  # NDRPDR iter
3194       - 22  # NDRPDR iter
3195       - 23  # NDRPDR iter
3196       - 24  # NDRPDR iter
3197       - 25  # NDRPDR iter
3198       - 26  # NDRPDR iter
3199       - 27  # NDRPDR iter
3200       - 28  # NDRPDR iter
3201       - 29  # NDRPDR iter
3202     csit-dpdk-perf-report-iterative-2009-2n-skx:
3203       - 4   # NDRPDR iter env5
3204       - 5   # NDRPDR iter env5
3205       - 6   # NDRPDR iter env5
3206       - 7   # NDRPDR iter env5
3207       - 8   # NDRPDR iter env5
3208       - 9   # NDRPDR iter env5
3209       - 10  # NDRPDR iter env5
3210       - 11  # NDRPDR iter env5
3211       - 12  # NDRPDR iter env5
3212       - 13  # NDRPDR iter env5
3213
3214     csit-dpdk-perf-verify-2001-2n-clx:
3215       - 15  # NDRPDR sel
3216       - 16  # NDRPDR sel
3217       - 17  # NDRPDR sel
3218       - 18  # NDRPDR sel
3219       - 19  # NDRPDR sel
3220       - 20  # NDRPDR sel
3221       - 21  # NDRPDR sel
3222       - 22  # NDRPDR sel
3223       - 23  # NDRPDR sel
3224       - 24  # NDRPDR sel
3225       - 25  # NDRPDR sel
3226       - 26  # NDRPDR sel
3227       - 27  # NDRPDR sel
3228       - 28  # NDRPDR sel
3229       - 29  # NDRPDR sel
3230       - 30  # NDRPDR sel
3231       - 31  # NDRPDR sel
3232       - 32  # NDRPDR sel
3233       - 33  # NDRPDR sel
3234       - 34  # NDRPDR sel
3235     csit-dpdk-perf-report-iterative-2005-2n-clx:
3236       - 20  # NDRPDR iter
3237       - 21  # NDRPDR iter
3238       - 22  # NDRPDR iter
3239       - 23  # NDRPDR iter
3240       - 24  # NDRPDR iter
3241       - 25  # NDRPDR iter
3242       - 26  # NDRPDR iter
3243       - 27  # NDRPDR iter
3244       - 28  # NDRPDR iter
3245       - 29  # NDRPDR iter
3246     csit-dpdk-perf-report-iterative-2009-2n-clx:
3247       - 4   # NDRPDR iter env5
3248       - 5   # NDRPDR iter env5
3249       - 6   # NDRPDR iter env5
3250       - 7   # NDRPDR iter env5
3251       - 8   # NDRPDR iter env5
3252       - 9   # NDRPDR iter env5
3253       - 10  # NDRPDR iter env5
3254       - 11  # NDRPDR iter env5
3255       - 12  # NDRPDR iter env5
3256       - 13  # NDRPDR iter env5
3257
3258     csit-dpdk-perf-report-iterative-2009-2n-zn2:
3259       - 16  # NDRPDR iter env5
3260       - 21  # NDRPDR iter env5
3261       - 22  # NDRPDR iter env5
3262       - 23  # NDRPDR iter env5
3263       - 24  # NDRPDR iter env5
3264       - 25  # NDRPDR iter env5
3265       - 29  # NDRPDR iter env5
3266
3267 #    csit-dpdk-perf-verify-2001-2n-dnv:
3268 #      - 9   # NDRPDR sel
3269 #      - 10  # NDRPDR sel
3270 #      - 11  # NDRPDR sel
3271 #      - 12  # NDRPDR sel
3272 #      - 13  # NDRPDR sel
3273 #      - 14  # NDRPDR sel
3274 #      - 15  # NDRPDR sel
3275 #      - 16  # NDRPDR sel
3276 #      - 17  # NDRPDR sel
3277 #      - 18  # NDRPDR sel
3278 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
3279 #      # No data
3280 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
3281 #      # No data
3282
3283 #    csit-dpdk-perf-verify-2001-3n-dnv:
3284 #      - 12  # NDRPDR sel
3285 #      - 13  # NDRPDR sel
3286 #      - 14  # NDRPDR sel
3287 #      - 15  # NDRPDR sel
3288 #      - 16  # NDRPDR sel
3289 #      - 17  # NDRPDR sel
3290 #      - 18  # NDRPDR sel
3291 #      - 19  # NDRPDR sel
3292 #      - 20  # NDRPDR sel
3293 #      - 22  # NDRPDR sel
3294 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
3295 #      # No data
3296 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
3297 #      # No data
3298
3299     csit-dpdk-perf-verify-2001-3n-tsh:
3300       - 3   # NDRPDR sel
3301       - 4   # NDRPDR sel
3302       - 5   # NDRPDR sel
3303       - 9   # NDRPDR sel
3304       - 10  # NDRPDR sel
3305       - 11  # NDRPDR sel
3306       - 12  # NDRPDR sel
3307       - 14  # NDRPDR sel
3308       - 15  # NDRPDR sel
3309       - 18  # NDRPDR sel
3310     csit-dpdk-perf-report-iterative-2005-3n-tsh:
3311       - 5   # NDRPDR sel
3312     csit-dpdk-perf-report-iterative-2009-3n-tsh:
3313       - 1   # NDRPDR iter env5
3314       - 2   # NDRPDR iter env5
3315       - 3   # NDRPDR iter env5
3316       - 4   # NDRPDR iter env5
3317       - 5   # NDRPDR iter env5
3318       - 6   # NDRPDR iter env5
3319       - 7   # NDRPDR iter env5
3320       - 9   # NDRPDR iter env5
3321       - 10  # NDRPDR iter env5
3322       - 11  # NDRPDR iter env5
3323
3324     csit-vpp-device-2009-ubuntu1804-1n-skx:
3325       - 131 # rls2009 env 5
3326
3327 - type: "output"
3328   output: "report"
3329   format:
3330     html:
3331     - full
3332     pdf:
3333     - minimal
3334
3335 ################################################################################
3336 ###                               T A B L E S                                ###
3337 ################################################################################
3338
3339 # VPP Soak vs NDR - 2n-skx
3340 - type: "table"
3341   title: "VPP Soak vs NDR 2n-skx"
3342   algorithm: "table_soak_vs_ndr"
3343   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
3344   reference:
3345     title: "NDR"
3346     data: "vpp-soak-vs-ndr-2n-skx-ref"
3347   compare:
3348     title: "Soak"
3349     data: "vpp-soak-vs-ndr-2n-skx-cmp"
3350   data: "vpp-soak-vs-ndr-2n-skx"
3351   include-tests: "NDR"
3352   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3353   parameters:
3354     - "throughput"
3355     - "name"
3356     - "parent"
3357
3358 # VPP Soak vs NDR - 2n-clx
3359 - type: "table"
3360   title: "VPP Soak vs NDR 2n-clx"
3361   algorithm: "table_soak_vs_ndr"
3362   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
3363   reference:
3364     title: "NDR"
3365     data: "vpp-soak-vs-ndr-2n-clx-ref"
3366   compare:
3367     title: "Soak"
3368     data: "vpp-soak-vs-ndr-2n-clx-cmp"
3369   data: "vpp-soak-vs-ndr-2n-clx"
3370   include-tests: "NDR"
3371   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3372   parameters:
3373     - "throughput"
3374     - "name"
3375     - "parent"
3376
3377 ################################################################################
3378
3379 # VPP Compare NICs 3n-skx 2t1c ndr
3380 - type: "table"
3381   title: "VPP Compare NICs 3n-skx 2t1c ndr"
3382   algorithm: "table_comparison"
3383   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
3384   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3385   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3386   columns:
3387     - title: "x710"
3388       data-set: "vpp-nic-comparison-3n-skx"
3389       tag: "NIC_Intel-X710"
3390     - title: "xxv710"
3391       data-set: "vpp-nic-comparison-3n-skx"
3392       tag: "NIC_Intel-XXV710"
3393   comparisons:
3394     - title: "Diff"
3395       reference: 1
3396       compare: 2
3397   legend:
3398     - ""
3399     - "x710, xxv710 - NICs tested."
3400     - "Diff - difference between x710 and xxv710 NIC."
3401
3402 # VPP Compare NICs 3n-skx 4t2c ndr
3403 - type: "table"
3404   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3405   algorithm: "table_comparison"
3406   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3407   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3408   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3409   columns:
3410     - title: "x710"
3411       data-set: "vpp-nic-comparison-3n-skx"
3412       tag: "NIC_Intel-X710"
3413     - title: "xxv710"
3414       data-set: "vpp-nic-comparison-3n-skx"
3415       tag: "NIC_Intel-XXV710"
3416   comparisons:
3417     - title: "Diff"
3418       reference: 1
3419       compare: 2
3420   legend:
3421     - ""
3422     - "x710, xxv710 - NICs tested."
3423     - "Diff - difference between x710 and xxv710 NIC."
3424
3425 # VPP Compare NICs 3n-skx 2t1c pdr
3426 - type: "table"
3427   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3428   algorithm: "table_comparison"
3429   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3430   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3431   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3432   columns:
3433     - title: "x710"
3434       data-set: "vpp-nic-comparison-3n-skx"
3435       tag: "NIC_Intel-X710"
3436     - title: "xxv710"
3437       data-set: "vpp-nic-comparison-3n-skx"
3438       tag: "NIC_Intel-XXV710"
3439   comparisons:
3440     - title: "Diff"
3441       reference: 1
3442       compare: 2
3443   legend:
3444     - ""
3445     - "x710, xxv710 - NICs tested."
3446     - "Diff - difference between x710 and xxv710 NIC."
3447
3448 # VPP Compare NICs 3n-skx 4t2c pdr
3449 - type: "table"
3450   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3451   algorithm: "table_comparison"
3452   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3453   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3454   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3455   columns:
3456     - title: "x710"
3457       data-set: "vpp-nic-comparison-3n-skx"
3458       tag: "NIC_Intel-X710"
3459     - title: "xxv710"
3460       data-set: "vpp-nic-comparison-3n-skx"
3461       tag: "NIC_Intel-XXV710"
3462   comparisons:
3463     - title: "Diff"
3464       reference: 1
3465       compare: 2
3466   legend:
3467     - ""
3468     - "x710, xxv710 - NICs tested."
3469     - "Diff - difference between x710 and xxv710 NIC."
3470
3471 # VPP Compare NICs 3n-skx 2t1c mrr
3472 - type: "table"
3473   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3474   algorithm: "table_comparison"
3475   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3476   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3477   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3478   columns:
3479     - title: "x710"
3480       data-set: "vpp-nic-comparison-3n-skx-mrr"
3481       tag: "NIC_Intel-X710"
3482     - title: "xxv710"
3483       data-set: "vpp-nic-comparison-3n-skx-mrr"
3484       tag: "NIC_Intel-XXV710"
3485   comparisons:
3486     - title: "Diff"
3487       reference: 1
3488       compare: 2
3489   legend:
3490     - ""
3491     - "x710, xxv710 - NICs tested."
3492     - "Diff - difference between x710 and xxv710 NIC."
3493
3494 # VPP Compare NICs 3n-skx 4t2c mrr
3495 - type: "table"
3496   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3497   algorithm: "table_comparison"
3498   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3499   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3500   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3501   columns:
3502     - title: "x710"
3503       data-set: "vpp-nic-comparison-3n-skx-mrr"
3504       tag: "NIC_Intel-X710"
3505     - title: "xxv710"
3506       data-set: "vpp-nic-comparison-3n-skx-mrr"
3507       tag: "NIC_Intel-XXV710"
3508   comparisons:
3509     - title: "Diff"
3510       reference: 1
3511       compare: 2
3512   legend:
3513     - ""
3514     - "x710, xxv710 - NICs tested."
3515     - "Diff - difference between x710 and xxv710 NIC."
3516
3517 # VPP Compare NICs 3n-skx 8t4c mrr
3518 - type: "table"
3519   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3520   algorithm: "table_comparison"
3521   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3522   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3523   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3524   columns:
3525     - title: "x710"
3526       data-set: "vpp-nic-comparison-3n-skx-mrr"
3527       tag: "NIC_Intel-X710"
3528     - title: "xxv710"
3529       data-set: "vpp-nic-comparison-3n-skx-mrr"
3530       tag: "NIC_Intel-XXV710"
3531   comparisons:
3532     - title: "Diff"
3533       reference: 1
3534       compare: 2
3535   legend:
3536     - ""
3537     - "x710, xxv710 - NICs tested."
3538     - "Diff - difference between x710 and xxv710 NIC."
3539
3540 # VPP Compare NICs 2n-skx 2t1c ndr
3541 - type: "table"
3542   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3543   algorithm: "table_comparison"
3544   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3545   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3546   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3547   columns:
3548     - title: "x710"
3549       data-set: "vpp-nic-comparison-2n-skx"
3550       tag: "NIC_Intel-X710"
3551     - title: "xxv710"
3552       data-set: "vpp-nic-comparison-2n-skx"
3553       tag: "NIC_Intel-XXV710"
3554   comparisons:
3555     - title: "Diff"
3556       reference: 1
3557       compare: 2
3558   legend:
3559     - ""
3560     - "x710, xxv710 - NICs tested."
3561     - "Diff - difference between x710 and xxv710 NIC."
3562
3563 # VPP Compare NICs 2n-skx 4t2c ndr
3564 - type: "table"
3565   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3566   algorithm: "table_comparison"
3567   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3568   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3569   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3570   columns:
3571     - title: "x710"
3572       data-set: "vpp-nic-comparison-2n-skx"
3573       tag: "NIC_Intel-X710"
3574     - title: "xxv710"
3575       data-set: "vpp-nic-comparison-2n-skx"
3576       tag: "NIC_Intel-XXV710"
3577   comparisons:
3578     - title: "Diff"
3579       reference: 1
3580       compare: 2
3581   legend:
3582     - ""
3583     - "x710, xxv710 - NICs tested."
3584     - "Diff - difference between x710 and xxv710 NIC."
3585
3586 # VPP Compare NICs 2n-skx 2t1c pdr
3587 - type: "table"
3588   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3589   algorithm: "table_comparison"
3590   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3591   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3592   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3593   columns:
3594     - title: "x710"
3595       data-set: "vpp-nic-comparison-2n-skx"
3596       tag: "NIC_Intel-X710"
3597     - title: "xxv710"
3598       data-set: "vpp-nic-comparison-2n-skx"
3599       tag: "NIC_Intel-XXV710"
3600   comparisons:
3601     - title: "Diff"
3602       reference: 1
3603       compare: 2
3604   legend:
3605     - ""
3606     - "x710, xxv710 - NICs tested."
3607     - "Diff - difference between x710 and xxv710 NIC."
3608
3609 # VPP Compare NICs 2n-skx 4t2c pdr
3610 - type: "table"
3611   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3612   algorithm: "table_comparison"
3613   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3614   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3615   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3616   columns:
3617     - title: "x710"
3618       data-set: "vpp-nic-comparison-2n-skx"
3619       tag: "NIC_Intel-X710"
3620     - title: "xxv710"
3621       data-set: "vpp-nic-comparison-2n-skx"
3622       tag: "NIC_Intel-XXV710"
3623   comparisons:
3624     - title: "Diff"
3625       reference: 1
3626       compare: 2
3627   legend:
3628     - ""
3629     - "x710, xxv710 - NICs tested."
3630     - "Diff - difference between x710 and xxv710 NIC."
3631
3632 # VPP Compare NICs 2n-skx 2t1c mrr
3633 - type: "table"
3634   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3635   algorithm: "table_comparison"
3636   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3637   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3638   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3639   columns:
3640     - title: "x710"
3641       data-set: "vpp-nic-comparison-2n-skx-mrr"
3642       tag: "NIC_Intel-X710"
3643     - title: "xxv710"
3644       data-set: "vpp-nic-comparison-2n-skx-mrr"
3645       tag: "NIC_Intel-XXV710"
3646   comparisons:
3647     - title: "Diff"
3648       reference: 1
3649       compare: 2
3650   legend:
3651     - ""
3652     - "x710, xxv710 - NICs tested."
3653     - "Diff - difference between x710 and xxv710 NIC."
3654
3655 # VPP Compare NICs 2n-skx 4t2c mrr
3656 - type: "table"
3657   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3658   algorithm: "table_comparison"
3659   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3660   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3661   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3662   columns:
3663     - title: "x710"
3664       data-set: "vpp-nic-comparison-2n-skx-mrr"
3665       tag: "NIC_Intel-X710"
3666     - title: "xxv710"
3667       data-set: "vpp-nic-comparison-2n-skx-mrr"
3668       tag: "NIC_Intel-XXV710"
3669   comparisons:
3670     - title: "Diff"
3671       reference: 1
3672       compare: 2
3673   legend:
3674     - ""
3675     - "x710, xxv710 - NICs tested."
3676     - "Diff - difference between x710 and xxv710 NIC."
3677
3678 # VPP Compare NICs 2n-skx 8t4c mrr
3679 - type: "table"
3680   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3681   algorithm: "table_comparison"
3682   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3683   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3684   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3685   columns:
3686     - title: "x710"
3687       data-set: "vpp-nic-comparison-2n-skx-mrr"
3688       tag: "NIC_Intel-X710"
3689     - title: "xxv710"
3690       data-set: "vpp-nic-comparison-2n-skx-mrr"
3691       tag: "NIC_Intel-XXV710"
3692   comparisons:
3693     - title: "Diff"
3694       reference: 1
3695       compare: 2
3696   legend:
3697     - ""
3698     - "x710, xxv710 - NICs tested."
3699     - "Diff - difference between x710 and xxv710 NIC."
3700
3701 ################################################################################
3702 # VPP
3703
3704 # VPP Performance Changes 3n-hsw 1t1c pdr
3705 - type: "table"
3706   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3707   algorithm: "table_comparison"
3708   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3709   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3710   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3711   columns:
3712     - title: "2001.0-4"
3713       data-set: "vpp-performance-changes-3n-hsw-h1"
3714     - title: "2005.0-4"
3715       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3716     - title: "2005.0-5"
3717       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3718     - title: "2009.0-5"
3719       data-set: "vpp-performance-changes-3n-hsw-cmp"
3720   comparisons:
3721     - title: "2005.0-5 vs 2005.0-4"
3722       reference: 2
3723       compare: 3
3724 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3725     - title: "2009.0-5 vs 2005.0-5"
3726       reference: 3
3727       compare: 4
3728 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3729   legend:
3730     - ''
3731     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3732     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3733     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3734     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3735     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3736
3737 # VPP Performance Changes 3n-hsw 2t2c pdr
3738 - type: "table"
3739   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3740   algorithm: "table_comparison"
3741   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3742   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3743   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3744   columns:
3745     - title: "2001.0-4"
3746       data-set: "vpp-performance-changes-3n-hsw-h1"
3747     - title: "2005.0-4"
3748       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3749     - title: "2005.0-5"
3750       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3751     - title: "2009.0-5"
3752       data-set: "vpp-performance-changes-3n-hsw-cmp"
3753   comparisons:
3754     - title: "2005.0-5 vs 2005.0-4"
3755       reference: 2
3756       compare: 3
3757 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3758     - title: "2009.0-5 vs 2005.0-5"
3759       reference: 3
3760       compare: 4
3761 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3762   legend:
3763     - ''
3764     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3765     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3766     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3767     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3768     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3769
3770 # VPP Performance Changes 3n-hsw 1t1c ndr
3771 - type: "table"
3772   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3773   algorithm: "table_comparison"
3774   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3775   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3776   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3777   columns:
3778     - title: "2001.0-4"
3779       data-set: "vpp-performance-changes-3n-hsw-h1"
3780     - title: "2005.0-4"
3781       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3782     - title: "2005.0-5"
3783       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3784     - title: "2009.0-5"
3785       data-set: "vpp-performance-changes-3n-hsw-cmp"
3786   comparisons:
3787     - title: "2005.0-5 vs 2005.0-4"
3788       reference: 2
3789       compare: 3
3790 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3791     - title: "2009.0-5 vs 2005.0-5"
3792       reference: 3
3793       compare: 4
3794 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3795   legend:
3796     - ''
3797     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3798     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3799     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3800     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3801     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3802
3803 # VPP Performance Changes 3n-hsw 2t2c ndr
3804 - type: "table"
3805   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3806   algorithm: "table_comparison"
3807   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3808   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3809   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3810   columns:
3811     - title: "2001.0-4"
3812       data-set: "vpp-performance-changes-3n-hsw-h1"
3813     - title: "2005.0-4"
3814       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3815     - title: "2005.0-5"
3816       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3817     - title: "2009.0-5"
3818       data-set: "vpp-performance-changes-3n-hsw-cmp"
3819   comparisons:
3820     - title: "2005.0-5 vs 2005.0-4"
3821       reference: 2
3822       compare: 3
3823 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3824     - title: "2009.0-5 vs 2005.0-5"
3825       reference: 3
3826       compare: 4
3827 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3828   legend:
3829     - ''
3830     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3831     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3832     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3833     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3834     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3835
3836 # VPP Performance Changes 3n-skx 2t1c pdr
3837 - type: "table"
3838   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3839   algorithm: "table_comparison"
3840   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3841   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3842   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3843   columns:
3844     - title: "2001.0-4"
3845       data-set: "vpp-performance-changes-3n-skx-h1"
3846     - title: "2005.0-4"
3847       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3848     - title: "2005.0-5"
3849       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3850     - title: "2009.0-5"
3851       data-set: "vpp-performance-changes-3n-skx-cmp"
3852   comparisons:
3853     - title: "2005.0-5 vs 2005.0-4"
3854       reference: 2
3855       compare: 3
3856 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3857     - title: "2009.0-5 vs 2005.0-5"
3858       reference: 3
3859       compare: 4
3860 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3861   legend:
3862     - ''
3863     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3864     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3865     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3866     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3867     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3868
3869 # VPP Performance Changes 3n-skx 4t2c pdr
3870 - type: "table"
3871   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3872   algorithm: "table_comparison"
3873   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3874   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3875   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3876   columns:
3877     - title: "2001.0-4"
3878       data-set: "vpp-performance-changes-3n-skx-h1"
3879     - title: "2005.0-4"
3880       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3881     - title: "2005.0-5"
3882       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3883     - title: "2009.0-5"
3884       data-set: "vpp-performance-changes-3n-skx-cmp"
3885   comparisons:
3886     - title: "2005.0-5 vs 2005.0-4"
3887       reference: 2
3888       compare: 3
3889 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3890     - title: "2009.0-5 vs 2005.0-5"
3891       reference: 3
3892       compare: 4
3893 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3894   legend:
3895     - ''
3896     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3897     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3898     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3899     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3900     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3901
3902 # VPP Performance Changes 3n-skx 2t1c ndr
3903 - type: "table"
3904   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3905   algorithm: "table_comparison"
3906   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3907   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3908   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3909   columns:
3910     - title: "2001.0-4"
3911       data-set: "vpp-performance-changes-3n-skx-h1"
3912     - title: "2005.0-4"
3913       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3914     - title: "2005.0-5"
3915       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3916     - title: "2009.0-5"
3917       data-set: "vpp-performance-changes-3n-skx-cmp"
3918   comparisons:
3919     - title: "2005.0-5 vs 2005.0-4"
3920       reference: 2
3921       compare: 3
3922 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3923     - title: "2009.0-5 vs 2005.0-5"
3924       reference: 3
3925       compare: 4
3926 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3927   legend:
3928     - ''
3929     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3930     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3931     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3932     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3933     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3934
3935 # VPP Performance Changes 3n-skx 4t2c ndr
3936 - type: "table"
3937   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3938   algorithm: "table_comparison"
3939   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3940   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3941   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3942   columns:
3943     - title: "2001.0-4"
3944       data-set: "vpp-performance-changes-3n-skx-h1"
3945     - title: "2005.0-4"
3946       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3947     - title: "2005.0-5"
3948       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3949     - title: "2009.0-5"
3950       data-set: "vpp-performance-changes-3n-skx-cmp"
3951   comparisons:
3952     - title: "2005.0-5 vs 2005.0-4"
3953       reference: 2
3954       compare: 3
3955 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3956     - title: "2009.0-5 vs 2005.0-5"
3957       reference: 3
3958       compare: 4
3959 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3960   legend:
3961     - ''
3962     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3963     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3964     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3965     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3966     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3967
3968 # VPP Performance Changes 2n-skx 2t1c pdr
3969 - type: "table"
3970   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3971   algorithm: "table_comparison"
3972   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3973   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3974   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3975   columns:
3976     - title: "2001.0-4"
3977       data-set: "vpp-performance-changes-2n-skx-h1"
3978     - title: "2005.0-4"
3979       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3980     - title: "2005.0-5"
3981       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3982     - title: "2009.0-5"
3983       data-set: "vpp-performance-changes-2n-skx-cmp"
3984   comparisons:
3985     - title: "2005.0-5 vs 2005.0-4"
3986       reference: 2
3987       compare: 3
3988 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3989     - title: "2009.0-5 vs 2005.0-5"
3990       reference: 3
3991       compare: 4
3992 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3993   legend:
3994     - ''
3995     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3996     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3997     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3998     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3999     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4000
4001 # VPP Performance Changes 2n-skx 4t2c pdr
4002 - type: "table"
4003   title: "VPP Performance Changes 2n-skx 4t2c pdr"
4004   algorithm: "table_comparison"
4005   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
4006   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4007   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4008   columns:
4009     - title: "2001.0-4"
4010       data-set: "vpp-performance-changes-2n-skx-h1"
4011     - title: "2005.0-4"
4012       data-set: "vpp-performance-changes-2n-skx-ref-env4"
4013     - title: "2005.0-5"
4014       data-set: "vpp-performance-changes-2n-skx-ref-env5"
4015     - title: "2009.0-5"
4016       data-set: "vpp-performance-changes-2n-skx-cmp"
4017   comparisons:
4018     - title: "2005.0-5 vs 2005.0-4"
4019       reference: 2
4020       compare: 3
4021 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
4022     - title: "2009.0-5 vs 2005.0-5"
4023       reference: 3
4024       compare: 4
4025 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
4026   legend:
4027     - ''
4028     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4029     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4030     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4031     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4032     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4033
4034 # VPP Performance Changes 2n-skx 2t1c ndr
4035 - type: "table"
4036   title: "VPP Performance Changes 2n-skx 2t1c ndr"
4037   algorithm: "table_comparison"
4038   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
4039   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4040   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4041   columns:
4042     - title: "2001.0-4"
4043       data-set: "vpp-performance-changes-2n-skx-h1"
4044     - title: "2005.0-4"
4045       data-set: "vpp-performance-changes-2n-skx-ref-env4"
4046     - title: "2005.0-5"
4047       data-set: "vpp-performance-changes-2n-skx-ref-env5"
4048     - title: "2009.0-5"
4049       data-set: "vpp-performance-changes-2n-skx-cmp"
4050   comparisons:
4051     - title: "2005.0-5 vs 2005.0-4"
4052       reference: 2
4053       compare: 3
4054 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
4055     - title: "2009.0-5 vs 2005.0-5"
4056       reference: 3
4057       compare: 4
4058 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
4059   legend:
4060     - ''
4061     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4062     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4063     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4064     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4065     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4066
4067 # VPP Performance Changes 2n-skx 4t2c ndr
4068 - type: "table"
4069   title: "VPP Performance Changes 2n-skx 4t2c ndr"
4070   algorithm: "table_comparison"
4071   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
4072   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4073   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4074   columns:
4075     - title: "2001.0-4"
4076       data-set: "vpp-performance-changes-2n-skx-h1"
4077     - title: "2005.0-4"
4078       data-set: "vpp-performance-changes-2n-skx-ref-env4"
4079     - title: "2005.0-5"
4080       data-set: "vpp-performance-changes-2n-skx-ref-env5"
4081     - title: "2009.0-5"
4082       data-set: "vpp-performance-changes-2n-skx-cmp"
4083   comparisons:
4084     - title: "2005.0-5 vs 2005.0-4"
4085       reference: 2
4086       compare: 3
4087 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
4088     - title: "2009.0-5 vs 2005.0-5"
4089       reference: 3
4090       compare: 4
4091 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
4092   legend:
4093     - ''
4094     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4095     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4096     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4097     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4098     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4099
4100 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
4101 - type: "table"
4102   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
4103   algorithm: "table_comparison"
4104   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
4105   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4106   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4107   columns:
4108     - title: "2001.0-4"
4109       data-set: "vpp-performance-changes-2n-clx-h1"
4110     - title: "2005.0-4"
4111       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4112     - title: "2005.0-5"
4113       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4114     - title: "2009.0-5"
4115       data-set: "vpp-performance-changes-2n-clx-cmp"
4116   comparisons:
4117     - title: "2005.0-5 vs 2005.0-4"
4118       reference: 2
4119       compare: 3
4120 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4121     - title: "2009.0-5 vs 2005.0-5"
4122       reference: 3
4123       compare: 4
4124 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4125   legend:
4126     - ''
4127     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4128     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4129     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4130     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4131     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4132
4133 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
4134 - type: "table"
4135   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
4136   algorithm: "table_comparison"
4137   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
4138   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4139   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4140   columns:
4141     - title: "2001.0-4"
4142       data-set: "vpp-performance-changes-2n-clx-h1"
4143     - title: "2005.0-4"
4144       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4145     - title: "2005.0-5"
4146       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4147     - title: "2009.0-5"
4148       data-set: "vpp-performance-changes-2n-clx-cmp"
4149   comparisons:
4150     - title: "2005.0-5 vs 2005.0-4"
4151       reference: 2
4152       compare: 3
4153 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4154     - title: "2009.0-5 vs 2005.0-5"
4155       reference: 3
4156       compare: 4
4157 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4158   legend:
4159     - ''
4160     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4161     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4162     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4163     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4164     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4165
4166 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
4167 - type: "table"
4168   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
4169   algorithm: "table_comparison"
4170   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
4171   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4172   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4173   columns:
4174     - title: "2001.0-4"
4175       data-set: "vpp-performance-changes-2n-clx-h1"
4176     - title: "2005.0-4"
4177       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4178     - title: "2005.0-5"
4179       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4180     - title: "2009.0-5"
4181       data-set: "vpp-performance-changes-2n-clx-cmp"
4182   comparisons:
4183     - title: "2005.0-5 vs 2005.0-4"
4184       reference: 2
4185       compare: 3
4186 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4187     - title: "2009.0-5 vs 2005.0-5"
4188       reference: 3
4189       compare: 4
4190 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4191   legend:
4192     - ''
4193     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4194     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4195     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4196     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4197     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4198
4199 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
4200 - type: "table"
4201   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
4202   algorithm: "table_comparison"
4203   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
4204   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4205   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4206   columns:
4207     - title: "2001.0-4"
4208       data-set: "vpp-performance-changes-2n-clx-h1"
4209     - title: "2005.0-4"
4210       data-set: "vpp-performance-changes-2n-clx-ref-env4"
4211     - title: "2005.0-5"
4212       data-set: "vpp-performance-changes-2n-clx-ref-env5"
4213     - title: "2009.0-5"
4214       data-set: "vpp-performance-changes-2n-clx-cmp"
4215   comparisons:
4216     - title: "2005.0-5 vs 2005.0-4"
4217       reference: 2
4218       compare: 3
4219 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4220     - title: "2009.0-5 vs 2005.0-5"
4221       reference: 3
4222       compare: 4
4223 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
4224   legend:
4225     - ''
4226     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4227     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4228     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4229     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4230     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4231
4232 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
4233 #- type: "table"
4234 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
4235 #  algorithm: "table_comparison"
4236 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
4237 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4238 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4239 #  columns:
4240 #    - title: "2001.0-2"
4241 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4242 #    - title: "2005.0-3"
4243 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4244 #  comparisons:
4245 #    - title: "Diff"
4246 #      reference: 1
4247 #      compare: 2
4248 #  legend:
4249 #    - ''
4250 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4251 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4252 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4253 #    - '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.'
4254 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4255 #
4256 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
4257 #- type: "table"
4258 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
4259 #  algorithm: "table_comparison"
4260 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
4261 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4262 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4263 #  columns:
4264 #    - title: "2001.0-2"
4265 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4266 #    - title: "2005.0-3"
4267 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4268 #  comparisons:
4269 #    - title: "Diff"
4270 #      reference: 1
4271 #      compare: 2
4272 #  legend:
4273 #    - ''
4274 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
4275 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4276 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4277 #    - '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.'
4278 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4279 #
4280 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
4281 #- type: "table"
4282 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
4283 #  algorithm: "table_comparison"
4284 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
4285 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4286 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4287 #  columns:
4288 #    - title: "2001.0-2"
4289 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4290 #    - title: "2005.0-3"
4291 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4292 #  comparisons:
4293 #    - title: "Diff"
4294 #      reference: 1
4295 #      compare: 2
4296 #  legend:
4297 #    - ''
4298 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4299 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4300 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4301 #    - '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.'
4302 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4303 #
4304 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
4305 #- type: "table"
4306 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
4307 #  algorithm: "table_comparison"
4308 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
4309 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4310 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4311 #  columns:
4312 #    - title: "2001.0-2"
4313 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
4314 #    - title: "2005.0-3"
4315 #      data-set: "vpp-performance-changes-2n-clx-cmp"
4316 #  comparisons:
4317 #    - title: "Diff"
4318 #      reference: 1
4319 #      compare: 2
4320 #  legend:
4321 #    - ''
4322 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
4323 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4324 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4325 #    - '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.'
4326 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
4327
4328 # VPP Performance Changes 2n-dnv 1t1c pdr
4329 - type: "table"
4330   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
4331   algorithm: "table_comparison"
4332   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
4333   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4334   filter: "'1T1C'"
4335   columns:
4336     - title: "2001.0-2"
4337       data-set: "vpp-performance-changes-2n-dnv-h1"
4338     - title: "2005.0-5"
4339       data-set: "vpp-performance-changes-2n-dnv-ref"
4340     - title: "2009.0-5"
4341       data-set: "vpp-performance-changes-2n-dnv-cmp"
4342   comparisons:
4343     - title: "2009.0-5 vs 2005.0-5"
4344       reference: 2
4345       compare: 3
4346   legend:
4347     - ''
4348     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4349     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4350     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4351     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4352
4353 # VPP Performance Changes 2n-dnv 2t2c pdr
4354 - type: "table"
4355   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
4356   algorithm: "table_comparison"
4357   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
4358   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4359   filter: "'2T2C'"
4360   columns:
4361     - title: "2001.0-2"
4362       data-set: "vpp-performance-changes-2n-dnv-h1"
4363     - title: "2005.0-5"
4364       data-set: "vpp-performance-changes-2n-dnv-ref"
4365     - title: "2009.0-5"
4366       data-set: "vpp-performance-changes-2n-dnv-cmp"
4367   comparisons:
4368     - title: "2009.0-5 vs 2005.0-5"
4369       reference: 2
4370       compare: 3
4371   legend:
4372     - ''
4373     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4374     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4375     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4376     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4377
4378 # VPP Performance Changes 2n-dnv 1t1c ndr
4379 - type: "table"
4380   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
4381   algorithm: "table_comparison"
4382   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
4383   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4384   filter: "'1T1C'"
4385   columns:
4386     - title: "2001.0-2"
4387       data-set: "vpp-performance-changes-2n-dnv-h1"
4388     - title: "2005.0-5"
4389       data-set: "vpp-performance-changes-2n-dnv-ref"
4390     - title: "2009.0-5"
4391       data-set: "vpp-performance-changes-2n-dnv-cmp"
4392   comparisons:
4393     - title: "2009.0-5 vs 2005.0-5"
4394       reference: 2
4395       compare: 3
4396   legend:
4397     - ''
4398     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4399     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4400     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4401     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4402
4403 # VPP Performance Changes 2n-dnv 2t2c ndr
4404 - type: "table"
4405   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4406   algorithm: "table_comparison"
4407   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4408   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4409   filter: "'2T2C'"
4410   columns:
4411     - title: "2001.0-2"
4412       data-set: "vpp-performance-changes-2n-dnv-h1"
4413     - title: "2005.0-5"
4414       data-set: "vpp-performance-changes-2n-dnv-ref"
4415     - title: "2009.0-5"
4416       data-set: "vpp-performance-changes-2n-dnv-cmp"
4417   comparisons:
4418     - title: "2009.0-5 vs 2005.0-5"
4419       reference: 2
4420       compare: 3
4421   legend:
4422     - ''
4423     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4424     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4425     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4426     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4427
4428 # VPP Performance Changes 3n-dnv 1t1c pdr
4429 - type: "table"
4430   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4431   algorithm: "table_comparison"
4432   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4433   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4434   filter: "'1T1C'"
4435   columns:
4436     - title: "2001.0-2"
4437       data-set: "vpp-performance-changes-3n-dnv-h1"
4438     - title: "2005.0-5"
4439       data-set: "vpp-performance-changes-3n-dnv-ref"
4440     - title: "2009.0-5"
4441       data-set: "vpp-performance-changes-3n-dnv-cmp"
4442   comparisons:
4443     - title: "2009.0-5 vs 2005.0-5"
4444       reference: 2
4445       compare: 3
4446   legend:
4447     - ''
4448     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4449     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4450     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4451     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4452
4453 # VPP Performance Changes 3n-dnv 2t2c pdr
4454 - type: "table"
4455   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4456   algorithm: "table_comparison"
4457   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4458   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4459   filter: "'2T2C'"
4460   columns:
4461     - title: "2001.0-2"
4462       data-set: "vpp-performance-changes-3n-dnv-h1"
4463     - title: "2005.0-5"
4464       data-set: "vpp-performance-changes-3n-dnv-ref"
4465     - title: "2009.0-5"
4466       data-set: "vpp-performance-changes-3n-dnv-cmp"
4467   comparisons:
4468     - title: "2009.0-5 vs 2005.0-5"
4469       reference: 2
4470       compare: 3
4471   legend:
4472     - ''
4473     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4474     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4475     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4476     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4477
4478 # VPP Performance Changes 3n-dnv 1t1c ndr
4479 - type: "table"
4480   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4481   algorithm: "table_comparison"
4482   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4483   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4484   filter: "'1T1C'"
4485   columns:
4486     - title: "2001.0-2"
4487       data-set: "vpp-performance-changes-3n-dnv-h1"
4488     - title: "2005.0-5"
4489       data-set: "vpp-performance-changes-3n-dnv-ref"
4490     - title: "2009.0-5"
4491       data-set: "vpp-performance-changes-3n-dnv-cmp"
4492   comparisons:
4493     - title: "2009.0-5 vs 2005.0-5"
4494       reference: 2
4495       compare: 3
4496   legend:
4497     - ''
4498     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4499     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4500     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4501     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4502
4503 # VPP Performance Changes 3n-dnv 2t2c ndr
4504 - type: "table"
4505   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4506   algorithm: "table_comparison"
4507   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4508   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4509   filter: "'2T2C'"
4510   columns:
4511     - title: "2001.0-2"
4512       data-set: "vpp-performance-changes-3n-dnv-h1"
4513     - title: "2005.0-5"
4514       data-set: "vpp-performance-changes-3n-dnv-ref"
4515     - title: "2009.0-5"
4516       data-set: "vpp-performance-changes-3n-dnv-cmp"
4517   comparisons:
4518     - title: "2009.0-5 vs 2005.0-5"
4519       reference: 2
4520       compare: 3
4521   legend:
4522     - ''
4523     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4524     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4525     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4526     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4527
4528 # VPP Performance Changes 3n-tsh 1t1c pdr
4529 - type: "table"
4530   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4531   algorithm: "table_comparison"
4532   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4533   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4534   filter: "'1T1C'"
4535   columns:
4536     - title: "2001.0-4"
4537       data-set: "vpp-performance-changes-3n-tsh-h1"
4538     - title: "2005.0-4"
4539       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4540     - title: "2005.0-5"
4541       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4542     - title: "2009.0-5"
4543       data-set: "vpp-performance-changes-3n-tsh-cmp"
4544   comparisons:
4545     - title: "2005.0-5 vs 2005.0-4"
4546       reference: 2
4547       compare: 3
4548 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4549     - title: "2009.0-5 vs 2005.0-5"
4550       reference: 3
4551       compare: 4
4552 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4553   legend:
4554     - ''
4555     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4556     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4557     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4558     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4559     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4560
4561 # VPP Performance Changes 3n-tsh 2t2c pdr
4562 - type: "table"
4563   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4564   algorithm: "table_comparison"
4565   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4566   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4567   filter: "'2T2C'"
4568   columns:
4569     - title: "2001.0-4"
4570       data-set: "vpp-performance-changes-3n-tsh-h1"
4571     - title: "2005.0-4"
4572       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4573     - title: "2005.0-5"
4574       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4575     - title: "2009.0-5"
4576       data-set: "vpp-performance-changes-3n-tsh-cmp"
4577   comparisons:
4578     - title: "2005.0-5 vs 2005.0-4"
4579       reference: 2
4580       compare: 3
4581 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4582     - title: "2009.0-5 vs 2005.0-5"
4583       reference: 3
4584       compare: 4
4585 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4586   legend:
4587     - ''
4588     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4589     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4590     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4591     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4592     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4593
4594 # VPP Performance Changes 3n-tsh 1t1c ndr
4595 - type: "table"
4596   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4597   algorithm: "table_comparison"
4598   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4599   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4600   filter: "'1T1C'"
4601   columns:
4602     - title: "2001.0-4"
4603       data-set: "vpp-performance-changes-3n-tsh-h1"
4604     - title: "2005.0-4"
4605       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4606     - title: "2005.0-5"
4607       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4608     - title: "2009.0-5"
4609       data-set: "vpp-performance-changes-3n-tsh-cmp"
4610   comparisons:
4611     - title: "2005.0-5 vs 2005.0-4"
4612       reference: 2
4613       compare: 3
4614 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4615     - title: "2009.0-5 vs 2005.0-5"
4616       reference: 3
4617       compare: 4
4618 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4619   legend:
4620     - ''
4621     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4622     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4623     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4624     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4625     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4626
4627 # VPP Performance Changes 3n-tsh 2t2c ndr
4628 - type: "table"
4629   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4630   algorithm: "table_comparison"
4631   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4632   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4633   filter: "'2T2C'"
4634   columns:
4635     - title: "2001.0-4"
4636       data-set: "vpp-performance-changes-3n-tsh-h1"
4637     - title: "2005.0-4"
4638       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
4639     - title: "2005.0-5"
4640       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
4641     - title: "2009.0-5"
4642       data-set: "vpp-performance-changes-3n-tsh-cmp"
4643   comparisons:
4644     - title: "2005.0-5 vs 2005.0-4"
4645       reference: 2
4646       compare: 3
4647 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4648     - title: "2009.0-5 vs 2005.0-5"
4649       reference: 3
4650       compare: 4
4651 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4652   legend:
4653     - ''
4654     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4655     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4656     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4657     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4658     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4659
4660 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4661 - type: "table"
4662   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4663   algorithm: "table_comparison"
4664   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4665   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4666   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4667   columns:
4668     - title: "3n-hsw xl710"
4669       data-set: "vpp-compare-testbeds-ref"
4670       tag: "NIC_Intel-XL710"
4671     - title: "3n-skx xxv710"
4672       data-set: "vpp-compare-testbeds-cmp"
4673       tag: "NIC_Intel-XXV710"
4674   comparisons:
4675     - title: "Diff"
4676       reference: 1
4677       compare: 2
4678   legend:
4679     - ""
4680     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4681     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4682
4683 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4684 - type: "table"
4685   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4686   algorithm: "table_comparison"
4687   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4688   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4689   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4690   columns:
4691     - title: "3n-hsw xl710"
4692       data-set: "vpp-compare-testbeds-ref"
4693       tag: "NIC_Intel-XL710"
4694     - title: "3n-skx xxv710"
4695       data-set: "vpp-compare-testbeds-cmp"
4696       tag: "NIC_Intel-XXV710"
4697   comparisons:
4698     - title: "Diff"
4699       reference: 1
4700       compare: 2
4701   legend:
4702     - ""
4703     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4704     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4705
4706 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4707 - type: "table"
4708   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4709   algorithm: "table_comparison"
4710   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4711   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4712   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4713   columns:
4714     - title: "3n-hsw xl710"
4715       data-set: "vpp-compare-testbeds-ref"
4716       tag: "NIC_Intel-XL710"
4717     - title: "3n-skx xxv710"
4718       data-set: "vpp-compare-testbeds-cmp"
4719       tag: "NIC_Intel-XXV710"
4720   comparisons:
4721     - title: "Diff"
4722       reference: 1
4723       compare: 2
4724   legend:
4725     - ""
4726     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4727     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4728
4729 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4730 - type: "table"
4731   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4732   algorithm: "table_comparison"
4733   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4734   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4735   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4736   columns:
4737     - title: "3n-hsw xl710"
4738       data-set: "vpp-compare-testbeds-ref"
4739       tag: "NIC_Intel-XL710"
4740     - title: "3n-skx xxv710"
4741       data-set: "vpp-compare-testbeds-cmp"
4742       tag: "NIC_Intel-XXV710"
4743   comparisons:
4744     - title: "Diff"
4745       reference: 1
4746       compare: 2
4747   legend:
4748     - ""
4749     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4750     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4751
4752 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4753 - type: "table"
4754   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4755   algorithm: "table_comparison"
4756   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4757   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4758   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4759   columns:
4760     - title: "2n-skx"
4761       data-set: "vpp-compare-testbeds-skx-clx-ref"
4762     - title: "2n-clx"
4763       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4764   comparisons:
4765     - title: "Diff"
4766       reference: 1
4767       compare: 2
4768   legend:
4769     - ""
4770     - "2n-skx, 2n-clx - testbeds and NICs tested."
4771     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4772
4773 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4774 - type: "table"
4775   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4776   algorithm: "table_comparison"
4777   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4778   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4779   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4780   columns:
4781     - title: "2n-skx"
4782       data-set: "vpp-compare-testbeds-skx-clx-ref"
4783     - title: "2n-clx"
4784       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4785   comparisons:
4786     - title: "Diff"
4787       reference: 1
4788       compare: 2
4789   legend:
4790     - ""
4791     - "2n-skx, 2n-clx - testbeds and NICs tested."
4792     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4793
4794 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4795 - type: "table"
4796   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4797   algorithm: "table_comparison"
4798   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4799   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4800   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4801   columns:
4802     - title: "2n-skx"
4803       data-set: "vpp-compare-testbeds-skx-clx-ref"
4804     - title: "2n-clx"
4805       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4806   comparisons:
4807     - title: "Diff"
4808       reference: 1
4809       compare: 2
4810   legend:
4811     - ""
4812     - "2n-skx, 2n-clx - testbeds and NICs tested."
4813     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4814
4815 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4816 - type: "table"
4817   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4818   algorithm: "table_comparison"
4819   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4820   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4821   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4822   columns:
4823     - title: "2n-skx"
4824       data-set: "vpp-compare-testbeds-skx-clx-ref"
4825     - title: "2n-clx"
4826       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4827   comparisons:
4828     - title: "Diff"
4829       reference: 1
4830       compare: 2
4831   legend:
4832     - ""
4833     - "2n-skx, 2n-clx - testbeds and NICs tested."
4834     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4835
4836 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4837 - type: "table"
4838   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4839   algorithm: "table_comparison"
4840   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4841   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4842   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4843   columns:
4844     - title: "3n-hsw xl710"
4845       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4846       tag: "NIC_Intel-XL710"
4847     - title: "2n-clx xxv710"
4848       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4849       tag: "NIC_Intel-XXV710"
4850   comparisons:
4851     - title: "Diff"
4852       reference: 1
4853       compare: 2
4854   legend:
4855     - ""
4856     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4857     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4858
4859 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4860 - type: "table"
4861   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4862   algorithm: "table_comparison"
4863   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4864   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4865   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4866   columns:
4867     - title: "3n-hsw xl710"
4868       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4869       tag: "NIC_Intel-XL710"
4870     - title: "2n-clx xxv710"
4871       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4872       tag: "NIC_Intel-XXV710"
4873   comparisons:
4874     - title: "Diff"
4875       reference: 1
4876       compare: 2
4877   legend:
4878     - ""
4879     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4880     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4881
4882 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4883 - type: "table"
4884   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4885   algorithm: "table_comparison"
4886   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4887   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4888   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4889   columns:
4890     - title: "3n-hsw xl710"
4891       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4892       tag: "NIC_Intel-XL710"
4893     - title: "2n-clx xxv710"
4894       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4895       tag: "NIC_Intel-XXV710"
4896   comparisons:
4897     - title: "Diff"
4898       reference: 1
4899       compare: 2
4900   legend:
4901     - ""
4902     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4903     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4904
4905 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4906 - type: "table"
4907   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4908   algorithm: "table_comparison"
4909   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4910   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4911   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4912   columns:
4913     - title: "3n-hsw xl710"
4914       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4915       tag: "NIC_Intel-XL710"
4916     - title: "2n-clx xxv710"
4917       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4918       tag: "NIC_Intel-XXV710"
4919   comparisons:
4920     - title: "Diff"
4921       reference: 1
4922       compare: 2
4923   legend:
4924     - ""
4925     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4926     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4927
4928 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4929 - type: "table"
4930   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4931   algorithm: "table_comparison"
4932   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4933   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4934   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4935   columns:
4936     - title: "3n-skx"
4937       data-set: "vpp-compare-topologies-ref"
4938     - title: "2n-skx"
4939       data-set: "vpp-compare-topologies-cmp"
4940   comparisons:
4941     - title: "Diff"
4942       reference: 1
4943       compare: 2
4944   legend:
4945     - ""
4946     - "3n-skx, 2n-skx - topologies tested."
4947     - "Diff - difference between 3n-skx and 2n-skx topologies."
4948
4949 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4950 - type: "table"
4951   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4952   algorithm: "table_comparison"
4953   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4954   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4955   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4956   columns:
4957     - title: "3n-skx"
4958       data-set: "vpp-compare-topologies-ref"
4959     - title: "2n-skx"
4960       data-set: "vpp-compare-topologies-cmp"
4961   comparisons:
4962     - title: "Diff"
4963       reference: 1
4964       compare: 2
4965   legend:
4966     - ""
4967     - "3n-skx, 2n-skx - topologies tested."
4968     - "Diff - difference between 3n-skx and 2n-skx topologies."
4969
4970 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4971 - type: "table"
4972   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4973   algorithm: "table_comparison"
4974   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4975   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4976   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4977   columns:
4978     - title: "3n-skx"
4979       data-set: "vpp-compare-topologies-ref"
4980     - title: "2n-skx"
4981       data-set: "vpp-compare-topologies-cmp"
4982   comparisons:
4983     - title: "Diff"
4984       reference: 1
4985       compare: 2
4986   legend:
4987     - ""
4988     - "3n-skx, 2n-skx - topologies tested."
4989     - "Diff - difference between 3n-skx and 2n-skx topologies."
4990
4991 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4992 - type: "table"
4993   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4994   algorithm: "table_comparison"
4995   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4996   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4997   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4998   columns:
4999     - title: "3n-skx"
5000       data-set: "vpp-compare-topologies-ref"
5001     - title: "2n-skx"
5002       data-set: "vpp-compare-topologies-cmp"
5003   comparisons:
5004     - title: "Diff"
5005       reference: 1
5006       compare: 2
5007   legend:
5008     - ""
5009     - "3n-skx, 2n-skx - topologies tested."
5010     - "Diff - difference between 3n-skx and 2n-skx topologies."
5011
5012 # VPP Performance Changes 3n-hsw 1t1c mrr
5013 - type: "table"
5014   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
5015   algorithm: "table_comparison"
5016   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
5017   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5018   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5019   columns:
5020     - title: "2001.0-2"
5021       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5022     - title: "2005.0-4"
5023       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
5024     - title: "2005.0-5"
5025       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
5026     - title: "2009.0-5"
5027       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5028   comparisons:
5029     - title: "2005.0-5 vs 2005.0-4"
5030       reference: 2
5031       compare: 3
5032 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
5033     - title: "2009.0-5 vs 2005.0-5"
5034       reference: 3
5035       compare: 4
5036 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
5037   legend:
5038     - ''
5039     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5040     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5041     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5042     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5043     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5044
5045 # VPP Performance Changes 3n-hsw 2t2c mrr
5046 - type: "table"
5047   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
5048   algorithm: "table_comparison"
5049   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
5050   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5051   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5052   columns:
5053     - title: "2001.0-2"
5054       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5055     - title: "2005.0-4"
5056       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
5057     - title: "2005.0-5"
5058       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
5059     - title: "2009.0-5"
5060       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5061   comparisons:
5062     - title: "2005.0-5 vs 2005.0-4"
5063       reference: 2
5064       compare: 3
5065 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
5066     - title: "2009.0-5 vs 2005.0-5"
5067       reference: 3
5068       compare: 4
5069 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
5070   legend:
5071     - ''
5072     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5073     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5074     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5075     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5076     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5077
5078 # VPP Performance Changes 3n-hsw 4t4c mrr
5079 - type: "table"
5080   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
5081   algorithm: "table_comparison"
5082   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
5083   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5084   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
5085   columns:
5086     - title: "2001.0-2"
5087       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
5088     - title: "2005.0-4"
5089       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
5090     - title: "2005.0-5"
5091       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
5092     - title: "2009.0-5"
5093       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
5094   comparisons:
5095     - title: "2005.0-5 vs 2005.0-4"
5096       reference: 2
5097       compare: 3
5098 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
5099     - title: "2009.0-5 vs 2005.0-5"
5100       reference: 3
5101       compare: 4
5102 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
5103   legend:
5104     - ''
5105     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
5106     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5107     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5108     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5109     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5110
5111 # VPP Performance Changes 3n-skx 2t1c mrr
5112 - type: "table"
5113   title: "VPP Performance Changes 3n-skx 2t1c mrr"
5114   algorithm: "table_comparison"
5115   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
5116   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5117   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5118   columns:
5119     - title: "2001.0-2"
5120       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5121     - title: "2005.0-4"
5122       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
5123     - title: "2005.0-5"
5124       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
5125     - title: "2009.0-5"
5126       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5127   comparisons:
5128     - title: "2005.0-5 vs 2005.0-4"
5129       reference: 2
5130       compare: 3
5131 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
5132     - title: "2009.0-5 vs 2005.0-5"
5133       reference: 2
5134       compare: 3
5135 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca2.yaml"
5136   legend:
5137     - ''
5138     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5139     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5140     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5141     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5142     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5143
5144 # VPP Performance Changes 3n-skx 4t2c mrr
5145 - type: "table"
5146   title: "VPP Performance Changes 3n-skx 4t2c mrr"
5147   algorithm: "table_comparison"
5148   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
5149   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5150   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5151   columns:
5152     - title: "2001.0-2"
5153       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5154     - title: "2005.0-4"
5155       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
5156     - title: "2005.0-5"
5157       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
5158     - title: "2009.0-5"
5159       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5160   comparisons:
5161     - title: "2005.0-5 vs 2005.0-4"
5162       reference: 2
5163       compare: 3
5164 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca1.yaml"
5165     - title: "2009.0-5 vs 2005.0-5"
5166       reference: 2
5167       compare: 3
5168 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca2.yaml"
5169   legend:
5170     - ''
5171     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5172     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5173     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5174     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5175     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5176
5177 # VPP Performance Changes 3n-skx 8t4c mrr
5178 - type: "table"
5179   title: "VPP Performance Changes 3n-skx 8t4c mrr"
5180   algorithm: "table_comparison"
5181   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
5182   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5183   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5184   columns:
5185     - title: "2001.0-2"
5186       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
5187     - title: "2005.0-4"
5188       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
5189     - title: "2005.0-5"
5190       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
5191     - title: "2009.0-5"
5192       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
5193   comparisons:
5194     - title: "2005.0-5 vs 2005.0-4"
5195       reference: 2
5196       compare: 3
5197 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca1.yaml"
5198     - title: "2009.0-5 vs 2005.0-5"
5199       reference: 2
5200       compare: 3
5201 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca2.yaml"
5202   legend:
5203     - ''
5204     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
5205     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5206     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5207     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5208     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5209
5210 # VPP Performance Changes 2n-skx 2t1c mrr
5211 - type: "table"
5212   title: "VPP Performance Changes 2n-skx 2t1c mrr"
5213   algorithm: "table_comparison"
5214   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
5215   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5216   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5217   columns:
5218     - title: "2001.0-2"
5219       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5220     - title: "2005.0-4"
5221       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5222     - title: "2005.0-5"
5223       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5224     - title: "2009.0-5"
5225       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5226   comparisons:
5227     - title: "2005.0-5 vs 2005.0-4"
5228       reference: 2
5229       compare: 3
5230 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
5231     - title: "2009.0-5 vs 2005.0-4"
5232       reference: 3
5233       compare: 4
5234 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
5235   legend:
5236     - ''
5237     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5238     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5239     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5240     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5241     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5242
5243 # VPP Performance Changes 2n-skx 4t2c mrr
5244 - type: "table"
5245   title: "VPP Performance Changes 2n-skx 4t2c mrr"
5246   algorithm: "table_comparison"
5247   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
5248   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5249   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5250   columns:
5251     - title: "2001.0-2"
5252       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5253     - title: "2005.0-4"
5254       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5255     - title: "2005.0-5"
5256       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5257     - title: "2009.0-5"
5258       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5259   comparisons:
5260     - title: "2005.0-5 vs 2005.0-4"
5261       reference: 2
5262       compare: 3
5263 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
5264     - title: "2009.0-5 vs 2005.0-4"
5265       reference: 3
5266       compare: 4
5267 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
5268   legend:
5269     - ''
5270     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5271     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5272     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5273     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5274     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5275
5276 # VPP Performance Changes 2n-skx 8t4c mrr
5277 - type: "table"
5278   title: "VPP Performance Changes 2n-skx 8t4c mrr"
5279   algorithm: "table_comparison"
5280   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
5281   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5282   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5283   columns:
5284     - title: "2001.0-2"
5285       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5286     - title: "2005.0-4"
5287       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
5288     - title: "2005.0-5"
5289       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
5290     - title: "2009.0-5"
5291       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5292   comparisons:
5293     - title: "2005.0-5 vs 2005.0-4"
5294       reference: 2
5295       compare: 3
5296 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
5297     - title: "2009.0-5 vs 2005.0-4"
5298       reference: 3
5299       compare: 4
5300 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
5301   legend:
5302     - ''
5303     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5304     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5305     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5306     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5307     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5308
5309 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
5310 - type: "table"
5311   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
5312   algorithm: "table_comparison"
5313   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
5314   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5315   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5316   columns:
5317     - title: "2001.0-2"
5318       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5319     - title: "2005.0-4"
5320       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5321     - title: "2005.0-5"
5322       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5323     - title: "2009.0-5"
5324       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5325   comparisons:
5326     - title: "2005.0-5 vs 2005.0-4"
5327       reference: 2
5328       compare: 3
5329 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
5330     - title: "2009.0-5 vs 2005.0-5"
5331       reference: 3
5332       compare: 4
5333 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
5334   legend:
5335     - ''
5336     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5337     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5338     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5339     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5340     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5341
5342 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
5343 - type: "table"
5344   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
5345   algorithm: "table_comparison"
5346   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
5347   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5348   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5349   columns:
5350     - title: "2001.0-2"
5351       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5352     - title: "2005.0-4"
5353       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5354     - title: "2005.0-5"
5355       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5356     - title: "2009.0-5"
5357       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5358   comparisons:
5359     - title: "2005.0-5 vs 2005.0-4"
5360       reference: 2
5361       compare: 3
5362 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
5363     - title: "2009.0-5 vs 2005.0-5"
5364       reference: 3
5365       compare: 4
5366 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
5367   legend:
5368     - ''
5369     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5370     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5371     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5372     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5373     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5374
5375 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
5376 - type: "table"
5377   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
5378   algorithm: "table_comparison"
5379   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
5380   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5381   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5382   columns:
5383     - title: "2001.0-2"
5384       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5385     - title: "2005.0-4"
5386       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5387     - title: "2005.0-5"
5388       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
5389     - title: "2009.0-5"
5390       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5391   comparisons:
5392     - title: "2005.0-5 vs 2005.0-4"
5393       reference: 2
5394       compare: 3
5395 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
5396     - title: "2009.0-5 vs 2005.0-5"
5397       reference: 3
5398       compare: 4
5399 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
5400   legend:
5401     - ''
5402     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5403     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5404     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5405     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5406     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5407
5408 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
5409 #- type: "table"
5410 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
5411 #  algorithm: "table_comparison"
5412 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
5413 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5414 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5415 #  columns:
5416 #    - title: "2001"
5417 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5418 #    - title: "2005"
5419 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5420 #  comparisons:
5421 #    - title: "Diff"
5422 #      reference: 1
5423 #      compare: 2
5424 #  legend:
5425 #    - ""
5426 #    - "2001, 2005 - VPP versions tested."
5427 #    - "Diff - difference between 2001 and 2005 VPP version."
5428 #
5429 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
5430 #- type: "table"
5431 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
5432 #  algorithm: "table_comparison"
5433 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
5434 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5435 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5436 #  columns:
5437 #    - title: "2001"
5438 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5439 #    - title: "2005"
5440 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5441 #  comparisons:
5442 #    - title: "Diff"
5443 #      reference: 1
5444 #      compare: 2
5445 #  legend:
5446 #    - ""
5447 #    - "2001, 2005 - VPP versions tested."
5448 #    - "Diff - difference between 2001 and 2005 VPP version."
5449 #
5450 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
5451 #- type: "table"
5452 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
5453 #  algorithm: "table_comparison"
5454 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
5455 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5456 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5457 #  columns:
5458 #    - title: "2001"
5459 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
5460 #    - title: "2005"
5461 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5462 #  comparisons:
5463 #    - title: "Diff"
5464 #      reference: 1
5465 #      compare: 2
5466 #  legend:
5467 #    - ""
5468 #    - "2001, 2005 - VPP versions tested."
5469 #    - "Diff - difference between 2001 and 2005 VPP version."
5470
5471 # VPP Performance Changes 2n-dnv 1t1c mrr
5472 - type: "table"
5473   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
5474   algorithm: "table_comparison"
5475   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
5476   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5477   filter: "'1T1C'"
5478   columns:
5479     - title: "2001.0-2"
5480       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5481     - title: "2005.0-5"
5482       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5483     - title: "2009.0-5"
5484       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5485   comparisons:
5486     - title: "2009.0-5 vs 2005.0-5"
5487       reference: 2
5488       compare: 3
5489   legend:
5490     - ''
5491     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5492     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5493     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5494     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5495
5496 # VPP Performance Changes 2n-dnv 2t2c mrr
5497 - type: "table"
5498   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
5499   algorithm: "table_comparison"
5500   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
5501   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5502   filter: "'2T2C'"
5503   columns:
5504     - title: "2001.0-2"
5505       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5506     - title: "2005.0-5"
5507       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5508     - title: "2009.0-5"
5509       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5510   comparisons:
5511     - title: "2009.0-5 vs 2005.0-5"
5512       reference: 2
5513       compare: 3
5514   legend:
5515     - ''
5516     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5517     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5518     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5519     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5520
5521 # VPP Performance Changes 2n-dnv 4t4c mrr
5522 - type: "table"
5523   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5524   algorithm: "table_comparison"
5525   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5526   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5527   filter: "'4T4C'"
5528   columns:
5529     - title: "2001.0-2"
5530       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5531     - title: "2005.0-5"
5532       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
5533     - title: "2009.0-5"
5534       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5535   comparisons:
5536     - title: "2009.0-5 vs 2005.0-5"
5537       reference: 2
5538       compare: 3
5539   legend:
5540     - ''
5541     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5542     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5543     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5544     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5545
5546 # VPP Performance Changes 3n-dnv 1t1c mrr
5547 - type: "table"
5548   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5549   algorithm: "table_comparison"
5550   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5551   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5552   filter: "'1T1C'"
5553   columns:
5554     - title: "2001.0-2"
5555       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5556     - title: "2005.0-5"
5557       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5558     - title: "2009.0-5"
5559       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5560   comparisons:
5561     - title: "2009.0-5 vs 2005.0-5"
5562       reference: 2
5563       compare: 3
5564   legend:
5565     - ''
5566     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5567     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5568     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5569     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5570
5571 # VPP Performance Changes 3n-dnv 2t2c mrr
5572 - type: "table"
5573   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5574   algorithm: "table_comparison"
5575   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5576   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5577   filter: "'2T2C'"
5578   columns:
5579     - title: "2001.0-2"
5580       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5581     - title: "2005.0-5"
5582       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5583     - title: "2009.0-5"
5584       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5585   comparisons:
5586     - title: "2009.0-5 vs 2005.0-5"
5587       reference: 2
5588       compare: 3
5589   legend:
5590     - ''
5591     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5592     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5593     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5594     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5595
5596 # VPP Performance Changes 3n-dnv 4t4c mrr
5597 - type: "table"
5598   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5599   algorithm: "table_comparison"
5600   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5601   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5602   filter: "'4T4C'"
5603   columns:
5604     - title: "2001.0-2"
5605       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5606     - title: "2005.0-5"
5607       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
5608     - title: "2009.0-5"
5609       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5610   comparisons:
5611     - title: "2009.0-5 vs 2005.0-5"
5612       reference: 2
5613       compare: 3
5614   legend:
5615     - ''
5616     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5617     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5618     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5619     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5620
5621 # VPP Performance Changes 3n-tsh 1t1c mrr
5622 - type: "table"
5623   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5624   algorithm: "table_comparison"
5625   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5626   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5627   filter: "'1T1C'"
5628   columns:
5629     - title: "2001.0-2"
5630       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5631     - title: "2005.0-4"
5632       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5633     - title: "2005.0-5"
5634       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5635     - title: "2009.0-5"
5636       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5637   comparisons:
5638     - title: "2005.0-5 vs 2005.0-4"
5639       reference: 2
5640       compare: 3
5641 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
5642     - title: "2009.0-5 vs 2005.0-5"
5643       reference: 3
5644       compare: 4
5645 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
5646   legend:
5647     - ''
5648     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5649     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5650     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5651     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5652     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5653
5654 # VPP Performance Changes 3n-tsh 2t2c mrr
5655 - type: "table"
5656   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5657   algorithm: "table_comparison"
5658   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5659   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5660   filter: "'2T2C'"
5661   columns:
5662     - title: "2001.0-2"
5663       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5664     - title: "2005.0-4"
5665       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5666     - title: "2005.0-5"
5667       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5668     - title: "2009.0-5"
5669       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5670   comparisons:
5671     - title: "2005.0-5 vs 2005.0-4"
5672       reference: 2
5673       compare: 3
5674 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
5675     - title: "2009.0-5 vs 2005.0-5"
5676       reference: 3
5677       compare: 4
5678 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
5679   legend:
5680     - ''
5681     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5682     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5683     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5684     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5685     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5686
5687 # VPP Performance Changes 3n-tsh 4t4c mrr
5688 - type: "table"
5689   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5690   algorithm: "table_comparison"
5691   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5692   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5693   filter: "'4T4C'"
5694   columns:
5695     - title: "2001.0-2"
5696       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5697     - title: "2005.0-4"
5698       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5699     - title: "2005.0-5"
5700       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5701     - title: "2009.0-5"
5702       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5703   comparisons:
5704     - title: "2005.0-5 vs 2005.0-4"
5705       reference: 2
5706       compare: 3
5707 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
5708     - title: "2009.0-5 vs 2005.0-5"
5709       reference: 3
5710       compare: 4
5711 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
5712   legend:
5713     - ''
5714     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5715     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5716     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5717     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5718     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5719
5720 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5721 - type: "table"
5722   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5723   algorithm: "table_comparison"
5724   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5725   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5726   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5727   columns:
5728     - title: "3n-hsw xl710"
5729       data-set: "vpp-compare-testbeds-mrr-ref"
5730       tag: "NIC_Intel-XL710"
5731     - title: "3n-skx xxv710"
5732       data-set: "vpp-compare-testbeds-mrr-cmp"
5733       tag: "NIC_Intel-XXV710"
5734   comparisons:
5735     - title: "Diff"
5736       reference: 1
5737       compare: 2
5738   legend:
5739     - ""
5740     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5741     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5742
5743 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5744 - type: "table"
5745   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5746   algorithm: "table_comparison"
5747   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5748   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5749   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5750   columns:
5751     - title: "3n-hsw xl710"
5752       data-set: "vpp-compare-testbeds-mrr-ref"
5753       tag: "NIC_Intel-XL710"
5754     - title: "3n-skx xxv710"
5755       data-set: "vpp-compare-testbeds-mrr-cmp"
5756       tag: "NIC_Intel-XXV710"
5757   comparisons:
5758     - title: "Diff"
5759       reference: 1
5760       compare: 2
5761   legend:
5762     - ""
5763     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5764     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5765
5766 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5767 - type: "table"
5768   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5769   algorithm: "table_comparison"
5770   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5771   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5772   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5773   columns:
5774     - title: "3n-hsw xl710"
5775       data-set: "vpp-compare-testbeds-mrr-ref"
5776       tag: "NIC_Intel-XL710"
5777     - title: "3n-skx xxv710"
5778       data-set: "vpp-compare-testbeds-mrr-cmp"
5779       tag: "NIC_Intel-XXV710"
5780   comparisons:
5781     - title: "Diff"
5782       reference: 1
5783       compare: 2
5784   legend:
5785     - ""
5786     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5787     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5788
5789 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5790 - type: "table"
5791   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5792   algorithm: "table_comparison"
5793   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5794   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5795   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5796   columns:
5797     - title: "2n-skx"
5798       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5799     - title: "2n-clx"
5800       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5801   comparisons:
5802     - title: "Diff"
5803       reference: 1
5804       compare: 2
5805   legend:
5806     - ""
5807     - "2n-skx, 2n-clx - testbeds and NICs tested."
5808     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5809
5810 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5811 - type: "table"
5812   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5813   algorithm: "table_comparison"
5814   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5815   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5816   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5817   columns:
5818     - title: "2n-skx"
5819       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5820     - title: "2n-clx"
5821       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5822   comparisons:
5823     - title: "Diff"
5824       reference: 1
5825       compare: 2
5826   legend:
5827     - ""
5828     - "2n-skx, 2n-clx - testbeds and NICs tested."
5829     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5830
5831 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5832 - type: "table"
5833   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5834   algorithm: "table_comparison"
5835   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5836   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5837   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5838   columns:
5839     - title: "2n-skx"
5840       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5841     - title: "2n-clx"
5842       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5843   comparisons:
5844     - title: "Diff"
5845       reference: 1
5846       compare: 2
5847   legend:
5848     - ""
5849     - "2n-skx, 2n-clx - testbeds and NICs tested."
5850     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5851
5852 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5853 - type: "table"
5854   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5855   algorithm: "table_comparison"
5856   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5857   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5858   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5859   columns:
5860     - title: "3n-skx"
5861       data-set: "vpp-compare-topologies-mrr-ref"
5862     - title: "2n-skx"
5863       data-set: "vpp-compare-topologies-mrr-cmp"
5864   comparisons:
5865     - title: "Diff"
5866       reference: 1
5867       compare: 2
5868   legend:
5869     - ""
5870     - "3n-skx, 2n-skx - topologies tested."
5871     - "Diff - difference between 3n-skx and 2n-skx topologies."
5872
5873 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5874 - type: "table"
5875   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5876   algorithm: "table_comparison"
5877   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5878   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5879   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5880   columns:
5881     - title: "3n-skx"
5882       data-set: "vpp-compare-topologies-mrr-ref"
5883     - title: "2n-skx"
5884       data-set: "vpp-compare-topologies-mrr-cmp"
5885   comparisons:
5886     - title: "Diff"
5887       reference: 1
5888       compare: 2
5889   legend:
5890     - ""
5891     - "3n-skx, 2n-skx - topologies tested."
5892     - "Diff - difference between 3n-skx and 2n-skx topologies."
5893
5894 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5895 - type: "table"
5896   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5897   algorithm: "table_comparison"
5898   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5899   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5900   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5901   columns:
5902     - title: "3n-skx"
5903       data-set: "vpp-compare-topologies-mrr-ref"
5904     - title: "2n-skx"
5905       data-set: "vpp-compare-topologies-mrr-cmp"
5906   comparisons:
5907     - title: "Diff"
5908       reference: 1
5909       compare: 2
5910   legend:
5911     - ""
5912     - "3n-skx, 2n-skx - topologies tested."
5913     - "Diff - difference between 3n-skx and 2n-skx topologies."
5914
5915 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5916 - type: "table"
5917   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5918   algorithm: "table_comparison"
5919   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5920   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5921   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5922   columns:
5923     - title: "3n-hsw xl710"
5924       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5925       tag: "NIC_Intel-XL710"
5926     - title: "2n-clx xxv710"
5927       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5928       tag: "NIC_Intel-XXV710"
5929   comparisons:
5930     - title: "Diff"
5931       reference: 1
5932       compare: 2
5933   legend:
5934     - ""
5935     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5936     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5937
5938 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5939 - type: "table"
5940   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5941   algorithm: "table_comparison"
5942   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5943   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5944   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5945   columns:
5946     - title: "3n-hsw xl710"
5947       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5948       tag: "NIC_Intel-XL710"
5949     - title: "2n-clx xxv710"
5950       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5951       tag: "NIC_Intel-XXV710"
5952   comparisons:
5953     - title: "Diff"
5954       reference: 1
5955       compare: 2
5956   legend:
5957     - ""
5958     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5959     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5960
5961 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5962 - type: "table"
5963   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5964   algorithm: "table_comparison"
5965   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5966   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5967   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5968   columns:
5969     - title: "3n-hsw xl710"
5970       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5971       tag: "NIC_Intel-XL710"
5972     - title: "2n-clx xxv710"
5973       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5974       tag: "NIC_Intel-XXV710"
5975   comparisons:
5976     - title: "Diff"
5977       reference: 1
5978       compare: 2
5979   legend:
5980     - ""
5981     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5982     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5983
5984 # Detailed Test Results - VPP Performance Results 3n-hsw
5985 - type: "table"
5986   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5987   algorithm: "table_merged_details"
5988   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5989   columns:
5990     - title: " |prein| Test Name |preout| "
5991       data: "data name"
5992     - 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| "
5993       data: "data msg"
5994   data: "vpp-perf-results-3n-hsw"
5995   filter: "all"
5996   parameters:
5997   - "name"
5998   - "parent"
5999   - "msg"
6000
6001 # Detailed Test Results - VPP Performance Results 3n-skx
6002 - type: "table"
6003   title: "Detailed Test Results - VPP Performance Results 3n-skx"
6004   algorithm: "table_merged_details"
6005   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
6006   columns:
6007     - title: " |prein| Test Name |preout| "
6008       data: "data name"
6009     - 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| "
6010       data: "data msg"
6011   data: "vpp-perf-results-3n-skx"
6012   filter: "all"
6013   remove-ndr: False
6014   parameters:
6015   - "name"
6016   - "parent"
6017   - "msg"
6018
6019 # Detailed Test Results - VPP Performance Results 2n-skx
6020 - type: "table"
6021   title: "Detailed Test Results - VPP Performance Results 2n-skx"
6022   algorithm: "table_merged_details"
6023   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
6024   columns:
6025     - title: " |prein| Test Name |preout| "
6026       data: "data name"
6027     - 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| "
6028       data: "data msg"
6029   data: "vpp-perf-results-2n-skx"
6030   filter: "all"
6031   remove-ndr: False
6032   parameters:
6033   - "name"
6034   - "parent"
6035   - "msg"
6036
6037 # Detailed Test Results - VPP Performance Results 2n-zn2
6038 - type: "table"
6039   title: "Detailed Test Results - VPP Performance Results 2n-zn2"
6040   algorithm: "table_merged_details"
6041   output-file: "{DIR[DTR,PERF,VPP,2N,ZN2]}/"
6042   columns:
6043     - title: " |prein| Test Name |preout| "
6044       data: "data name"
6045     - 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| "
6046       data: "data msg"
6047   data: "vpp-perf-results-2n-zn2"
6048   filter: "all"
6049   remove-ndr: False
6050   parameters:
6051   - "name"
6052   - "parent"
6053   - "msg"
6054
6055 # Detailed Test Results - VPP Performance Results 2n-clx
6056 - type: "table"
6057   title: "Detailed Test Results - VPP Performance Results 2n-clx"
6058   algorithm: "table_merged_details"
6059   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
6060   columns:
6061     - title: " |prein| Test Name |preout| "
6062       data: "data name"
6063     - 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| "
6064       data: "data msg"
6065   data: "vpp-perf-results-2n-clx"
6066   filter: "all"
6067   parameters:
6068   - "name"
6069   - "parent"
6070   - "msg"
6071
6072 # Detailed Test Results - VPP Performance Results 3n-tsh
6073 - type: "table"
6074   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
6075   algorithm: "table_merged_details"
6076   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
6077   columns:
6078     - title: " |prein| Test Name |preout| "
6079       data: "data name"
6080     - 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| "
6081       data: "data msg"
6082   data: "vpp-perf-results-3n-tsh"
6083   filter: "all"
6084   parameters:
6085   - "name"
6086   - "parent"
6087   - "msg"
6088
6089 # Detailed Test Results - VPP Performance Results 3n-dnv
6090 - type: "table"
6091   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
6092   algorithm: "table_merged_details"
6093   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
6094   columns:
6095     - title: " |prein| Test Name |preout| "
6096       data: "data name"
6097     - 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| "
6098       data: "data msg"
6099   data: "vpp-perf-results-3n-dnv"
6100   filter: "all"
6101   parameters:
6102   - "name"
6103   - "parent"
6104   - "msg"
6105
6106 # Detailed Test Results - VPP Performance Results 2n-dnv
6107 - type: "table"
6108   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
6109   algorithm: "table_merged_details"
6110   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
6111   columns:
6112     - title: " |prein| Test Name |preout| "
6113       data: "data name"
6114     - 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| "
6115       data: "data msg"
6116   data: "vpp-perf-results-2n-dnv"
6117   filter: "all"
6118   parameters:
6119   - "name"
6120   - "parent"
6121   - "msg"
6122
6123 # Test configuration - VPP Performance Test Configs 3n-hsw
6124 - type: "table"
6125   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
6126   algorithm: "table_merged_details"
6127   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
6128   columns:
6129     - title: " |prein| Test Name |preout| "
6130       data: "data name"
6131     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6132       data: "data conf-history"
6133   data: "vpp-perf-results-3n-hsw"
6134   filter: "all"
6135   parameters:
6136   - "parent"
6137   - "name"
6138   - "conf-history"
6139
6140 # Test configuration - VPP Performance Test Configs 3n-skx
6141 - type: "table"
6142   title: "Test configuration - VPP Performance Test Configs 3n-skx"
6143   algorithm: "table_merged_details"
6144   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
6145   columns:
6146     - title: " |prein| Test Name |preout| "
6147       data: "data name"
6148     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6149       data: "data conf-history"
6150   data: "vpp-perf-results-3n-skx"
6151   filter: "all"
6152   parameters:
6153   - "parent"
6154   - "name"
6155   - "conf-history"
6156
6157 # Test configuration - VPP Performance Test Configs 2n-skx
6158 - type: "table"
6159   title: "Test configuration - VPP Performance Test Configs 2n-skx"
6160   algorithm: "table_merged_details"
6161   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
6162   columns:
6163     - title: " |prein| Test Name |preout| "
6164       data: "data name"
6165     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6166       data: "data conf-history"
6167   data: "vpp-perf-results-2n-skx"
6168   filter: "all"
6169   parameters:
6170   - "parent"
6171   - "name"
6172   - "conf-history"
6173
6174 # Test configuration - VPP Performance Test Configs 2n-zn2
6175 - type: "table"
6176   title: "Test configuration - VPP Performance Test Configs 2n-zn2"
6177   algorithm: "table_merged_details"
6178   output-file: "{DIR[DTC,PERF,VPP,2N,ZN2]}/"
6179   columns:
6180     - title: " |prein| Test Name |preout| "
6181       data: "data name"
6182     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6183       data: "data conf-history"
6184   data: "vpp-perf-results-2n-zn2"
6185   filter: "all"
6186   parameters:
6187   - "parent"
6188   - "name"
6189   - "conf-history"
6190
6191 # Test configuration - VPP Performance Test Configs 2n-clx
6192 - type: "table"
6193   title: "Test configuration - VPP Performance Test Configs 2n-clx"
6194   algorithm: "table_merged_details"
6195   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
6196   columns:
6197     - title: " |prein| Test Name |preout| "
6198       data: "data name"
6199     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6200       data: "data conf-history"
6201   data: "vpp-perf-results-2n-clx"
6202   filter: "all"
6203   parameters:
6204   - "parent"
6205   - "name"
6206   - "conf-history"
6207
6208 # Test configuration - VPP Performance Test Configs 3n-tsh
6209 - type: "table"
6210   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
6211   algorithm: "table_merged_details"
6212   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
6213   columns:
6214     - title: " |prein| Test Name |preout| "
6215       data: "data name"
6216     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6217       data: "data conf-history"
6218   data: "vpp-perf-results-3n-tsh"
6219   filter: "all"
6220   parameters:
6221   - "parent"
6222   - "name"
6223   - "conf-history"
6224
6225 # Test configuration - VPP Performance Test Configs 3n-dnv
6226 - type: "table"
6227   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
6228   algorithm: "table_merged_details"
6229   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
6230   columns:
6231     - title: " |prein| Test Name |preout| "
6232       data: "data name"
6233     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6234       data: "data conf-history"
6235   data: "vpp-perf-results-3n-dnv"
6236   filter: "all"
6237   parameters:
6238   - "parent"
6239   - "name"
6240   - "conf-history"
6241
6242 # Test configuration - VPP Performance Test Configs 2n-dnv
6243 - type: "table"
6244   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
6245   algorithm: "table_merged_details"
6246   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
6247   columns:
6248     - title: " |prein| Test Name |preout| "
6249       data: "data name"
6250     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6251       data: "data conf-history"
6252   data: "vpp-perf-results-2n-dnv"
6253   filter: "all"
6254   parameters:
6255   - "parent"
6256   - "name"
6257   - "conf-history"
6258
6259 # Test Operational Data - VPP Performance Operational Data 3n-hsw
6260 - type: "table"
6261   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
6262   algorithm: "table_oper_data_html"
6263   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
6264   data: "vpp-perf-results-3n-hsw"
6265   filter: "all"
6266
6267 # Test Operational Data - VPP Performance Operational Data 3n-skx
6268 - type: "table"
6269   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
6270   algorithm: "table_oper_data_html"
6271   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
6272   data: "vpp-perf-results-3n-skx"
6273   filter: "all"
6274
6275 # Test Operational Data - VPP Performance Operational Data 2n-skx
6276 - type: "table"
6277   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
6278   algorithm: "table_oper_data_html"
6279   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
6280   data: "vpp-perf-results-2n-skx"
6281   filter: "all"
6282
6283 # Test Operational Data - VPP Performance Operational Data 2n-zn2
6284 - type: "table"
6285   title: "Test Operational Data - VPP Performance Operational Data 2n-zn2"
6286   algorithm: "table_oper_data_html"
6287   output-file: "{DIR[DTO,PERF,VPP,2N,ZN2]}/"
6288   data: "vpp-perf-results-2n-zn2"
6289   filter: "all"
6290
6291 # Test Operational Data - VPP Performance Operational Data 2n-clx
6292 - type: "table"
6293   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
6294   algorithm: "table_oper_data_html"
6295   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
6296   data: "vpp-perf-results-2n-clx"
6297   filter: "all"
6298
6299 # Test Operational Data - VPP Performance Operational Data 3n-tsh
6300 - type: "table"
6301   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
6302   algorithm: "table_oper_data_html"
6303   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
6304   data: "vpp-perf-results-3n-tsh"
6305   filter: "all"
6306
6307 # Test Operational Data - VPP Performance Operational Data 3n-dnv
6308 - type: "table"
6309   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
6310   algorithm: "table_oper_data_html"
6311   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
6312   data: "vpp-perf-results-3n-dnv"
6313   filter: "all"
6314
6315 # Test Operational Data - VPP Performance Operational Data 2n-dnv
6316 - type: "table"
6317   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
6318   algorithm: "table_oper_data_html"
6319   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
6320   data: "vpp-perf-results-2n-dnv"
6321   filter: "all"
6322
6323 # Detailed Test Results - VPP MRR Results 3n-hsw
6324 - type: "table"
6325   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
6326   algorithm: "table_merged_details"
6327   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
6328   columns:
6329     - title: " |prein| Test Name |preout| "
6330       data: "data name"
6331     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6332       data: "data msg"
6333   data: "vpp-mrr-results-3n-hsw"
6334   filter: "all"
6335   parameters:
6336   - "name"
6337   - "parent"
6338   - "msg"
6339
6340 # Detailed Test Results - VPP MRR Results 3n-skx
6341 - type: "table"
6342   title: "Detailed Test Results - VPP MRR Results 3n-skx"
6343   algorithm: "table_merged_details"
6344   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
6345   columns:
6346     - title: " |prein| Test Name |preout| "
6347       data: "data name"
6348     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6349       data: "data msg"
6350   data: "vpp-mrr-results-3n-skx"
6351   filter: "all"
6352   parameters:
6353   - "name"
6354   - "parent"
6355   - "msg"
6356
6357 # Detailed Test Results - VPP MRR Results 2n-skx
6358 - type: "table"
6359   title: "Detailed Test Results - VPP MRR Results 2n-skx"
6360   algorithm: "table_merged_details"
6361   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
6362   columns:
6363     - title: " |prein| Test Name |preout| "
6364       data: "data name"
6365     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6366       data: "data msg"
6367   data: "vpp-mrr-results-2n-skx"
6368   filter: "all"
6369   parameters:
6370   - "name"
6371   - "parent"
6372   - "msg"
6373
6374 # Detailed Test Results - VPP MRR Results 2n-zn2
6375 - type: "table"
6376   title: "Detailed Test Results - VPP MRR Results 2n-zn2"
6377   algorithm: "table_merged_details"
6378   output-file: "{DIR[DTR,MRR,VPP,2N,ZN2]}/"
6379   columns:
6380     - title: " |prein| Test Name |preout| "
6381       data: "data name"
6382     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6383       data: "data msg"
6384   data: "vpp-mrr-results-2n-zn2"
6385   filter: "all"
6386   parameters:
6387   - "name"
6388   - "parent"
6389   - "msg"
6390
6391 # Detailed Test Results - VPP MRR Results 2n-clx
6392 - type: "table"
6393   title: "Detailed Test Results - VPP MRR Results 2n-clx"
6394   algorithm: "table_merged_details"
6395   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
6396   columns:
6397     - title: " |prein| Test Name |preout| "
6398       data: "data name"
6399     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6400       data: "data msg"
6401   data: "vpp-mrr-results-2n-clx"
6402   filter: "all"
6403   parameters:
6404   - "name"
6405   - "parent"
6406   - "msg"
6407
6408 # Detailed Test Results - VPP MRR Results 3n-tsh
6409 - type: "table"
6410   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
6411   algorithm: "table_merged_details"
6412   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
6413   columns:
6414     - title: " |prein| Test Name |preout| "
6415       data: "data name"
6416     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6417       data: "data msg"
6418   data: "vpp-mrr-results-3n-tsh"
6419   filter: "all"
6420   parameters:
6421   - "name"
6422   - "parent"
6423   - "msg"
6424
6425 # Detailed Test Results - VPP MRR Results 3n-dnv
6426 - type: "table"
6427   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
6428   algorithm: "table_merged_details"
6429   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
6430   columns:
6431     - title: " |prein| Test Name |preout| "
6432       data: "data name"
6433     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6434       data: "data msg"
6435   data: "vpp-mrr-results-3n-dnv"
6436   filter: "all"
6437   parameters:
6438   - "name"
6439   - "parent"
6440   - "msg"
6441
6442 # Detailed Test Results - VPP MRR Results 2n-dnv
6443 - type: "table"
6444   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
6445   algorithm: "table_merged_details"
6446   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
6447   columns:
6448     - title: " |prein| Test Name |preout| "
6449       data: "data name"
6450     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6451       data: "data msg"
6452   data: "vpp-mrr-results-2n-dnv"
6453   filter: "all"
6454   parameters:
6455   - "name"
6456   - "parent"
6457   - "msg"
6458
6459 # Test configuration - VPP MRR Test Configs 3n-hsw
6460 - type: "table"
6461   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
6462   algorithm: "table_merged_details"
6463   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
6464   columns:
6465     - title: " |prein| Test Name |preout| "
6466       data: "data name"
6467     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6468       data: "data conf-history"
6469   data: "vpp-mrr-results-3n-hsw"
6470   filter: "all"
6471   parameters:
6472   - "parent"
6473   - "name"
6474   - "conf-history"
6475
6476 # Test configuration - VPP MRR Test Configs 3n-skx
6477 - type: "table"
6478   title: "Test configuration - VPP MRR Test Configs 3n-skx"
6479   algorithm: "table_merged_details"
6480   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
6481   columns:
6482     - title: " |prein| Test Name |preout| "
6483       data: "data name"
6484     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6485       data: "data conf-history"
6486   data: "vpp-mrr-results-3n-skx"
6487   filter: "all"
6488   parameters:
6489   - "parent"
6490   - "name"
6491   - "conf-history"
6492
6493 # Test configuration - VPP MRR Test Configs 2n-skx
6494 - type: "table"
6495   title: "Test configuration - VPP MRR Test Configs 2n-skx"
6496   algorithm: "table_merged_details"
6497   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
6498   columns:
6499     - title: " |prein| Test Name |preout| "
6500       data: "data name"
6501     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6502       data: "data conf-history"
6503   data: "vpp-mrr-results-2n-skx"
6504   filter: "all"
6505   parameters:
6506   - "parent"
6507   - "name"
6508   - "conf-history"
6509
6510 # Test configuration - VPP MRR Test Configs 2n-zn2
6511 - type: "table"
6512   title: "Test configuration - VPP MRR Test Configs 2n-zn2"
6513   algorithm: "table_merged_details"
6514   output-file: "{DIR[DTC,MRR,VPP,2N,ZN2]}/"
6515   columns:
6516     - title: " |prein| Test Name |preout| "
6517       data: "data name"
6518     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6519       data: "data conf-history"
6520   data: "vpp-mrr-results-2n-zn2"
6521   filter: "all"
6522   parameters:
6523   - "parent"
6524   - "name"
6525   - "conf-history"
6526
6527 # Test configuration - VPP MRR Test Configs 2n-clx
6528 - type: "table"
6529   title: "Test configuration - VPP MRR Test Configs 2n-clx"
6530   algorithm: "table_merged_details"
6531   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
6532   columns:
6533     - title: " |prein| Test Name |preout| "
6534       data: "data name"
6535     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6536       data: "data conf-history"
6537   data: "vpp-mrr-results-2n-clx"
6538   filter: "all"
6539   parameters:
6540   - "parent"
6541   - "name"
6542   - "conf-history"
6543
6544 # Test configuration - VPP MRR Test Configs 3n-tsh
6545 - type: "table"
6546   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
6547   algorithm: "table_merged_details"
6548   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
6549   columns:
6550     - title: " |prein| Test Name |preout| "
6551       data: "data name"
6552     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6553       data: "data conf-history"
6554   data: "vpp-mrr-results-3n-tsh"
6555   filter: "all"
6556   parameters:
6557   - "parent"
6558   - "name"
6559   - "conf-history"
6560
6561 # Test configuration - VPP MRR Test Configs 3n-dnv
6562 - type: "table"
6563   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
6564   algorithm: "table_merged_details"
6565   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
6566   columns:
6567     - title: " |prein| Test Name |preout| "
6568       data: "data name"
6569     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6570       data: "data conf-history"
6571   data: "vpp-mrr-results-3n-dnv"
6572   filter: "all"
6573   parameters:
6574   - "parent"
6575   - "name"
6576   - "conf-history"
6577
6578 # Test configuration - VPP MRR Test Configs 2n-dnv
6579 - type: "table"
6580   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
6581   algorithm: "table_merged_details"
6582   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
6583   columns:
6584     - title: " |prein| Test Name |preout| "
6585       data: "data name"
6586     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6587       data: "data conf-history"
6588   data: "vpp-mrr-results-2n-dnv"
6589   filter: "all"
6590   parameters:
6591   - "parent"
6592   - "name"
6593   - "conf-history"
6594
6595 # Detailed Test Results - VPP Device Results - Ubuntu
6596 - type: "table"
6597   title: "Detailed Test Results - VPP Device Results - Ubuntu"
6598   algorithm: "table_merged_details"
6599   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
6600   columns:
6601     - title: " |prein| Test Name |preout| "
6602       data: "data name"
6603     - title: " |prein| Status |preout| "
6604       data: "data status"
6605   data: "vpp-device-results-ubuntu"
6606   filter: "all"
6607   parameters:
6608   - "name"
6609   - "parent"
6610   - "doc"
6611   - "status"
6612
6613 # Test configuration - VPP Device Test Configs - Ubuntu
6614 - type: "table"
6615   title: "Test configuration - VPP Device Test Configs - Ubuntu"
6616   algorithm: "table_merged_details"
6617   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
6618   columns:
6619     - title: " |prein| Test Name |preout| "
6620       data: "data name"
6621     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6622       data: "data conf-history"
6623   data: "vpp-device-results-ubuntu"
6624   filter: "all"
6625   parameters:
6626   - "parent"
6627   - "name"
6628   - "conf-history"
6629
6630 ################################################################################
6631
6632 # DPDK Performance Changes 3n-hsw 1t1c pdr
6633 - type: "table"
6634   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6635   algorithm: "table_comparison"
6636   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6637   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6638   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6639   columns:
6640     - title: "2001"
6641       data-set: "dpdk-performance-changes-3n-hsw-h1"
6642     - title: "2005"
6643       data-set: "dpdk-performance-changes-3n-hsw-ref"
6644     - title: "2009"
6645       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6646   comparisons:
6647     - title: "Diff"
6648       reference: 2
6649       compare: 3
6650   legend:
6651     - ""
6652     - "2001, 2005, 2009 - DPDK versions tested."
6653     - "Diff - difference between 2005 and 2009 DPDK version."
6654
6655 # DPDK Performance Changes 3n-hsw 2t2c pdr
6656 - type: "table"
6657   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6658   algorithm: "table_comparison"
6659   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6660   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6661   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6662   columns:
6663     - title: "2001"
6664       data-set: "dpdk-performance-changes-3n-hsw-h1"
6665     - title: "2005"
6666       data-set: "dpdk-performance-changes-3n-hsw-ref"
6667     - title: "2009"
6668       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6669   comparisons:
6670     - title: "Diff"
6671       reference: 2
6672       compare: 3
6673   legend:
6674     - ""
6675     - "2001, 2005, 2009 - DPDK versions tested."
6676     - "Diff - difference between 2005 and 2009 DPDK version."
6677
6678 # DPDK Performance Changes 3n-hsw 1t1c pdr
6679 - type: "table"
6680   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6681   algorithm: "table_comparison"
6682   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6683   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6684   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6685   columns:
6686     - title: "2001"
6687       data-set: "dpdk-performance-changes-3n-hsw-h1"
6688     - title: "2005"
6689       data-set: "dpdk-performance-changes-3n-hsw-ref"
6690     - title: "2009"
6691       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6692   comparisons:
6693     - title: "Diff"
6694       reference: 2
6695       compare: 3
6696   legend:
6697     - ""
6698     - "2001, 2005, 2009 - DPDK versions tested."
6699     - "Diff - difference between 2005 and 2009 DPDK version."
6700
6701 # DPDK Performance Changes 3n-hsw 2t2c ndr
6702 - type: "table"
6703   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6704   algorithm: "table_comparison"
6705   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6706   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6707   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6708   columns:
6709     - title: "2001"
6710       data-set: "dpdk-performance-changes-3n-hsw-h1"
6711     - title: "2005"
6712       data-set: "dpdk-performance-changes-3n-hsw-ref"
6713     - title: "2009"
6714       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6715   comparisons:
6716     - title: "Diff"
6717       reference: 2
6718       compare: 3
6719   legend:
6720     - ""
6721     - "2001, 2005, 2009 - DPDK versions tested."
6722     - "Diff - difference between 2005 and 2009 DPDK version."
6723
6724 # DPDK Performance Changes 3n-skx 2t1c pdr
6725 - type: "table"
6726   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6727   algorithm: "table_comparison"
6728   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6729   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6730   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6731   columns:
6732     - title: "2001"
6733       data-set: "dpdk-performance-changes-3n-skx-h1"
6734     - title: "2005"
6735       data-set: "dpdk-performance-changes-3n-skx-ref"
6736     - title: "2009"
6737       data-set: "dpdk-performance-changes-3n-skx-cmp"
6738   comparisons:
6739     - title: "Diff"
6740       reference: 2
6741       compare: 3
6742   legend:
6743     - ""
6744     - "2001, 2005, 2009 - DPDK versions tested."
6745     - "Diff - difference between 2005 and 2009 DPDK version."
6746
6747 # DPDK Performance Changes 3n-skx 4t2c pdr
6748 - type: "table"
6749   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6750   algorithm: "table_comparison"
6751   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6752   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6753   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6754   columns:
6755     - title: "2001"
6756       data-set: "dpdk-performance-changes-3n-skx-h1"
6757     - title: "2005"
6758       data-set: "dpdk-performance-changes-3n-skx-ref"
6759     - title: "2009"
6760       data-set: "dpdk-performance-changes-3n-skx-cmp"
6761   comparisons:
6762     - title: "Diff"
6763       reference: 2
6764       compare: 3
6765   legend:
6766     - ""
6767     - "2001, 2005, 2009 - DPDK versions tested."
6768     - "Diff - difference between 2005 and 2009 DPDK version."
6769
6770 # DPDK Performance Changes 3n-skx 2t1c ndr
6771 - type: "table"
6772   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6773   algorithm: "table_comparison"
6774   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6775   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6776   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6777   columns:
6778     - title: "2001"
6779       data-set: "dpdk-performance-changes-3n-skx-h1"
6780     - title: "2005"
6781       data-set: "dpdk-performance-changes-3n-skx-ref"
6782     - title: "2009"
6783       data-set: "dpdk-performance-changes-3n-skx-cmp"
6784   comparisons:
6785     - title: "Diff"
6786       reference: 2
6787       compare: 3
6788   legend:
6789     - ""
6790     - "2001, 2005, 2009 - DPDK versions tested."
6791     - "Diff - difference between 2005 and 2009 DPDK version."
6792
6793 # DPDK Performance Changes 3n-skx 4t2c ndr
6794 - type: "table"
6795   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6796   algorithm: "table_comparison"
6797   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6798   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6799   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6800   columns:
6801     - title: "2001"
6802       data-set: "dpdk-performance-changes-3n-skx-h1"
6803     - title: "2005"
6804       data-set: "dpdk-performance-changes-3n-skx-ref"
6805     - title: "2009"
6806       data-set: "dpdk-performance-changes-3n-skx-cmp"
6807   comparisons:
6808     - title: "Diff"
6809       reference: 2
6810       compare: 3
6811   legend:
6812     - ""
6813     - "2001, 2005, 2009 - DPDK versions tested."
6814     - "Diff - difference between 2005 and 2009 DPDK version."
6815
6816 # DPDK Performance Changes 2n-skx 2t1c pdr
6817 - type: "table"
6818   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6819   algorithm: "table_comparison"
6820   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6821   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6822   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6823   columns:
6824     - title: "2001"
6825       data-set: "dpdk-performance-changes-2n-skx-h1"
6826     - title: "2005"
6827       data-set: "dpdk-performance-changes-2n-skx-ref"
6828     - title: "2009"
6829       data-set: "dpdk-performance-changes-2n-skx-cmp"
6830   comparisons:
6831     - title: "Diff"
6832       reference: 2
6833       compare: 3
6834   legend:
6835     - ""
6836     - "2001, 2005, 2009 - DPDK versions tested."
6837     - "Diff - difference between 2005 and 2009 DPDK version."
6838
6839 # DPDK Performance Changes 2n-skx 4t2c pdr
6840 - type: "table"
6841   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6842   algorithm: "table_comparison"
6843   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6844   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6845   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6846   columns:
6847     - title: "2001"
6848       data-set: "dpdk-performance-changes-2n-skx-h1"
6849     - title: "2005"
6850       data-set: "dpdk-performance-changes-2n-skx-ref"
6851     - title: "2009"
6852       data-set: "dpdk-performance-changes-2n-skx-cmp"
6853   comparisons:
6854     - title: "Diff"
6855       reference: 2
6856       compare: 3
6857   legend:
6858     - ""
6859     - "2001, 2005, 2009 - DPDK versions tested."
6860     - "Diff - difference between 2005 and 2009 DPDK version."
6861
6862 # DPDK Performance Changes 2n-skx 2t1c ndr
6863 - type: "table"
6864   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6865   algorithm: "table_comparison"
6866   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6867   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6868   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6869   columns:
6870     - title: "2001"
6871       data-set: "dpdk-performance-changes-2n-skx-h1"
6872     - title: "2005"
6873       data-set: "dpdk-performance-changes-2n-skx-ref"
6874     - title: "2009"
6875       data-set: "dpdk-performance-changes-2n-skx-cmp"
6876   comparisons:
6877     - title: "Diff"
6878       reference: 2
6879       compare: 3
6880   legend:
6881     - ""
6882     - "2001, 2005, 2009 - DPDK versions tested."
6883     - "Diff - difference between 2005 and 2009 DPDK version."
6884
6885 # DPDK Performance Changes 2n-skx 4t2c ndr
6886 - type: "table"
6887   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6888   algorithm: "table_comparison"
6889   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6890   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6891   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6892   columns:
6893     - title: "2001"
6894       data-set: "dpdk-performance-changes-2n-skx-h1"
6895     - title: "2005"
6896       data-set: "dpdk-performance-changes-2n-skx-ref"
6897     - title: "2009"
6898       data-set: "dpdk-performance-changes-2n-skx-cmp"
6899   comparisons:
6900     - title: "Diff"
6901       reference: 2
6902       compare: 3
6903   legend:
6904     - ""
6905     - "2001, 2005, 2009 - DPDK versions tested."
6906     - "Diff - difference between 2005 and 2009 DPDK version."
6907
6908 # DPDK Performance Changes 2n-clx 2t1c pdr
6909 - type: "table"
6910   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6911   algorithm: "table_comparison"
6912   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6913   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6914   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6915   columns:
6916     - title: "2001"
6917       data-set: "dpdk-performance-changes-2n-clx-h1"
6918     - title: "2005"
6919       data-set: "dpdk-performance-changes-2n-clx-ref"
6920     - title: "2009"
6921       data-set: "dpdk-performance-changes-2n-clx-cmp"
6922   comparisons:
6923     - title: "Diff"
6924       reference: 2
6925       compare: 3
6926   legend:
6927     - ""
6928     - "2001, 2005, 2009 - DPDK versions tested."
6929     - "Diff - difference between 2005 and 2009 DPDK version."
6930
6931 # DPDK Performance Changes 2n-clx 4t2c pdr
6932 - type: "table"
6933   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6934   algorithm: "table_comparison"
6935   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6936   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6937   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6938   columns:
6939     - title: "2001"
6940       data-set: "dpdk-performance-changes-2n-clx-h1"
6941     - title: "2005"
6942       data-set: "dpdk-performance-changes-2n-clx-ref"
6943     - title: "2009"
6944       data-set: "dpdk-performance-changes-2n-clx-cmp"
6945   comparisons:
6946     - title: "Diff"
6947       reference: 2
6948       compare: 3
6949   legend:
6950     - ""
6951     - "2001, 2005, 2009 - DPDK versions tested."
6952     - "Diff - difference between 2005 and 2009 DPDK version."
6953
6954 # DPDK Performance Changes 2n-clx 2t1c ndr
6955 - type: "table"
6956   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6957   algorithm: "table_comparison"
6958   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6959   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6960   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6961   columns:
6962     - title: "2001"
6963       data-set: "dpdk-performance-changes-2n-clx-h1"
6964     - title: "2005"
6965       data-set: "dpdk-performance-changes-2n-clx-ref"
6966     - title: "2009"
6967       data-set: "dpdk-performance-changes-2n-clx-cmp"
6968   comparisons:
6969     - title: "Diff"
6970       reference: 2
6971       compare: 3
6972   legend:
6973     - ""
6974     - "2001, 2005, 2009 - DPDK versions tested."
6975     - "Diff - difference between 2005 and 2009 DPDK version."
6976
6977 # DPDK Performance Changes 2n-clx 4t2c ndr
6978 - type: "table"
6979   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6980   algorithm: "table_comparison"
6981   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6982   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6983   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6984   columns:
6985     - title: "2001"
6986       data-set: "dpdk-performance-changes-2n-clx-h1"
6987     - title: "2005"
6988       data-set: "dpdk-performance-changes-2n-clx-ref"
6989     - title: "2009"
6990       data-set: "dpdk-performance-changes-2n-clx-cmp"
6991   comparisons:
6992     - title: "Diff"
6993       reference: 2
6994       compare: 3
6995   legend:
6996     - ""
6997     - "2001, 2005, 2009 - DPDK versions tested."
6998     - "Diff - difference between 2005 and 2009 DPDK version."
6999
7000 ## DPDK Performance Changes 2n-dnv 1t1c pdr
7001 #- type: "table"
7002 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
7003 #  algorithm: "table_comparison"
7004 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
7005 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7006 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7007 #  columns:
7008 #    - title: "2001"
7009 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
7010 #    - title: "2005"
7011 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
7012 #    - title: "2009"
7013 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
7014 #  comparisons:
7015 #    - title: "Diff"
7016 #      reference: 2
7017 #      compare: 3
7018 #  legend:
7019 #    - ""
7020 #    - "2001, 2005, 2009 - DPDK versions tested."
7021 #    - "Diff - difference between 2005 and 2009 DPDK version."
7022 #
7023 ## DPDK Performance Changes 2n-dnv 2t2c pdr
7024 #- type: "table"
7025 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
7026 #  algorithm: "table_comparison"
7027 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
7028 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7029 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7030 #  columns:
7031 #    - title: "2001"
7032 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
7033 #    - title: "2005"
7034 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
7035 #    - title: "2009"
7036 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
7037 #  comparisons:
7038 #    - title: "Diff"
7039 #      reference: 2
7040 #      compare: 3
7041 #  legend:
7042 #    - ""
7043 #    - "2001, 2005, 2009 - DPDK versions tested."
7044 #    - "Diff - difference between 2005 and 2009 DPDK version."
7045 #
7046 ## DPDK Performance Changes 2n-dnv 1t1c ndr
7047 #- type: "table"
7048 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
7049 #  algorithm: "table_comparison"
7050 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
7051 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7052 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7053 #  columns:
7054 #    - title: "2001"
7055 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
7056 #    - title: "2005"
7057 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
7058 #    - title: "2009"
7059 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
7060 #  comparisons:
7061 #    - title: "Diff"
7062 #      reference: 2
7063 #      compare: 3
7064 #  legend:
7065 #    - ""
7066 #    - "2001, 2005, 2009 - DPDK versions tested."
7067 #    - "Diff - difference between 2005 and 2009 DPDK version."
7068 #
7069 ## DPDK Performance Changes 2n-dnv 2t2c ndr
7070 #- type: "table"
7071 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
7072 #  algorithm: "table_comparison"
7073 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
7074 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7075 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7076 #  columns:
7077 #    - title: "2001"
7078 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
7079 #    - title: "2005"
7080 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
7081 #    - title: "2009"
7082 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
7083 #  comparisons:
7084 #    - title: "Diff"
7085 #      reference: 2
7086 #      compare: 3
7087 #  legend:
7088 #    - ""
7089 #    - "2001, 2005, 2009 - DPDK versions tested."
7090 #    - "Diff - difference between 2005 and 2009 DPDK version."
7091 #
7092 ## DPDK Performance Changes 3n-dnv 1t1c pdr
7093 #- type: "table"
7094 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
7095 #  algorithm: "table_comparison"
7096 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
7097 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7098 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7099 #  columns:
7100 #    - title: "2001"
7101 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7102 #    - title: "2005"
7103 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7104 #    - title: "2009"
7105 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7106 #  comparisons:
7107 #    - title: "Diff"
7108 #      reference: 2
7109 #      compare: 3
7110 #  legend:
7111 #    - ""
7112 #    - "2001, 2005, 2009 - DPDK versions tested."
7113 #    - "Diff - difference between 2005 and 2009 DPDK version."
7114 #
7115 ## DPDK Performance Changes 3n-dnv 2t2c pdr
7116 #- type: "table"
7117 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
7118 #  algorithm: "table_comparison"
7119 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
7120 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7121 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7122 #  columns:
7123 #    - title: "2001"
7124 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7125 #    - title: "2005"
7126 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7127 #    - title: "2009"
7128 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7129 #  comparisons:
7130 #    - title: "Diff"
7131 #      reference: 2
7132 #      compare: 3
7133 #  legend:
7134 #    - ""
7135 #    - "2001, 2005, 2009 - DPDK versions tested."
7136 #    - "Diff - difference between 2005 and 2009 DPDK version."
7137 #
7138 ## DPDK Performance Changes 3n-dnv 1t1c ndr
7139 #- type: "table"
7140 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
7141 #  algorithm: "table_comparison"
7142 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
7143 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7144 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7145 #  columns:
7146 #    - title: "2001"
7147 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7148 #    - title: "2005"
7149 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7150 #    - title: "2009"
7151 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7152 #  comparisons:
7153 #    - title: "Diff"
7154 #      reference: 2
7155 #      compare: 3
7156 #  legend:
7157 #    - ""
7158 #    - "2001, 2005, 2009 - DPDK versions tested."
7159 #    - "Diff - difference between 2005 and 2009 DPDK version."
7160 #
7161 ## DPDK Performance Changes 3n-dnv 2t2c ndr
7162 #- type: "table"
7163 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
7164 #  algorithm: "table_comparison"
7165 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
7166 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7167 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7168 #  columns:
7169 #    - title: "2001"
7170 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7171 #    - title: "2005"
7172 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7173 #    - title: "2009"
7174 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7175 #  comparisons:
7176 #    - title: "Diff"
7177 #      reference: 2
7178 #      compare: 3
7179 #  legend:
7180 #    - ""
7181 #    - "2001, 2005, 2009 - DPDK versions tested."
7182 #    - "Diff - difference between 2005 and 2009 DPDK version."
7183
7184 # DPDK Performance Changes 3n-tsh 1t1c pdr
7185 - type: "table"
7186   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
7187   algorithm: "table_comparison"
7188   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
7189   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7190   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7191   columns:
7192     - title: "2001"
7193       data-set: "dpdk-performance-changes-3n-tsh-h1"
7194     - title: "2005"
7195       data-set: "dpdk-performance-changes-3n-tsh-ref"
7196     - title: "2009"
7197       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7198   comparisons:
7199     - title: "Diff"
7200       reference: 2
7201       compare: 3
7202   legend:
7203     - ""
7204     - "2001, 2005, 2009 - DPDK versions tested."
7205     - "Diff - difference between 2005 and 2009 DPDK version."
7206
7207 # DPDK Performance Changes 3n-tsh 2t2c pdr
7208 - type: "table"
7209   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
7210   algorithm: "table_comparison"
7211   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
7212   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7213   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7214   columns:
7215     - title: "2001"
7216       data-set: "dpdk-performance-changes-3n-tsh-h1"
7217     - title: "2005"
7218       data-set: "dpdk-performance-changes-3n-tsh-ref"
7219     - title: "2009"
7220       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7221   comparisons:
7222     - title: "Diff"
7223       reference: 2
7224       compare: 3
7225   legend:
7226     - ""
7227     - "2001, 2005, 2009 - DPDK versions tested."
7228     - "Diff - difference between 2005 and 2009 DPDK version."
7229
7230 # DPDK Performance Changes 3n-tsh 1t1c ndr
7231 - type: "table"
7232   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
7233   algorithm: "table_comparison"
7234   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
7235   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7236   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7237   columns:
7238     - title: "2001"
7239       data-set: "dpdk-performance-changes-3n-tsh-h1"
7240     - title: "2005"
7241       data-set: "dpdk-performance-changes-3n-tsh-ref"
7242     - title: "2009"
7243       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7244   comparisons:
7245     - title: "Diff"
7246       reference: 2
7247       compare: 3
7248   legend:
7249     - ""
7250     - "2001, 2005, 2009 - DPDK versions tested."
7251     - "Diff - difference between 2005 and 2009 DPDK version."
7252
7253 # DPDK Performance Changes 3n-tsh 2t2c ndr
7254 - type: "table"
7255   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
7256   algorithm: "table_comparison"
7257   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
7258   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7259   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7260   columns:
7261     - title: "2001"
7262       data-set: "dpdk-performance-changes-3n-tsh-h1"
7263     - title: "2005"
7264       data-set: "dpdk-performance-changes-3n-tsh-ref"
7265     - title: "2009"
7266       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7267   comparisons:
7268     - title: "Diff"
7269       reference: 2
7270       compare: 3
7271   legend:
7272     - ""
7273     - "2001, 2005, 2009 - DPDK versions tested."
7274     - "Diff - difference between 2005 and 2009 DPDK version."
7275
7276 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
7277 - type: "table"
7278   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
7279   algorithm: "table_comparison"
7280   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
7281   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7282   filter: "'NIC_Intel-X710'"
7283   columns:
7284     - title: "3n-hsw x710"
7285       data-set: "dpdk-compare-testbeds-ref"
7286     - title: "3n-skx x710"
7287       data-set: "dpdk-compare-testbeds-cmp"
7288   comparisons:
7289     - title: "Diff"
7290       reference: 1
7291       compare: 2
7292   legend:
7293     - ""
7294     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7295     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7296
7297 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
7298 - type: "table"
7299   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
7300   algorithm: "table_comparison"
7301   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
7302   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7303   filter: "'NIC_Intel-X710'"
7304   columns:
7305     - title: "3n-hsw x710"
7306       data-set: "dpdk-compare-testbeds-ref"
7307     - title: "3n-skx x710"
7308       data-set: "dpdk-compare-testbeds-cmp"
7309   comparisons:
7310     - title: "Diff"
7311       reference: 1
7312       compare: 2
7313   legend:
7314     - ""
7315     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7316     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7317
7318 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
7319 - type: "table"
7320   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
7321   algorithm: "table_comparison"
7322   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
7323   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7324   filter: "'NIC_Intel-XXV710'"
7325   columns:
7326     - title: "2n-skx"
7327       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7328     - title: "2n-clx"
7329       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7330   comparisons:
7331     - title: "Diff"
7332       reference: 1
7333       compare: 2
7334   legend:
7335     - ""
7336     - "2n-skx, 2n-clx - testbeds and NICs tested."
7337     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7338
7339 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
7340 - type: "table"
7341   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
7342   algorithm: "table_comparison"
7343   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
7344   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7345   filter: "'NIC_Intel-XXV710'"
7346   columns:
7347     - title: "2n-skx"
7348       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7349     - title: "2n-clx"
7350       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7351   comparisons:
7352     - title: "Diff"
7353       reference: 1
7354       compare: 2
7355   legend:
7356     - ""
7357     - "2n-skx, 2n-clx - testbeds and NICs tested."
7358     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7359
7360 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
7361 - type: "table"
7362   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
7363   algorithm: "table_comparison"
7364   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
7365   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7366   filter: "'NIC_Intel-XXV710'"
7367   columns:
7368     - title: "3n-skx"
7369       data-set: "dpdk-compare-topologies-ref"
7370     - title: "2n-skx"
7371       data-set: "dpdk-compare-topologies-cmp"
7372   comparisons:
7373     - title: "Diff"
7374       reference: 1
7375       compare: 2
7376   legend:
7377     - ""
7378     - "3n-skx, 2n-skx - topologies tested."
7379     - "Diff - difference between 3n-skx and 2n-skx topologies."
7380
7381 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
7382 - type: "table"
7383   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
7384   algorithm: "table_comparison"
7385   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
7386   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7387   filter: "'NIC_Intel-XXV710'"
7388   columns:
7389     - title: "3n-skx"
7390       data-set: "dpdk-compare-topologies-ref"
7391     - title: "2n-skx"
7392       data-set: "dpdk-compare-topologies-cmp"
7393   comparisons:
7394     - title: "Diff"
7395       reference: 1
7396       compare: 2
7397   legend:
7398     - ""
7399     - "3n-skx, 2n-skx - topologies tested."
7400     - "Diff - difference between 3n-skx and 2n-skx topologies."
7401
7402 # Detailed Test Results - DPDK Performance Results 3n-hsw
7403 - type: "table"
7404   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
7405   algorithm: "table_merged_details"
7406   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
7407   columns:
7408     - title: " |prein| Test Name |preout| "
7409       data: "data name"
7410     - 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| "
7411       data: "data msg"
7412   data: "dpdk-perf-results-3n-hsw"
7413   filter: "all"
7414   parameters:
7415   - "name"
7416   - "parent"
7417   - "msg"
7418
7419 # Detailed Test Results - DPDK Performance Results 3n-skx
7420 - type: "table"
7421   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
7422   algorithm: "table_merged_details"
7423   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
7424   columns:
7425     - title: " |prein| Test Name |preout| "
7426       data: "data name"
7427     - 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| "
7428       data: "data msg"
7429   data: "dpdk-perf-results-3n-skx"
7430   filter: "all"
7431   remove-ndr: False
7432   parameters:
7433   - "name"
7434   - "parent"
7435   - "msg"
7436
7437 # Detailed Test Results - DPDK Performance Results 2n-skx
7438 - type: "table"
7439   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
7440   algorithm: "table_merged_details"
7441   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
7442   columns:
7443     - title: " |prein| Test Name |preout| "
7444       data: "data name"
7445     - 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| "
7446       data: "data msg"
7447   data: "dpdk-perf-results-2n-skx"
7448   filter: "all"
7449   remove-ndr: False
7450   parameters:
7451   - "name"
7452   - "parent"
7453   - "msg"
7454
7455 # Detailed Test Results - DPDK Performance Results 2n-zn2
7456 - type: "table"
7457   title: "Detailed Test Results - DPDK Performance Results 2n-zn2"
7458   algorithm: "table_merged_details"
7459   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_zn2"
7460   columns:
7461     - title: " |prein| Test Name |preout| "
7462       data: "data name"
7463     - 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| "
7464       data: "data msg"
7465   data: "dpdk-perf-results-2n-zn2"
7466   filter: "all"
7467   remove-ndr: False
7468   parameters:
7469   - "name"
7470   - "parent"
7471   - "msg"
7472
7473 # Detailed Test Results - DPDK Performance Results 2n-clx
7474 - type: "table"
7475   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
7476   algorithm: "table_merged_details"
7477   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
7478   columns:
7479     - title: " |prein| Test Name |preout| "
7480       data: "data name"
7481     - 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| "
7482       data: "data msg"
7483   data: "dpdk-perf-results-2n-clx"
7484   filter: "all"
7485   parameters:
7486   - "name"
7487   - "parent"
7488   - "msg"
7489
7490 ## Detailed Test Results - DPDK Performance Results 2n-dnv
7491 #- type: "table"
7492 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
7493 #  algorithm: "table_merged_details"
7494 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
7495 #  columns:
7496 #    - title: " |prein| Test Name |preout| "
7497 #      data: "data name"
7498 #    - 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| "
7499 #      data: "data msg"
7500 #  data: "dpdk-perf-results-2n-dnv"
7501 #  filter: "all"
7502 #  parameters:
7503 #  - "name"
7504 #  - "parent"
7505 #  - "msg"
7506 #
7507 ## Detailed Test Results - DPDK Performance Results 3n-dnv
7508 #- type: "table"
7509 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
7510 #  algorithm: "table_merged_details"
7511 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
7512 #  columns:
7513 #    - title: " |prein| Test Name |preout| "
7514 #      data: "data name"
7515 #    - 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| "
7516 #      data: "data msg"
7517 #  data: "dpdk-perf-results-3n-dnv"
7518 #  filter: "all"
7519 #  parameters:
7520 #  - "name"
7521 #  - "parent"
7522 #  - "msg"
7523
7524 # Detailed Test Results - DPDK Performance Results 3n-tsh
7525 - type: "table"
7526   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
7527   algorithm: "table_merged_details"
7528   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
7529   columns:
7530     - title: " |prein| Test Name |preout| "
7531       data: "data name"
7532     - 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| "
7533       data: "data msg"
7534   data: "dpdk-perf-results-3n-tsh"
7535   filter: "all"
7536   parameters:
7537   - "name"
7538   - "parent"
7539   - "msg"
7540
7541 ################################################################################
7542 ###                                F I L E S                                 ###
7543 ################################################################################
7544
7545 # VPP Performance Results
7546 - type: "file"
7547   title: "VPP Performance Results"
7548   algorithm: "file_details_split"
7549   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
7550   dir-tables:
7551     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
7552     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
7553     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
7554     - "{DIR[DTR,PERF,VPP,2N,ZN2]}"
7555     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
7556     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
7557     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
7558     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
7559   data:
7560     - "vpp-perf-results-2n-skx"
7561     - "vpp-perf-results-3n-skx"
7562     - "vpp-perf-results-2n-clx"
7563     - "vpp-perf-results-2n-zn2"
7564     - "vpp-perf-results-3n-hsw"
7565     - "vpp-perf-results-3n-tsh"
7566     - "vpp-perf-results-2n-dnv"
7567     - "vpp-perf-results-3n-dnv"
7568   filter: "all"
7569   data-start-level: 4
7570   order-chapters:
7571     level-1:
7572       - "l2"
7573       - "ip4"
7574       - "ip6"
7575       - "srv6"
7576       - "ip4_tunnels"
7577       - "ip6_tunnels"
7578       - "vm_vhost"
7579       - "container_memif"
7580       - "crypto"
7581       - "vts"
7582       - "lb"
7583       - "nfv_density"
7584       - "hoststack"
7585     level-2:
7586       - "2n-skx"
7587       - "3n-skx"
7588       - "2n-clx"
7589       - "2n-zn2"
7590       - "3n-hsw"
7591       - "3n-tsh"
7592       - "2n-dnv"
7593       - "3n-dnv"
7594     level-3:
7595       - "xl710"
7596       - "x520"
7597       - "xxv710"
7598       - "x710"
7599       - "x553"
7600       - "cx556a"
7601       - "vic1227"
7602       - "vic1385"
7603
7604 # VPP Performance Configuration
7605 - type: "file"
7606   title: "VPP Performance Configuration"
7607   algorithm: "file_details_split"
7608   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
7609   dir-tables:
7610     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
7611     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
7612     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
7613     - "{DIR[DTC,PERF,VPP,2N,ZN2]}"
7614     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
7615     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
7616     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
7617     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
7618   data:
7619     - "vpp-perf-results-2n-skx"
7620     - "vpp-perf-results-3n-skx"
7621     - "vpp-perf-results-2n-clx"
7622     - "vpp-perf-results-2n-zn2"
7623     - "vpp-perf-results-3n-hsw"
7624     - "vpp-perf-results-3n-tsh"
7625     - "vpp-perf-results-2n-dnv"
7626     - "vpp-perf-results-3n-dnv"
7627   filter: "all"
7628   data-start-level: 4
7629   order-chapters:
7630     level-1:
7631       - "l2"
7632       - "ip4"
7633       - "ip6"
7634       - "srv6"
7635       - "ip4_tunnels"
7636       - "ip6_tunnels"
7637       - "vm_vhost"
7638       - "container_memif"
7639       - "crypto"
7640       - "vts"
7641       - "lb"
7642       - "nfv_density"
7643       - "hoststack"
7644     level-2:
7645       - "2n-skx"
7646       - "3n-skx"
7647       - "2n-clx"
7648       - "2n-zn2"
7649       - "3n-hsw"
7650       - "3n-tsh"
7651       - "2n-dnv"
7652       - "3n-dnv"
7653     level-3:
7654       - "xl710"
7655       - "x520"
7656       - "xxv710"
7657       - "x710"
7658       - "x553"
7659       - "cx556a"
7660       - "vic1227"
7661       - "vic1385"
7662
7663 # VPP Performance Operational
7664 - type: "file"
7665   title: "VPP Performance Operational"
7666   algorithm: "file_details_split_html"
7667   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7668   dir-tables:
7669     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7670     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7671     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7672     - "{DIR[DTO,PERF,VPP,2N,ZN2]}"
7673     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7674     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7675     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7676     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7677   data:
7678     - "vpp-perf-results-2n-skx"
7679     - "vpp-perf-results-3n-skx"
7680     - "vpp-perf-results-2n-clx"
7681     - "vpp-perf-results-2n-zn2"
7682     - "vpp-perf-results-3n-hsw"
7683     - "vpp-perf-results-3n-tsh"
7684     - "vpp-perf-results-2n-dnv"
7685     - "vpp-perf-results-3n-dnv"
7686   filter: "all"
7687   data-start-level: 4
7688   order-chapters:
7689     level-1:
7690       - "l2"
7691       - "ip4"
7692       - "ip6"
7693       - "srv6"
7694       - "ip4_tunnels"
7695       - "ip6_tunnels"
7696       - "vm_vhost"
7697       - "container_memif"
7698       - "crypto"
7699       - "vts"
7700       - "lb"
7701       - "nfv_density"
7702       - "hoststack"
7703     level-2:
7704       - "2n-skx"
7705       - "3n-skx"
7706       - "2n-clx"
7707       - "2n-zn2"
7708       - "3n-hsw"
7709       - "3n-tsh"
7710       - "2n-dnv"
7711       - "3n-dnv"
7712     level-3:
7713       - "xl710"
7714       - "x520"
7715       - "xxv710"
7716       - "x710"
7717       - "x553"
7718       - "cx556a"
7719       - "vic1227"
7720       - "vic1385"
7721
7722 # VPP MRR Results
7723 - type: "file"
7724   title: "VPP MRR Results"
7725   algorithm: "file_details_split"
7726   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7727   dir-tables:
7728     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7729     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7730     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7731     - "{DIR[DTR,MRR,VPP,2N,ZN2]}"
7732     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7733     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7734     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7735     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7736   data:
7737     - "vpp-mrr-results-2n-skx"
7738     - "vpp-mrr-results-3n-skx"
7739     - "vpp-mrr-results-2n-clx"
7740     - "vpp-mrr-results-2n-zn2"
7741     - "vpp-mrr-results-3n-hsw"
7742     - "vpp-mrr-results-3n-tsh"
7743     - "vpp-mrr-results-2n-dnv"
7744     - "vpp-mrr-results-3n-dnv"
7745   filter: "all"
7746   data-start-level: 4
7747   order-chapters:
7748     level-1:
7749       - "l2"
7750       - "ip4"
7751       - "ip6"
7752       - "srv6"
7753       - "ip4_tunnels"
7754       - "ip6_tunnels"
7755       - "vm_vhost"
7756       - "container_memif"
7757       - "crypto"
7758       - "vts"
7759       - "lb"
7760       - "nfv_density"
7761       - "hoststack"
7762     level-2:
7763       - "2n-skx"
7764       - "3n-skx"
7765       - "2n-clx"
7766       - "2n-zn2"
7767       - "3n-hsw"
7768       - "3n-tsh"
7769       - "2n-dnv"
7770       - "3n-dnv"
7771     level-3:
7772       - "xl710"
7773       - "x520"
7774       - "xxv710"
7775       - "x710"
7776       - "x553"
7777       - "cx556a"
7778       - "vic1227"
7779       - "vic1385"
7780
7781 # VPP MRR Configuration
7782 - type: "file"
7783   title: "VPP MRR Configuration"
7784   algorithm: "file_details_split"
7785   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7786   dir-tables:
7787     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7788     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7789     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7790     - "{DIR[DTC,MRR,VPP,2N,ZN2]}"
7791     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7792     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7793     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7794     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7795   data:
7796     - "vpp-mrr-results-2n-skx"
7797     - "vpp-mrr-results-3n-skx"
7798     - "vpp-mrr-results-2n-clx"
7799     - "vpp-mrr-results-2n-zn2"
7800     - "vpp-mrr-results-3n-hsw"
7801     - "vpp-mrr-results-3n-tsh"
7802     - "vpp-mrr-results-2n-dnv"
7803     - "vpp-mrr-results-3n-dnv"
7804   filter: "all"
7805   data-start-level: 4
7806   order-chapters:
7807     level-1:
7808       - "l2"
7809       - "ip4"
7810       - "ip6"
7811       - "srv6"
7812       - "ip4_tunnels"
7813       - "ip6_tunnels"
7814       - "vm_vhost"
7815       - "container_memif"
7816       - "crypto"
7817       - "vts"
7818       - "lb"
7819       - "nfv_density"
7820       - "hoststack"
7821     level-2:
7822       - "2n-skx"
7823       - "3n-skx"
7824       - "2n-clx"
7825       - "2n-zn2"
7826       - "3n-hsw"
7827       - "3n-tsh"
7828       - "2n-dnv"
7829       - "3n-dnv"
7830     level-3:
7831       - "xl710"
7832       - "x520"
7833       - "xxv710"
7834       - "x710"
7835       - "x553"
7836       - "cx556a"
7837       - "vic1227"
7838       - "vic1385"
7839
7840 # VPP Device Results - Ubuntu
7841 - type: "file"
7842   title: "VPP Device Results - Ubuntu"
7843   algorithm: "file_test_results"
7844   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7845   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7846   data: "vpp-device-results-ubuntu"
7847   filter: "all"
7848   data-start-level: 4
7849
7850 # VPP Device Configuration - Ubuntu
7851 - type: "file"
7852   title: "VPP Device Configuration - Ubuntu"
7853   algorithm: "file_test_results"
7854   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7855   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7856   data: "vpp-device-results-ubuntu"
7857   filter: "all"
7858   data-start-level: 4
7859
7860 # DPDK Performance Results 3n-hsw
7861 - type: "file"
7862   title: "DPDK Performance Results 3n-hsw"
7863   algorithm: "file_test_results"
7864   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7865   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7866   data: "dpdk-perf-results-3n-hsw"
7867   filter: "all"
7868   data-start-level: 4
7869
7870 # DPDK Performance Results 3n-skx
7871 - type: "file"
7872   title: "DPDK Performance Results 3n-skx"
7873   algorithm: "file_test_results"
7874   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7875   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7876   data: "dpdk-perf-results-3n-skx"
7877   filter: "all"
7878   data-start-level: 4
7879
7880 # DPDK Performance Results 2n-skx
7881 - type: "file"
7882   title: "DPDK Performance Results 2n-skx"
7883   algorithm: "file_test_results"
7884   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7885   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7886   data: "dpdk-perf-results-2n-skx"
7887   filter: "all"
7888   data-start-level: 4
7889
7890 # DPDK Performance Results 2n-zn2
7891 - type: "file"
7892   title: "DPDK Performance Results 2n-zn2"
7893   algorithm: "file_test_results"
7894   output-file: "{DIR[DTR,PERF,DPDK,2N,ZN2]}"
7895   dir-tables: "{DIR[DTR,PERF,DPDK,2N,ZN2]}"
7896   data: "dpdk-perf-results-2n-zn2"
7897   filter: "all"
7898   data-start-level: 4
7899
7900 # DPDK Performance Results 2n-clx
7901 - type: "file"
7902   title: "DPDK Performance Results 2n-clx"
7903   algorithm: "file_test_results"
7904   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7905   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7906   data: "dpdk-perf-results-2n-clx"
7907   filter: "all"
7908   data-start-level: 4
7909
7910 ## DPDK Performance Results 2n-dnv
7911 #- type: "file"
7912 #  title: "DPDK Performance Results 2n-dnv"
7913 #  algorithm: "file_test_results"
7914 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7915 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7916 #  data: "dpdk-perf-results-2n-dnv"
7917 #  filter: "all"
7918 #  data-start-level: 4
7919 #
7920 ## DPDK Performance Results 3n-dnv
7921 #- type: "file"
7922 #  title: "DPDK Performance Results 3n-dnv"
7923 #  algorithm: "file_test_results"
7924 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7925 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7926 #  data: "dpdk-perf-results-3n-dnv"
7927 #  filter: "all"
7928 #  data-start-level: 4
7929
7930 # DPDK Performance Results 3n-tsh
7931 - type: "file"
7932   title: "DPDK Performance Results 3n-tsh"
7933   algorithm: "file_test_results"
7934   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7935   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7936   data: "dpdk-perf-results-3n-tsh"
7937   filter: "all"
7938   data-start-level: 4
7939
7940 ################################################################################
7941 ###                                P L O T S                                 ###
7942 ################################################################################
7943
7944 # Hoststack tests 3n-hsw
7945
7946 - type: "plot"
7947   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7948   algorithm: "plot_perf_box_name"
7949   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7950   data: "plot-vpp-hoststack-3n-hsw"
7951   include:
7952     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7953     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7954   layout:
7955     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7956     layout: "plot-hoststack"
7957
7958 - type: "plot"
7959   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7960   algorithm: "plot_perf_box_name"
7961   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7962   data: "plot-vpp-hoststack-3n-hsw"
7963   include:
7964     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7965     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7966   layout:
7967     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7968     layout: "plot-hoststack"
7969
7970 - type: "plot"
7971   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7972   algorithm: "plot_perf_box_name"
7973   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7974   data: "plot-vpp-hoststack-3n-hsw"
7975   include:
7976     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7977     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7978     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7979     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7980   layout:
7981     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7982     layout: "plot-hoststack"
7983
7984 ################################################################################
7985
7986 # Soak Test (PLRsearch), boxes - 2n-clx
7987 - type: "plot"
7988   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7989   algorithm: "plot_perf_box_name"
7990   output-file-type: ".html"
7991   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7992   data: "plot-vpp-soak-2n-clx"
7993   include:
7994     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7995     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7996     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7997     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7998     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7999     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8000   layout:
8001     title: "30 Minutes Soak Test (PLRsearch)"
8002     layout: "plot-soak-throughput"
8003
8004 # Soak Test (PLRsearch), boxes - 2n-clx
8005 - type: "plot"
8006   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8007   algorithm: "plot_perf_box_name"
8008   output-file-type: ".html"
8009   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
8010   data: "plot-vpp-soak-2n-clx"
8011   include:
8012     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8013     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8014     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8015     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8016     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8017     - "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"
8018   layout:
8019     title: "30 Minutes Soak Test (PLRsearch)"
8020     layout: "plot-soak-throughput"
8021
8022 # Soak Test (PLRsearch), boxes - 2n-skx
8023 - type: "plot"
8024   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8025   algorithm: "plot_perf_box_name"
8026   output-file-type: ".html"
8027   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
8028   data: "plot-vpp-soak-2n-skx"
8029   include:
8030     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
8031     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
8032     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
8033     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
8034     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
8035     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
8036   layout:
8037     title: "30 Minutes Soak Test (PLRsearch)"
8038     layout: "plot-soak-throughput"
8039
8040 # Soak Test (PLRsearch), boxes - 2n-skx
8041 - type: "plot"
8042   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
8043   algorithm: "plot_perf_box_name"
8044   output-file-type: ".html"
8045   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
8046   data: "plot-vpp-soak-2n-skx"
8047   include:
8048     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
8049     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
8050     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8051     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
8052     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
8053     - "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"
8054   layout:
8055     title: "30 Minutes Soak Test (PLRsearch)"
8056     layout: "plot-soak-throughput"
8057
8058 ###############################################################################
8059
8060 # Reconf tests 2n-skx
8061
8062 - type: "plot"
8063   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8064   algorithm: "plot_nf_reconf_box_name"
8065   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8066   data: "plot-vpp-nfv-reconf-2n-skx"
8067   include:
8068     - "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"
8069     - "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"
8070     - "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"
8071     - "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"
8072     - "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"
8073     - "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"
8074   layout:
8075     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8076     layout: "plot-throughput"
8077
8078 - type: "plot"
8079   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8080   algorithm: "plot_nf_reconf_box_name"
8081   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8082   data: "plot-vpp-nfv-reconf-2n-skx"
8083   include:
8084     - "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"
8085     - "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"
8086     - "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"
8087     - "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"
8088     - "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"
8089     - "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"
8090   layout:
8091     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8092     layout: "plot-throughput"
8093
8094 - type: "plot"
8095   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8096   algorithm: "plot_nf_reconf_box_name"
8097   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8098   data: "plot-vpp-nfv-reconf-2n-skx"
8099   include:
8100     - "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"
8101     - "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"
8102     - "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"
8103     - "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"
8104     - "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"
8105     - "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"
8106   layout:
8107     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8108     layout: "plot-throughput"
8109
8110 ###############################################################################
8111
8112 # Reconf tests 2n-clx
8113
8114 - type: "plot"
8115   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8116   algorithm: "plot_nf_reconf_box_name"
8117   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8118   data: "plot-vpp-nfv-reconf-2n-clx"
8119   include:
8120     - "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"
8121     - "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"
8122     - "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"
8123     - "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"
8124   layout:
8125     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8126     layout: "plot-throughput"
8127
8128 - type: "plot"
8129   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8130   algorithm: "plot_nf_reconf_box_name"
8131   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8132   data: "plot-vpp-nfv-reconf-2n-clx"
8133   include:
8134     - "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"
8135     - "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"
8136     - "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"
8137     - "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"
8138   layout:
8139     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8140     layout: "plot-throughput"
8141
8142 - type: "plot"
8143   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8144   algorithm: "plot_nf_reconf_box_name"
8145   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8146   data: "plot-vpp-nfv-reconf-2n-clx"
8147   include:
8148     - "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"
8149     - "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"
8150     - "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"
8151     - "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"
8152   layout:
8153     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8154     layout: "plot-throughput"
8155
8156 ###############################################################################
8157
8158 # Plots - NF Density - VSC - MRR IMIX
8159 - type: "plot"
8160   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8161   algorithm: "plot_nf_heatmap"
8162   output-file-type: ".html"
8163   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
8164   data: "plot-vpp-nfv-2n-skx-mrr"
8165   filter: "'NIC_Intel-XXV710' and
8166            'NF_DENSITY' and
8167            'VHOST' and
8168            not 'VXLAN' and
8169            'CHAIN' and
8170            'NF_VPPIP4' and
8171            'IMIX' and
8172            '2T1C' and
8173            'MRR'"
8174   parameters:
8175   - "result"
8176   - "name"
8177   - "tags"
8178   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8179   x-axis: "X = VNFs per Service Chain"
8180   y-axis: "Y = Number of Service Chains"
8181   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8182   layout:
8183     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8184     layout: "plot-service-density"
8185
8186 - type: "plot"
8187   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8188   algorithm: "plot_nf_heatmap"
8189   output-file-type: ".html"
8190   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
8191   data: "plot-vpp-nfv-2n-skx-mrr"
8192   filter: "'NIC_Intel-XXV710' and
8193            'NF_DENSITY' and
8194            'VHOST' and
8195            not 'VXLAN' and
8196            'CHAIN' and
8197            'NF_VPPIP4' and
8198            'IMIX' and
8199            '4T2C' and
8200            'MRR'"
8201   parameters:
8202   - "result"
8203   - "name"
8204   - "tags"
8205   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8206   x-axis: "X = VNFs per Service Chain"
8207   y-axis: "Y = Number of Service Chains"
8208   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8209   layout:
8210     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8211     layout: "plot-service-density"
8212
8213 - type: "plot"
8214   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8215   algorithm: "plot_nf_heatmap"
8216   output-file-type: ".html"
8217   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
8218   data: "plot-vpp-nfv-2n-skx-mrr"
8219   filter: "'NIC_Intel-XXV710' and
8220            'NF_DENSITY' and
8221            'VHOST' and
8222            not 'VXLAN' and
8223            'CHAIN' and
8224            'NF_VPPIP4' and
8225            'IMIX' and
8226            '8T4C' and
8227            'MRR'"
8228   parameters:
8229   - "result"
8230   - "name"
8231   - "tags"
8232   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8233   x-axis: "X = VNFs per Service Chain"
8234   y-axis: "Y = Number of Service Chains"
8235   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8236   layout:
8237     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8238     layout: "plot-service-density"
8239
8240 # Plots - NF Density - VSC - NDR IMIX
8241 - type: "plot"
8242   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8243   algorithm: "plot_nf_heatmap"
8244   output-file-type: ".html"
8245   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
8246   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8247   filter: "'NIC_Intel-XXV710' and
8248            'NF_DENSITY' and
8249            'VHOST' and
8250            not 'VXLAN' and
8251            'CHAIN' and
8252            'NF_VPPIP4' and
8253            'IMIX' and
8254            '2T1C' and
8255            'NDRPDR'"
8256   parameters:
8257   - "throughput"
8258   - "name"
8259   - "tags"
8260   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8261   x-axis: "X = VNFs per Service Chain"
8262   y-axis: "Y = Number of Service Chains"
8263   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8264   layout:
8265     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8266     layout: "plot-service-density"
8267
8268 - type: "plot"
8269   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8270   algorithm: "plot_nf_heatmap"
8271   output-file-type: ".html"
8272   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
8273   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8274   filter: "'NIC_Intel-XXV710' and
8275            'NF_DENSITY' and
8276            'VHOST' and
8277            not 'VXLAN' and
8278            'CHAIN' and
8279            'NF_VPPIP4' and
8280            'IMIX' and
8281            '4T2C' and
8282            'NDRPDR'"
8283   parameters:
8284   - "throughput"
8285   - "name"
8286   - "tags"
8287   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8288   x-axis: "X = VNFs per Service Chain"
8289   y-axis: "Y = Number of Service Chains"
8290   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8291   layout:
8292     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8293     layout: "plot-service-density"
8294
8295 - type: "plot"
8296   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8297   algorithm: "plot_nf_heatmap"
8298   output-file-type: ".html"
8299   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
8300   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8301   filter: "'NIC_Intel-XXV710' and
8302            'NF_DENSITY' and
8303            'VHOST' and
8304            not 'VXLAN' and
8305            'CHAIN' and
8306            'NF_VPPIP4' and
8307            'IMIX' and
8308            '8T4C' and
8309            'NDRPDR'"
8310   parameters:
8311   - "throughput"
8312   - "name"
8313   - "tags"
8314   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8315   x-axis: "X = VNFs per Service Chain"
8316   y-axis: "Y = Number of Service Chains"
8317   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8318   layout:
8319     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8320     layout: "plot-service-density"
8321
8322 # Plots - NF Density - VSC - PDR IMIX
8323 - type: "plot"
8324   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8325   algorithm: "plot_nf_heatmap"
8326   output-file-type: ".html"
8327   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
8328   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8329   filter: "'NIC_Intel-XXV710' and
8330            'NF_DENSITY' and
8331            'VHOST' and
8332            not 'VXLAN' and
8333            'CHAIN' and
8334            'NF_VPPIP4' and
8335            'IMIX' and
8336            '2T1C' and
8337            'NDRPDR'"
8338   parameters:
8339   - "throughput"
8340   - "name"
8341   - "tags"
8342   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8343   x-axis: "X = VNFs per Service Chain"
8344   y-axis: "Y = Number of Service Chains"
8345   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8346   layout:
8347     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8348     layout: "plot-service-density"
8349
8350 - type: "plot"
8351   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8352   algorithm: "plot_nf_heatmap"
8353   output-file-type: ".html"
8354   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
8355   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8356   filter: "'NIC_Intel-XXV710' and
8357            'NF_DENSITY' and
8358            'VHOST' and
8359            not 'VXLAN' and
8360            'CHAIN' and
8361            'NF_VPPIP4' and
8362            'IMIX' and
8363            '4T2C' and
8364            'NDRPDR'"
8365   parameters:
8366   - "throughput"
8367   - "name"
8368   - "tags"
8369   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8370   x-axis: "X = VNFs per Service Chain"
8371   y-axis: "Y = Number of Service Chains"
8372   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8373   layout:
8374     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8375     layout: "plot-service-density"
8376
8377 - type: "plot"
8378   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8379   algorithm: "plot_nf_heatmap"
8380   output-file-type: ".html"
8381   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
8382   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8383   filter: "'NIC_Intel-XXV710' and
8384            'NF_DENSITY' and
8385            'VHOST' and
8386            not 'VXLAN' and
8387            'CHAIN' and
8388            'NF_VPPIP4' and
8389            'IMIX' and
8390            '8T4C' and
8391            'NDRPDR'"
8392   parameters:
8393   - "throughput"
8394   - "name"
8395   - "tags"
8396   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8397   x-axis: "X = VNFs per Service Chain"
8398   y-axis: "Y = Number of Service Chains"
8399   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8400   layout:
8401     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8402     layout: "plot-service-density"
8403
8404 ###############################################################################
8405
8406 # Plots - NF Density - VSC - MRR IMIX
8407 - type: "plot"
8408   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8409   algorithm: "plot_nf_heatmap"
8410   output-file-type: ".html"
8411   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
8412   data: "plot-vpp-nfv-2n-skx-mrr"
8413   filter: "'NIC_Intel-XXV710' and
8414            'NF_DENSITY' and
8415            'VHOST' and
8416            'VXLAN' and
8417            'CHAIN' and
8418            'IMIX' and
8419            '2T1C' and
8420            'MRR'"
8421   parameters:
8422   - "result"
8423   - "name"
8424   - "tags"
8425   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8426   x-axis: "X = VNFs per Service Chain"
8427   y-axis: "Y = Number of Service Chains"
8428   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8429   layout:
8430     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8431     layout: "plot-service-density"
8432
8433 - type: "plot"
8434   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8435   algorithm: "plot_nf_heatmap"
8436   output-file-type: ".html"
8437   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
8438   data: "plot-vpp-nfv-2n-skx-mrr"
8439   filter: "'NIC_Intel-XXV710' and
8440            'NF_DENSITY' and
8441            'VHOST' and
8442            'VXLAN' and
8443            'CHAIN' and
8444            'IMIX' and
8445            '4T2C' and
8446            'MRR'"
8447   parameters:
8448   - "result"
8449   - "name"
8450   - "tags"
8451   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8452   x-axis: "X = VNFs per Service Chain"
8453   y-axis: "Y = Number of Service Chains"
8454   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8455   layout:
8456     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8457     layout: "plot-service-density"
8458
8459 - type: "plot"
8460   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8461   algorithm: "plot_nf_heatmap"
8462   output-file-type: ".html"
8463   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
8464   data: "plot-vpp-nfv-2n-skx-mrr"
8465   filter: "'NIC_Intel-XXV710' and
8466            'NF_DENSITY' and
8467            'VHOST' and
8468            'VXLAN' and
8469            'CHAIN' and
8470            'IMIX' and
8471            '8T4C' and
8472            'MRR'"
8473   parameters:
8474   - "result"
8475   - "name"
8476   - "tags"
8477   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8478   x-axis: "X = VNFs per Service Chain"
8479   y-axis: "Y = Number of Service Chains"
8480   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8481   layout:
8482     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8483     layout: "plot-service-density"
8484
8485 # Plots - NF Density - VSC - NDR IMIX
8486 - type: "plot"
8487   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8488   algorithm: "plot_nf_heatmap"
8489   output-file-type: ".html"
8490   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8491   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8492   filter: "'NIC_Intel-XXV710' and
8493            'NF_DENSITY' and
8494            'VHOST' and
8495            'VXLAN' and
8496            'CHAIN' and
8497            'IMIX' and
8498            '2T1C' and
8499            'NDRPDR'"
8500   parameters:
8501   - "throughput"
8502   - "name"
8503   - "tags"
8504   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8505   x-axis: "X = VNFs per Service Chain"
8506   y-axis: "Y = Number of Service Chains"
8507   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8508   layout:
8509     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8510     layout: "plot-service-density"
8511
8512 - type: "plot"
8513   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8514   algorithm: "plot_nf_heatmap"
8515   output-file-type: ".html"
8516   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8517   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8518   filter: "'NIC_Intel-XXV710' and
8519            'NF_DENSITY' and
8520            'VHOST' and
8521            'VXLAN' and
8522            'CHAIN' and
8523            'IMIX' and
8524            '4T2C' and
8525            'NDRPDR'"
8526   parameters:
8527   - "throughput"
8528   - "name"
8529   - "tags"
8530   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8531   x-axis: "X = VNFs per Service Chain"
8532   y-axis: "Y = Number of Service Chains"
8533   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8534   layout:
8535     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8536     layout: "plot-service-density"
8537
8538 - type: "plot"
8539   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8540   algorithm: "plot_nf_heatmap"
8541   output-file-type: ".html"
8542   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8543   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8544   filter: "'NIC_Intel-XXV710' and
8545            'NF_DENSITY' and
8546            'VHOST' and
8547            'VXLAN' and
8548            'CHAIN' and
8549            'IMIX' and
8550            '8T4C' and
8551            'NDRPDR'"
8552   parameters:
8553   - "throughput"
8554   - "name"
8555   - "tags"
8556   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8557   x-axis: "X = VNFs per Service Chain"
8558   y-axis: "Y = Number of Service Chains"
8559   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8560   layout:
8561     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8562     layout: "plot-service-density"
8563
8564 # Plots - NF Density - VSC - PDR IMIX
8565 - type: "plot"
8566   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8567   algorithm: "plot_nf_heatmap"
8568   output-file-type: ".html"
8569   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8570   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8571   filter: "'NIC_Intel-XXV710' and
8572            'NF_DENSITY' and
8573            'VHOST' and
8574            'VXLAN' and
8575            'CHAIN' and
8576            'IMIX' and
8577            '2T1C' and
8578            'NDRPDR'"
8579   parameters:
8580   - "throughput"
8581   - "name"
8582   - "tags"
8583   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8584   x-axis: "X = VNFs per Service Chain"
8585   y-axis: "Y = Number of Service Chains"
8586   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8587   layout:
8588     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8589     layout: "plot-service-density"
8590
8591 - type: "plot"
8592   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8593   algorithm: "plot_nf_heatmap"
8594   output-file-type: ".html"
8595   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8596   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8597   filter: "'NIC_Intel-XXV710' and
8598            'NF_DENSITY' and
8599            'VHOST' and
8600            'VXLAN' and
8601            'CHAIN' and
8602            'IMIX' and
8603            '4T2C' and
8604            'NDRPDR'"
8605   parameters:
8606   - "throughput"
8607   - "name"
8608   - "tags"
8609   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8610   x-axis: "X = VNFs per Service Chain"
8611   y-axis: "Y = Number of Service Chains"
8612   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8613   layout:
8614     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8615     layout: "plot-service-density"
8616
8617 - type: "plot"
8618   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8619   algorithm: "plot_nf_heatmap"
8620   output-file-type: ".html"
8621   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8622   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8623   filter: "'NIC_Intel-XXV710' and
8624            'NF_DENSITY' and
8625            'VHOST' and
8626            'VXLAN' and
8627            'CHAIN' and
8628            'IMIX' and
8629            '8T4C' and
8630            'NDRPDR'"
8631   parameters:
8632   - "throughput"
8633   - "name"
8634   - "tags"
8635   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8636   x-axis: "X = VNFs per Service Chain"
8637   y-axis: "Y = Number of Service Chains"
8638   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8639   layout:
8640     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8641     layout: "plot-service-density"
8642
8643 ###############################################################################
8644
8645 # Plots - NF Density - CSC - MRR IMIX
8646 - type: "plot"
8647   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8648   algorithm: "plot_nf_heatmap"
8649   output-file-type: ".html"
8650   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8651   data: "plot-vpp-nfv-2n-skx-mrr"
8652   filter: "'NIC_Intel-XXV710' and
8653            'NF_DENSITY' and
8654            'DOCKER' and
8655            'CHAIN' and
8656            'NF_VPPIP4' and
8657            'IMIX' and
8658            '2T1C' and
8659            'MRR'"
8660   parameters:
8661   - "result"
8662   - "name"
8663   - "tags"
8664   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8665   x-axis: "X = CNFs per Service Chain"
8666   y-axis: "Y = Number of Service Chains"
8667   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8668   layout:
8669     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8670     layout: "plot-service-density"
8671
8672 - type: "plot"
8673   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8674   algorithm: "plot_nf_heatmap"
8675   output-file-type: ".html"
8676   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8677   data: "plot-vpp-nfv-2n-skx-mrr"
8678   filter: "'NIC_Intel-XXV710' and
8679            'NF_DENSITY' and
8680            'DOCKER' and
8681            'CHAIN' and
8682            'NF_VPPIP4' and
8683            'IMIX' and
8684            '4T2C' and
8685            'MRR'"
8686   parameters:
8687   - "result"
8688   - "name"
8689   - "tags"
8690   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8691   x-axis: "X = CNFs per Service Chain"
8692   y-axis: "Y = Number of Service Chains"
8693   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8694   layout:
8695     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8696     layout: "plot-service-density"
8697
8698 - type: "plot"
8699   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8700   algorithm: "plot_nf_heatmap"
8701   output-file-type: ".html"
8702   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8703   data: "plot-vpp-nfv-2n-skx-mrr"
8704   filter: "'NIC_Intel-XXV710' and
8705            'NF_DENSITY' and
8706            'DOCKER' and
8707            'CHAIN' and
8708            'NF_VPPIP4' and
8709            'IMIX' and
8710            '8T4C' and
8711            'MRR'"
8712   parameters:
8713   - "result"
8714   - "name"
8715   - "tags"
8716   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8717   x-axis: "X = CNFs per Service Chain"
8718   y-axis: "Y = Number of Service Chains"
8719   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8720   layout:
8721     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8722     layout: "plot-service-density"
8723
8724 # Plots - NF Density - CSC - NDR IMIX
8725 - type: "plot"
8726   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8727   algorithm: "plot_nf_heatmap"
8728   output-file-type: ".html"
8729   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8730   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8731   filter: "'NIC_Intel-XXV710' and
8732            'NF_DENSITY' and
8733            'DOCKER' and
8734            'CHAIN' and
8735            'NF_VPPIP4' and
8736            'IMIX' and
8737            '2T1C' and
8738            'NDRPDR'"
8739   parameters:
8740   - "throughput"
8741   - "name"
8742   - "tags"
8743   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8744   x-axis: "X = CNFs per Service Chain"
8745   y-axis: "Y = Number of Service Chains"
8746   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8747   layout:
8748     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8749     layout: "plot-service-density"
8750
8751 - type: "plot"
8752   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8753   algorithm: "plot_nf_heatmap"
8754   output-file-type: ".html"
8755   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8756   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8757   filter: "'NIC_Intel-XXV710' and
8758            'NF_DENSITY' and
8759            'DOCKER' and
8760            'CHAIN' and
8761            'NF_VPPIP4' and
8762            'IMIX' and
8763            '4T2C' and
8764            'NDRPDR'"
8765   parameters:
8766   - "throughput"
8767   - "name"
8768   - "tags"
8769   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8770   x-axis: "X = CNFs per Service Chain"
8771   y-axis: "Y = Number of Service Chains"
8772   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8773   layout:
8774     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8775     layout: "plot-service-density"
8776
8777 - type: "plot"
8778   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8779   algorithm: "plot_nf_heatmap"
8780   output-file-type: ".html"
8781   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8782   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8783   filter: "'NIC_Intel-XXV710' and
8784            'NF_DENSITY' and
8785            'DOCKER' and
8786            'CHAIN' and
8787            'NF_VPPIP4' and
8788            'IMIX' and
8789            '8T4C' and
8790            'NDRPDR'"
8791   parameters:
8792   - "throughput"
8793   - "name"
8794   - "tags"
8795   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8796   x-axis: "X = CNFs per Service Chain"
8797   y-axis: "Y = Number of Service Chains"
8798   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8799   layout:
8800     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8801     layout: "plot-service-density"
8802
8803 # Plots - NF Density - CSC - PDR IMIX
8804 - type: "plot"
8805   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8806   algorithm: "plot_nf_heatmap"
8807   output-file-type: ".html"
8808   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8809   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8810   filter: "'NIC_Intel-XXV710' and
8811            'NF_DENSITY' and
8812            'DOCKER' and
8813            'CHAIN' and
8814            'NF_VPPIP4' and
8815            'IMIX' and
8816            '2T1C' and
8817            'NDRPDR'"
8818   parameters:
8819   - "throughput"
8820   - "name"
8821   - "tags"
8822   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8823   x-axis: "X = CNFs per Service Chain"
8824   y-axis: "Y = Number of Service Chains"
8825   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8826   layout:
8827     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8828     layout: "plot-service-density"
8829
8830 - type: "plot"
8831   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8832   algorithm: "plot_nf_heatmap"
8833   output-file-type: ".html"
8834   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8835   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8836   filter: "'NIC_Intel-XXV710' and
8837            'NF_DENSITY' and
8838            'DOCKER' and
8839            'CHAIN' and
8840            'NF_VPPIP4' and
8841            'IMIX' and
8842            '4T2C' and
8843            'NDRPDR'"
8844   parameters:
8845   - "throughput"
8846   - "name"
8847   - "tags"
8848   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8849   x-axis: "X = CNFs per Service Chain"
8850   y-axis: "Y = Number of Service Chains"
8851   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8852   layout:
8853     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8854     layout: "plot-service-density"
8855
8856 - type: "plot"
8857   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8858   algorithm: "plot_nf_heatmap"
8859   output-file-type: ".html"
8860   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8861   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8862   filter: "'NIC_Intel-XXV710' and
8863            'NF_DENSITY' and
8864            'DOCKER' and
8865            'CHAIN' and
8866            'NF_VPPIP4' and
8867            'IMIX' and
8868            '8T4C' and
8869            'NDRPDR'"
8870   parameters:
8871   - "throughput"
8872   - "name"
8873   - "tags"
8874   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8875   x-axis: "X = CNFs per Service Chain"
8876   y-axis: "Y = Number of Service Chains"
8877   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8878   layout:
8879     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8880     layout: "plot-service-density"
8881
8882 ################################################################################
8883 #
8884 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8885 #- type: "plot"
8886 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8887 #  algorithm: "plot_nf_heatmap"
8888 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8889 #  data: "plot-vpp-nfv-3n-skx-mrr"
8890 #  filter: "'NIC_Intel-XXV710' and
8891 #           'NF_DENSITY' and
8892 #           'DOCKER' and
8893 #           'CHAIN' and
8894 #           'NF_VPPIP4' and
8895 #           'IPSEC' and
8896 #           'TNL_4' and
8897 #           'IMIX' and
8898 #           '2T1C' and
8899 #           'MRR'"
8900 #  parameters:
8901 #  - "result"
8902 #  - "name"
8903 #  - "tags"
8904 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8905 #  x-axis: "X = CNFs per Service Chain"
8906 #  y-axis: "Y = Number of Service Chains"
8907 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8908 #  layout:
8909 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8910 #    layout: "plot-service-density"
8911 #
8912 #- type: "plot"
8913 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8914 #  algorithm: "plot_nf_heatmap"
8915 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8916 #  data: "plot-vpp-nfv-3n-skx-mrr"
8917 #  filter: "'NIC_Intel-XXV710' and
8918 #           'NF_DENSITY' and
8919 #           'DOCKER' and
8920 #           'CHAIN' and
8921 #           'NF_VPPIP4' and
8922 #           'IPSEC' and
8923 #           'TNL_4' and
8924 #           'IMIX' and
8925 #           '4T2C' and
8926 #           'MRR'"
8927 #  parameters:
8928 #  - "result"
8929 #  - "name"
8930 #  - "tags"
8931 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8932 #  x-axis: "X = CNFs per Service Chain"
8933 #  y-axis: "Y = Number of Service Chains"
8934 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8935 #  layout:
8936 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8937 #    layout: "plot-service-density"
8938 #
8939 #- type: "plot"
8940 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8941 #  algorithm: "plot_nf_heatmap"
8942 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8943 #  data: "plot-vpp-nfv-3n-skx-mrr"
8944 #  filter: "'NIC_Intel-XXV710' and
8945 #           'NF_DENSITY' and
8946 #           'DOCKER' and
8947 #           'CHAIN' and
8948 #           'NF_VPPIP4' and
8949 #           'IPSEC' and
8950 #           'TNL_4' and
8951 #           'IMIX' and
8952 #           '8T4C' and
8953 #           'MRR'"
8954 #  parameters:
8955 #  - "result"
8956 #  - "name"
8957 #  - "tags"
8958 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8959 #  x-axis: "X = CNFs per Service Chain"
8960 #  y-axis: "Y = Number of Service Chains"
8961 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8962 #  layout:
8963 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8964 #    layout: "plot-service-density"
8965
8966 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8967 #- type: "plot"
8968 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8969 #  algorithm: "plot_nf_heatmap"
8970 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8971 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8972 #  filter: "'NIC_Intel-XXV710' and
8973 #           'NF_DENSITY' and
8974 #           'DOCKER' and
8975 #           'CHAIN' and
8976 #           'NF_VPPIP4' and
8977 #           'IPSEC' and
8978 #           'TNL_4' and
8979 #           'IMIX' and
8980 #           '2T1C' and
8981 #           'NDRPDR'"
8982 #  parameters:
8983 #  - "throughput"
8984 #  - "name"
8985 #  - "tags"
8986 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8987 #  x-axis: "X = CNFs per Service Chain"
8988 #  y-axis: "Y = Number of Service Chains"
8989 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8990 #  layout:
8991 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8992 #    layout: "plot-service-density"
8993 #
8994 #- type: "plot"
8995 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8996 #  algorithm: "plot_nf_heatmap"
8997 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8998 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8999 #  filter: "'NIC_Intel-XXV710' and
9000 #           'NF_DENSITY' and
9001 #           'DOCKER' and
9002 #           'CHAIN' and
9003 #           'NF_VPPIP4' and
9004 #           'IPSEC' and
9005 #           'TNL_4' and
9006 #           'IMIX' and
9007 #           '4T2C' and
9008 #           'NDRPDR'"
9009 #  parameters:
9010 #  - "throughput"
9011 #  - "name"
9012 #  - "tags"
9013 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9014 #  x-axis: "X = CNFs per Service Chain"
9015 #  y-axis: "Y = Number of Service Chains"
9016 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9017 #  layout:
9018 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9019 #    layout: "plot-service-density"
9020 #
9021 #- type: "plot"
9022 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9023 #  algorithm: "plot_nf_heatmap"
9024 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
9025 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9026 #  filter: "'NIC_Intel-XXV710' and
9027 #           'NF_DENSITY' and
9028 #           'DOCKER' and
9029 #           'CHAIN' and
9030 #           'NF_VPPIP4' and
9031 #           'IPSEC' and
9032 #           'TNL_4' and
9033 #           'IMIX' and
9034 #           '8T4C' and
9035 #           'NDRPDR'"
9036 #  parameters:
9037 #  - "throughput"
9038 #  - "name"
9039 #  - "tags"
9040 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9041 #  x-axis: "X = CNFs per Service Chain"
9042 #  y-axis: "Y = Number of Service Chains"
9043 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9044 #  layout:
9045 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9046 #    layout: "plot-service-density"
9047 #
9048 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9049 #- type: "plot"
9050 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9051 #  algorithm: "plot_nf_heatmap"
9052 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
9053 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9054 #  filter: "'NIC_Intel-XXV710' and
9055 #           'NF_DENSITY' and
9056 #           'DOCKER' and
9057 #           'CHAIN' and
9058 #           'NF_VPPIP4' and
9059 #           'IPSEC' and
9060 #           'TNL_4' and
9061 #           'IMIX' and
9062 #           '2T1C' and
9063 #           'NDRPDR'"
9064 #  parameters:
9065 #  - "throughput"
9066 #  - "name"
9067 #  - "tags"
9068 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9069 #  x-axis: "X = CNFs per Service Chain"
9070 #  y-axis: "Y = Number of Service Chains"
9071 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9072 #  layout:
9073 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9074 #    layout: "plot-service-density"
9075 #
9076 #- type: "plot"
9077 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9078 #  algorithm: "plot_nf_heatmap"
9079 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
9080 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9081 #  filter: "'NIC_Intel-XXV710' and
9082 #           'NF_DENSITY' and
9083 #           'DOCKER' and
9084 #           'CHAIN' and
9085 #           'NF_VPPIP4' and
9086 #           'IPSEC' and
9087 #           'TNL_4' and
9088 #           'IMIX' and
9089 #           '4T2C' and
9090 #           'NDRPDR'"
9091 #  parameters:
9092 #  - "throughput"
9093 #  - "name"
9094 #  - "tags"
9095 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9096 #  x-axis: "X = CNFs per Service Chain"
9097 #  y-axis: "Y = Number of Service Chains"
9098 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9099 #  layout:
9100 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9101 #    layout: "plot-service-density"
9102 #
9103 #- type: "plot"
9104 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9105 #  algorithm: "plot_nf_heatmap"
9106 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
9107 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9108 #  filter: "'NIC_Intel-XXV710' and
9109 #           'NF_DENSITY' and
9110 #           'DOCKER' and
9111 #           'CHAIN' and
9112 #           'NF_VPPIP4' and
9113 #           'IPSEC' and
9114 #           'TNL_4' and
9115 #           'IMIX' and
9116 #           '8T4C' and
9117 #           'NDRPDR'"
9118 #  parameters:
9119 #  - "throughput"
9120 #  - "name"
9121 #  - "tags"
9122 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9123 #  x-axis: "X = CNFs per Service Chain"
9124 #  y-axis: "Y = Number of Service Chains"
9125 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9126 #  layout:
9127 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9128 #    layout: "plot-service-density"
9129
9130 ###############################################################################
9131
9132 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9133 #- type: "plot"
9134 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9135 #  algorithm: "plot_nf_heatmap"
9136 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
9137 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9138 #  filter: "'NIC_Intel-XL710' and
9139 #           'NF_DENSITY' and
9140 #           'DOCKER' and
9141 #           'CHAIN' and
9142 #           'NF_VPPIP4' and
9143 #           'IMIX' and
9144 #           'TNL_4' and
9145 #           '1T1C' and
9146 #           'MRR'"
9147 #  parameters:
9148 #  - "result"
9149 #  - "name"
9150 #  - "tags"
9151 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9152 #  x-axis: "X = CNFs per Service Chain"
9153 #  y-axis: "Y = Number of Service Chains"
9154 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9155 #  layout:
9156 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9157 #    layout: "plot-service-density"
9158 #
9159 #- type: "plot"
9160 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9161 #  algorithm: "plot_nf_heatmap"
9162 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
9163 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9164 #  filter: "'NIC_Intel-XL710' and
9165 #           'NF_DENSITY' and
9166 #           'DOCKER' and
9167 #           'CHAIN' and
9168 #           'NF_VPPIP4' and
9169 #           'IPSEC' and
9170 #           'TNL_4' and
9171 #           'IMIX' and
9172 #           '2T2C' and
9173 #           'MRR'"
9174 #  parameters:
9175 #  - "result"
9176 #  - "name"
9177 #  - "tags"
9178 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9179 #  x-axis: "X = CNFs per Service Chain"
9180 #  y-axis: "Y = Number of Service Chains"
9181 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9182 #  layout:
9183 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9184 #    layout: "plot-service-density"
9185 #
9186 #- type: "plot"
9187 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9188 #  algorithm: "plot_nf_heatmap"
9189 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
9190 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9191 #  filter: "'NIC_Intel-XL710' and
9192 #           'NF_DENSITY' and
9193 #           'DOCKER' and
9194 #           'CHAIN' and
9195 #           'NF_VPPIP4' and
9196 #           'IPSEC' and
9197 #           'TNL_4' and
9198 #           'IMIX' and
9199 #           '4T4C' and
9200 #           'MRR'"
9201 #  parameters:
9202 #  - "result"
9203 #  - "name"
9204 #  - "tags"
9205 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9206 #  x-axis: "X = CNFs per Service Chain"
9207 #  y-axis: "Y = Number of Service Chains"
9208 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9209 #  layout:
9210 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9211 #    layout: "plot-service-density"
9212
9213 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9214 #- type: "plot"
9215 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9216 #  algorithm: "plot_nf_heatmap"
9217 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
9218 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9219 #  filter: "'NIC_Intel-XL710' and
9220 #           'NF_DENSITY' and
9221 #           'DOCKER' and
9222 #           'CHAIN' and
9223 #           'NF_VPPIP4' and
9224 #           'IPSEC' and
9225 #           'TNL_4' and
9226 #           'IMIX' and
9227 #           '1T1C' and
9228 #           'NDRPDR'"
9229 #  parameters:
9230 #  - "throughput"
9231 #  - "name"
9232 #  - "tags"
9233 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9234 #  x-axis: "X = CNFs per Service Chain"
9235 #  y-axis: "Y = Number of Service Chains"
9236 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9237 #  layout:
9238 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9239 #    layout: "plot-service-density"
9240 #
9241 #- type: "plot"
9242 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9243 #  algorithm: "plot_nf_heatmap"
9244 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9245 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9246 #  filter: "'NIC_Intel-XL710' and
9247 #           'NF_DENSITY' and
9248 #           'DOCKER' and
9249 #           'CHAIN' and
9250 #           'NF_VPPIP4' and
9251 #           'IPSEC' and
9252 #           'TNL_4' and
9253 #           'IMIX' and
9254 #           '2T2C' and
9255 #           'NDRPDR'"
9256 #  parameters:
9257 #  - "throughput"
9258 #  - "name"
9259 #  - "tags"
9260 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9261 #  x-axis: "X = CNFs per Service Chain"
9262 #  y-axis: "Y = Number of Service Chains"
9263 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9264 #  layout:
9265 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9266 #    layout: "plot-service-density"
9267 #
9268 #- type: "plot"
9269 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9270 #  algorithm: "plot_nf_heatmap"
9271 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9272 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9273 #  filter: "'NIC_Intel-XL710' and
9274 #           'NF_DENSITY' and
9275 #           'DOCKER' and
9276 #           'CHAIN' and
9277 #           'NF_VPPIP4' and
9278 #           'IPSEC' and
9279 #           'TNL_4' and
9280 #           'IMIX' and
9281 #           '4T4C' and
9282 #           'NDRPDR'"
9283 #  parameters:
9284 #  - "throughput"
9285 #  - "name"
9286 #  - "tags"
9287 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9288 #  x-axis: "X = CNFs per Service Chain"
9289 #  y-axis: "Y = Number of Service Chains"
9290 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9291 #  layout:
9292 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9293 #    layout: "plot-service-density"
9294 #
9295 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9296 #- type: "plot"
9297 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9298 #  algorithm: "plot_nf_heatmap"
9299 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9300 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9301 #  filter: "'NIC_Intel-XL710' and
9302 #           'NF_DENSITY' and
9303 #           'DOCKER' and
9304 #           'CHAIN' and
9305 #           'NF_VPPIP4' and
9306 #           'IPSEC' and
9307 #           'TNL_4' and
9308 #           'IMIX' and
9309 #           '1T1C' and
9310 #           'NDRPDR'"
9311 #  parameters:
9312 #  - "throughput"
9313 #  - "name"
9314 #  - "tags"
9315 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9316 #  x-axis: "X = CNFs per Service Chain"
9317 #  y-axis: "Y = Number of Service Chains"
9318 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9319 #  layout:
9320 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9321 #    layout: "plot-service-density"
9322 #
9323 #- type: "plot"
9324 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9325 #  algorithm: "plot_nf_heatmap"
9326 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9327 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9328 #  filter: "'NIC_Intel-XL710' and
9329 #           'NF_DENSITY' and
9330 #           'DOCKER' and
9331 #           'CHAIN' and
9332 #           'NF_VPPIP4' and
9333 #           'IPSEC' and
9334 #           'TNL_4' and
9335 #           'IMIX' and
9336 #           '2T2C' and
9337 #           'NDRPDR'"
9338 #  parameters:
9339 #  - "throughput"
9340 #  - "name"
9341 #  - "tags"
9342 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9343 #  x-axis: "X = CNFs per Service Chain"
9344 #  y-axis: "Y = Number of Service Chains"
9345 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9346 #  layout:
9347 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9348 #    layout: "plot-service-density"
9349 #
9350 #- type: "plot"
9351 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9352 #  algorithm: "plot_nf_heatmap"
9353 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9354 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9355 #  filter: "'NIC_Intel-XL710' and
9356 #           'NF_DENSITY' and
9357 #           'DOCKER' and
9358 #           'CHAIN' and
9359 #           'NF_VPPIP4' and
9360 #           'IPSEC' and
9361 #           'TNL_4' and
9362 #           'IMIX' and
9363 #           '4T4C' and
9364 #           'NDRPDR'"
9365 #  parameters:
9366 #  - "throughput"
9367 #  - "name"
9368 #  - "tags"
9369 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9370 #  x-axis: "X = CNFs per Service Chain"
9371 #  y-axis: "Y = Number of Service Chains"
9372 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9373 #  layout:
9374 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9375 #    layout: "plot-service-density"
9376
9377 ###############################################################################
9378
9379 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9380 #- type: "plot"
9381 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9382 #  algorithm: "plot_nf_heatmap"
9383 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9384 #  data: "plot-vpp-nfv-3n-skx-mrr"
9385 #  filter: "'NIC_Intel-XXV710' and
9386 #           'NF_DENSITY' and
9387 #           'DOCKER' and
9388 #           'CHAIN' and
9389 #           'NF_VPPIP4' and
9390 #           'IPSEC' and
9391 #           'TNL_1000' and
9392 #           'IMIX' and
9393 #           '2T1C' and
9394 #           'MRR'"
9395 #  parameters:
9396 #  - "result"
9397 #  - "name"
9398 #  - "tags"
9399 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9400 #  x-axis: "X = CNFs per Service Chain"
9401 #  y-axis: "Y = Number of Service Chains"
9402 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9403 #  layout:
9404 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9405 #    layout: "plot-service-density"
9406 #
9407 #- type: "plot"
9408 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9409 #  algorithm: "plot_nf_heatmap"
9410 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9411 #  data: "plot-vpp-nfv-3n-skx-mrr"
9412 #  filter: "'NIC_Intel-XXV710' and
9413 #           'NF_DENSITY' and
9414 #           'DOCKER' and
9415 #           'CHAIN' and
9416 #           'NF_VPPIP4' and
9417 #           'IPSEC' and
9418 #           'TNL_1000' and
9419 #           'IMIX' and
9420 #           '4T2C' and
9421 #           'MRR'"
9422 #  parameters:
9423 #  - "result"
9424 #  - "name"
9425 #  - "tags"
9426 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9427 #  x-axis: "X = CNFs per Service Chain"
9428 #  y-axis: "Y = Number of Service Chains"
9429 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9430 #  layout:
9431 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9432 #    layout: "plot-service-density"
9433 #
9434 #- type: "plot"
9435 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9436 #  algorithm: "plot_nf_heatmap"
9437 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9438 #  data: "plot-vpp-nfv-3n-skx-mrr"
9439 #  filter: "'NIC_Intel-XXV710' and
9440 #           'NF_DENSITY' and
9441 #           'DOCKER' and
9442 #           'CHAIN' and
9443 #           'NF_VPPIP4' and
9444 #           'IPSEC' and
9445 #           'TNL_1000' and
9446 #           'IMIX' and
9447 #           '8T4C' and
9448 #           'MRR'"
9449 #  parameters:
9450 #  - "result"
9451 #  - "name"
9452 #  - "tags"
9453 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9454 #  x-axis: "X = CNFs per Service Chain"
9455 #  y-axis: "Y = Number of Service Chains"
9456 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9457 #  layout:
9458 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9459 #    layout: "plot-service-density"
9460
9461 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9462 #- type: "plot"
9463 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9464 #  algorithm: "plot_nf_heatmap"
9465 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9466 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9467 #  filter: "'NIC_Intel-XXV710' and
9468 #           'NF_DENSITY' and
9469 #           'DOCKER' and
9470 #           'CHAIN' and
9471 #           'NF_VPPIP4' and
9472 #           'IPSEC' and
9473 #           'TNL_1000' and
9474 #           'IMIX' and
9475 #           '2T1C' and
9476 #           'NDRPDR'"
9477 #  parameters:
9478 #  - "throughput"
9479 #  - "name"
9480 #  - "tags"
9481 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9482 #  x-axis: "X = CNFs per Service Chain"
9483 #  y-axis: "Y = Number of Service Chains"
9484 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9485 #  layout:
9486 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9487 #    layout: "plot-service-density"
9488 #
9489 #- type: "plot"
9490 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9491 #  algorithm: "plot_nf_heatmap"
9492 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9493 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9494 #  filter: "'NIC_Intel-XXV710' and
9495 #           'NF_DENSITY' and
9496 #           'DOCKER' and
9497 #           'CHAIN' and
9498 #           'NF_VPPIP4' and
9499 #           'IPSEC' and
9500 #           'TNL_1000' and
9501 #           'IMIX' and
9502 #           '4T2C' and
9503 #           'NDRPDR'"
9504 #  parameters:
9505 #  - "throughput"
9506 #  - "name"
9507 #  - "tags"
9508 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9509 #  x-axis: "X = CNFs per Service Chain"
9510 #  y-axis: "Y = Number of Service Chains"
9511 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9512 #  layout:
9513 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9514 #    layout: "plot-service-density"
9515 #
9516 #- type: "plot"
9517 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9518 #  algorithm: "plot_nf_heatmap"
9519 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9520 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9521 #  filter: "'NIC_Intel-XXV710' and
9522 #           'NF_DENSITY' and
9523 #           'DOCKER' and
9524 #           'CHAIN' and
9525 #           'NF_VPPIP4' and
9526 #           'IPSEC' and
9527 #           'TNL_1000' and
9528 #           'IMIX' and
9529 #           '8T4C' and
9530 #           'NDRPDR'"
9531 #  parameters:
9532 #  - "throughput"
9533 #  - "name"
9534 #  - "tags"
9535 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9536 #  x-axis: "X = CNFs per Service Chain"
9537 #  y-axis: "Y = Number of Service Chains"
9538 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9539 #  layout:
9540 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9541 #    layout: "plot-service-density"
9542 #
9543 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9544 #- type: "plot"
9545 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9546 #  algorithm: "plot_nf_heatmap"
9547 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9548 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9549 #  filter: "'NIC_Intel-XXV710' and
9550 #           'NF_DENSITY' and
9551 #           'DOCKER' and
9552 #           'CHAIN' and
9553 #           'NF_VPPIP4' and
9554 #           'IPSEC' and
9555 #           'TNL_1000' and
9556 #           'IMIX' and
9557 #           '2T1C' and
9558 #           'NDRPDR'"
9559 #  parameters:
9560 #  - "throughput"
9561 #  - "name"
9562 #  - "tags"
9563 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9564 #  x-axis: "X = CNFs per Service Chain"
9565 #  y-axis: "Y = Number of Service Chains"
9566 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9567 #  layout:
9568 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9569 #    layout: "plot-service-density"
9570 #
9571 #- type: "plot"
9572 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9573 #  algorithm: "plot_nf_heatmap"
9574 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9575 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9576 #  filter: "'NIC_Intel-XXV710' and
9577 #           'NF_DENSITY' and
9578 #           'DOCKER' and
9579 #           'CHAIN' and
9580 #           'NF_VPPIP4' and
9581 #           'IPSEC' and
9582 #           'TNL_1000' and
9583 #           'IMIX' and
9584 #           '4T2C' and
9585 #           'NDRPDR'"
9586 #  parameters:
9587 #  - "throughput"
9588 #  - "name"
9589 #  - "tags"
9590 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9591 #  x-axis: "X = CNFs per Service Chain"
9592 #  y-axis: "Y = Number of Service Chains"
9593 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9594 #  layout:
9595 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9596 #    layout: "plot-service-density"
9597 #
9598 #- type: "plot"
9599 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9600 #  algorithm: "plot_nf_heatmap"
9601 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9602 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9603 #  filter: "'NIC_Intel-XXV710' and
9604 #           'NF_DENSITY' and
9605 #           'DOCKER' and
9606 #           'CHAIN' and
9607 #           'NF_VPPIP4' and
9608 #           'IPSEC' and
9609 #           'TNL_1000' and
9610 #           'IMIX' and
9611 #           '8T4C' and
9612 #           'NDRPDR'"
9613 #  parameters:
9614 #  - "throughput"
9615 #  - "name"
9616 #  - "tags"
9617 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9618 #  x-axis: "X = CNFs per Service Chain"
9619 #  y-axis: "Y = Number of Service Chains"
9620 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9621 #  layout:
9622 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9623 #    layout: "plot-service-density"
9624
9625 ###############################################################################
9626
9627 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9628 #- type: "plot"
9629 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9630 #  algorithm: "plot_nf_heatmap"
9631 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9632 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9633 #  filter: "'NIC_Intel-XL710' and
9634 #           'NF_DENSITY' and
9635 #           'DOCKER' and
9636 #           'CHAIN' and
9637 #           'NF_VPPIP4' and
9638 #           'IMIX' and
9639 #           'TNL_1000' and
9640 #           '1T1C' and
9641 #           'MRR'"
9642 #  parameters:
9643 #  - "result"
9644 #  - "name"
9645 #  - "tags"
9646 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9647 #  x-axis: "X = CNFs per Service Chain"
9648 #  y-axis: "Y = Number of Service Chains"
9649 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9650 #  layout:
9651 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9652 #    layout: "plot-service-density"
9653 #
9654 #- type: "plot"
9655 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9656 #  algorithm: "plot_nf_heatmap"
9657 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9658 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9659 #  filter: "'NIC_Intel-XL710' and
9660 #           'NF_DENSITY' and
9661 #           'DOCKER' and
9662 #           'CHAIN' and
9663 #           'NF_VPPIP4' and
9664 #           'IPSEC' and
9665 #           'TNL_1000' and
9666 #           'IMIX' and
9667 #           '2T2C' and
9668 #           'MRR'"
9669 #  parameters:
9670 #  - "result"
9671 #  - "name"
9672 #  - "tags"
9673 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9674 #  x-axis: "X = CNFs per Service Chain"
9675 #  y-axis: "Y = Number of Service Chains"
9676 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9677 #  layout:
9678 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9679 #    layout: "plot-service-density"
9680 #
9681 #- type: "plot"
9682 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9683 #  algorithm: "plot_nf_heatmap"
9684 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9685 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9686 #  filter: "'NIC_Intel-XL710' and
9687 #           'NF_DENSITY' and
9688 #           'DOCKER' and
9689 #           'CHAIN' and
9690 #           'NF_VPPIP4' and
9691 #           'IPSEC' and
9692 #           'TNL_1000' and
9693 #           'IMIX' and
9694 #           '4T4C' and
9695 #           'MRR'"
9696 #  parameters:
9697 #  - "result"
9698 #  - "name"
9699 #  - "tags"
9700 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9701 #  x-axis: "X = CNFs per Service Chain"
9702 #  y-axis: "Y = Number of Service Chains"
9703 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9704 #  layout:
9705 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9706 #    layout: "plot-service-density"
9707
9708 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9709 #- type: "plot"
9710 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9711 #  algorithm: "plot_nf_heatmap"
9712 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9713 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9714 #  filter: "'NIC_Intel-XL710' and
9715 #           'NF_DENSITY' and
9716 #           'DOCKER' and
9717 #           'CHAIN' and
9718 #           'NF_VPPIP4' and
9719 #           'IPSEC' and
9720 #           'TNL_1000' and
9721 #           'IMIX' and
9722 #           '1T1C' and
9723 #           'NDRPDR'"
9724 #  parameters:
9725 #  - "throughput"
9726 #  - "name"
9727 #  - "tags"
9728 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9729 #  x-axis: "X = CNFs per Service Chain"
9730 #  y-axis: "Y = Number of Service Chains"
9731 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9732 #  layout:
9733 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9734 #    layout: "plot-service-density"
9735 #
9736 #- type: "plot"
9737 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9738 #  algorithm: "plot_nf_heatmap"
9739 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9740 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9741 #  filter: "'NIC_Intel-XL710' and
9742 #           'NF_DENSITY' and
9743 #           'DOCKER' and
9744 #           'CHAIN' and
9745 #           'NF_VPPIP4' and
9746 #           'IPSEC' and
9747 #           'TNL_1000' and
9748 #           'IMIX' and
9749 #           '2T2C' and
9750 #           'NDRPDR'"
9751 #  parameters:
9752 #  - "throughput"
9753 #  - "name"
9754 #  - "tags"
9755 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9756 #  x-axis: "X = CNFs per Service Chain"
9757 #  y-axis: "Y = Number of Service Chains"
9758 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9759 #  layout:
9760 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9761 #    layout: "plot-service-density"
9762 #
9763 #- type: "plot"
9764 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9765 #  algorithm: "plot_nf_heatmap"
9766 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9767 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9768 #  filter: "'NIC_Intel-XL710' and
9769 #           'NF_DENSITY' and
9770 #           'DOCKER' and
9771 #           'CHAIN' and
9772 #           'NF_VPPIP4' and
9773 #           'IPSEC' and
9774 #           'TNL_1000' and
9775 #           'IMIX' and
9776 #           '4T4C' and
9777 #           'NDRPDR'"
9778 #  parameters:
9779 #  - "throughput"
9780 #  - "name"
9781 #  - "tags"
9782 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9783 #  x-axis: "X = CNFs per Service Chain"
9784 #  y-axis: "Y = Number of Service Chains"
9785 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9786 #  layout:
9787 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9788 #    layout: "plot-service-density"
9789 #
9790 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9791 #- type: "plot"
9792 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9793 #  algorithm: "plot_nf_heatmap"
9794 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9795 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9796 #  filter: "'NIC_Intel-XL710' and
9797 #           'NF_DENSITY' and
9798 #           'DOCKER' and
9799 #           'CHAIN' and
9800 #           'NF_VPPIP4' and
9801 #           'IPSEC' and
9802 #           'TNL_1000' and
9803 #           'IMIX' and
9804 #           '1T1C' and
9805 #           'NDRPDR'"
9806 #  parameters:
9807 #  - "throughput"
9808 #  - "name"
9809 #  - "tags"
9810 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9811 #  x-axis: "X = CNFs per Service Chain"
9812 #  y-axis: "Y = Number of Service Chains"
9813 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9814 #  layout:
9815 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9816 #    layout: "plot-service-density"
9817 #
9818 #- type: "plot"
9819 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9820 #  algorithm: "plot_nf_heatmap"
9821 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9822 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9823 #  filter: "'NIC_Intel-XL710' and
9824 #           'NF_DENSITY' and
9825 #           'DOCKER' and
9826 #           'CHAIN' and
9827 #           'NF_VPPIP4' and
9828 #           'IPSEC' and
9829 #           'TNL_1000' and
9830 #           'IMIX' and
9831 #           '2T2C' and
9832 #           'NDRPDR'"
9833 #  parameters:
9834 #  - "throughput"
9835 #  - "name"
9836 #  - "tags"
9837 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9838 #  x-axis: "X = CNFs per Service Chain"
9839 #  y-axis: "Y = Number of Service Chains"
9840 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9841 #  layout:
9842 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9843 #    layout: "plot-service-density"
9844 #
9845 #- type: "plot"
9846 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9847 #  algorithm: "plot_nf_heatmap"
9848 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9849 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9850 #  filter: "'NIC_Intel-XL710' and
9851 #           'NF_DENSITY' and
9852 #           'DOCKER' and
9853 #           'CHAIN' and
9854 #           'NF_VPPIP4' and
9855 #           'IPSEC' and
9856 #           'TNL_1000' and
9857 #           'IMIX' and
9858 #           '4T4C' and
9859 #           'NDRPDR'"
9860 #  parameters:
9861 #  - "throughput"
9862 #  - "name"
9863 #  - "tags"
9864 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9865 #  x-axis: "X = CNFs per Service Chain"
9866 #  y-axis: "Y = Number of Service Chains"
9867 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9868 #  layout:
9869 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9870 #    layout: "plot-service-density"
9871
9872 ###############################################################################
9873
9874 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9875 #- type: "plot"
9876 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9877 #  algorithm: "plot_nf_heatmap"
9878 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9879 #  data: "plot-vpp-nfv-3n-skx-mrr"
9880 #  filter: "'NIC_Intel-XXV710' and
9881 #           'NF_DENSITY' and
9882 #           'DOCKER' and
9883 #           'CHAIN' and
9884 #           'NF_VPPIP4' and
9885 #           'IPSEC' and
9886 #           'TNL_10000' and
9887 #           'IMIX' and
9888 #           '2T1C' and
9889 #           'MRR'"
9890 #  parameters:
9891 #  - "result"
9892 #  - "name"
9893 #  - "tags"
9894 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9895 #  x-axis: "X = CNFs per Service Chain"
9896 #  y-axis: "Y = Number of Service Chains"
9897 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9898 #  layout:
9899 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9900 #    layout: "plot-service-density"
9901 #
9902 #- type: "plot"
9903 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9904 #  algorithm: "plot_nf_heatmap"
9905 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9906 #  data: "plot-vpp-nfv-3n-skx-mrr"
9907 #  filter: "'NIC_Intel-XXV710' and
9908 #           'NF_DENSITY' and
9909 #           'DOCKER' and
9910 #           'CHAIN' and
9911 #           'NF_VPPIP4' and
9912 #           'IPSEC' and
9913 #           'TNL_10000' and
9914 #           'IMIX' and
9915 #           '4T2C' and
9916 #           'MRR'"
9917 #  parameters:
9918 #  - "result"
9919 #  - "name"
9920 #  - "tags"
9921 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9922 #  x-axis: "X = CNFs per Service Chain"
9923 #  y-axis: "Y = Number of Service Chains"
9924 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9925 #  layout:
9926 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9927 #    layout: "plot-service-density"
9928 #
9929 #- type: "plot"
9930 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9931 #  algorithm: "plot_nf_heatmap"
9932 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9933 #  data: "plot-vpp-nfv-3n-skx-mrr"
9934 #  filter: "'NIC_Intel-XXV710' and
9935 #           'NF_DENSITY' and
9936 #           'DOCKER' and
9937 #           'CHAIN' and
9938 #           'NF_VPPIP4' and
9939 #           'IPSEC' and
9940 #           'TNL_10000' and
9941 #           'IMIX' and
9942 #           '8T4C' and
9943 #           'MRR'"
9944 #  parameters:
9945 #  - "result"
9946 #  - "name"
9947 #  - "tags"
9948 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9949 #  x-axis: "X = CNFs per Service Chain"
9950 #  y-axis: "Y = Number of Service Chains"
9951 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9952 #  layout:
9953 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9954 #    layout: "plot-service-density"
9955
9956 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9957 #- type: "plot"
9958 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9959 #  algorithm: "plot_nf_heatmap"
9960 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9961 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9962 #  filter: "'NIC_Intel-XXV710' and
9963 #           'NF_DENSITY' and
9964 #           'DOCKER' and
9965 #           'CHAIN' and
9966 #           'NF_VPPIP4' and
9967 #           'IPSEC' and
9968 #           'TNL_10000' and
9969 #           'IMIX' and
9970 #           '2T1C' and
9971 #           'NDRPDR'"
9972 #  parameters:
9973 #  - "throughput"
9974 #  - "name"
9975 #  - "tags"
9976 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9977 #  x-axis: "X = CNFs per Service Chain"
9978 #  y-axis: "Y = Number of Service Chains"
9979 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9980 #  layout:
9981 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9982 #    layout: "plot-service-density"
9983 #
9984 #- type: "plot"
9985 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9986 #  algorithm: "plot_nf_heatmap"
9987 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9988 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9989 #  filter: "'NIC_Intel-XXV710' and
9990 #           'NF_DENSITY' and
9991 #           'DOCKER' and
9992 #           'CHAIN' and
9993 #           'NF_VPPIP4' and
9994 #           'IPSEC' and
9995 #           'TNL_10000' and
9996 #           'IMIX' and
9997 #           '4T2C' and
9998 #           'NDRPDR'"
9999 #  parameters:
10000 #  - "throughput"
10001 #  - "name"
10002 #  - "tags"
10003 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10004 #  x-axis: "X = CNFs per Service Chain"
10005 #  y-axis: "Y = Number of Service Chains"
10006 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10007 #  layout:
10008 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10009 #    layout: "plot-service-density"
10010 #
10011 #- type: "plot"
10012 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10013 #  algorithm: "plot_nf_heatmap"
10014 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
10015 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10016 #  filter: "'NIC_Intel-XXV710' and
10017 #           'NF_DENSITY' and
10018 #           'DOCKER' and
10019 #           'CHAIN' and
10020 #           'NF_VPPIP4' and
10021 #           'IPSEC' and
10022 #           'TNL_10000' and
10023 #           'IMIX' and
10024 #           '8T4C' and
10025 #           'NDRPDR'"
10026 #  parameters:
10027 #  - "throughput"
10028 #  - "name"
10029 #  - "tags"
10030 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10031 #  x-axis: "X = CNFs per Service Chain"
10032 #  y-axis: "Y = Number of Service Chains"
10033 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10034 #  layout:
10035 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10036 #    layout: "plot-service-density"
10037 #
10038 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10039 #- type: "plot"
10040 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10041 #  algorithm: "plot_nf_heatmap"
10042 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
10043 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10044 #  filter: "'NIC_Intel-XXV710' and
10045 #           'NF_DENSITY' and
10046 #           'DOCKER' and
10047 #           'CHAIN' and
10048 #           'NF_VPPIP4' and
10049 #           'IPSEC' and
10050 #           'TNL_10000' and
10051 #           'IMIX' and
10052 #           '2T1C' and
10053 #           'NDRPDR'"
10054 #  parameters:
10055 #  - "throughput"
10056 #  - "name"
10057 #  - "tags"
10058 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10059 #  x-axis: "X = CNFs per Service Chain"
10060 #  y-axis: "Y = Number of Service Chains"
10061 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10062 #  layout:
10063 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10064 #    layout: "plot-service-density"
10065 #
10066 #- type: "plot"
10067 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10068 #  algorithm: "plot_nf_heatmap"
10069 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
10070 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10071 #  filter: "'NIC_Intel-XXV710' and
10072 #           'NF_DENSITY' and
10073 #           'DOCKER' and
10074 #           'CHAIN' and
10075 #           'NF_VPPIP4' and
10076 #           'IPSEC' and
10077 #           'TNL_10000' and
10078 #           'IMIX' and
10079 #           '4T2C' and
10080 #           'NDRPDR'"
10081 #  parameters:
10082 #  - "throughput"
10083 #  - "name"
10084 #  - "tags"
10085 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10086 #  x-axis: "X = CNFs per Service Chain"
10087 #  y-axis: "Y = Number of Service Chains"
10088 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10089 #  layout:
10090 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10091 #    layout: "plot-service-density"
10092 #
10093 #- type: "plot"
10094 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10095 #  algorithm: "plot_nf_heatmap"
10096 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
10097 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10098 #  filter: "'NIC_Intel-XXV710' and
10099 #           'NF_DENSITY' and
10100 #           'DOCKER' and
10101 #           'CHAIN' and
10102 #           'NF_VPPIP4' and
10103 #           'IPSEC' and
10104 #           'TNL_10000' and
10105 #           'IMIX' and
10106 #           '8T4C' and
10107 #           'NDRPDR'"
10108 #  parameters:
10109 #  - "throughput"
10110 #  - "name"
10111 #  - "tags"
10112 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10113 #  x-axis: "X = CNFs per Service Chain"
10114 #  y-axis: "Y = Number of Service Chains"
10115 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10116 #  layout:
10117 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10118 #    layout: "plot-service-density"
10119
10120 ###############################################################################
10121
10122 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10123 #- type: "plot"
10124 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10125 #  algorithm: "plot_nf_heatmap"
10126 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
10127 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10128 #  filter: "'NIC_Intel-XL710' and
10129 #           'NF_DENSITY' and
10130 #           'DOCKER' and
10131 #           'CHAIN' and
10132 #           'NF_VPPIP4' and
10133 #           'IMIX' and
10134 #           'TNL_10000' and
10135 #           '1T1C' and
10136 #           'MRR'"
10137 #  parameters:
10138 #  - "result"
10139 #  - "name"
10140 #  - "tags"
10141 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10142 #  x-axis: "X = CNFs per Service Chain"
10143 #  y-axis: "Y = Number of Service Chains"
10144 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10145 #  layout:
10146 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10147 #    layout: "plot-service-density"
10148 #
10149 #- type: "plot"
10150 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10151 #  algorithm: "plot_nf_heatmap"
10152 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
10153 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10154 #  filter: "'NIC_Intel-XL710' and
10155 #           'NF_DENSITY' and
10156 #           'DOCKER' and
10157 #           'CHAIN' and
10158 #           'NF_VPPIP4' and
10159 #           'IPSEC' and
10160 #           'TNL_10000' and
10161 #           'IMIX' and
10162 #           '2T2C' and
10163 #           'MRR'"
10164 #  parameters:
10165 #  - "result"
10166 #  - "name"
10167 #  - "tags"
10168 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10169 #  x-axis: "X = CNFs per Service Chain"
10170 #  y-axis: "Y = Number of Service Chains"
10171 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10172 #  layout:
10173 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10174 #    layout: "plot-service-density"
10175 #
10176 #- type: "plot"
10177 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10178 #  algorithm: "plot_nf_heatmap"
10179 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
10180 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10181 #  filter: "'NIC_Intel-XL710' and
10182 #           'NF_DENSITY' and
10183 #           'DOCKER' and
10184 #           'CHAIN' and
10185 #           'NF_VPPIP4' and
10186 #           'IPSEC' and
10187 #           'TNL_10000' and
10188 #           'IMIX' and
10189 #           '4T4C' and
10190 #           'MRR'"
10191 #  parameters:
10192 #  - "result"
10193 #  - "name"
10194 #  - "tags"
10195 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10196 #  x-axis: "X = CNFs per Service Chain"
10197 #  y-axis: "Y = Number of Service Chains"
10198 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10199 #  layout:
10200 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10201 #    layout: "plot-service-density"
10202
10203 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10204 #- type: "plot"
10205 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10206 #  algorithm: "plot_nf_heatmap"
10207 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
10208 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10209 #  filter: "'NIC_Intel-XL710' and
10210 #           'NF_DENSITY' and
10211 #           'DOCKER' and
10212 #           'CHAIN' and
10213 #           'NF_VPPIP4' and
10214 #           'IPSEC' and
10215 #           'TNL_10000' and
10216 #           'IMIX' and
10217 #           '1T1C' and
10218 #           'NDRPDR'"
10219 #  parameters:
10220 #  - "throughput"
10221 #  - "name"
10222 #  - "tags"
10223 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10224 #  x-axis: "X = CNFs per Service Chain"
10225 #  y-axis: "Y = Number of Service Chains"
10226 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10227 #  layout:
10228 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10229 #    layout: "plot-service-density"
10230 #
10231 #- type: "plot"
10232 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10233 #  algorithm: "plot_nf_heatmap"
10234 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
10235 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10236 #  filter: "'NIC_Intel-XL710' and
10237 #           'NF_DENSITY' and
10238 #           'DOCKER' and
10239 #           'CHAIN' and
10240 #           'NF_VPPIP4' and
10241 #           'IPSEC' and
10242 #           'TNL_10000' and
10243 #           'IMIX' and
10244 #           '2T2C' and
10245 #           'NDRPDR'"
10246 #  parameters:
10247 #  - "throughput"
10248 #  - "name"
10249 #  - "tags"
10250 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10251 #  x-axis: "X = CNFs per Service Chain"
10252 #  y-axis: "Y = Number of Service Chains"
10253 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10254 #  layout:
10255 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10256 #    layout: "plot-service-density"
10257 #
10258 #- type: "plot"
10259 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10260 #  algorithm: "plot_nf_heatmap"
10261 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10262 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10263 #  filter: "'NIC_Intel-XL710' and
10264 #           'NF_DENSITY' and
10265 #           'DOCKER' and
10266 #           'CHAIN' and
10267 #           'NF_VPPIP4' and
10268 #           'IPSEC' and
10269 #           'TNL_10000' and
10270 #           'IMIX' and
10271 #           '4T4C' and
10272 #           'NDRPDR'"
10273 #  parameters:
10274 #  - "throughput"
10275 #  - "name"
10276 #  - "tags"
10277 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10278 #  x-axis: "X = CNFs per Service Chain"
10279 #  y-axis: "Y = Number of Service Chains"
10280 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10281 #  layout:
10282 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10283 #    layout: "plot-service-density"
10284 #
10285 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10286 #- type: "plot"
10287 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10288 #  algorithm: "plot_nf_heatmap"
10289 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10290 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10291 #  filter: "'NIC_Intel-XL710' and
10292 #           'NF_DENSITY' and
10293 #           'DOCKER' and
10294 #           'CHAIN' and
10295 #           'NF_VPPIP4' and
10296 #           'IPSEC' and
10297 #           'TNL_10000' and
10298 #           'IMIX' and
10299 #           '1T1C' and
10300 #           'NDRPDR'"
10301 #  parameters:
10302 #  - "throughput"
10303 #  - "name"
10304 #  - "tags"
10305 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10306 #  x-axis: "X = CNFs per Service Chain"
10307 #  y-axis: "Y = Number of Service Chains"
10308 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10309 #  layout:
10310 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10311 #    layout: "plot-service-density"
10312 #
10313 #- type: "plot"
10314 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10315 #  algorithm: "plot_nf_heatmap"
10316 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10317 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10318 #  filter: "'NIC_Intel-XL710' and
10319 #           'NF_DENSITY' and
10320 #           'DOCKER' and
10321 #           'CHAIN' and
10322 #           'NF_VPPIP4' and
10323 #           'IPSEC' and
10324 #           'TNL_10000' and
10325 #           'IMIX' and
10326 #           '2T2C' and
10327 #           'NDRPDR'"
10328 #  parameters:
10329 #  - "throughput"
10330 #  - "name"
10331 #  - "tags"
10332 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10333 #  x-axis: "X = CNFs per Service Chain"
10334 #  y-axis: "Y = Number of Service Chains"
10335 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10336 #  layout:
10337 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10338 #    layout: "plot-service-density"
10339 #
10340 #- type: "plot"
10341 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10342 #  algorithm: "plot_nf_heatmap"
10343 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10344 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10345 #  filter: "'NIC_Intel-XL710' and
10346 #           'NF_DENSITY' and
10347 #           'DOCKER' and
10348 #           'CHAIN' and
10349 #           'NF_VPPIP4' and
10350 #           'IPSEC' and
10351 #           'TNL_10000' and
10352 #           'IMIX' and
10353 #           '4T4C' and
10354 #           'NDRPDR'"
10355 #  parameters:
10356 #  - "throughput"
10357 #  - "name"
10358 #  - "tags"
10359 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10360 #  x-axis: "X = CNFs per Service Chain"
10361 #  y-axis: "Y = Number of Service Chains"
10362 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10363 #  layout:
10364 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10365 #    layout: "plot-service-density"
10366
10367 ###############################################################################
10368
10369 # Plots - NF Density - CSP - MRR IMIX
10370 - type: "plot"
10371   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10372   algorithm: "plot_nf_heatmap"
10373   output-file-type: ".html"
10374   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10375   data: "plot-vpp-nfv-2n-skx-mrr"
10376   filter: "'NIC_Intel-XXV710' and
10377            'NF_DENSITY' and
10378            'DOCKER' and
10379            'PIPELINE' and
10380            'NF_VPPIP4' and
10381            'IMIX' and
10382            '2T1C' and
10383            'MRR'"
10384   parameters:
10385   - "result"
10386   - "name"
10387   - "tags"
10388   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10389   x-axis: "X = CNFs per Service Pipeline"
10390   y-axis: "Y = Number of Service Pipelines"
10391   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10392   layout:
10393     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10394     layout: "plot-service-density"
10395
10396 - type: "plot"
10397   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10398   algorithm: "plot_nf_heatmap"
10399   output-file-type: ".html"
10400   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10401   data: "plot-vpp-nfv-2n-skx-mrr"
10402   filter: "'NIC_Intel-XXV710' and
10403            'NF_DENSITY' and
10404            'DOCKER' and
10405            'PIPELINE' and
10406            'NF_VPPIP4' and
10407            'IMIX' and
10408            '4T2C' and
10409            'MRR'"
10410   parameters:
10411   - "result"
10412   - "name"
10413   - "tags"
10414   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10415   x-axis: "X = CNFs per Service Pipeline"
10416   y-axis: "Y = Number of Service Pipelines"
10417   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10418   layout:
10419     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10420     layout: "plot-service-density"
10421
10422 - type: "plot"
10423   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10424   algorithm: "plot_nf_heatmap"
10425   output-file-type: ".html"
10426   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10427   data: "plot-vpp-nfv-2n-skx-mrr"
10428   filter: "'NIC_Intel-XXV710' and
10429            'NF_DENSITY' and
10430            'DOCKER' and
10431            'PIPELINE' and
10432            'NF_VPPIP4' and
10433            'IMIX' and
10434            '8T4C' and
10435            'MRR'"
10436   parameters:
10437   - "result"
10438   - "name"
10439   - "tags"
10440   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10441   x-axis: "X = CNFs per Service Pipeline"
10442   y-axis: "Y = Number of Service Pipelines"
10443   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10444   layout:
10445     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10446     layout: "plot-service-density"
10447
10448 # Plots - NF Density - CSP - NDR IMIX
10449 - type: "plot"
10450   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10451   algorithm: "plot_nf_heatmap"
10452   output-file-type: ".html"
10453   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10454   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10455   filter: "'NIC_Intel-XXV710' and
10456            'NF_DENSITY' and
10457            'DOCKER' and
10458            'PIPELINE' and
10459            'NF_VPPIP4' and
10460            'IMIX' and
10461            '2T1C' and
10462            'NDRPDR'"
10463   parameters:
10464   - "throughput"
10465   - "name"
10466   - "tags"
10467   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10468   x-axis: "X = CNFs per Service Pipeline"
10469   y-axis: "Y = Number of Service Pipelines"
10470   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10471   layout:
10472     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10473     layout: "plot-service-density"
10474
10475 - type: "plot"
10476   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10477   algorithm: "plot_nf_heatmap"
10478   output-file-type: ".html"
10479   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10480   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10481   filter: "'NIC_Intel-XXV710' and
10482            'NF_DENSITY' and
10483            'DOCKER' and
10484            'PIPELINE' and
10485            'NF_VPPIP4' and
10486            'IMIX' and
10487            '4T2C' and
10488            'NDRPDR'"
10489   parameters:
10490   - "throughput"
10491   - "name"
10492   - "tags"
10493   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10494   x-axis: "X = CNFs per Service Pipeline"
10495   y-axis: "Y = Number of Service Pipelines"
10496   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10497   layout:
10498     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10499     layout: "plot-service-density"
10500
10501 - type: "plot"
10502   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10503   algorithm: "plot_nf_heatmap"
10504   output-file-type: ".html"
10505   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10506   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10507   filter: "'NIC_Intel-XXV710' and
10508            'NF_DENSITY' and
10509            'DOCKER' and
10510            'PIPELINE' and
10511            'NF_VPPIP4' and
10512            'IMIX' and
10513            '8T4C' and
10514            'NDRPDR'"
10515   parameters:
10516   - "throughput"
10517   - "name"
10518   - "tags"
10519   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10520   x-axis: "X = CNFs per Service Pipeline"
10521   y-axis: "Y = Number of Service Pipelines"
10522   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10523   layout:
10524     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10525     layout: "plot-service-density"
10526
10527 # Plots - NF Density - CSP - PDR IMIX
10528 - type: "plot"
10529   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10530   algorithm: "plot_nf_heatmap"
10531   output-file-type: ".html"
10532   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10533   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10534   filter: "'NIC_Intel-XXV710' and
10535            'NF_DENSITY' and
10536            'DOCKER' and
10537            'PIPELINE' and
10538            'NF_VPPIP4' and
10539            'IMIX' and
10540            '2T1C' and
10541            'NDRPDR'"
10542   parameters:
10543   - "throughput"
10544   - "name"
10545   - "tags"
10546   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10547   x-axis: "X = CNFs per Service Pipeline"
10548   y-axis: "Y = Number of Service Pipelines"
10549   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10550   layout:
10551     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10552     layout: "plot-service-density"
10553
10554 - type: "plot"
10555   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10556   algorithm: "plot_nf_heatmap"
10557   output-file-type: ".html"
10558   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10559   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10560   filter: "'NIC_Intel-XXV710' and
10561            'NF_DENSITY' and
10562            'DOCKER' and
10563            'PIPELINE' and
10564            'NF_VPPIP4' and
10565            'IMIX' and
10566            '4T2C' and
10567            'NDRPDR'"
10568   parameters:
10569   - "throughput"
10570   - "name"
10571   - "tags"
10572   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10573   x-axis: "X = CNFs per Service Pipeline"
10574   y-axis: "Y = Number of Service Pipelines"
10575   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10576   layout:
10577     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10578     layout: "plot-service-density"
10579
10580 - type: "plot"
10581   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10582   algorithm: "plot_nf_heatmap"
10583   output-file-type: ".html"
10584   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10585   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10586   filter: "'NIC_Intel-XXV710' and
10587            'NF_DENSITY' and
10588            'DOCKER' and
10589            'PIPELINE' and
10590            'NF_VPPIP4' and
10591            'IMIX' and
10592            '8T4C' and
10593            'NDRPDR'"
10594   parameters:
10595   - "throughput"
10596   - "name"
10597   - "tags"
10598   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10599   x-axis: "X = CNFs per Service Pipeline"
10600   y-axis: "Y = Number of Service Pipelines"
10601   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10602   layout:
10603     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10604     layout: "plot-service-density"
10605
10606 ###############################################################################
10607 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10608
10609 - type: "plot"
10610   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10611   algorithm: "plot_nf_heatmap"
10612   output-file-type: ".html"
10613   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10614   data: "plot-vpp-nfv-2n-clx-mrr"
10615   filter: "'NIC_Intel-XXV710' and
10616            'NF_DENSITY' and
10617            'VHOST' and
10618            not 'VXLAN' and
10619            'CHAIN' and
10620            'NF_VPPIP4' and
10621            'IMIX' and
10622            '2T1C' and
10623            'MRR'"
10624   parameters:
10625   - "result"
10626   - "name"
10627   - "tags"
10628   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10629   x-axis: "X = VNFs per Service Chain"
10630   y-axis: "Y = Number of Service Chains"
10631   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10632   layout:
10633     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10634     layout: "plot-service-density"
10635
10636 - type: "plot"
10637   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10638   algorithm: "plot_nf_heatmap"
10639   output-file-type: ".html"
10640   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10641   data: "plot-vpp-nfv-2n-clx-mrr"
10642   filter: "'NIC_Intel-XXV710' and
10643            'NF_DENSITY' and
10644            'VHOST' and
10645            not 'VXLAN' and
10646            'CHAIN' and
10647            'NF_VPPIP4' and
10648            'IMIX' and
10649            '4T2C' and
10650            'MRR'"
10651   parameters:
10652   - "result"
10653   - "name"
10654   - "tags"
10655   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10656   x-axis: "X = VNFs per Service Chain"
10657   y-axis: "Y = Number of Service Chains"
10658   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10659   layout:
10660     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10661     layout: "plot-service-density"
10662
10663 - type: "plot"
10664   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10665   algorithm: "plot_nf_heatmap"
10666   output-file-type: ".html"
10667   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10668   data: "plot-vpp-nfv-2n-clx-mrr"
10669   filter: "'NIC_Intel-XXV710' and
10670            'NF_DENSITY' and
10671            'VHOST' and
10672            not 'VXLAN' and
10673            'CHAIN' and
10674            'NF_VPPIP4' and
10675            'IMIX' and
10676            '8T4C' and
10677            'MRR'"
10678   parameters:
10679   - "result"
10680   - "name"
10681   - "tags"
10682   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10683   x-axis: "X = VNFs per Service Chain"
10684   y-axis: "Y = Number of Service Chains"
10685   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10686   layout:
10687     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10688     layout: "plot-service-density"
10689
10690 # Plots - NF Density - VSC - NDR IMIX
10691 - type: "plot"
10692   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10693   algorithm: "plot_nf_heatmap"
10694   output-file-type: ".html"
10695   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10696   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10697   filter: "'NIC_Intel-XXV710' and
10698            'NF_DENSITY' and
10699            'VHOST' and
10700            not 'VXLAN' and
10701            'CHAIN' and
10702            'NF_VPPIP4' and
10703            'IMIX' and
10704            '2T1C' and
10705            'NDRPDR'"
10706   parameters:
10707   - "throughput"
10708   - "name"
10709   - "tags"
10710   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10711   x-axis: "X = VNFs per Service Chain"
10712   y-axis: "Y = Number of Service Chains"
10713   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10714   layout:
10715     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10716     layout: "plot-service-density"
10717
10718 - type: "plot"
10719   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10720   algorithm: "plot_nf_heatmap"
10721   output-file-type: ".html"
10722   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10723   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10724   filter: "'NIC_Intel-XXV710' and
10725            'NF_DENSITY' and
10726            'VHOST' and
10727            not 'VXLAN' and
10728            'CHAIN' and
10729            'NF_VPPIP4' and
10730            'IMIX' and
10731            '4T2C' and
10732            'NDRPDR'"
10733   parameters:
10734   - "throughput"
10735   - "name"
10736   - "tags"
10737   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10738   x-axis: "X = VNFs per Service Chain"
10739   y-axis: "Y = Number of Service Chains"
10740   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10741   layout:
10742     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10743     layout: "plot-service-density"
10744
10745 - type: "plot"
10746   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10747   algorithm: "plot_nf_heatmap"
10748   output-file-type: ".html"
10749   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10750   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10751   filter: "'NIC_Intel-XXV710' and
10752            'NF_DENSITY' and
10753            'VHOST' and
10754            not 'VXLAN' and
10755            'CHAIN' and
10756            'NF_VPPIP4' and
10757            'IMIX' and
10758            '8T4C' and
10759            'NDRPDR'"
10760   parameters:
10761   - "throughput"
10762   - "name"
10763   - "tags"
10764   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10765   x-axis: "X = VNFs per Service Chain"
10766   y-axis: "Y = Number of Service Chains"
10767   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10768   layout:
10769     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10770     layout: "plot-service-density"
10771
10772 # Plots - NF Density - VSC - PDR IMIX
10773 - type: "plot"
10774   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10775   algorithm: "plot_nf_heatmap"
10776   output-file-type: ".html"
10777   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10778   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10779   filter: "'NIC_Intel-XXV710' and
10780            'NF_DENSITY' and
10781            'VHOST' and
10782            not 'VXLAN' and
10783            'CHAIN' and
10784            'NF_VPPIP4' and
10785            'IMIX' and
10786            '2T1C' and
10787            'NDRPDR'"
10788   parameters:
10789   - "throughput"
10790   - "name"
10791   - "tags"
10792   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10793   x-axis: "X = VNFs per Service Chain"
10794   y-axis: "Y = Number of Service Chains"
10795   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10796   layout:
10797     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10798     layout: "plot-service-density"
10799
10800 - type: "plot"
10801   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10802   algorithm: "plot_nf_heatmap"
10803   output-file-type: ".html"
10804   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10805   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10806   filter: "'NIC_Intel-XXV710' and
10807            'NF_DENSITY' and
10808            'VHOST' and
10809            not 'VXLAN' and
10810            'CHAIN' and
10811            'NF_VPPIP4' and
10812            'IMIX' and
10813            '4T2C' and
10814            'NDRPDR'"
10815   parameters:
10816   - "throughput"
10817   - "name"
10818   - "tags"
10819   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10820   x-axis: "X = VNFs per Service Chain"
10821   y-axis: "Y = Number of Service Chains"
10822   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10823   layout:
10824     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10825     layout: "plot-service-density"
10826
10827 - type: "plot"
10828   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10829   algorithm: "plot_nf_heatmap"
10830   output-file-type: ".html"
10831   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10832   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10833   filter: "'NIC_Intel-XXV710' and
10834            'NF_DENSITY' and
10835            'VHOST' and
10836            not 'VXLAN' and
10837            'CHAIN' and
10838            'NF_VPPIP4' and
10839            'IMIX' and
10840            '8T4C' and
10841            'NDRPDR'"
10842   parameters:
10843   - "throughput"
10844   - "name"
10845   - "tags"
10846   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10847   x-axis: "X = VNFs per Service Chain"
10848   y-axis: "Y = Number of Service Chains"
10849   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10850   layout:
10851     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10852     layout: "plot-service-density"
10853
10854 # Plots - NF Density - VSC - MRR IMIX
10855 - type: "plot"
10856   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10857   algorithm: "plot_nf_heatmap"
10858   output-file-type: ".html"
10859   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10860   data: "plot-vpp-nfv-2n-clx-mrr"
10861   filter: "'NIC_Intel-XXV710' and
10862            'NF_DENSITY' and
10863            'VHOST' and
10864            'VXLAN' and
10865            'CHAIN' and
10866            'IMIX' and
10867            '2T1C' and
10868            'MRR'"
10869   parameters:
10870   - "result"
10871   - "name"
10872   - "tags"
10873   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10874   x-axis: "X = VNFs per Service Chain"
10875   y-axis: "Y = Number of Service Chains"
10876   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10877   layout:
10878     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10879     layout: "plot-service-density"
10880
10881 - type: "plot"
10882   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10883   algorithm: "plot_nf_heatmap"
10884   output-file-type: ".html"
10885   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10886   data: "plot-vpp-nfv-2n-clx-mrr"
10887   filter: "'NIC_Intel-XXV710' and
10888            'NF_DENSITY' and
10889            'VHOST' and
10890            'VXLAN' and
10891            'CHAIN' and
10892            'IMIX' and
10893            '4T2C' and
10894            'MRR'"
10895   parameters:
10896   - "result"
10897   - "name"
10898   - "tags"
10899   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10900   x-axis: "X = VNFs per Service Chain"
10901   y-axis: "Y = Number of Service Chains"
10902   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10903   layout:
10904     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10905     layout: "plot-service-density"
10906
10907 - type: "plot"
10908   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10909   algorithm: "plot_nf_heatmap"
10910   output-file-type: ".html"
10911   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10912   data: "plot-vpp-nfv-2n-clx-mrr"
10913   filter: "'NIC_Intel-XXV710' and
10914            'NF_DENSITY' and
10915            'VHOST' and
10916            'VXLAN' and
10917            'CHAIN' and
10918            'IMIX' and
10919            '8T4C' and
10920            'MRR'"
10921   parameters:
10922   - "result"
10923   - "name"
10924   - "tags"
10925   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10926   x-axis: "X = VNFs per Service Chain"
10927   y-axis: "Y = Number of Service Chains"
10928   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10929   layout:
10930     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10931     layout: "plot-service-density"
10932
10933 # Plots - NF Density - VSC - NDR IMIX
10934 - type: "plot"
10935   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10936   algorithm: "plot_nf_heatmap"
10937   output-file-type: ".html"
10938   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10939   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10940   filter: "'NIC_Intel-XXV710' and
10941            'NF_DENSITY' and
10942            'VHOST' and
10943            'VXLAN' and
10944            'CHAIN' and
10945            'IMIX' and
10946            '2T1C' and
10947            'NDRPDR'"
10948   parameters:
10949   - "throughput"
10950   - "name"
10951   - "tags"
10952   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10953   x-axis: "X = VNFs per Service Chain"
10954   y-axis: "Y = Number of Service Chains"
10955   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10956   layout:
10957     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10958     layout: "plot-service-density"
10959
10960 - type: "plot"
10961   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10962   algorithm: "plot_nf_heatmap"
10963   output-file-type: ".html"
10964   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10965   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10966   filter: "'NIC_Intel-XXV710' and
10967            'NF_DENSITY' and
10968            'VHOST' and
10969            'VXLAN' and
10970            'CHAIN' and
10971            'IMIX' and
10972            '4T2C' and
10973            'NDRPDR'"
10974   parameters:
10975   - "throughput"
10976   - "name"
10977   - "tags"
10978   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10979   x-axis: "X = VNFs per Service Chain"
10980   y-axis: "Y = Number of Service Chains"
10981   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10982   layout:
10983     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10984     layout: "plot-service-density"
10985
10986 - type: "plot"
10987   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10988   algorithm: "plot_nf_heatmap"
10989   output-file-type: ".html"
10990   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10991   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10992   filter: "'NIC_Intel-XXV710' and
10993            'NF_DENSITY' and
10994            'VHOST' and
10995            'VXLAN' and
10996            'CHAIN' and
10997            'IMIX' and
10998            '8T4C' and
10999            'NDRPDR'"
11000   parameters:
11001   - "throughput"
11002   - "name"
11003   - "tags"
11004   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11005   x-axis: "X = VNFs per Service Chain"
11006   y-axis: "Y = Number of Service Chains"
11007   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11008   layout:
11009     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
11010     layout: "plot-service-density"
11011
11012 # Plots - NF Density - VSC - PDR IMIX
11013 - type: "plot"
11014   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11015   algorithm: "plot_nf_heatmap"
11016   output-file-type: ".html"
11017   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
11018   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11019   filter: "'NIC_Intel-XXV710' and
11020            'NF_DENSITY' and
11021            'VHOST' and
11022            'VXLAN' and
11023            'CHAIN' and
11024            'IMIX' and
11025            '2T1C' and
11026            'NDRPDR'"
11027   parameters:
11028   - "throughput"
11029   - "name"
11030   - "tags"
11031   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11032   x-axis: "X = VNFs per Service Chain"
11033   y-axis: "Y = Number of Service Chains"
11034   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11035   layout:
11036     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11037     layout: "plot-service-density"
11038
11039 - type: "plot"
11040   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11041   algorithm: "plot_nf_heatmap"
11042   output-file-type: ".html"
11043   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
11044   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11045   filter: "'NIC_Intel-XXV710' and
11046            'NF_DENSITY' and
11047            'VHOST' and
11048            'VXLAN' and
11049            'CHAIN' and
11050            'IMIX' and
11051            '4T2C' and
11052            'NDRPDR'"
11053   parameters:
11054   - "throughput"
11055   - "name"
11056   - "tags"
11057   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11058   x-axis: "X = VNFs per Service Chain"
11059   y-axis: "Y = Number of Service Chains"
11060   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11061   layout:
11062     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11063     layout: "plot-service-density"
11064
11065 - type: "plot"
11066   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11067   algorithm: "plot_nf_heatmap"
11068   output-file-type: ".html"
11069   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
11070   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11071   filter: "'NIC_Intel-XXV710' and
11072            'NF_DENSITY' and
11073            'VHOST' and
11074            'VXLAN' and
11075            'CHAIN' and
11076            'IMIX' and
11077            '8T4C' and
11078            'NDRPDR'"
11079   parameters:
11080   - "throughput"
11081   - "name"
11082   - "tags"
11083   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11084   x-axis: "X = VNFs per Service Chain"
11085   y-axis: "Y = Number of Service Chains"
11086   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11087   layout:
11088     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
11089     layout: "plot-service-density"
11090
11091 # Plots - NF Density - CSC - MRR IMIX
11092 - type: "plot"
11093   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11094   algorithm: "plot_nf_heatmap"
11095   output-file-type: ".html"
11096   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
11097   data: "plot-vpp-nfv-2n-clx-mrr"
11098   filter: "'NIC_Intel-XXV710' and
11099            'NF_DENSITY' and
11100            'DOCKER' and
11101            'CHAIN' and
11102            'NF_VPPIP4' and
11103            'IMIX' and
11104            '2T1C' and
11105            'MRR'"
11106   parameters:
11107   - "result"
11108   - "name"
11109   - "tags"
11110   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11111   x-axis: "X = CNFs per Service Chain"
11112   y-axis: "Y = Number of Service Chains"
11113   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11114   layout:
11115     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11116     layout: "plot-service-density"
11117
11118 - type: "plot"
11119   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11120   algorithm: "plot_nf_heatmap"
11121   output-file-type: ".html"
11122   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
11123   data: "plot-vpp-nfv-2n-clx-mrr"
11124   filter: "'NIC_Intel-XXV710' and
11125            'NF_DENSITY' and
11126            'DOCKER' and
11127            'CHAIN' and
11128            'NF_VPPIP4' and
11129            'IMIX' and
11130            '4T2C' and
11131            'MRR'"
11132   parameters:
11133   - "result"
11134   - "name"
11135   - "tags"
11136   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11137   x-axis: "X = CNFs per Service Chain"
11138   y-axis: "Y = Number of Service Chains"
11139   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11140   layout:
11141     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11142     layout: "plot-service-density"
11143
11144 - type: "plot"
11145   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11146   algorithm: "plot_nf_heatmap"
11147   output-file-type: ".html"
11148   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
11149   data: "plot-vpp-nfv-2n-clx-mrr"
11150   filter: "'NIC_Intel-XXV710' and
11151            'NF_DENSITY' and
11152            'DOCKER' and
11153            'CHAIN' and
11154            'NF_VPPIP4' and
11155            'IMIX' and
11156            '8T4C' and
11157            'MRR'"
11158   parameters:
11159   - "result"
11160   - "name"
11161   - "tags"
11162   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11163   x-axis: "X = CNFs per Service Chain"
11164   y-axis: "Y = Number of Service Chains"
11165   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11166   layout:
11167     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11168     layout: "plot-service-density"
11169
11170 # Plots - NF Density - CSC - NDR IMIX
11171 - type: "plot"
11172   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11173   algorithm: "plot_nf_heatmap"
11174   output-file-type: ".html"
11175   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
11176   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11177   filter: "'NIC_Intel-XXV710' and
11178            'NF_DENSITY' and
11179            'DOCKER' and
11180            'CHAIN' and
11181            'NF_VPPIP4' and
11182            'IMIX' and
11183            '2T1C' and
11184            'NDRPDR'"
11185   parameters:
11186   - "throughput"
11187   - "name"
11188   - "tags"
11189   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11190   x-axis: "X = CNFs per Service Chain"
11191   y-axis: "Y = Number of Service Chains"
11192   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11193   layout:
11194     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11195     layout: "plot-service-density"
11196
11197 - type: "plot"
11198   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11199   algorithm: "plot_nf_heatmap"
11200   output-file-type: ".html"
11201   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
11202   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11203   filter: "'NIC_Intel-XXV710' and
11204            'NF_DENSITY' and
11205            'DOCKER' and
11206            'CHAIN' and
11207            'NF_VPPIP4' and
11208            'IMIX' and
11209            '4T2C' and
11210            'NDRPDR'"
11211   parameters:
11212   - "throughput"
11213   - "name"
11214   - "tags"
11215   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11216   x-axis: "X = CNFs per Service Chain"
11217   y-axis: "Y = Number of Service Chains"
11218   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11219   layout:
11220     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11221     layout: "plot-service-density"
11222
11223 - type: "plot"
11224   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11225   algorithm: "plot_nf_heatmap"
11226   output-file-type: ".html"
11227   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11228   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11229   filter: "'NIC_Intel-XXV710' and
11230            'NF_DENSITY' and
11231            'DOCKER' and
11232            'CHAIN' and
11233            'NF_VPPIP4' and
11234            'IMIX' and
11235            '8T4C' and
11236            'NDRPDR'"
11237   parameters:
11238   - "throughput"
11239   - "name"
11240   - "tags"
11241   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11242   x-axis: "X = CNFs per Service Chain"
11243   y-axis: "Y = Number of Service Chains"
11244   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11245   layout:
11246     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11247     layout: "plot-service-density"
11248
11249 # Plots - NF Density - CSC - PDR IMIX
11250 - type: "plot"
11251   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11252   algorithm: "plot_nf_heatmap"
11253   output-file-type: ".html"
11254   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11255   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11256   filter: "'NIC_Intel-XXV710' and
11257            'NF_DENSITY' and
11258            'DOCKER' and
11259            'CHAIN' and
11260            'NF_VPPIP4' and
11261            'IMIX' and
11262            '2T1C' and
11263            'NDRPDR'"
11264   parameters:
11265   - "throughput"
11266   - "name"
11267   - "tags"
11268   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11269   x-axis: "X = CNFs per Service Chain"
11270   y-axis: "Y = Number of Service Chains"
11271   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11272   layout:
11273     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11274     layout: "plot-service-density"
11275
11276 - type: "plot"
11277   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11278   algorithm: "plot_nf_heatmap"
11279   output-file-type: ".html"
11280   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11281   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11282   filter: "'NIC_Intel-XXV710' and
11283            'NF_DENSITY' and
11284            'DOCKER' and
11285            'CHAIN' and
11286            'NF_VPPIP4' and
11287            'IMIX' and
11288            '4T2C' and
11289            'NDRPDR'"
11290   parameters:
11291   - "throughput"
11292   - "name"
11293   - "tags"
11294   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11295   x-axis: "X = CNFs per Service Chain"
11296   y-axis: "Y = Number of Service Chains"
11297   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11298   layout:
11299     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11300     layout: "plot-service-density"
11301
11302 - type: "plot"
11303   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11304   algorithm: "plot_nf_heatmap"
11305   output-file-type: ".html"
11306   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11307   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11308   filter: "'NIC_Intel-XXV710' and
11309            'NF_DENSITY' and
11310            'DOCKER' and
11311            'CHAIN' and
11312            'NF_VPPIP4' and
11313            'IMIX' and
11314            '8T4C' and
11315            'NDRPDR'"
11316   parameters:
11317   - "throughput"
11318   - "name"
11319   - "tags"
11320   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11321   x-axis: "X = CNFs per Service Chain"
11322   y-axis: "Y = Number of Service Chains"
11323   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11324   layout:
11325     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11326     layout: "plot-service-density"
11327
11328 # Plots - NF Density - CSP - MRR IMIX
11329 - type: "plot"
11330   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11331   algorithm: "plot_nf_heatmap"
11332   output-file-type: ".html"
11333   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11334   data: "plot-vpp-nfv-2n-clx-mrr"
11335   filter: "'NIC_Intel-XXV710' and
11336            'NF_DENSITY' and
11337            'DOCKER' and
11338            'PIPELINE' and
11339            'NF_VPPIP4' and
11340            'IMIX' and
11341            '2T1C' and
11342            'MRR'"
11343   parameters:
11344   - "result"
11345   - "name"
11346   - "tags"
11347   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11348   x-axis: "X = CNFs per Service Pipeline"
11349   y-axis: "Y = Number of Service Pipelines"
11350   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11351   layout:
11352     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11353     layout: "plot-service-density"
11354
11355 - type: "plot"
11356   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11357   algorithm: "plot_nf_heatmap"
11358   output-file-type: ".html"
11359   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11360   data: "plot-vpp-nfv-2n-clx-mrr"
11361   filter: "'NIC_Intel-XXV710' and
11362            'NF_DENSITY' and
11363            'DOCKER' and
11364            'PIPELINE' and
11365            'NF_VPPIP4' and
11366            'IMIX' and
11367            '4T2C' and
11368            'MRR'"
11369   parameters:
11370   - "result"
11371   - "name"
11372   - "tags"
11373   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11374   x-axis: "X = CNFs per Service Pipeline"
11375   y-axis: "Y = Number of Service Pipelines"
11376   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11377   layout:
11378     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11379     layout: "plot-service-density"
11380
11381 - type: "plot"
11382   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11383   algorithm: "plot_nf_heatmap"
11384   output-file-type: ".html"
11385   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11386   data: "plot-vpp-nfv-2n-clx-mrr"
11387   filter: "'NIC_Intel-XXV710' and
11388            'NF_DENSITY' and
11389            'DOCKER' and
11390            'PIPELINE' and
11391            'NF_VPPIP4' and
11392            'IMIX' and
11393            '8T4C' and
11394            'MRR'"
11395   parameters:
11396   - "result"
11397   - "name"
11398   - "tags"
11399   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11400   x-axis: "X = CNFs per Service Pipeline"
11401   y-axis: "Y = Number of Service Pipelines"
11402   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11403   layout:
11404     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11405     layout: "plot-service-density"
11406
11407 # Plots - NF Density - CSP - NDR IMIX
11408 - type: "plot"
11409   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11410   algorithm: "plot_nf_heatmap"
11411   output-file-type: ".html"
11412   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11413   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11414   filter: "'NIC_Intel-XXV710' and
11415            'NF_DENSITY' and
11416            'DOCKER' and
11417            'PIPELINE' and
11418            'NF_VPPIP4' and
11419            'IMIX' and
11420            '2T1C' and
11421            'NDRPDR'"
11422   parameters:
11423   - "throughput"
11424   - "name"
11425   - "tags"
11426   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11427   x-axis: "X = CNFs per Service Pipeline"
11428   y-axis: "Y = Number of Service Pipelines"
11429   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11430   layout:
11431     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11432     layout: "plot-service-density"
11433
11434 - type: "plot"
11435   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11436   algorithm: "plot_nf_heatmap"
11437   output-file-type: ".html"
11438   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11439   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11440   filter: "'NIC_Intel-XXV710' and
11441            'NF_DENSITY' and
11442            'DOCKER' and
11443            'PIPELINE' and
11444            'NF_VPPIP4' and
11445            'IMIX' and
11446            '4T2C' and
11447            'NDRPDR'"
11448   parameters:
11449   - "throughput"
11450   - "name"
11451   - "tags"
11452   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11453   x-axis: "X = CNFs per Service Pipeline"
11454   y-axis: "Y = Number of Service Pipelines"
11455   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11456   layout:
11457     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11458     layout: "plot-service-density"
11459
11460 - type: "plot"
11461   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11462   algorithm: "plot_nf_heatmap"
11463   output-file-type: ".html"
11464   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11465   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11466   filter: "'NIC_Intel-XXV710' and
11467            'NF_DENSITY' and
11468            'DOCKER' and
11469            'PIPELINE' and
11470            'NF_VPPIP4' and
11471            'IMIX' and
11472            '8T4C' and
11473            'NDRPDR'"
11474   parameters:
11475   - "throughput"
11476   - "name"
11477   - "tags"
11478   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11479   x-axis: "X = CNFs per Service Pipeline"
11480   y-axis: "Y = Number of Service Pipelines"
11481   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11482   layout:
11483     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11484     layout: "plot-service-density"
11485
11486 # Plots - NF Density - CSP - PDR IMIX
11487 - type: "plot"
11488   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11489   algorithm: "plot_nf_heatmap"
11490   output-file-type: ".html"
11491   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11492   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11493   filter: "'NIC_Intel-XXV710' and
11494            'NF_DENSITY' and
11495            'DOCKER' and
11496            'PIPELINE' and
11497            'NF_VPPIP4' and
11498            'IMIX' and
11499            '2T1C' and
11500            'NDRPDR'"
11501   parameters:
11502   - "throughput"
11503   - "name"
11504   - "tags"
11505   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11506   x-axis: "X = CNFs per Service Pipeline"
11507   y-axis: "Y = Number of Service Pipelines"
11508   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11509   layout:
11510     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11511     layout: "plot-service-density"
11512
11513 - type: "plot"
11514   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11515   algorithm: "plot_nf_heatmap"
11516   output-file-type: ".html"
11517   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11518   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11519   filter: "'NIC_Intel-XXV710' and
11520            'NF_DENSITY' and
11521            'DOCKER' and
11522            'PIPELINE' and
11523            'NF_VPPIP4' and
11524            'IMIX' and
11525            '4T2C' and
11526            'NDRPDR'"
11527   parameters:
11528   - "throughput"
11529   - "name"
11530   - "tags"
11531   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11532   x-axis: "X = CNFs per Service Pipeline"
11533   y-axis: "Y = Number of Service Pipelines"
11534   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11535   layout:
11536     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11537     layout: "plot-service-density"
11538
11539 - type: "plot"
11540   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11541   algorithm: "plot_nf_heatmap"
11542   output-file-type: ".html"
11543   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11544   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11545   filter: "'NIC_Intel-XXV710' and
11546            'NF_DENSITY' and
11547            'DOCKER' and
11548            'PIPELINE' and
11549            'NF_VPPIP4' and
11550            'IMIX' and
11551            '8T4C' and
11552            'NDRPDR'"
11553   parameters:
11554   - "throughput"
11555   - "name"
11556   - "tags"
11557   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11558   x-axis: "X = CNFs per Service Pipeline"
11559   y-axis: "Y = Number of Service Pipelines"
11560   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11561   layout:
11562     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11563     layout: "plot-service-density"
11564
11565 ################################################################################
11566
11567 # Packet Throughput
11568
11569 - type: "plot"
11570   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11571   algorithm: "plot_perf_box_name"
11572   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11573   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11574   include:
11575     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11576     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11577     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11578     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11579   layout:
11580     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11581     layout: "plot-throughput"
11582
11583 - type: "plot"
11584   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11585   algorithm: "plot_perf_box_name"
11586   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11587   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11588   include:
11589     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11590     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11591     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11592     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11593   layout:
11594     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11595     layout: "plot-throughput"
11596
11597 - type: "plot"
11598   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11599   algorithm: "plot_perf_box_name"
11600   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11601   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11602   include:
11603     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11604     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11605     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11606     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11607   layout:
11608     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11609     layout: "plot-throughput"
11610
11611 - type: "plot"
11612   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11613   algorithm: "plot_perf_box_name"
11614   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11615   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11616   include:
11617     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11618     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11619     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11620     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11621   layout:
11622     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11623     layout: "plot-throughput"
11624
11625 - type: "plot"
11626   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11627   algorithm: "plot_perf_box_name"
11628   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11629   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11630   include:
11631     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11632     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11633     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11634     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11635     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11636   layout:
11637     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11638     layout: "plot-throughput"
11639
11640 - type: "plot"
11641   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11642   algorithm: "plot_perf_box_name"
11643   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11644   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11645   include:
11646     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11647     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11648     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11649     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11650     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11651   layout:
11652     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11653     layout: "plot-throughput"
11654
11655 - type: "plot"
11656   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11657   algorithm: "plot_perf_box_name"
11658   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11659   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11660   include:
11661     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11662     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11663     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11664     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11665     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11666   layout:
11667     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11668     layout: "plot-throughput"
11669
11670 - type: "plot"
11671   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11672   algorithm: "plot_perf_box_name"
11673   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11674   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11675   include:
11676     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11677     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11678     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11679     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11680     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11681   layout:
11682     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11683     layout: "plot-throughput"
11684
11685 - type: "plot"
11686   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11687   algorithm: "plot_perf_box_name"
11688   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11689   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11690   include:
11691     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11692     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11693     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11694     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11695     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11696   layout:
11697     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11698     layout: "plot-throughput"
11699
11700 - type: "plot"
11701   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11702   algorithm: "plot_perf_box_name"
11703   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11704   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11705   include:
11706     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11707     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11708     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11709     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11710     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11711   layout:
11712     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11713     layout: "plot-throughput"
11714
11715 - type: "plot"
11716   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11717   algorithm: "plot_perf_box_name"
11718   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11719   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11720   include:
11721     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11722     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11723     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11724     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11725     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11726     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11727   layout:
11728     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11729     layout: "plot-throughput"
11730
11731 - type: "plot"
11732   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11733   algorithm: "plot_perf_box_name"
11734   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11735   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11736   include:
11737     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11738     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11739     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11740     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11741     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11742     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11743   layout:
11744     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11745     layout: "plot-throughput"
11746
11747 - type: "plot"
11748   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11749   algorithm: "plot_perf_box_name"
11750   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11751   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11752   include:
11753     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11754     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11755     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11756     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11757     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11758   layout:
11759     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11760     layout: "plot-throughput"
11761
11762 - type: "plot"
11763   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11764   algorithm: "plot_perf_box_name"
11765   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11766   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11767   include:
11768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11770     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11773   layout:
11774     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11775     layout: "plot-throughput"
11776
11777 - type: "plot"
11778   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11779   algorithm: "plot_perf_box_name"
11780   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11781   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11782   include:
11783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11784     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11786   layout:
11787     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11788     layout: "plot-throughput"
11789
11790 - type: "plot"
11791   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11792   algorithm: "plot_perf_box_name"
11793   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11794   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11795   include:
11796     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11798     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11799   layout:
11800     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11801     layout: "plot-throughput"
11802
11803 - type: "plot"
11804   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11805   algorithm: "plot_perf_box_name"
11806   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11807   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11808   include:
11809     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11810     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11811     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11812     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11813     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11814   layout:
11815     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11816     layout: "plot-throughput"
11817
11818 - type: "plot"
11819   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11820   algorithm: "plot_perf_box_name"
11821   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11822   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11823   include:
11824     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11825     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11826     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11827     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11829   layout:
11830     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11831     layout: "plot-throughput"
11832
11833 - type: "plot"
11834   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11835   algorithm: "plot_perf_box_name"
11836   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11837   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11838   include:
11839     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11840     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11841     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11842   layout:
11843     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11844     layout: "plot-throughput"
11845
11846 - type: "plot"
11847   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11848   algorithm: "plot_perf_box_name"
11849   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11850   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11851   include:
11852     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11853     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11854     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11855   layout:
11856     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11857     layout: "plot-throughput"
11858
11859 - type: "plot"
11860   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11861   algorithm: "plot_perf_box_name"
11862   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11863   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11864   include:
11865     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11866     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11867     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11868     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11869     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11870     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11871   layout:
11872     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11873     layout: "plot-throughput"
11874
11875 - type: "plot"
11876   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11877   algorithm: "plot_perf_box_name"
11878   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11879   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11880   include:
11881     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11882     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11883     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11884     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11885     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11886     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11887   layout:
11888     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11889     layout: "plot-throughput"
11890
11891 - type: "plot"
11892   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11893   algorithm: "plot_perf_box_name"
11894   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11895   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11896   include:
11897     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11898     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11899     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11900     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11901     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11902   layout:
11903     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11904     layout: "plot-throughput"
11905
11906 - type: "plot"
11907   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11908   algorithm: "plot_perf_box_name"
11909   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11910   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11911   include:
11912     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11913     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11914     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11915     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11916     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11917   layout:
11918     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11919     layout: "plot-throughput"
11920
11921 - type: "plot"
11922   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11923   algorithm: "plot_perf_box_name"
11924   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11925   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11926   include:
11927     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11928     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11929     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11930     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
11931     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11932     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11933     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11934     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
11935     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11936     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11937   layout:
11938     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11939     layout: "plot-cps"
11940
11941 - type: "plot"
11942   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11943   algorithm: "plot_perf_box_name"
11944   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11945   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11946   include:
11947     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11948     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11949     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11950     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
11951     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11952     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11953     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11954     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
11955     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11956     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11957   layout:
11958     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11959     layout: "plot-throughput"
11960
11961 - type: "plot"
11962   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11963   algorithm: "plot_perf_box_name"
11964   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11965   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11966   include:
11967     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11968     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11969     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11970     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
11971     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11972     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11973     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11974     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
11975     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11976     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11977   layout:
11978     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11979     layout: "plot-cps"
11980
11981 - type: "plot"
11982   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11983   algorithm: "plot_perf_box_name"
11984   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11985   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11986   include:
11987     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11988     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11989     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11990     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
11991     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11992     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11993     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11994     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
11995     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11996     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11997   layout:
11998     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11999     layout: "plot-throughput"
12000
12001 - type: "plot"
12002   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
12003   algorithm: "plot_perf_box_name"
12004   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
12005   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12006   include:
12007     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
12008     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
12009     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
12010     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
12011     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
12012   layout:
12013     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
12014     layout: "plot-throughput"
12015
12016 - type: "plot"
12017   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
12018   algorithm: "plot_perf_box_name"
12019   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
12020   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12021   include:
12022     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
12023     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
12024     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
12025     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
12026     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
12027   layout:
12028     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
12029     layout: "plot-throughput"
12030
12031 - type: "plot"
12032   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
12033   algorithm: "plot_perf_box_name"
12034   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
12035   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12036   include:
12037     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
12038     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
12039     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
12040     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
12041     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
12042     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
12043     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
12044     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
12045     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
12046     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
12047   layout:
12048     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
12049     layout: "plot-cps"
12050
12051 - type: "plot"
12052   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
12053   algorithm: "plot_perf_box_name"
12054   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
12055   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12056   include:
12057     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
12058     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
12059     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
12060     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
12061     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
12062     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
12063     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
12064     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
12065     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
12066     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
12067   layout:
12068     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
12069     layout: "plot-throughput"
12070
12071 - type: "plot"
12072   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
12073   algorithm: "plot_perf_box_name"
12074   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
12075   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12076   include:
12077     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
12078     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
12079     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
12080     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
12081     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
12082     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
12083     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
12084     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
12085     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
12086     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
12087   layout:
12088     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
12089     layout: "plot-cps"
12090
12091 - type: "plot"
12092   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
12093   algorithm: "plot_perf_box_name"
12094   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
12095   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12096   include:
12097     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
12098     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
12099     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
12100     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
12101     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
12102     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
12103     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
12104     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
12105     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
12106     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
12107   layout:
12108     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
12109     layout: "plot-throughput"
12110
12111 - type: "plot"
12112   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12113   algorithm: "plot_perf_box_name"
12114   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12115   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12116   include:
12117     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12118     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12119     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12120     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12121     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12122     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12123   layout:
12124     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12125     layout: "plot-throughput"
12126
12127 - type: "plot"
12128   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12129   algorithm: "plot_perf_box_name"
12130   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12131   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12132   include:
12133     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12134     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12135     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12136     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12137     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12138     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12139   layout:
12140     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12141     layout: "plot-throughput"
12142
12143 - type: "plot"
12144   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12145   algorithm: "plot_perf_box_name"
12146   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12147   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12148   include:
12149     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12150     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12151     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12152   layout:
12153     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12154     layout: "plot-throughput"
12155
12156 - type: "plot"
12157   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12158   algorithm: "plot_perf_box_name"
12159   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12160   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12161   include:
12162     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12163     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12164     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12165   layout:
12166     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12167     layout: "plot-throughput"
12168
12169 - type: "plot"
12170   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12171   algorithm: "plot_perf_box_name"
12172   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12173   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12174   include:
12175     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12176     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12177 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12178 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12179 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12180   layout:
12181     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12182     layout: "plot-throughput"
12183
12184 - type: "plot"
12185   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12186   algorithm: "plot_perf_box_name"
12187   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12188   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12189   include:
12190     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12191     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12192 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12193 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12194 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12195   layout:
12196     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12197     layout: "plot-throughput"
12198
12199 - type: "plot"
12200   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12201   algorithm: "plot_perf_box_name"
12202   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12203   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12204   include:
12205     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12206     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12207     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12208     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12209     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12210   layout:
12211     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12212     layout: "plot-throughput"
12213
12214 - type: "plot"
12215   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12216   algorithm: "plot_perf_box_name"
12217   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12218   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12219   include:
12220     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12221     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12222     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12223     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12224     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12225   layout:
12226     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12227     layout: "plot-throughput"
12228
12229 - type: "plot"
12230   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12231   algorithm: "plot_perf_box_name"
12232   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12233   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12234   include:
12235     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12236     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12237     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12238     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12239     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12240   layout:
12241     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12242     layout: "plot-throughput"
12243
12244 - type: "plot"
12245   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12246   algorithm: "plot_perf_box_name"
12247   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12248   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12249   include:
12250     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12251     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12252     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12253     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12254     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12255   layout:
12256     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12257     layout: "plot-throughput"
12258
12259 - type: "plot"
12260   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12261   algorithm: "plot_perf_box_name"
12262   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12263   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12264   include:
12265     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12266     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12267     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12268     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12269   layout:
12270     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12271     layout: "plot-throughput"
12272
12273 - type: "plot"
12274   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12275   algorithm: "plot_perf_box_name"
12276   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12277   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12278   include:
12279     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12280     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12281     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12282     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12283   layout:
12284     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12285     layout: "plot-throughput"
12286
12287 - type: "plot"
12288   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12289   algorithm: "plot_perf_box_name"
12290   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12291   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12292   include:
12293     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12294     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12295     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12296     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12297     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12298   layout:
12299     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12300     layout: "plot-throughput"
12301
12302 - type: "plot"
12303   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12304   algorithm: "plot_perf_box_name"
12305   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12306   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12307   include:
12308     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12309     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12310     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12311     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12312     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12313   layout:
12314     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12315     layout: "plot-throughput"
12316
12317 - type: "plot"
12318   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12319   algorithm: "plot_perf_box_name"
12320   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12321   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12322   include:
12323     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12324     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12325     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12326     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12327     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12328   layout:
12329     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12330     layout: "plot-throughput"
12331
12332 - type: "plot"
12333   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12334   algorithm: "plot_perf_box_name"
12335   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12336   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12337   include:
12338     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12339     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12340     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12341     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12342     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12343   layout:
12344     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12345     layout: "plot-throughput"
12346
12347 - type: "plot"
12348   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12349   algorithm: "plot_perf_box_name"
12350   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12351   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12352   include:
12353     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12354     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12355     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12356     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12357   layout:
12358     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12359     layout: "plot-throughput"
12360
12361 - type: "plot"
12362   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12363   algorithm: "plot_perf_box_name"
12364   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12365   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12366   include:
12367     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12368     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12369     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12370     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12371   layout:
12372     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12373     layout: "plot-throughput"
12374
12375 - type: "plot"
12376   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12377   algorithm: "plot_perf_box_name"
12378   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12379   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12380   include:
12381     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12382     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12383     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12384     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12385     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12386   layout:
12387     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12388     layout: "plot-throughput"
12389
12390 - type: "plot"
12391   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12392   algorithm: "plot_perf_box_name"
12393   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12394   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12395   include:
12396     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12397     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12398     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12399     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12400     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12401   layout:
12402     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12403     layout: "plot-throughput"
12404
12405 - type: "plot"
12406   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12407   algorithm: "plot_perf_box_name"
12408   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12409   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12410   include:
12411     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12412     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12413     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12414     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12415     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12416     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12417   layout:
12418     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12419     layout: "plot-throughput"
12420
12421 - type: "plot"
12422   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12423   algorithm: "plot_perf_box_name"
12424   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12425   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12426   include:
12427     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12428     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12429     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12430     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12431     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12432     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12433   layout:
12434     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12435     layout: "plot-throughput"
12436
12437 - type: "plot"
12438   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12439   algorithm: "plot_perf_box_name"
12440   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12441   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12442   include:
12443     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12444     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12445     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12446     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12447     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12448   layout:
12449     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12450     layout: "plot-throughput"
12451
12452 - type: "plot"
12453   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12454   algorithm: "plot_perf_box_name"
12455   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12456   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12457   include:
12458     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12459     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12460     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12461     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12462     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12463   layout:
12464     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12465     layout: "plot-throughput"
12466
12467 - type: "plot"
12468   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12469   algorithm: "plot_perf_box_name"
12470   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12471   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12472   include:
12473     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12474     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12475     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12476     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12477     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12478   layout:
12479     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12480     layout: "plot-throughput"
12481
12482 - type: "plot"
12483   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12484   algorithm: "plot_perf_box_name"
12485   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12486   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12487   include:
12488     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12489     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12490     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12491     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12492     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12493   layout:
12494     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12495     layout: "plot-throughput"
12496
12497 - type: "plot"
12498   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12499   algorithm: "plot_perf_box_name"
12500   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12501   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12502   include:
12503     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12504     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12505   layout:
12506     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12507     layout: "plot-throughput"
12508
12509 - type: "plot"
12510   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12511   algorithm: "plot_perf_box_name"
12512   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12513   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12514   include:
12515     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12516     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12517   layout:
12518     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12519     layout: "plot-throughput"
12520
12521 - type: "plot"
12522   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12523   algorithm: "plot_perf_box_name"
12524   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12525   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12526   include:
12527     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12528     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12529     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12530     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12531   layout:
12532     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12533     layout: "plot-throughput"
12534
12535 - type: "plot"
12536   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12537   algorithm: "plot_perf_box_name"
12538   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12539   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12540   include:
12541     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12542     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12543     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12544     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12545   layout:
12546     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12547     layout: "plot-throughput"
12548
12549 - type: "plot"
12550   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12551   algorithm: "plot_perf_box_name"
12552   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12553   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12554   include:
12555     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12556     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12557     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12558     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12559   layout:
12560     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12561     layout: "plot-throughput"
12562
12563 - type: "plot"
12564   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12565   algorithm: "plot_perf_box_name"
12566   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12567   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12568   include:
12569     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12570     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12571     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12572     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12573   layout:
12574     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12575     layout: "plot-throughput"
12576
12577 - type: "plot"
12578   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12579   algorithm: "plot_perf_box_name"
12580   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12581   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12582   include:
12583     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12584     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12585     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12586     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12587   layout:
12588     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12589     layout: "plot-throughput"
12590
12591 - type: "plot"
12592   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12593   algorithm: "plot_perf_box_name"
12594   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12595   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12596   include:
12597     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12598     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12599     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12600     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12601   layout:
12602     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12603     layout: "plot-throughput"
12604
12605 - type: "plot"
12606   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12607   algorithm: "plot_perf_box_name"
12608   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12609   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12610   include:
12611     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12612     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12613     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12614     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12615   layout:
12616     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12617     layout: "plot-throughput"
12618
12619 - type: "plot"
12620   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12621   algorithm: "plot_perf_box_name"
12622   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12623   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12624   include:
12625     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12626     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12627     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12628     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12629   layout:
12630     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12631     layout: "plot-throughput"
12632
12633 - type: "plot"
12634   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12635   algorithm: "plot_perf_box_name"
12636   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12637   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12638   include:
12639     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12640     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12641     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12642     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12643     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12644     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12645   layout:
12646     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12647     layout: "plot-throughput"
12648
12649 - type: "plot"
12650   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12651   algorithm: "plot_perf_box_name"
12652   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12653   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12654   include:
12655     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12656     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12657     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12658     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12659     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12660     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12661   layout:
12662     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12663     layout: "plot-throughput"
12664
12665 - type: "plot"
12666   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12667   algorithm: "plot_perf_box_name"
12668   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12669   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12670   include:
12671     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12672     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12673     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12674     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12675     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12676   layout:
12677     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12678     layout: "plot-throughput"
12679
12680 - type: "plot"
12681   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12682   algorithm: "plot_perf_box_name"
12683   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12684   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12685   include:
12686     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12687     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12688     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12689     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12690     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12691   layout:
12692     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12693     layout: "plot-throughput"
12694
12695 - type: "plot"
12696   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12697   algorithm: "plot_perf_box_name"
12698   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12699   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12700   include:
12701     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12702     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12703     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12704     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12705     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12706   layout:
12707     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12708     layout: "plot-throughput"
12709
12710 - type: "plot"
12711   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12712   algorithm: "plot_perf_box_name"
12713   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12714   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12715   include:
12716     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12717     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12718     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12719     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12720     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12721   layout:
12722     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12723     layout: "plot-throughput"
12724
12725 - type: "plot"
12726   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12727   algorithm: "plot_perf_box_name"
12728   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12729   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12730   include:
12731     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12732     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12733     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12734   layout:
12735     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12736     layout: "plot-throughput"
12737
12738 - type: "plot"
12739   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12740   algorithm: "plot_perf_box_name"
12741   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12742   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12743   include:
12744     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12745     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12746     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12747   layout:
12748     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12749     layout: "plot-throughput"
12750
12751 - type: "plot"
12752   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12753   algorithm: "plot_perf_box_name"
12754   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12755   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12756   include:
12757     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12758     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12759     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12760   layout:
12761     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12762     layout: "plot-throughput"
12763
12764 - type: "plot"
12765   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12766   algorithm: "plot_perf_box_name"
12767   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12768   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12769   include:
12770     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12771     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12772     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12773   layout:
12774     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12775     layout: "plot-throughput"
12776
12777 - type: "plot"
12778   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12779   algorithm: "plot_perf_box_name"
12780   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12781   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12782   include:
12783     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12784     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12785     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12786     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12787     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12788   layout:
12789     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12790     layout: "plot-throughput"
12791
12792 - type: "plot"
12793   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12794   algorithm: "plot_perf_box_name"
12795   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12796   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12797   include:
12798     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12799     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12800     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12801     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12802     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12803   layout:
12804     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12805     layout: "plot-throughput"
12806
12807 - type: "plot"
12808   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12809   algorithm: "plot_perf_box_name"
12810   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12811   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12812   include:
12813     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12814     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12815     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12816     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12817     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12818   layout:
12819     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12820     layout: "plot-throughput"
12821
12822 - type: "plot"
12823   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12824   algorithm: "plot_perf_box_name"
12825   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12826   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12827   include:
12828     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12829     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12830     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12831     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12832     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12833   layout:
12834     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12835     layout: "plot-throughput"
12836
12837 - type: "plot"
12838   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12839   algorithm: "plot_perf_box_name"
12840   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12841   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12842   include:
12843     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12844     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12845     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12846     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12847     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12848   layout:
12849     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12850     layout: "plot-throughput"
12851
12852 - type: "plot"
12853   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12854   algorithm: "plot_perf_box_name"
12855   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12856   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12857   include:
12858     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12859     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12860     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12861     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12862     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12863   layout:
12864     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12865     layout: "plot-throughput"
12866
12867 - type: "plot"
12868   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12869   algorithm: "plot_perf_box_name"
12870   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12871   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12872   include:
12873     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12874     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12875     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12876     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12877     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12878   layout:
12879     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12880     layout: "plot-throughput"
12881
12882 - type: "plot"
12883   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12884   algorithm: "plot_perf_box_name"
12885   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12886   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12887   include:
12888     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12889     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12890     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12891     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12892     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12893   layout:
12894     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12895     layout: "plot-throughput"
12896
12897 - type: "plot"
12898   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12899   algorithm: "plot_perf_box_name"
12900   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12901   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12902   include:
12903     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12904     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12905     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12906     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12907     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12908   layout:
12909     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12910     layout: "plot-throughput"
12911
12912 - type: "plot"
12913   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12914   algorithm: "plot_perf_box_name"
12915   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12916   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12917   include:
12918     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12919     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12920     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12921     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12922     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12923   layout:
12924     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12925     layout: "plot-throughput"
12926
12927 - type: "plot"
12928   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12929   algorithm: "plot_perf_box_name"
12930   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12931   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12932   include:
12933     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12934     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12935     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12936     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12937     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12938     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12939   layout:
12940     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12941     layout: "plot-throughput"
12942
12943 - type: "plot"
12944   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12945   algorithm: "plot_perf_box_name"
12946   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12947   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12948   include:
12949     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12950     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12951     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12952     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12953     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12954     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12955   layout:
12956     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12957     layout: "plot-throughput"
12958
12959 - type: "plot"
12960   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12961   algorithm: "plot_perf_box_name"
12962   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12963   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12964   include:
12965     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12966     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12967     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12968     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12969   layout:
12970     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12971     layout: "plot-throughput"
12972
12973 - type: "plot"
12974   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12975   algorithm: "plot_perf_box_name"
12976   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12977   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12978   include:
12979     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12980     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12981     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12982     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12983   layout:
12984     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12985     layout: "plot-throughput"
12986
12987 - type: "plot"
12988   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12989   algorithm: "plot_perf_box_name"
12990   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12991   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12992   include:
12993     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12994     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12995     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12996     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12997     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12998     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12999   layout:
13000     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
13001     layout: "plot-throughput"
13002
13003 - type: "plot"
13004   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13005   algorithm: "plot_perf_box_name"
13006   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13007   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13008   include:
13009     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13010     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13011     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13012     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13013     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13014     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13015   layout:
13016     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
13017     layout: "plot-throughput"
13018
13019 - type: "plot"
13020   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13021   algorithm: "plot_perf_box_name"
13022   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13023   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13024   include:
13025     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13026     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13027     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13028     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13029     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13030     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13031   layout:
13032     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13033     layout: "plot-throughput"
13034
13035 - type: "plot"
13036   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13037   algorithm: "plot_perf_box_name"
13038   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13039   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13040   include:
13041     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13042     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13043     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13044     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13045     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13046     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13047   layout:
13048     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13049     layout: "plot-throughput"
13050
13051 - type: "plot"
13052   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13053   algorithm: "plot_perf_box_name"
13054   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13055   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13056   include:
13057     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13058     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13059     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13060     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13061     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13062     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13063   layout:
13064     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
13065     layout: "plot-throughput"
13066
13067 - type: "plot"
13068   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13069   algorithm: "plot_perf_box_name"
13070   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13071   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13072   include:
13073     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13074     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13075     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13076     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13077     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13078     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13079   layout:
13080     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
13081     layout: "plot-throughput"
13082
13083 - type: "plot"
13084   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13085   algorithm: "plot_perf_box_name"
13086   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13087   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13088   include:
13089     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13090     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13091     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13092     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13093     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13094     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13095   layout:
13096     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13097     layout: "plot-throughput"
13098
13099 - type: "plot"
13100   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13101   algorithm: "plot_perf_box_name"
13102   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13103   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13104   include:
13105     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13106     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13107     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13108     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13109     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13110     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13111   layout:
13112     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13113     layout: "plot-throughput"
13114
13115 - type: "plot"
13116   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13117   algorithm: "plot_perf_box_name"
13118   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13119   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13120   include:
13121     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13122     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13123     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13124     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13125     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13126     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13127   layout:
13128     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13129     layout: "plot-throughput"
13130
13131 - type: "plot"
13132   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13133   algorithm: "plot_perf_box_name"
13134   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13135   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13136   include:
13137     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13138     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13139     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13140     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13141     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13142     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13143   layout:
13144     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13145     layout: "plot-throughput"
13146
13147 - type: "plot"
13148   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13149   algorithm: "plot_perf_box_name"
13150   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13151   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13152   include:
13153     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13154     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13155     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13156     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13157     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13158     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13159   layout:
13160     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13161     layout: "plot-throughput"
13162
13163 - type: "plot"
13164   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13165   algorithm: "plot_perf_box_name"
13166   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13167   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13168   include:
13169     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13170     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13171     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13172     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13173     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13174     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13175   layout:
13176     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13177     layout: "plot-throughput"
13178
13179 - type: "plot"
13180   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13181   algorithm: "plot_perf_box_name"
13182   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13183   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13184   include:
13185     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13186     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13187     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13188     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13189     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13190     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13191   layout:
13192     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13193     layout: "plot-throughput"
13194
13195 - type: "plot"
13196   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13197   algorithm: "plot_perf_box_name"
13198   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13199   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13200   include:
13201     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13202     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13203     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13204     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13205     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13207   layout:
13208     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13209     layout: "plot-throughput"
13210
13211 - type: "plot"
13212   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13213   algorithm: "plot_perf_box_name"
13214   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13215   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13216   include:
13217     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13218     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13219     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13223   layout:
13224     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13225     layout: "plot-throughput"
13226
13227 - type: "plot"
13228   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13229   algorithm: "plot_perf_box_name"
13230   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13231   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13232   include:
13233     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13234     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
13236     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13239   layout:
13240     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13241     layout: "plot-throughput"
13242
13243 - type: "plot"
13244   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13245   algorithm: "plot_perf_box_name"
13246   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13247   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13248   include:
13249     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13250     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13251     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13252     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13253   layout:
13254     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13255     layout: "plot-throughput"
13256
13257 - type: "plot"
13258   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13259   algorithm: "plot_perf_box_name"
13260   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13261   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13262   include:
13263     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13264     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13265     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13266     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13267   layout:
13268     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13269     layout: "plot-throughput"
13270
13271 - type: "plot"
13272   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13273   algorithm: "plot_perf_box_name"
13274   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13275   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13276   include:
13277     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13278     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13279     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13280     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13281   layout:
13282     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13283     layout: "plot-throughput"
13284
13285 - type: "plot"
13286   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13287   algorithm: "plot_perf_box_name"
13288   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13289   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13290   include:
13291     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13292     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13293     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13294     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13295   layout:
13296     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13297     layout: "plot-throughput"
13298
13299 - type: "plot"
13300   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13301   algorithm: "plot_perf_box_name"
13302   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13303   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13304   include:
13305     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13306     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13307     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13308     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13309     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13310     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13311   layout:
13312     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13313     layout: "plot-throughput"
13314
13315 - type: "plot"
13316   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13317   algorithm: "plot_perf_box_name"
13318   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13319   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13320   include:
13321     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13322     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13323     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13324     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13325     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13326     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13327   layout:
13328     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13329     layout: "plot-throughput"
13330
13331 - type: "plot"
13332   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13333   algorithm: "plot_perf_box_name"
13334   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13335   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13336   include:
13337     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13338     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13339     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13340     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13341     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13342   layout:
13343     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13344     layout: "plot-throughput"
13345
13346 - type: "plot"
13347   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13348   algorithm: "plot_perf_box_name"
13349   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13350   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13351   include:
13352     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13353     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13354     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13355     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13356     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13357   layout:
13358     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13359     layout: "plot-throughput"
13360
13361 - type: "plot"
13362   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13363   algorithm: "plot_perf_box_name"
13364   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13365   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13366   include:
13367     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13368     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13369     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13370     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13371     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13372   layout:
13373     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13374     layout: "plot-throughput"
13375
13376 - type: "plot"
13377   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13378   algorithm: "plot_perf_box_name"
13379   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13380   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13381   include:
13382     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13383     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13384     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13385     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13386     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13387   layout:
13388     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13389     layout: "plot-throughput"
13390
13391 - type: "plot"
13392   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13393   algorithm: "plot_perf_box_name"
13394   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13395   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13396   include:
13397     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13398     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13399     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13400     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13401   layout:
13402     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13403     layout: "plot-throughput"
13404
13405 - type: "plot"
13406   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13407   algorithm: "plot_perf_box_name"
13408   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13409   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13410   include:
13411     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13412     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13413     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13414     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13415   layout:
13416     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13417     layout: "plot-throughput"
13418
13419 - type: "plot"
13420   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13421   algorithm: "plot_perf_box_name"
13422   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13423   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13424   include:
13425     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13426     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13427     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13428     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13429     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13430     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13431   layout:
13432     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13433     layout: "plot-throughput"
13434
13435 - type: "plot"
13436   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13437   algorithm: "plot_perf_box_name"
13438   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13439   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13440   include:
13441     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13442     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13443     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13444     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13445     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13446     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13447   layout:
13448     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13449     layout: "plot-throughput"
13450
13451 - type: "plot"
13452   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13453   algorithm: "plot_perf_box_name"
13454   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13455   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13456   include:
13457     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13458     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13459     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13460     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13461     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13462     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13463   layout:
13464     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13465     layout: "plot-throughput"
13466
13467 - type: "plot"
13468   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13469   algorithm: "plot_perf_box_name"
13470   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13471   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13472   include:
13473     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13474     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13475     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13476     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13477     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13478     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13479   layout:
13480     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13481     layout: "plot-throughput"
13482
13483 - type: "plot"
13484   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13485   algorithm: "plot_perf_box_name"
13486   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13487   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13488   include:
13489     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13490     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13491     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13492     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13493     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13494     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13495   layout:
13496     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13497     layout: "plot-throughput"
13498
13499 - type: "plot"
13500   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13501   algorithm: "plot_perf_box_name"
13502   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13503   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13504   include:
13505     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13506     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13507     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13508     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13509     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13510     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13511   layout:
13512     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13513     layout: "plot-throughput"
13514
13515 - type: "plot"
13516   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13517   algorithm: "plot_perf_box_name"
13518   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13519   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13520   include:
13521     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13522     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13523     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13524     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13525     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13526     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13527   layout:
13528     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13529     layout: "plot-throughput"
13530
13531 - type: "plot"
13532   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13533   algorithm: "plot_perf_box_name"
13534   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13535   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13536   include:
13537     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13538     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13539     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13540     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13541     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13542     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13543   layout:
13544     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13545     layout: "plot-throughput"
13546
13547 - type: "plot"
13548   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13549   algorithm: "plot_perf_box_name"
13550   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13551   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13552   include:
13553     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13554     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13555     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13556     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13557   layout:
13558     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13559     layout: "plot-throughput"
13560
13561 - type: "plot"
13562   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13563   algorithm: "plot_perf_box_name"
13564   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13565   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13566   include:
13567     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13568     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13569     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13570     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13571   layout:
13572     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13573     layout: "plot-throughput"
13574
13575 - type: "plot"
13576   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13577   algorithm: "plot_perf_box_name"
13578   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13579   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13580   include:
13581     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13582     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13583     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13584     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13585     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13586     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13587   layout:
13588     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13589     layout: "plot-throughput"
13590
13591 - type: "plot"
13592   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13593   algorithm: "plot_perf_box_name"
13594   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13595   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13596   include:
13597     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13598     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13599     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13600     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13601     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13602     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13603   layout:
13604     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13605     layout: "plot-throughput"
13606
13607 - type: "plot"
13608   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13609   algorithm: "plot_perf_box_name"
13610   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13611   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13612   include:
13613     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13614     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13615     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13616     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13617     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13618     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13619   layout:
13620     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13621     layout: "plot-throughput"
13622
13623 - type: "plot"
13624   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13625   algorithm: "plot_perf_box_name"
13626   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13627   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13628   include:
13629     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13630     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13631     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13632     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13633     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13634     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13635   layout:
13636     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13637     layout: "plot-throughput"
13638
13639 - type: "plot"
13640   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13641   algorithm: "plot_perf_box_name"
13642   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13643   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13644   include:
13645     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13646     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13647     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13648     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13649   layout:
13650     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13651     layout: "plot-throughput"
13652
13653 - type: "plot"
13654   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13655   algorithm: "plot_perf_box_name"
13656   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13657   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13658   include:
13659     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13660     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13661     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13662     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13663   layout:
13664     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13665     layout: "plot-throughput"
13666
13667 - type: "plot"
13668   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13669   algorithm: "plot_perf_box_name"
13670   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13671   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13672   include:
13673     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13674     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13675     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13676     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13677     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13678     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13679   layout:
13680     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13681     layout: "plot-throughput"
13682
13683 - type: "plot"
13684   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13685   algorithm: "plot_perf_box_name"
13686   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13687   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13688   include:
13689     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13690     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13691     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13692     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13693     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13694     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13695   layout:
13696     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13697     layout: "plot-throughput"
13698
13699 - type: "plot"
13700   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13701   algorithm: "plot_perf_box_name"
13702   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13703   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13704   include:
13705     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13706     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13707     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13708     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13709   layout:
13710     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13711     layout: "plot-throughput"
13712
13713 - type: "plot"
13714   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13715   algorithm: "plot_perf_box_name"
13716   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13717   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13718   include:
13719     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13720     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13721     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13722     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13723   layout:
13724     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13725     layout: "plot-throughput"
13726
13727 - type: "plot"
13728   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13729   algorithm: "plot_perf_box_name"
13730   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13731   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13732   include:
13733     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13734     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13735     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13736     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13737     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13738     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13739   layout:
13740     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13741     layout: "plot-throughput"
13742
13743 - type: "plot"
13744   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13745   algorithm: "plot_perf_box_name"
13746   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13747   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13748   include:
13749     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13750     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13751     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13752     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13753     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13754     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13755   layout:
13756     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13757     layout: "plot-throughput"
13758
13759 - type: "plot"
13760   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13761   algorithm: "plot_perf_box_name"
13762   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13763   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13764   include:
13765     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13766     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13767     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13768     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13769     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13770     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13771   layout:
13772     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13773     layout: "plot-throughput"
13774
13775 - type: "plot"
13776   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13777   algorithm: "plot_perf_box_name"
13778   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13779   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13780   include:
13781     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13782     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13783     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13784     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13785     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13786     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13787   layout:
13788     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13789     layout: "plot-throughput"
13790
13791 - type: "plot"
13792   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13793   algorithm: "plot_perf_box_name"
13794   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13795   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13796   include:
13797     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13798     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13799     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13800     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13801     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13802     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13803   layout:
13804     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13805     layout: "plot-throughput"
13806
13807 - type: "plot"
13808   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13809   algorithm: "plot_perf_box_name"
13810   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13811   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13812   include:
13813     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13814     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13815     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13816     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13817     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13818     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13819   layout:
13820     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13821     layout: "plot-throughput"
13822
13823 - type: "plot"
13824   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13825   algorithm: "plot_perf_box_name"
13826   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13827   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13828   include:
13829     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13830     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13831     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13832 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13833 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13834 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13835   layout:
13836     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13837     layout: "plot-throughput"
13838
13839 - type: "plot"
13840   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13841   algorithm: "plot_perf_box_name"
13842   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13843   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13844   include:
13845     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13846     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13847     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13848 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13849 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13850 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13851   layout:
13852     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13853     layout: "plot-throughput"
13854
13855 - type: "plot"
13856   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13857   algorithm: "plot_perf_box_name"
13858   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13859   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13860   include:
13861     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13862     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13863     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13864     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13865     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13866     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13867   layout:
13868     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13869     layout: "plot-throughput"
13870
13871 - type: "plot"
13872   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13873   algorithm: "plot_perf_box_name"
13874   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13875   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13876   include:
13877     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13878     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13879     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13880     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13881     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13882     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13883   layout:
13884     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13885     layout: "plot-throughput"
13886
13887 - type: "plot"
13888   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13889   algorithm: "plot_perf_box_name"
13890   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13891   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13892   include:
13893     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13894     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13895     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13896     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13897     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13898     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13899   layout:
13900     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13901     layout: "plot-throughput"
13902
13903 - type: "plot"
13904   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13905   algorithm: "plot_perf_box_name"
13906   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13907   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13908   include:
13909     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13910     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13911     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13912     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13913     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13914     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13915   layout:
13916     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13917     layout: "plot-throughput"
13918
13919 #- type: "plot"
13920 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13921 #  algorithm: "plot_perf_box_name"
13922 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13923 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13924 #  include:
13925 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13926 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13927 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13928 #  layout:
13929 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13930 #    layout: "plot-throughput"
13931 #
13932 #- type: "plot"
13933 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13934 #  algorithm: "plot_perf_box_name"
13935 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13936 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13937 #  include:
13938 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13939 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13940 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13941 #  layout:
13942 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13943 #    layout: "plot-throughput"
13944
13945 - type: "plot"
13946   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13947   algorithm: "plot_perf_box_name"
13948   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13949   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13950   include:
13951     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13952     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13953     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13954     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13955     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13956   layout:
13957     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13958     layout: "plot-throughput"
13959
13960 - type: "plot"
13961   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13962   algorithm: "plot_perf_box_name"
13963   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13964   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13965   include:
13966     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13967     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13968     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13969     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13970     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13971   layout:
13972     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13973     layout: "plot-throughput"
13974
13975 - type: "plot"
13976   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13977   algorithm: "plot_perf_box_name"
13978   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13979   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13980   include:
13981     - "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"
13982     - "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"
13983     - "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"
13984     - "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"
13985     - "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"
13986   layout:
13987     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13988     layout: "plot-throughput"
13989
13990 - type: "plot"
13991   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13992   algorithm: "plot_perf_box_name"
13993   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13994   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13995   include:
13996     - "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"
13997     - "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"
13998     - "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"
13999     - "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"
14000     - "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"
14001   layout:
14002     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14003     layout: "plot-throughput"
14004
14005 - type: "plot"
14006   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14007   algorithm: "plot_perf_box_name"
14008   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14009   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14010   include:
14011     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14012     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14013     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14014     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14015     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14016   layout:
14017     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14018     layout: "plot-throughput"
14019
14020 - type: "plot"
14021   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14022   algorithm: "plot_perf_box_name"
14023   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14024   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14025   include:
14026     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14027     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14028     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14029     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14030     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14031   layout:
14032     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14033     layout: "plot-throughput"
14034
14035 - type: "plot"
14036   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14037   algorithm: "plot_perf_box_name"
14038   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14039   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14040   include:
14041     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14042     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14043     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14044     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14045     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14046   layout:
14047     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14048     layout: "plot-throughput"
14049
14050 - type: "plot"
14051   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14052   algorithm: "plot_perf_box_name"
14053   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14054   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14055   include:
14056     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14057     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14058     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14059     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14060     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14061   layout:
14062     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14063     layout: "plot-throughput"
14064
14065 - type: "plot"
14066   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14067   algorithm: "plot_perf_box_name"
14068   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14069   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14070   include:
14071     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14072     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14073     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14074     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14075     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14076   layout:
14077     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
14078     layout: "plot-throughput"
14079
14080 - type: "plot"
14081   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14082   algorithm: "plot_perf_box_name"
14083   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14084   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14085   include:
14086     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14087     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14088     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14089     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14090     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14091   layout:
14092     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
14093     layout: "plot-throughput"
14094
14095 - type: "plot"
14096   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14097   algorithm: "plot_perf_box_name"
14098   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14099   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14100   include:
14101     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14102     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14103     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14104     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14105     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14106   layout:
14107     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14108     layout: "plot-throughput"
14109
14110 - type: "plot"
14111   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14112   algorithm: "plot_perf_box_name"
14113   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14114   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14115   include:
14116     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14117     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14118     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14119     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14120     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14121   layout:
14122     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14123     layout: "plot-throughput"
14124
14125 - type: "plot"
14126   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14127   algorithm: "plot_perf_box_name"
14128   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14129   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14130   include:
14131     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14132     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14133     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14134     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14135   layout:
14136     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14137     layout: "plot-throughput"
14138
14139 - type: "plot"
14140   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14141   algorithm: "plot_perf_box_name"
14142   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14143   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14144   include:
14145     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14146     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14147     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14148     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14149   layout:
14150     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14151     layout: "plot-throughput"
14152
14153 - type: "plot"
14154   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14155   algorithm: "plot_perf_box_name"
14156   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14157   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14158   include:
14159     - "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"
14160     - "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"
14161     - "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"
14162     - "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"
14163   layout:
14164     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14165     layout: "plot-throughput"
14166
14167 - type: "plot"
14168   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14169   algorithm: "plot_perf_box_name"
14170   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14171   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14172   include:
14173     - "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"
14174     - "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"
14175     - "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"
14176     - "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"
14177   layout:
14178     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14179     layout: "plot-throughput"
14180
14181 - type: "plot"
14182   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14183   algorithm: "plot_perf_box_name"
14184   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14185   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14186   include:
14187     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14188     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14189     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14190     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14191     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14192     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14193   layout:
14194     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14195     layout: "plot-throughput"
14196
14197 - type: "plot"
14198   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14199   algorithm: "plot_perf_box_name"
14200   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14201   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14202   include:
14203     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14204     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14205     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14206     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14207     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14208     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14209   layout:
14210     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14211     layout: "plot-throughput"
14212
14213 - type: "plot"
14214   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14215   algorithm: "plot_perf_box_name"
14216   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14217   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14218   include:
14219     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14220     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14221     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14222     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14223     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14224     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14225   layout:
14226     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14227     layout: "plot-throughput"
14228
14229 - type: "plot"
14230   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14231   algorithm: "plot_perf_box_name"
14232   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14233   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14234   include:
14235     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14236     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14237     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14238     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14239     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14240     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14241   layout:
14242     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14243     layout: "plot-throughput"
14244
14245 - type: "plot"
14246   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14247   algorithm: "plot_perf_box_name"
14248   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14249   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14250   include:
14251     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14252     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14253     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14254     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14255     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14256     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14257   layout:
14258     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14259     layout: "plot-throughput"
14260
14261 - type: "plot"
14262   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14263   algorithm: "plot_perf_box_name"
14264   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14265   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14266   include:
14267     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14268     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14269     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14270     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14271     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14272     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14273   layout:
14274     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14275     layout: "plot-throughput"
14276
14277 - type: "plot"
14278   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14279   algorithm: "plot_perf_box_name"
14280   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14281   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14282   include:
14283     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14284     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14285     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14286     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14287     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14288   layout:
14289     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14290     layout: "plot-throughput"
14291
14292 - type: "plot"
14293   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14294   algorithm: "plot_perf_box_name"
14295   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14296   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14297   include:
14298     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14299     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14300     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14301     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14302     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14303   layout:
14304     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14305     layout: "plot-throughput"
14306
14307 - type: "plot"
14308   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14309   algorithm: "plot_perf_box_name"
14310   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14311   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14312   include:
14313     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14314     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14315   layout:
14316     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14317     layout: "plot-throughput"
14318
14319 - type: "plot"
14320   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14321   algorithm: "plot_perf_box_name"
14322   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14323   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14324   include:
14325     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14326     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14327   layout:
14328     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14329     layout: "plot-throughput"
14330
14331 - type: "plot"
14332   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14333   algorithm: "plot_perf_box_name"
14334   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14335   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14336   include:
14337     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14338     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14339   layout:
14340     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14341     layout: "plot-throughput"
14342
14343 - type: "plot"
14344   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14345   algorithm: "plot_perf_box_name"
14346   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14347   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14348   include:
14349     - "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"
14350     - "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"
14351   layout:
14352     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14353     layout: "plot-throughput"
14354
14355 - type: "plot"
14356   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14357   algorithm: "plot_perf_box_name"
14358   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14359   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14360   include:
14361     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14362     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14363   layout:
14364     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14365     layout: "plot-throughput"
14366
14367 - type: "plot"
14368   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14369   algorithm: "plot_perf_box_name"
14370   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14371   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14372   include:
14373     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14374     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14375   layout:
14376     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14377     layout: "plot-throughput"
14378
14379 - type: "plot"
14380   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14381   algorithm: "plot_perf_box_name"
14382   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14383   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14384   include:
14385     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14386     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14387   layout:
14388     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14389     layout: "plot-throughput"
14390
14391 - type: "plot"
14392   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14393   algorithm: "plot_perf_box_name"
14394   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14395   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14396   include:
14397     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14398     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14399   layout:
14400     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14401     layout: "plot-throughput"
14402
14403 - type: "plot"
14404   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14405   algorithm: "plot_perf_box_name"
14406   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14407   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14408   include:
14409     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14410     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14411     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14412     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14413     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14414     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14415   layout:
14416     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14417     layout: "plot-throughput"
14418
14419 - type: "plot"
14420   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14421   algorithm: "plot_perf_box_name"
14422   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14423   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14424   include:
14425     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14426     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14427     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14428     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14429     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14430     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14431   layout:
14432     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14433     layout: "plot-throughput"
14434
14435 - type: "plot"
14436   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14437   algorithm: "plot_perf_box_name"
14438   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14439   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14440   include:
14441     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14442     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14443     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14444     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14445     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14446     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14447   layout:
14448     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14449     layout: "plot-throughput"
14450
14451 - type: "plot"
14452   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14453   algorithm: "plot_perf_box_name"
14454   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14455   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14456   include:
14457     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14458     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14459     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14460     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14461     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14462     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14463   layout:
14464     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14465     layout: "plot-throughput"
14466
14467 - type: "plot"
14468   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14469   algorithm: "plot_perf_box_name"
14470   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14471   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14472   include:
14473     - "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"
14474     - "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"
14475     - "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"
14476     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14477     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14478     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14479   layout:
14480     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14481     layout: "plot-throughput"
14482
14483 - type: "plot"
14484   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14485   algorithm: "plot_perf_box_name"
14486   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14487   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14488   include:
14489     - "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"
14490     - "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"
14491     - "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"
14492     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14493     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14494     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14495   layout:
14496     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14497     layout: "plot-throughput"
14498
14499 ################################################################################
14500
14501 # Packet Speedup
14502
14503 - type: "plot"
14504   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14505   algorithm: "plot_tsa_name"
14506   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14507   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14508   include:
14509     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14510     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14511     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14512     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14513   layout:
14514     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14515     layout: "plot-throughput-speedup-analysis"
14516
14517 - type: "plot"
14518   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14519   algorithm: "plot_tsa_name"
14520   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14521   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14522   include:
14523     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14524     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14525     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14526     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14527   layout:
14528     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14529     layout: "plot-throughput-speedup-analysis"
14530
14531 - type: "plot"
14532   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14533   algorithm: "plot_tsa_name"
14534   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14535   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14536   include:
14537     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14538     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14539     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14540     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14541   layout:
14542     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14543     layout: "plot-throughput-speedup-analysis"
14544
14545 - type: "plot"
14546   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14547   algorithm: "plot_tsa_name"
14548   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14549   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14550   include:
14551     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14552     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14553     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14554     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14555   layout:
14556     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14557     layout: "plot-throughput-speedup-analysis"
14558
14559 - type: "plot"
14560   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14561   algorithm: "plot_tsa_name"
14562   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14563   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14564   include:
14565     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14566     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14567     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14568     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14569     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14570   layout:
14571     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14572     layout: "plot-throughput-speedup-analysis"
14573
14574 - type: "plot"
14575   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14576   algorithm: "plot_tsa_name"
14577   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14578   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14579   include:
14580     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14581     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14582     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14583     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14584     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14585   layout:
14586     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14587     layout: "plot-throughput-speedup-analysis"
14588
14589 - type: "plot"
14590   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14591   algorithm: "plot_tsa_name"
14592   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14593   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14594   include:
14595     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14596     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14597     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14598     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14599     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14600   layout:
14601     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14602     layout: "plot-throughput-speedup-analysis"
14603
14604 - type: "plot"
14605   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14606   algorithm: "plot_tsa_name"
14607   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14608   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14609   include:
14610     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14611     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14612     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14613     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14614     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14615   layout:
14616     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14617     layout: "plot-throughput-speedup-analysis"
14618
14619 - type: "plot"
14620   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14621   algorithm: "plot_tsa_name"
14622   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14623   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14624   include:
14625     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14626     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14627     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14628     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14629     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14630     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14631   layout:
14632     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14633     layout: "plot-throughput-speedup-analysis"
14634
14635 - type: "plot"
14636   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14637   algorithm: "plot_tsa_name"
14638   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14639   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14640   include:
14641     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14642     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14643     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14644     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14645     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14646     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14647   layout:
14648     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14649     layout: "plot-throughput-speedup-analysis"
14650
14651 - type: "plot"
14652   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14653   algorithm: "plot_tsa_name"
14654   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14655   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14656   include:
14657     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14658     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14659     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14660     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14661     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14662   layout:
14663     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14664     layout: "plot-throughput-speedup-analysis"
14665
14666 - type: "plot"
14667   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14668   algorithm: "plot_tsa_name"
14669   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14670   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14671   include:
14672     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14673     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14674     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14675     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14677   layout:
14678     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14679     layout: "plot-throughput-speedup-analysis"
14680
14681 - type: "plot"
14682   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14683   algorithm: "plot_tsa_name"
14684   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14685   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14686   include:
14687     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14688     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14689     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14690   layout:
14691     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14692     layout: "plot-throughput-speedup-analysis"
14693
14694 - type: "plot"
14695   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14696   algorithm: "plot_tsa_name"
14697   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14698   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14699   include:
14700     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14701     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14702     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14703   layout:
14704     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14705     layout: "plot-throughput-speedup-analysis"
14706
14707 - type: "plot"
14708   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14709   algorithm: "plot_tsa_name"
14710   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14711   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14712   include:
14713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14714     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14715     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14716     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14718   layout:
14719     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14720     layout: "plot-throughput-speedup-analysis"
14721
14722 - type: "plot"
14723   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14724   algorithm: "plot_tsa_name"
14725   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14726   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14727   include:
14728     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14729     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14730     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14733   layout:
14734     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14735     layout: "plot-throughput-speedup-analysis"
14736
14737 - type: "plot"
14738   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14739   algorithm: "plot_tsa_name"
14740   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14741   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14742   include:
14743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14744     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14745     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14746   layout:
14747     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14748     layout: "plot-throughput-speedup-analysis"
14749
14750 - type: "plot"
14751   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14752   algorithm: "plot_tsa_name"
14753   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14754   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14755   include:
14756     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14757     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14758     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14759   layout:
14760     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14761     layout: "plot-throughput-speedup-analysis"
14762
14763 - type: "plot"
14764   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14765   algorithm: "plot_tsa_name"
14766   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14767   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14768   include:
14769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14770     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14775   layout:
14776     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14777     layout: "plot-throughput-speedup-analysis"
14778
14779 - type: "plot"
14780   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14781   algorithm: "plot_tsa_name"
14782   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14783   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14784   include:
14785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14786     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14787     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14788     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14791   layout:
14792     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14793     layout: "plot-throughput-speedup-analysis"
14794
14795 - type: "plot"
14796   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14797   algorithm: "plot_tsa_name"
14798   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14799   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14800   include:
14801     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14802     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14803     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14804     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14805     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14806   layout:
14807     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
14808     layout: "plot-throughput-speedup-analysis"
14809
14810 - type: "plot"
14811   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14812   algorithm: "plot_tsa_name"
14813   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14814   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14815   include:
14816     - "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"
14817     - "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"
14818     - "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"
14819     - "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"
14820     - "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"
14821   layout:
14822     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
14823     layout: "plot-throughput-speedup-analysis"
14824
14825 - type: "plot"
14826   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14827   algorithm: "plot_tsa_name"
14828   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14829   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14830   include:
14831     - "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"
14832     - "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"
14833     - "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"
14834     - "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"
14835     - "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"
14836     - "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"
14837     - "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"
14838     - "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"
14839     - "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"
14840     - "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"
14841   layout:
14842     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
14843     layout: "plot-throughput-speedup-analysis-cps"
14844
14845 - type: "plot"
14846   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14847   algorithm: "plot_tsa_name"
14848   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14849   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14850   include:
14851     - "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"
14852     - "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"
14853     - "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"
14854     - "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"
14855     - "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"
14856     - "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"
14857     - "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"
14858     - "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"
14859     - "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"
14860     - "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"
14861   layout:
14862     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
14863     layout: "plot-throughput-speedup-analysis"
14864
14865 - type: "plot"
14866   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14867   algorithm: "plot_tsa_name"
14868   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14869   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14870   include:
14871     - "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"
14872     - "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"
14873     - "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"
14874     - "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"
14875     - "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"
14876     - "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"
14877     - "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"
14878     - "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"
14879     - "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"
14880     - "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"
14881   layout:
14882     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
14883     layout: "plot-throughput-speedup-analysis-cps"
14884
14885 - type: "plot"
14886   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14887   algorithm: "plot_tsa_name"
14888   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14889   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14890   include:
14891     - "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"
14892     - "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"
14893     - "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"
14894     - "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"
14895     - "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"
14896     - "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"
14897     - "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"
14898     - "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"
14899     - "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"
14900     - "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"
14901   layout:
14902     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
14903     layout: "plot-throughput-speedup-analysis"
14904
14905 - type: "plot"
14906   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14907   algorithm: "plot_tsa_name"
14908   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14909   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14910   include:
14911     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14912     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14913     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14914     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14915     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14916   layout:
14917     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
14918     layout: "plot-throughput-speedup-analysis"
14919
14920 - type: "plot"
14921   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14922   algorithm: "plot_tsa_name"
14923   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14924   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14925   include:
14926     - "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"
14927     - "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"
14928     - "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"
14929     - "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"
14930     - "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"
14931   layout:
14932     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
14933     layout: "plot-throughput-speedup-analysis"
14934
14935 - type: "plot"
14936   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14937   algorithm: "plot_tsa_name"
14938   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14939   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14940   include:
14941     - "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"
14942     - "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"
14943     - "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"
14944     - "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"
14945     - "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"
14946     - "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"
14947     - "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"
14948     - "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"
14949     - "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"
14950     - "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"
14951   layout:
14952     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
14953     layout: "plot-throughput-speedup-analysis-cps"
14954
14955 - type: "plot"
14956   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14957   algorithm: "plot_tsa_name"
14958   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14959   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14960   include:
14961     - "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"
14962     - "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"
14963     - "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"
14964     - "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"
14965     - "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"
14966     - "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"
14967     - "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"
14968     - "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"
14969     - "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"
14970     - "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"
14971   layout:
14972     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
14973     layout: "plot-throughput-speedup-analysis"
14974
14975 - type: "plot"
14976   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14977   algorithm: "plot_tsa_name"
14978   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14979   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14980   include:
14981     - "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"
14982     - "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"
14983     - "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"
14984     - "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"
14985     - "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"
14986     - "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"
14987     - "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"
14988     - "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"
14989     - "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"
14990     - "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"
14991   layout:
14992     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
14993     layout: "plot-throughput-speedup-analysis-cps"
14994
14995 - type: "plot"
14996   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14997   algorithm: "plot_tsa_name"
14998   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14999   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15000   include:
15001     - "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"
15002     - "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"
15003     - "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"
15004     - "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"
15005     - "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"
15006     - "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"
15007     - "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"
15008     - "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"
15009     - "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"
15010     - "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"
15011   layout:
15012     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
15013     layout: "plot-throughput-speedup-analysis"
15014
15015 - type: "plot"
15016   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15017   algorithm: "plot_tsa_name"
15018   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15019   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15020   include:
15021     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15022     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15023     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15024     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15025     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15026     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
15027   layout:
15028     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15029     layout: "plot-throughput-speedup-analysis"
15030
15031 - type: "plot"
15032   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15033   algorithm: "plot_tsa_name"
15034   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15035   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15036   include:
15037     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15038     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15039     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15040     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15041     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15042     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
15043   layout:
15044     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15045     layout: "plot-throughput-speedup-analysis"
15046
15047 - type: "plot"
15048   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15049   algorithm: "plot_tsa_name"
15050   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15051   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15052   include:
15053     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15054     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15055     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15056   layout:
15057     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
15058     layout: "plot-throughput-speedup-analysis"
15059
15060 - type: "plot"
15061   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15062   algorithm: "plot_tsa_name"
15063   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15064   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15065   include:
15066     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15067     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15068     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15069   layout:
15070     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
15071     layout: "plot-throughput-speedup-analysis"
15072
15073 - type: "plot"
15074   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
15075   algorithm: "plot_tsa_name"
15076   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
15077   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15078   include:
15079     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15080     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15081     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15082 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15083 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15084   layout:
15085     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
15086     layout: "plot-throughput-speedup-analysis"
15087
15088 - type: "plot"
15089   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
15090   algorithm: "plot_tsa_name"
15091   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
15092   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15093   include:
15094     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15095     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15096     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15097 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15098 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15099   layout:
15100     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
15101     layout: "plot-throughput-speedup-analysis"
15102
15103 - type: "plot"
15104   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15105   algorithm: "plot_tsa_name"
15106   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15107   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15108   include:
15109     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15110     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
15111     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15112     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15113     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15114   layout:
15115     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
15116     layout: "plot-throughput-speedup-analysis"
15117
15118 - type: "plot"
15119   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15120   algorithm: "plot_tsa_name"
15121   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15122   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15123   include:
15124     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15125     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
15126     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15127     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15128     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15129   layout:
15130     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
15131     layout: "plot-throughput-speedup-analysis"
15132
15133 - type: "plot"
15134   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15135   algorithm: "plot_tsa_name"
15136   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15137   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15138   include:
15139     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15140     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15141     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15142     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15143     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15144   layout:
15145     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
15146     layout: "plot-throughput-speedup-analysis"
15147
15148 - type: "plot"
15149   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15150   algorithm: "plot_tsa_name"
15151   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15152   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15153   include:
15154     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15155     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15156     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15157     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15158     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15159   layout:
15160     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15161     layout: "plot-throughput-speedup-analysis"
15162
15163 - type: "plot"
15164   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15165   algorithm: "plot_tsa_name"
15166   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15167   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15168   include:
15169     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15170     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15171     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15172     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15173   layout:
15174     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
15175     layout: "plot-throughput-speedup-analysis"
15176
15177 - type: "plot"
15178   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15179   algorithm: "plot_tsa_name"
15180   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15181   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15182   include:
15183     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15184     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15185     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15186     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15187   layout:
15188     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
15189     layout: "plot-throughput-speedup-analysis"
15190
15191 - type: "plot"
15192   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15193   algorithm: "plot_tsa_name"
15194   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15195   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15196   include:
15197     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15198     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15199     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15200     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15201     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15202   layout:
15203     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15204     layout: "plot-throughput-speedup-analysis"
15205
15206 - type: "plot"
15207   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15208   algorithm: "plot_tsa_name"
15209   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15210   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15211   include:
15212     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15213     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15214     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15215     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15216     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15217   layout:
15218     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15219     layout: "plot-throughput-speedup-analysis"
15220
15221 - type: "plot"
15222   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15223   algorithm: "plot_tsa_name"
15224   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15225   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15226   include:
15227     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15228     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15229   layout:
15230     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
15231     layout: "plot-throughput-speedup-analysis"
15232
15233 - type: "plot"
15234   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15235   algorithm: "plot_tsa_name"
15236   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15237   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15238   include:
15239     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15240     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15241   layout:
15242     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
15243     layout: "plot-throughput-speedup-analysis"
15244
15245 - type: "plot"
15246   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15247   algorithm: "plot_tsa_name"
15248   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15249   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15250   include:
15251     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15252     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15253     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15254     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15255   layout:
15256     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
15257     layout: "plot-throughput-speedup-analysis"
15258
15259 - type: "plot"
15260   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15261   algorithm: "plot_tsa_name"
15262   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15263   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15264   include:
15265     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15266     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15267     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15268     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15269   layout:
15270     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
15271     layout: "plot-throughput-speedup-analysis"
15272
15273 - type: "plot"
15274   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15275   algorithm: "plot_tsa_name"
15276   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15277   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15278   include:
15279     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15280     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15281     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15282     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15283   layout:
15284     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
15285     layout: "plot-throughput-speedup-analysis"
15286
15287 - type: "plot"
15288   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15289   algorithm: "plot_tsa_name"
15290   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15291   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15292   include:
15293     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15294     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15295     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15296     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15297   layout:
15298     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15299     layout: "plot-throughput-speedup-analysis"
15300
15301 - type: "plot"
15302   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15303   algorithm: "plot_tsa_name"
15304   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15305   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15306   include:
15307     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15308     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15309     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15310     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15311     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15312     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15313   layout:
15314     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
15315     layout: "plot-throughput-speedup-analysis"
15316
15317 - type: "plot"
15318   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15319   algorithm: "plot_tsa_name"
15320   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15321   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15322   include:
15323     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15324     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15325     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15326     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15327     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15328     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15329   layout:
15330     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15331     layout: "plot-throughput-speedup-analysis"
15332
15333 - type: "plot"
15334   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15335   algorithm: "plot_tsa_name"
15336   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15337   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15338   include:
15339     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15340     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15341     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15342     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15343     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15344   layout:
15345     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15346     layout: "plot-throughput-speedup-analysis"
15347
15348 - type: "plot"
15349   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15350   algorithm: "plot_tsa_name"
15351   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15352   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15353   include:
15354     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15355     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15356     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15357     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15358     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15359   layout:
15360     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15361     layout: "plot-throughput-speedup-analysis"
15362
15363 - type: "plot"
15364   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15365   algorithm: "plot_tsa_name"
15366   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15367   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15368   include:
15369     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15370     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15371     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15372     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15373     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15374   layout:
15375     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15376     layout: "plot-throughput-speedup-analysis"
15377
15378 - type: "plot"
15379   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15380   algorithm: "plot_tsa_name"
15381   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15382   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15383   include:
15384     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15385     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15386     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15387     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15388     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15389   layout:
15390     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15391     layout: "plot-throughput-speedup-analysis"
15392
15393 - type: "plot"
15394   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15395   algorithm: "plot_tsa_name"
15396   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15397   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15398   include:
15399     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15400     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15401     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15402   layout:
15403     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15404     layout: "plot-throughput-speedup-analysis"
15405
15406 - type: "plot"
15407   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15408   algorithm: "plot_tsa_name"
15409   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15410   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15411   include:
15412     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15413     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15414     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15415   layout:
15416     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15417     layout: "plot-throughput-speedup-analysis"
15418
15419 - type: "plot"
15420   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15421   algorithm: "plot_tsa_name"
15422   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15423   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15424   include:
15425     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15426     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15427     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15428   layout:
15429     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15430     layout: "plot-throughput-speedup-analysis"
15431
15432 - type: "plot"
15433   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15434   algorithm: "plot_tsa_name"
15435   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15436   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15437   include:
15438     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15439     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15440     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15441   layout:
15442     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15443     layout: "plot-throughput-speedup-analysis"
15444
15445 - type: "plot"
15446   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15447   algorithm: "plot_tsa_name"
15448   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15449   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15450   include:
15451     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15452     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15453     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15454     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15455     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15456   layout:
15457     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15458     layout: "plot-throughput-speedup-analysis"
15459
15460 - type: "plot"
15461   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15462   algorithm: "plot_tsa_name"
15463   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15464   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15465   include:
15466     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15467     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15468     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15469     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15470     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15471   layout:
15472     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15473     layout: "plot-throughput-speedup-analysis"
15474
15475 - type: "plot"
15476   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15477   algorithm: "plot_tsa_name"
15478   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15479   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15480   include:
15481     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15482     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15483     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15484     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15485     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15486   layout:
15487     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15488     layout: "plot-throughput-speedup-analysis"
15489
15490 - type: "plot"
15491   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15492   algorithm: "plot_tsa_name"
15493   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15494   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15495   include:
15496     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15497     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15498     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15499     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15500     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15501   layout:
15502     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15503     layout: "plot-throughput-speedup-analysis"
15504
15505 - type: "plot"
15506   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15507   algorithm: "plot_tsa_name"
15508   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15509   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15510   include:
15511     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15512     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15513     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15514     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15515     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15516     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15517   layout:
15518     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15519     layout: "plot-throughput-speedup-analysis"
15520
15521 - type: "plot"
15522   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15523   algorithm: "plot_tsa_name"
15524   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15525   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15526   include:
15527     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15528     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15529     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15530     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15531     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15532     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15533   layout:
15534     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15535     layout: "plot-throughput-speedup-analysis"
15536
15537 - type: "plot"
15538   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15539   algorithm: "plot_tsa_name"
15540   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15541   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15542   include:
15543     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15544     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15545     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15546     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15547   layout:
15548     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15549     layout: "plot-throughput-speedup-analysis"
15550
15551 - type: "plot"
15552   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15553   algorithm: "plot_tsa_name"
15554   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15555   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15556   include:
15557     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15558     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15559     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15560     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15561   layout:
15562     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15563     layout: "plot-throughput-speedup-analysis"
15564
15565 - type: "plot"
15566   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15567   algorithm: "plot_tsa_name"
15568   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15569   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15570   include:
15571     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15572     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15573     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15574     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15575     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15576     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15577   layout:
15578     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15579     layout: "plot-throughput-speedup-analysis"
15580
15581 - type: "plot"
15582   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15583   algorithm: "plot_tsa_name"
15584   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15585   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15586   include:
15587     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15588     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15589     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15590     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15591     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15592     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15593   layout:
15594     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15595     layout: "plot-throughput-speedup-analysis"
15596
15597 - type: "plot"
15598   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15599   algorithm: "plot_tsa_name"
15600   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15601   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15602   include:
15603     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15604     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15605     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15606     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15607     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15608     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15609   layout:
15610     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15611     layout: "plot-throughput-speedup-analysis"
15612
15613 - type: "plot"
15614   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15615   algorithm: "plot_tsa_name"
15616   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15617   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15618   include:
15619     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15620     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15621     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15622     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15623     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15624     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15625   layout:
15626     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15627     layout: "plot-throughput-speedup-analysis"
15628
15629 - type: "plot"
15630   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15631   algorithm: "plot_tsa_name"
15632   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15633   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15634   include:
15635     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15636     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15637     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15638     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15639     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15640     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15641   layout:
15642     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15643     layout: "plot-throughput-speedup-analysis"
15644
15645 - type: "plot"
15646   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15647   algorithm: "plot_tsa_name"
15648   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15649   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15650   include:
15651     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15652     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15653     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15654     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15655     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15656     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15657   layout:
15658     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15659     layout: "plot-throughput-speedup-analysis"
15660
15661 - type: "plot"
15662   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15663   algorithm: "plot_tsa_name"
15664   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15665   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15666   include:
15667     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15668     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15669     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15670     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15671     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15672     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15673   layout:
15674     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15675     layout: "plot-throughput-speedup-analysis"
15676
15677 - type: "plot"
15678   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15679   algorithm: "plot_tsa_name"
15680   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15681   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15682   include:
15683     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15684     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15685     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15686     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15687     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15688     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15689   layout:
15690     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15691     layout: "plot-throughput-speedup-analysis"
15692
15693 - type: "plot"
15694   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15695   algorithm: "plot_tsa_name"
15696   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15697   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15698   include:
15699     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15700     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15701     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15702     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15703     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15704     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15705   layout:
15706     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15707     layout: "plot-throughput-speedup-analysis"
15708
15709 - type: "plot"
15710   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15711   algorithm: "plot_tsa_name"
15712   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15713   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15714   include:
15715     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15716     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15717     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15718     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15719     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15720     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15721   layout:
15722     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15723     layout: "plot-throughput-speedup-analysis"
15724
15725 - type: "plot"
15726   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15727   algorithm: "plot_tsa_name"
15728   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15729   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15730   include:
15731     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15732     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15733     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15734     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15735   layout:
15736     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15737     layout: "plot-throughput-speedup-analysis"
15738
15739 - type: "plot"
15740   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15741   algorithm: "plot_tsa_name"
15742   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15743   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15744   include:
15745     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15746     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15747     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15748     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15749   layout:
15750     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15751     layout: "plot-throughput-speedup-analysis"
15752
15753 - type: "plot"
15754   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15755   algorithm: "plot_tsa_name"
15756   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15757   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15758   include:
15759     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15760     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15761     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15762     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15763   layout:
15764     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15765     layout: "plot-throughput-speedup-analysis"
15766
15767 - type: "plot"
15768   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15769   algorithm: "plot_tsa_name"
15770   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15771   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15772   include:
15773     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15774     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15775     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15776     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15777   layout:
15778     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15779     layout: "plot-throughput-speedup-analysis"
15780
15781 - type: "plot"
15782   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15783   algorithm: "plot_tsa_name"
15784   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15785   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15786   include:
15787     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15788     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15789     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15790     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15791     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15792     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15793   layout:
15794     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15795     layout: "plot-throughput-speedup-analysis"
15796
15797 - type: "plot"
15798   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15799   algorithm: "plot_tsa_name"
15800   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15801   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15802   include:
15803     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15804     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15805     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15806     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15807     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15808     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15809   layout:
15810     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15811     layout: "plot-throughput-speedup-analysis"
15812
15813 - type: "plot"
15814   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15815   algorithm: "plot_tsa_name"
15816   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15817   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15818   include:
15819     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15820     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15821     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15822     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15823     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15824   layout:
15825     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15826     layout: "plot-throughput-speedup-analysis"
15827
15828 - type: "plot"
15829   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15830   algorithm: "plot_tsa_name"
15831   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15832   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15833   include:
15834     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15835     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15836     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15837     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15838     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15839   layout:
15840     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15841     layout: "plot-throughput-speedup-analysis"
15842
15843 - type: "plot"
15844   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15845   algorithm: "plot_tsa_name"
15846   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15847   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15848   include:
15849     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15850     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15851     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15852     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15853     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15854   layout:
15855     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15856     layout: "plot-throughput-speedup-analysis"
15857
15858 - type: "plot"
15859   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15860   algorithm: "plot_tsa_name"
15861   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15862   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15863   include:
15864     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15865     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15866     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15867     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15868     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15869   layout:
15870     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15871     layout: "plot-throughput-speedup-analysis"
15872
15873 - type: "plot"
15874   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15875   algorithm: "plot_tsa_name"
15876   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15877   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15878   include:
15879     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15880     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15881     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15882     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15883   layout:
15884     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15885     layout: "plot-throughput-speedup-analysis"
15886
15887 - type: "plot"
15888   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15889   algorithm: "plot_tsa_name"
15890   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15891   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15892   include:
15893     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15894     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15895     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15896     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15897   layout:
15898     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15899     layout: "plot-throughput-speedup-analysis"
15900
15901 - type: "plot"
15902   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15903   algorithm: "plot_tsa_name"
15904   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15905   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15906   include:
15907     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15908     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15909     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15910     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15911     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15912     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15913   layout:
15914     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15915     layout: "plot-throughput-speedup-analysis"
15916
15917 - type: "plot"
15918   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15919   algorithm: "plot_tsa_name"
15920   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15921   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15922   include:
15923     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15924     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15925     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15926     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15927     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15928     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15929   layout:
15930     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15931     layout: "plot-throughput-speedup-analysis"
15932
15933 - type: "plot"
15934   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15935   algorithm: "plot_tsa_name"
15936   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15937   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15938   include:
15939     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15940     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15941     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15942     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15943     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15944     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15945   layout:
15946     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15947     layout: "plot-throughput-speedup-analysis"
15948
15949 - type: "plot"
15950   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15951   algorithm: "plot_tsa_name"
15952   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15953   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15954   include:
15955     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15956     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15957     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15958     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15959     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15960     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15961   layout:
15962     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15963     layout: "plot-throughput-speedup-analysis"
15964
15965 - type: "plot"
15966   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15967   algorithm: "plot_tsa_name"
15968   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15969   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15970   include:
15971     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15972     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15973     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15974     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15975     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15976     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15977   layout:
15978     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15979     layout: "plot-throughput-speedup-analysis"
15980
15981 - type: "plot"
15982   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15983   algorithm: "plot_tsa_name"
15984   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15985   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15986   include:
15987     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15988     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15989     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15990     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15991     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15992     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15993   layout:
15994     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15995     layout: "plot-throughput-speedup-analysis"
15996
15997 - type: "plot"
15998   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15999   algorithm: "plot_tsa_name"
16000   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
16001   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16002   include:
16003     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16004     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16005     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16006     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16007     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16008     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16009   layout:
16010     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
16011     layout: "plot-throughput-speedup-analysis"
16012
16013 - type: "plot"
16014   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
16015   algorithm: "plot_tsa_name"
16016   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
16017   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16018   include:
16019     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16020     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16021     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16022     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16023     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16024     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16025   layout:
16026     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
16027     layout: "plot-throughput-speedup-analysis"
16028
16029 - type: "plot"
16030   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
16031   algorithm: "plot_tsa_name"
16032   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
16033   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16034   include:
16035     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16036     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16037     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16038     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16039     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16040     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16041   layout:
16042     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
16043     layout: "plot-throughput-speedup-analysis"
16044
16045 - type: "plot"
16046   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
16047   algorithm: "plot_tsa_name"
16048   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
16049   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16050   include:
16051     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16052     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16053     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16054     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16055     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16056     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16057   layout:
16058     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
16059     layout: "plot-throughput-speedup-analysis"
16060
16061 - type: "plot"
16062   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
16063   algorithm: "plot_tsa_name"
16064   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16065   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16066   include:
16067     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16068     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16069     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16070     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16071     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16072   layout:
16073     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
16074     layout: "plot-throughput-speedup-analysis"
16075
16076 - type: "plot"
16077   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
16078   algorithm: "plot_tsa_name"
16079   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16080   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16081   include:
16082     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16083     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16084     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16085     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16086     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16087   layout:
16088     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
16089     layout: "plot-throughput-speedup-analysis"
16090
16091 - type: "plot"
16092   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16093   algorithm: "plot_tsa_name"
16094   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16095   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16096   include:
16097     - "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"
16098     - "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"
16099     - "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"
16100     - "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"
16101     - "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"
16102   layout:
16103     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16104     layout: "plot-throughput-speedup-analysis"
16105
16106 - type: "plot"
16107   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16108   algorithm: "plot_tsa_name"
16109   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16110   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16111   include:
16112     - "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"
16113     - "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"
16114     - "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"
16115     - "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"
16116     - "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"
16117   layout:
16118     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16119     layout: "plot-throughput-speedup-analysis"
16120
16121 - type: "plot"
16122   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16123   algorithm: "plot_tsa_name"
16124   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16125   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16126   include:
16127     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16128     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16129     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16130     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16131     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16132   layout:
16133     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16134     layout: "plot-throughput-speedup-analysis"
16135
16136 - type: "plot"
16137   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16138   algorithm: "plot_tsa_name"
16139   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16140   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16141   include:
16142     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16143     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16144     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16145     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16146     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16147   layout:
16148     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16149     layout: "plot-throughput-speedup-analysis"
16150
16151 - type: "plot"
16152   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16153   algorithm: "plot_tsa_name"
16154   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16155   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16156   include:
16157     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16158     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16159     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16160     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16161     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16162   layout:
16163     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16164     layout: "plot-throughput-speedup-analysis"
16165
16166 - type: "plot"
16167   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16168   algorithm: "plot_tsa_name"
16169   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16170   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16171   include:
16172     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16173     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16174     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16175     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16176     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16177   layout:
16178     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16179     layout: "plot-throughput-speedup-analysis"
16180
16181 - type: "plot"
16182   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16183   algorithm: "plot_tsa_name"
16184   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
16185   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16186   include:
16187     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16188     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16189     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16190     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16191     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16192   layout:
16193     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16194     layout: "plot-throughput-speedup-analysis"
16195
16196 - type: "plot"
16197   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16198   algorithm: "plot_tsa_name"
16199   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
16200   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16201   include:
16202     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16203     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16204     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16205     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16206     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16207   layout:
16208     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16209     layout: "plot-throughput-speedup-analysis"
16210
16211 - type: "plot"
16212   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16213   algorithm: "plot_tsa_name"
16214   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16215   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16216   include:
16217     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16218     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16219     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16220     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16221     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16222   layout:
16223     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16224     layout: "plot-throughput-speedup-analysis"
16225
16226 - type: "plot"
16227   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16228   algorithm: "plot_tsa_name"
16229   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16230   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16231   include:
16232     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16233     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16234     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16235     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16236     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16237   layout:
16238     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16239     layout: "plot-throughput-speedup-analysis"
16240
16241 - type: "plot"
16242   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16243   algorithm: "plot_tsa_name"
16244   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16245   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16246   include:
16247     - "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"
16248     - "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"
16249     - "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"
16250     - "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"
16251   layout:
16252     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16253     layout: "plot-throughput-speedup-analysis"
16254
16255 - type: "plot"
16256   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16257   algorithm: "plot_tsa_name"
16258   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16259   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16260   include:
16261     - "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"
16262     - "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"
16263     - "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"
16264     - "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"
16265   layout:
16266     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16267     layout: "plot-throughput-speedup-analysis"
16268
16269 - type: "plot"
16270   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16271   algorithm: "plot_tsa_name"
16272   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16273   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16274   include:
16275     - "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"
16276     - "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"
16277     - "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"
16278     - "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"
16279   layout:
16280     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16281     layout: "plot-throughput-speedup-analysis"
16282
16283 - type: "plot"
16284   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16285   algorithm: "plot_tsa_name"
16286   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16287   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16288   include:
16289     - "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"
16290     - "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"
16291     - "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"
16292     - "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"
16293   layout:
16294     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16295     layout: "plot-throughput-speedup-analysis"
16296
16297 - type: "plot"
16298   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16299   algorithm: "plot_tsa_name"
16300   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16301   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16302   include:
16303     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16304     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16305     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16306     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16307     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16308     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16309   layout:
16310     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
16311     layout: "plot-throughput-speedup-analysis"
16312
16313 - type: "plot"
16314   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16315   algorithm: "plot_tsa_name"
16316   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16317   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16318   include:
16319     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16320     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16321     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16322     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16323     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16324     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16325   layout:
16326     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16327     layout: "plot-throughput-speedup-analysis"
16328
16329 - type: "plot"
16330   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16331   algorithm: "plot_tsa_name"
16332   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16333   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16334   include:
16335     - "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"
16336     - "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"
16337     - "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"
16338     - "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"
16339     - "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"
16340     - "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"
16341   layout:
16342     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16343     layout: "plot-throughput-speedup-analysis"
16344
16345 - type: "plot"
16346   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16347   algorithm: "plot_tsa_name"
16348   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16349   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16350   include:
16351     - "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"
16352     - "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"
16353     - "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"
16354     - "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"
16355     - "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"
16356     - "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"
16357   layout:
16358     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16359     layout: "plot-throughput-speedup-analysis"
16360
16361 - type: "plot"
16362   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16363   algorithm: "plot_tsa_name"
16364   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16365   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16366   include:
16367     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16368     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16369     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16370     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16371     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16372     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16373   layout:
16374     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16375     layout: "plot-throughput-speedup-analysis"
16376
16377 - type: "plot"
16378   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16379   algorithm: "plot_tsa_name"
16380   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16381   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16382   include:
16383     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16384     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16385     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16386     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16387     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16388     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16389   layout:
16390     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16391     layout: "plot-throughput-speedup-analysis"
16392
16393 - type: "plot"
16394   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16395   algorithm: "plot_tsa_name"
16396   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16397   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16398   include:
16399     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16400     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16401     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16402     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16403     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16404   layout:
16405     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16406     layout: "plot-throughput-speedup-analysis"
16407
16408 - type: "plot"
16409   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16410   algorithm: "plot_tsa_name"
16411   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16412   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16413   include:
16414     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16415     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16416     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16417     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16418     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16419   layout:
16420     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16421     layout: "plot-throughput-speedup-analysis"
16422
16423 - type: "plot"
16424   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16425   algorithm: "plot_tsa_name"
16426   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16427   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16428   include:
16429     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16430     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16431   layout:
16432     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16433     layout: "plot-throughput-speedup-analysis"
16434
16435 - type: "plot"
16436   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16437   algorithm: "plot_tsa_name"
16438   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16439   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16440   include:
16441     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16442     - "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"
16443   layout:
16444     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16445     layout: "plot-throughput-speedup-analysis"
16446
16447 - type: "plot"
16448   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16449   algorithm: "plot_tsa_name"
16450   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16451   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16452   include:
16453     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16454     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16455   layout:
16456     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16457     layout: "plot-throughput-speedup-analysis"
16458
16459 - type: "plot"
16460   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16461   algorithm: "plot_tsa_name"
16462   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16463   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16464   include:
16465     - "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"
16466     - "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"
16467   layout:
16468     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16469     layout: "plot-throughput-speedup-analysis"
16470
16471 - type: "plot"
16472   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16473   algorithm: "plot_tsa_name"
16474   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16475   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16476   include:
16477     - "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"
16478     - "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"
16479     - "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"
16480     - "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"
16481     - "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"
16482     - "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"
16483   layout:
16484     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16485     layout: "plot-throughput-speedup-analysis"
16486
16487 - type: "plot"
16488   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16489   algorithm: "plot_tsa_name"
16490   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16491   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16492   include:
16493     - "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"
16494     - "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"
16495     - "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"
16496     - "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"
16497     - "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"
16498     - "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"
16499   layout:
16500     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16501     layout: "plot-throughput-speedup-analysis"
16502
16503 - type: "plot"
16504   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16505   algorithm: "plot_tsa_name"
16506   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16507   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16508   include:
16509     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16510     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16511     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16512     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16513     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16514   layout:
16515     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16516     layout: "plot-throughput-speedup-analysis"
16517
16518 - type: "plot"
16519   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16520   algorithm: "plot_tsa_name"
16521   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16522   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16523   include:
16524     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16525     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16526     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16527     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16528     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16529   layout:
16530     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16531     layout: "plot-throughput-speedup-analysis"
16532
16533 - type: "plot"
16534   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16535   algorithm: "plot_tsa_name"
16536   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16537   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16538   include:
16539     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16540     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16541     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16542     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16543     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16544   layout:
16545     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16546     layout: "plot-throughput-speedup-analysis"
16547
16548 - type: "plot"
16549   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16550   algorithm: "plot_tsa_name"
16551   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16552   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16553   include:
16554     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16555     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16556     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16557     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16558     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16559   layout:
16560     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16561     layout: "plot-throughput-speedup-analysis"
16562
16563 - type: "plot"
16564   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16565   algorithm: "plot_tsa_name"
16566   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16567   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16568   include:
16569     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16570     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16571     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16572     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16573   layout:
16574     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16575     layout: "plot-throughput-speedup-analysis"
16576
16577 - type: "plot"
16578   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16579   algorithm: "plot_tsa_name"
16580   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16581   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16582   include:
16583     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16584     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16585     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16586     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16587   layout:
16588     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16589     layout: "plot-throughput-speedup-analysis"
16590
16591 - type: "plot"
16592   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16593   algorithm: "plot_tsa_name"
16594   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16595   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16596   include:
16597     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16598     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16599     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16600     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16601   layout:
16602     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16603     layout: "plot-throughput-speedup-analysis"
16604
16605 - type: "plot"
16606   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16607   algorithm: "plot_tsa_name"
16608   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16609   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16610   include:
16611     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16612     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16613     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16614     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16615   layout:
16616     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16617     layout: "plot-throughput-speedup-analysis"
16618
16619 - type: "plot"
16620   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16621   algorithm: "plot_tsa_name"
16622   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16623   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16624   include:
16625     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16626     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16627     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16628     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16629     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16630   layout:
16631     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16632     layout: "plot-throughput-speedup-analysis"
16633
16634 - type: "plot"
16635   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16636   algorithm: "plot_tsa_name"
16637   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16638   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16639   include:
16640     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16641     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16642     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16643     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16644     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16645   layout:
16646     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16647     layout: "plot-throughput-speedup-analysis"
16648
16649 - type: "plot"
16650   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16651   algorithm: "plot_tsa_name"
16652   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16653   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16654   include:
16655     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16656     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16657     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16658     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16659     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16660     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16661   layout:
16662     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16663     layout: "plot-throughput-speedup-analysis"
16664
16665 - type: "plot"
16666   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16667   algorithm: "plot_tsa_name"
16668   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16669   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16670   include:
16671     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16672     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16673     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16674     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16675     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16676     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16677   layout:
16678     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16679     layout: "plot-throughput-speedup-analysis"
16680
16681 - type: "plot"
16682   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16683   algorithm: "plot_tsa_name"
16684   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16685   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16686   include:
16687     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16688     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16689     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16690     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16691   layout:
16692     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16693     layout: "plot-throughput-speedup-analysis"
16694
16695 - type: "plot"
16696   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16697   algorithm: "plot_tsa_name"
16698   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16699   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16700   include:
16701     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16702     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16703     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16704     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16705   layout:
16706     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16707     layout: "plot-throughput-speedup-analysis"
16708
16709 - type: "plot"
16710   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16711   algorithm: "plot_tsa_name"
16712   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16713   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16714   include:
16715     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16716     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16717     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16718     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16719     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16720     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16721   layout:
16722     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16723     layout: "plot-throughput-speedup-analysis"
16724
16725 - type: "plot"
16726   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16727   algorithm: "plot_tsa_name"
16728   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16729   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16730   include:
16731     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16732     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16733     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16734     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16735     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16736     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16737   layout:
16738     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16739     layout: "plot-throughput-speedup-analysis"
16740
16741 - type: "plot"
16742   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16743   algorithm: "plot_tsa_name"
16744   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16745   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16746   include:
16747     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16748     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16749     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16750     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16751     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16752     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16753   layout:
16754     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16755     layout: "plot-throughput-speedup-analysis"
16756
16757 - type: "plot"
16758   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16759   algorithm: "plot_tsa_name"
16760   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16761   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16762   include:
16763     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16764     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16765     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16766     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16767     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16768     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16769   layout:
16770     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16771     layout: "plot-throughput-speedup-analysis"
16772
16773 - type: "plot"
16774   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16775   algorithm: "plot_tsa_name"
16776   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16777   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16778   include:
16779     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16780     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16781     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16782     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16783     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16784     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16785   layout:
16786     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16787     layout: "plot-throughput-speedup-analysis"
16788
16789 - type: "plot"
16790   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16791   algorithm: "plot_tsa_name"
16792   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16793   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16794   include:
16795     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16796     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16797     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16798     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16799     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16800     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16801   layout:
16802     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16803     layout: "plot-throughput-speedup-analysis"
16804
16805 - type: "plot"
16806   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16807   algorithm: "plot_tsa_name"
16808   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16809   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16810   include:
16811     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16812     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16813     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16814     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16815     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16816     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16817   layout:
16818     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16819     layout: "plot-throughput-speedup-analysis"
16820
16821 - type: "plot"
16822   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16823   algorithm: "plot_tsa_name"
16824   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16825   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16826   include:
16827     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16828     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16829     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16830     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16831     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16832     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16833   layout:
16834     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16835     layout: "plot-throughput-speedup-analysis"
16836
16837 - type: "plot"
16838   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16839   algorithm: "plot_tsa_name"
16840   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16841   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16842   include:
16843     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16844     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16845     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16846     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16847     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16848     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16849   layout:
16850     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16851     layout: "plot-throughput-speedup-analysis"
16852
16853 - type: "plot"
16854   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16855   algorithm: "plot_tsa_name"
16856   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16857   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16858   include:
16859     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16860     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16861     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16862     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16863     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16864     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16865   layout:
16866     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16867     layout: "plot-throughput-speedup-analysis"
16868
16869 #- type: "plot"
16870 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16871 #  algorithm: "plot_tsa_name"
16872 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16873 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16874 #  include:
16875 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16876 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16877 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16878 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16879 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16880 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16881 #  layout:
16882 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16883 #    layout: "plot-throughput-speedup-analysis"
16884 #
16885 #- type: "plot"
16886 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16887 #  algorithm: "plot_tsa_name"
16888 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16889 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16890 #  include:
16891 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16892 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16893 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16894 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16895 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16896 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16897 #  layout:
16898 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16899 #    layout: "plot-throughput-speedup-analysis"
16900
16901 - type: "plot"
16902   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16903   algorithm: "plot_tsa_name"
16904   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16905   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16906   include:
16907     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16908     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16909     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16910     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16911     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16912   layout:
16913     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16914     layout: "plot-throughput-speedup-analysis"
16915
16916 - type: "plot"
16917   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16918   algorithm: "plot_tsa_name"
16919   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16920   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16921   include:
16922     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16923     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16924     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16925     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16926     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16927   layout:
16928     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16929     layout: "plot-throughput-speedup-analysis"
16930
16931 - type: "plot"
16932   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16933   algorithm: "plot_tsa_name"
16934   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16935   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16936   include:
16937     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16938     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16939     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16940     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16941     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16942     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16943   layout:
16944     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16945     layout: "plot-throughput-speedup-analysis"
16946
16947 - type: "plot"
16948   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16949   algorithm: "plot_tsa_name"
16950   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16951   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16952   include:
16953     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16954     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16955     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16956     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16957     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16958     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16959   layout:
16960     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16961     layout: "plot-throughput-speedup-analysis"
16962
16963 - type: "plot"
16964   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16965   algorithm: "plot_tsa_name"
16966   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16967   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16968   include:
16969     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16970     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16971     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16972     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16973     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16974   layout:
16975     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16976     layout: "plot-throughput-speedup-analysis"
16977
16978 - type: "plot"
16979   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16980   algorithm: "plot_tsa_name"
16981   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16982   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16983   include:
16984     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16985     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16986     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16987     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16988     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16989   layout:
16990     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16991     layout: "plot-throughput-speedup-analysis"
16992
16993 - type: "plot"
16994   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16995   algorithm: "plot_tsa_name"
16996   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16997   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16998   include:
16999     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17000     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17001     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17002     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17003   layout:
17004     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17005     layout: "plot-throughput-speedup-analysis"
17006
17007 - type: "plot"
17008   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17009   algorithm: "plot_tsa_name"
17010   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17011   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17012   include:
17013     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17014     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17015     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17016     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17017   layout:
17018     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17019     layout: "plot-throughput-speedup-analysis"
17020
17021 - type: "plot"
17022   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17023   algorithm: "plot_tsa_name"
17024   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17025   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17026   include:
17027     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17028     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17029     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17030     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17031     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17032     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17033   layout:
17034     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17035     layout: "plot-throughput-speedup-analysis"
17036
17037 - type: "plot"
17038   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17039   algorithm: "plot_tsa_name"
17040   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17041   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
17042   include:
17043     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17044     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17045     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17046     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17047     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17048     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17049   layout:
17050     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17051     layout: "plot-throughput-speedup-analysis"
17052
17053 - type: "plot"
17054   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17055   algorithm: "plot_tsa_name"
17056   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17057   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17058   include:
17059     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17060     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17061     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17062     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17063     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17064   layout:
17065     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
17066     layout: "plot-throughput-speedup-analysis"
17067
17068 - type: "plot"
17069   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17070   algorithm: "plot_tsa_name"
17071   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17072   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17073   include:
17074     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17075     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17076     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17077     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17078     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17079   layout:
17080     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
17081     layout: "plot-throughput-speedup-analysis"
17082
17083 - type: "plot"
17084   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17085   algorithm: "plot_tsa_name"
17086   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17087   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17088   include:
17089     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17090     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17091     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17092     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17093     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17094   layout:
17095     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
17096     layout: "plot-throughput-speedup-analysis"
17097
17098 - type: "plot"
17099   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17100   algorithm: "plot_tsa_name"
17101   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17102   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17103   include:
17104     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17105     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17106     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17107     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17108     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17109   layout:
17110     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17111     layout: "plot-throughput-speedup-analysis"
17112
17113 - type: "plot"
17114   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17115   algorithm: "plot_tsa_name"
17116   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17117   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17118   include:
17119     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17120     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17121     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17122     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17123   layout:
17124     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17125     layout: "plot-throughput-speedup-analysis"
17126
17127 - type: "plot"
17128   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17129   algorithm: "plot_tsa_name"
17130   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17131   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17132   include:
17133     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17134     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17135     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17136     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17137   layout:
17138     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17139     layout: "plot-throughput-speedup-analysis"
17140
17141 - type: "plot"
17142   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17143   algorithm: "plot_tsa_name"
17144   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17145   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17146   include:
17147     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17148     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17149     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17150     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17151     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17152   layout:
17153     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17154     layout: "plot-throughput-speedup-analysis"
17155
17156 - type: "plot"
17157   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17158   algorithm: "plot_tsa_name"
17159   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17160   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17161   include:
17162     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17163     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17164     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17165     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17166     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17167   layout:
17168     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17169     layout: "plot-throughput-speedup-analysis"
17170
17171 - type: "plot"
17172   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17173   algorithm: "plot_tsa_name"
17174   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17175   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17176   include:
17177     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17178     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17179     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17180     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17181     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17182     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17183   layout:
17184     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17185     layout: "plot-throughput-speedup-analysis"
17186
17187 - type: "plot"
17188   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17189   algorithm: "plot_tsa_name"
17190   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17191   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17192   include:
17193     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17194     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17195     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17196     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17197     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17198     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17199   layout:
17200     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17201     layout: "plot-throughput-speedup-analysis"
17202
17203 - type: "plot"
17204   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17205   algorithm: "plot_tsa_name"
17206   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17207   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17208   include:
17209     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17210     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17211     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17212     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17213   layout:
17214     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17215     layout: "plot-throughput-speedup-analysis"
17216
17217 - type: "plot"
17218   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17219   algorithm: "plot_tsa_name"
17220   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17221   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17222   include:
17223     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17224     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17225     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17226     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17227   layout:
17228     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17229     layout: "plot-throughput-speedup-analysis"
17230
17231 - type: "plot"
17232   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17233   algorithm: "plot_tsa_name"
17234   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17235   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17236   include:
17237     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17238     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17239     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17240     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17241     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17242     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17243   layout:
17244     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17245     layout: "plot-throughput-speedup-analysis"
17246
17247 - type: "plot"
17248   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17249   algorithm: "plot_tsa_name"
17250   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17251   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17252   include:
17253     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17254     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17255     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17256     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17257     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17258     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17259   layout:
17260     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17261     layout: "plot-throughput-speedup-analysis"
17262
17263 - type: "plot"
17264   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17265   algorithm: "plot_tsa_name"
17266   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17267   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17268   include:
17269     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17270     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17271     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17272     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17273     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17274     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17275   layout:
17276     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17277     layout: "plot-throughput-speedup-analysis"
17278
17279 - type: "plot"
17280   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17281   algorithm: "plot_tsa_name"
17282   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17283   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17284   include:
17285     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17286     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17287     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17288     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17289     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17290     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17291   layout:
17292     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17293     layout: "plot-throughput-speedup-analysis"
17294
17295 #- type: "plot"
17296 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17297 #  algorithm: "plot_tsa_name"
17298 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17299 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17300 #  include:
17301 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17302 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17303 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17304 #  layout:
17305 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17306 #    layout: "plot-throughput-speedup-analysis"
17307 #
17308 #- type: "plot"
17309 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17310 #  algorithm: "plot_tsa_name"
17311 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17312 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17313 #  include:
17314 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17315 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17316 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17317 #  layout:
17318 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17319 #    layout: "plot-throughput-speedup-analysis"
17320
17321 ################################################################################
17322
17323 # Packet Throughput - DPDK
17324
17325 # 2n-skx-xxv710
17326
17327 - type: "plot"
17328   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17329   algorithm: "plot_perf_box_name"
17330   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17331   data: "plot-dpdk-throughput-latency-2n-skx"
17332   include:
17333     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17334     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17335   layout:
17336     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17337     layout: "plot-throughput"
17338
17339 - type: "plot"
17340   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17341   algorithm: "plot_perf_box_name"
17342   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17343   data: "plot-dpdk-throughput-latency-2n-skx"
17344   include:
17345     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17346     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17347   layout:
17348     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17349     layout: "plot-throughput"
17350
17351 - type: "plot"
17352   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17353   algorithm: "plot_perf_box_name"
17354   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17355   data: "plot-dpdk-throughput-latency-2n-skx"
17356   include:
17357     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17358     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17359   layout:
17360     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17361     layout: "plot-throughput"
17362
17363 - type: "plot"
17364   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17365   algorithm: "plot_perf_box_name"
17366   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17367   data: "plot-dpdk-throughput-latency-2n-skx"
17368   include:
17369     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17370     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17371   layout:
17372     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17373     layout: "plot-throughput"
17374
17375 # 2n-skx-x710
17376
17377 - type: "plot"
17378   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17379   algorithm: "plot_perf_box_name"
17380   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17381   data: "plot-dpdk-throughput-latency-2n-skx"
17382   include:
17383     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17384     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17385   layout:
17386     title: "2n-skx-x710-64b-2t1c-base-ndr"
17387     layout: "plot-throughput"
17388
17389 - type: "plot"
17390   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17391   algorithm: "plot_perf_box_name"
17392   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17393   data: "plot-dpdk-throughput-latency-2n-skx"
17394   include:
17395     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17396     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17397   layout:
17398     title: "2n-skx-x710-64b-4t2c-base-ndr"
17399     layout: "plot-throughput"
17400
17401 - type: "plot"
17402   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17403   algorithm: "plot_perf_box_name"
17404   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17405   data: "plot-dpdk-throughput-latency-2n-skx"
17406   include:
17407     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17408     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17409   layout:
17410     title: "2n-skx-x710-64b-2t1c-base-pdr"
17411     layout: "plot-throughput"
17412
17413 - type: "plot"
17414   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17415   algorithm: "plot_perf_box_name"
17416   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17417   data: "plot-dpdk-throughput-latency-2n-skx"
17418   include:
17419     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17420     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17421   layout:
17422     title: "2n-skx-x710-64b-4t2c-base-pdr"
17423     layout: "plot-throughput"
17424
17425 # 3n-skx-xxv710
17426
17427 - type: "plot"
17428   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17429   algorithm: "plot_perf_box_name"
17430   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17431   data: "plot-dpdk-throughput-latency-3n-skx"
17432   include:
17433     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17434     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17435   layout:
17436     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17437     layout: "plot-throughput"
17438
17439 - type: "plot"
17440   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17441   algorithm: "plot_perf_box_name"
17442   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17443   data: "plot-dpdk-throughput-latency-3n-skx"
17444   include:
17445     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17446     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17447   layout:
17448     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17449     layout: "plot-throughput"
17450
17451 - type: "plot"
17452   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17453   algorithm: "plot_perf_box_name"
17454   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17455   data: "plot-dpdk-throughput-latency-3n-skx"
17456   include:
17457     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17458     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17459   layout:
17460     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17461     layout: "plot-throughput"
17462
17463 - type: "plot"
17464   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17465   algorithm: "plot_perf_box_name"
17466   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17467   data: "plot-dpdk-throughput-latency-3n-skx"
17468   include:
17469     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17470     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17471   layout:
17472     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17473     layout: "plot-throughput"
17474
17475 # 3n-skx-x710
17476
17477 - type: "plot"
17478   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17479   algorithm: "plot_perf_box_name"
17480   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17481   data: "plot-dpdk-throughput-latency-3n-skx"
17482   include:
17483     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17484     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17485   layout:
17486     title: "3n-skx-x710-64b-2t1c-base-ndr"
17487     layout: "plot-throughput"
17488
17489 - type: "plot"
17490   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17491   algorithm: "plot_perf_box_name"
17492   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17493   data: "plot-dpdk-throughput-latency-3n-skx"
17494   include:
17495     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17496     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17497   layout:
17498     title: "3n-skx-x710-64b-4t2c-base-ndr"
17499     layout: "plot-throughput"
17500
17501 - type: "plot"
17502   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17503   algorithm: "plot_perf_box_name"
17504   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17505   data: "plot-dpdk-throughput-latency-3n-skx"
17506   include:
17507     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17508     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17509   layout:
17510     title: "3n-skx-x710-64b-2t1c-base-pdr"
17511     layout: "plot-throughput"
17512
17513 - type: "plot"
17514   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17515   algorithm: "plot_perf_box_name"
17516   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17517   data: "plot-dpdk-throughput-latency-3n-skx"
17518   include:
17519     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17520     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17521   layout:
17522     title: "3n-skx-x710-64b-4t2c-base-pdr"
17523     layout: "plot-throughput"
17524
17525 # 3n-hsw-xl710
17526
17527 - type: "plot"
17528   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17529   algorithm: "plot_perf_box_name"
17530   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17531   data: "plot-dpdk-throughput-latency-3n-hsw"
17532   include:
17533     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17534     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17535   layout:
17536     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17537     layout: "plot-throughput"
17538
17539 - type: "plot"
17540   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17541   algorithm: "plot_perf_box_name"
17542   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17543   data: "plot-dpdk-throughput-latency-3n-hsw"
17544   include:
17545     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17546     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17547   layout:
17548     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17549     layout: "plot-throughput"
17550
17551 - type: "plot"
17552   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17553   algorithm: "plot_perf_box_name"
17554   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17555   data: "plot-dpdk-throughput-latency-3n-hsw"
17556   include:
17557     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17558     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17559   layout:
17560     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17561     layout: "plot-throughput"
17562
17563 - type: "plot"
17564   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17565   algorithm: "plot_perf_box_name"
17566   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17567   data: "plot-dpdk-throughput-latency-3n-hsw"
17568   include:
17569     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17570     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17571   layout:
17572     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17573     layout: "plot-throughput"
17574
17575 # 3n-hsw-x710
17576
17577 - type: "plot"
17578   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17579   algorithm: "plot_perf_box_name"
17580   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17581   data: "plot-dpdk-throughput-latency-3n-hsw"
17582   include:
17583     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17584     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17585   layout:
17586     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17587     layout: "plot-throughput"
17588
17589 - type: "plot"
17590   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17591   algorithm: "plot_perf_box_name"
17592   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17593   data: "plot-dpdk-throughput-latency-3n-hsw"
17594   include:
17595     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17596     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17597   layout:
17598     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17599     layout: "plot-throughput"
17600
17601 - type: "plot"
17602   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17603   algorithm: "plot_perf_box_name"
17604   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17605   data: "plot-dpdk-throughput-latency-3n-hsw"
17606   include:
17607     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17608     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17609   layout:
17610     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17611     layout: "plot-throughput"
17612
17613 - type: "plot"
17614   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17615   algorithm: "plot_perf_box_name"
17616   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17617   data: "plot-dpdk-throughput-latency-3n-hsw"
17618   include:
17619     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17620     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17621   layout:
17622     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17623     layout: "plot-throughput"
17624
17625 ## 2n-dnv-x553
17626 #
17627 #- type: "plot"
17628 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17629 #  algorithm: "plot_perf_box_name"
17630 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17631 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17632 #  include:
17633 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17634 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17635 #  layout:
17636 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
17637 #    layout: "plot-throughput"
17638 #
17639 #- type: "plot"
17640 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17641 #  algorithm: "plot_perf_box_name"
17642 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17643 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17644 #  include:
17645 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17646 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17647 #  layout:
17648 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
17649 #    layout: "plot-throughput"
17650 #
17651 #- type: "plot"
17652 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17653 #  algorithm: "plot_perf_box_name"
17654 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17655 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17656 #  include:
17657 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17658 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17659 #  layout:
17660 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
17661 #    layout: "plot-throughput"
17662 #
17663 #- type: "plot"
17664 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17665 #  algorithm: "plot_perf_box_name"
17666 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17667 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17668 #  include:
17669 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17670 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17671 #  layout:
17672 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
17673 #    layout: "plot-throughput"
17674 #
17675 ## 3n-dnv-x553
17676 #
17677 #- type: "plot"
17678 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17679 #  algorithm: "plot_perf_box_name"
17680 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17681 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17682 #  include:
17683 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17684 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17685 #  layout:
17686 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
17687 #    layout: "plot-throughput"
17688 #
17689 #- type: "plot"
17690 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17691 #  algorithm: "plot_perf_box_name"
17692 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17693 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17694 #  include:
17695 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17696 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17697 #  layout:
17698 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
17699 #    layout: "plot-throughput"
17700 #
17701 #- type: "plot"
17702 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17703 #  algorithm: "plot_perf_box_name"
17704 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17705 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17706 #  include:
17707 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17708 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17709 #  layout:
17710 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
17711 #    layout: "plot-throughput"
17712 #
17713 #- type: "plot"
17714 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17715 #  algorithm: "plot_perf_box_name"
17716 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17717 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17718 #  include:
17719 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17720 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17721 #  layout:
17722 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
17723 #    layout: "plot-throughput"
17724
17725 # 3n-tsh-x520
17726
17727 - type: "plot"
17728   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17729   algorithm: "plot_perf_box_name"
17730   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17731   data: "plot-dpdk-throughput-latency-3n-tsh"
17732   include:
17733     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17734     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17735   layout:
17736     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17737     layout: "plot-throughput"
17738
17739 - type: "plot"
17740   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17741   algorithm: "plot_perf_box_name"
17742   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17743   data: "plot-dpdk-throughput-latency-3n-tsh"
17744   include:
17745     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17746     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17747   layout:
17748     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17749     layout: "plot-throughput"
17750
17751 - type: "plot"
17752   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17753   algorithm: "plot_perf_box_name"
17754   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17755   data: "plot-dpdk-throughput-latency-3n-tsh"
17756   include:
17757     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17758     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17759   layout:
17760     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17761     layout: "plot-throughput"
17762
17763 - type: "plot"
17764   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17765   algorithm: "plot_perf_box_name"
17766   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17767   data: "plot-dpdk-throughput-latency-3n-tsh"
17768   include:
17769     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17770     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17771   layout:
17772     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17773     layout: "plot-throughput"
17774
17775 ################################################################################
17776 ###   2n-clx                                                                 ###
17777 ################################################################################
17778
17779 # Packet Throughput
17780
17781 - type: "plot"
17782   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17783   algorithm: "plot_perf_box_name"
17784   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17785   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17786   include:
17787     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17788     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17789     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17790     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17791   layout:
17792     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17793     layout: "plot-throughput"
17794
17795 - type: "plot"
17796   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17797   algorithm: "plot_perf_box_name"
17798   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17799   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17800   include:
17801     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17802     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17803     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17804     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17805   layout:
17806     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17807     layout: "plot-throughput"
17808
17809 - type: "plot"
17810   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17811   algorithm: "plot_perf_box_name"
17812   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17813   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17814   include:
17815     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17816     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17817     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17818     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17819   layout:
17820     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17821     layout: "plot-throughput"
17822
17823 - type: "plot"
17824   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17825   algorithm: "plot_perf_box_name"
17826   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17827   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17828   include:
17829     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17830     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17831     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17832     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17833   layout:
17834     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17835     layout: "plot-throughput"
17836
17837 - type: "plot"
17838   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17839   algorithm: "plot_perf_box_name"
17840   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17841   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17842   include:
17843     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17844     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17845     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17846     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17847   layout:
17848     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17849     layout: "plot-throughput"
17850
17851 - type: "plot"
17852   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17853   algorithm: "plot_perf_box_name"
17854   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17855   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17856   include:
17857     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17858     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17859     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17860     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17861   layout:
17862     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17863     layout: "plot-throughput"
17864
17865 - type: "plot"
17866   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17867   algorithm: "plot_perf_box_name"
17868   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17869   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17870   include:
17871     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17872     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17873     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17874     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17875     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17876     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17877   layout:
17878     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17879     layout: "plot-throughput"
17880
17881 - type: "plot"
17882   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17883   algorithm: "plot_perf_box_name"
17884   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17885   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17886   include:
17887     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17888     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17889     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17890     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17891     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17892     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17893   layout:
17894     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17895     layout: "plot-throughput"
17896
17897 - type: "plot"
17898   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17899   algorithm: "plot_perf_box_name"
17900   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17901   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17902   include:
17903     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17904     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17906     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17907   layout:
17908     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17909     layout: "plot-throughput"
17910
17911 - type: "plot"
17912   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17913   algorithm: "plot_perf_box_name"
17914   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17915   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17916   include:
17917     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17918     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17921   layout:
17922     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17923     layout: "plot-throughput"
17924
17925 - type: "plot"
17926   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17927   algorithm: "plot_perf_box_name"
17928   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17929   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17930   include:
17931     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17932     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17933     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17934   layout:
17935     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17936     layout: "plot-throughput"
17937
17938 - type: "plot"
17939   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17940   algorithm: "plot_perf_box_name"
17941   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17942   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17943   include:
17944     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17945     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17946     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17947   layout:
17948     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17949     layout: "plot-throughput"
17950
17951 - type: "plot"
17952   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17953   algorithm: "plot_perf_box_name"
17954   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17955   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17956   include:
17957     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17958     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17959     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17960     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17961     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17962   layout:
17963     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17964     layout: "plot-throughput"
17965
17966 - type: "plot"
17967   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17968   algorithm: "plot_perf_box_name"
17969   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17970   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17971   include:
17972     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17973     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17974     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17975     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17976     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17977   layout:
17978     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17979     layout: "plot-throughput"
17980
17981 - type: "plot"
17982   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17983   algorithm: "plot_perf_box_name"
17984   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17985   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17986   include:
17987     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17988     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17989     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17990   layout:
17991     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17992     layout: "plot-throughput"
17993
17994 - type: "plot"
17995   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17996   algorithm: "plot_perf_box_name"
17997   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17998   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17999   include:
18000     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
18001     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
18002     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
18003   layout:
18004     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
18005     layout: "plot-throughput"
18006
18007 - type: "plot"
18008   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
18009   algorithm: "plot_perf_box_name"
18010   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
18011   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18012   include:
18013     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18014     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18015     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18016     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18017     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18018     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18019   layout:
18020     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
18021     layout: "plot-throughput"
18022
18023 - type: "plot"
18024   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
18025   algorithm: "plot_perf_box_name"
18026   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
18027   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18028   include:
18029     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18030     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18031     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18032     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18033     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18034     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18035   layout:
18036     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
18037     layout: "plot-throughput"
18038
18039 - type: "plot"
18040   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
18041   algorithm: "plot_perf_box_name"
18042   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
18043   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18044   include:
18045     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18046     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18047     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18048     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18049     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18050   layout:
18051     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
18052     layout: "plot-throughput"
18053
18054 - type: "plot"
18055   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
18056   algorithm: "plot_perf_box_name"
18057   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
18058   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18059   include:
18060     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
18061     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
18062     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
18063     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
18064     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
18065   layout:
18066     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
18067     layout: "plot-throughput"
18068
18069 - type: "plot"
18070   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
18071   algorithm: "plot_perf_box_name"
18072   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
18073   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18074   include:
18075     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18076     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18077     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18078     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
18079     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18080     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18081     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18082     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
18083     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18084     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18085   layout:
18086     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
18087     layout: "plot-cps"
18088
18089 - type: "plot"
18090   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
18091   algorithm: "plot_perf_box_name"
18092   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
18093   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18094   include:
18095     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18096     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18097     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18098     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
18099     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18100     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18101     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18102     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
18103     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18104     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18105   layout:
18106     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
18107     layout: "plot-throughput"
18108
18109 - type: "plot"
18110   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18111   algorithm: "plot_perf_box_name"
18112   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18113   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18114   include:
18115     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18116     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18117     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18118     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
18119     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18120     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18121     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18122     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
18123     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18124     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18125   layout:
18126     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18127     layout: "plot-cps"
18128
18129 - type: "plot"
18130   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18131   algorithm: "plot_perf_box_name"
18132   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18133   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18134   include:
18135     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18136     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18137     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18138     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
18139     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18140     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18141     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18142     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
18143     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18144     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18145   layout:
18146     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18147     layout: "plot-throughput"
18148
18149 - type: "plot"
18150   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
18151   algorithm: "plot_perf_box_name"
18152   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
18153   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18154   include:
18155     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18156     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18157     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18158     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18159     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18160   layout:
18161     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
18162     layout: "plot-throughput"
18163
18164 - type: "plot"
18165   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
18166   algorithm: "plot_perf_box_name"
18167   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
18168   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18169   include:
18170     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
18171     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
18172     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
18173     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
18174     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
18175   layout:
18176     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
18177     layout: "plot-throughput"
18178
18179 - type: "plot"
18180   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18181   algorithm: "plot_perf_box_name"
18182   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18183   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18184   include:
18185     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18186     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18187     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18188     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
18189     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18190     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18191     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18192     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
18193     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18194     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18195   layout:
18196     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18197     layout: "plot-cps"
18198
18199 - type: "plot"
18200   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18201   algorithm: "plot_perf_box_name"
18202   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18203   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18204   include:
18205     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18206     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18207     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18208     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
18209     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18210     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18211     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18212     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
18213     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18214     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18215   layout:
18216     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18217     layout: "plot-throughput"
18218
18219 - type: "plot"
18220   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18221   algorithm: "plot_perf_box_name"
18222   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18223   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18224   include:
18225     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18226     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18227     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18228     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
18229     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18230     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18231     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18232     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
18233     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18234     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18235   layout:
18236     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18237     layout: "plot-cps"
18238
18239 - type: "plot"
18240   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18241   algorithm: "plot_perf_box_name"
18242   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18243   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18244   include:
18245     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18246     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18247     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18248     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
18249     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18250     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18251     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18252     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
18253     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18254     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18255   layout:
18256     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18257     layout: "plot-throughput"
18258
18259 - type: "plot"
18260   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18261   algorithm: "plot_perf_box_name"
18262   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18263   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18264   include:
18265     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18266     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18267     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18268     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18269     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18270     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18271   layout:
18272     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18273     layout: "plot-throughput"
18274
18275 - type: "plot"
18276   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18277   algorithm: "plot_perf_box_name"
18278   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18279   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18280   include:
18281     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18282     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18283     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18284     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18285     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18287   layout:
18288     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18289     layout: "plot-throughput"
18290
18291 - type: "plot"
18292   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18293   algorithm: "plot_perf_box_name"
18294   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18295   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18296   include:
18297     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
18298     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
18299   layout:
18300     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18301     layout: "plot-throughput"
18302
18303 - type: "plot"
18304   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18305   algorithm: "plot_perf_box_name"
18306   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18307   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18308   include:
18309     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
18310     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
18311   layout:
18312     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18313     layout: "plot-throughput"
18314
18315 - type: "plot"
18316   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18317   algorithm: "plot_perf_box_name"
18318   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18319   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18320   include:
18321     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
18322     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18323     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
18324     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18325     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
18326     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18327   layout:
18328     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18329     layout: "plot-throughput"
18330
18331 - type: "plot"
18332   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18333   algorithm: "plot_perf_box_name"
18334   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18335   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18336   include:
18337     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
18338     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18339     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
18340     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18341     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
18342     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18343   layout:
18344     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18345     layout: "plot-throughput"
18346
18347 - type: "plot"
18348   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18349   algorithm: "plot_perf_box_name"
18350   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18351   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18352   include:
18353     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18354     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18355     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18356     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18357     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18358     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18359   layout:
18360     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18361     layout: "plot-throughput"
18362
18363 - type: "plot"
18364   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18365   algorithm: "plot_perf_box_name"
18366   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18367   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18368   include:
18369     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18370     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18371     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18372     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18373     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18374     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18375   layout:
18376     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18377     layout: "plot-throughput"
18378
18379 - type: "plot"
18380   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18381   algorithm: "plot_perf_box_name"
18382   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18383   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18384   include:
18385     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18386     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18387     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18388     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18389     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18390     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18391   layout:
18392     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18393     layout: "plot-throughput"
18394
18395 - type: "plot"
18396   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18397   algorithm: "plot_perf_box_name"
18398   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18399   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18400   include:
18401     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18402     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18403     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18404     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18405     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18406     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18407   layout:
18408     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18409     layout: "plot-throughput"
18410
18411 - type: "plot"
18412   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18413   algorithm: "plot_perf_box_name"
18414   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18415   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18416   include:
18417     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18418     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18419     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18420     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18421     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18422   layout:
18423     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18424     layout: "plot-throughput"
18425
18426 - type: "plot"
18427   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18428   algorithm: "plot_perf_box_name"
18429   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18430   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18431   include:
18432     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18433     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18434     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18435     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18436     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18437   layout:
18438     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18439     layout: "plot-throughput"
18440
18441 - type: "plot"
18442   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18443   algorithm: "plot_perf_box_name"
18444   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18445   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18446   include:
18447     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18448     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18449     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18450     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18451     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18452   layout:
18453     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18454     layout: "plot-throughput"
18455
18456 - type: "plot"
18457   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18458   algorithm: "plot_perf_box_name"
18459   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18460   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18461   include:
18462     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18463     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18464     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18465     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18466     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18467   layout:
18468     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18469     layout: "plot-throughput"
18470
18471 - type: "plot"
18472   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18473   algorithm: "plot_perf_box_name"
18474   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18475   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18476   include:
18477     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18478     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18479     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18480     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18481     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18482   layout:
18483     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18484     layout: "plot-throughput"
18485
18486 - type: "plot"
18487   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18488   algorithm: "plot_perf_box_name"
18489   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18490   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18491   include:
18492     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18493     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18494     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18495     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18496     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18497   layout:
18498     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18499     layout: "plot-throughput"
18500
18501 - type: "plot"
18502   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18503   algorithm: "plot_perf_box_name"
18504   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18505   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18506   include:
18507     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18508     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18509     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18510     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18511     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18512   layout:
18513     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18514     layout: "plot-throughput"
18515
18516 - type: "plot"
18517   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18518   algorithm: "plot_perf_box_name"
18519   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18520   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18521   include:
18522     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18523     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18524     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18525     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18526     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18527   layout:
18528     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18529     layout: "plot-throughput"
18530
18531 - type: "plot"
18532   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18533   algorithm: "plot_perf_box_name"
18534   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18535   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18536   include:
18537     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18538     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18539     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18540     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18541     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18542   layout:
18543     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18544     layout: "plot-throughput"
18545
18546 - type: "plot"
18547   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18548   algorithm: "plot_perf_box_name"
18549   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18550   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18551   include:
18552     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18553     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18554     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18555     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18556     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18557   layout:
18558     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18559     layout: "plot-throughput"
18560
18561 - type: "plot"
18562   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18563   algorithm: "plot_perf_box_name"
18564   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18565   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18566   include:
18567     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18568     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18569     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18570     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18571     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18572     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18573   layout:
18574     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18575     layout: "plot-throughput"
18576
18577 - type: "plot"
18578   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18579   algorithm: "plot_perf_box_name"
18580   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18581   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18582   include:
18583     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18584     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18585     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18586     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18587     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18588     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18589   layout:
18590     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18591     layout: "plot-throughput"
18592
18593 - type: "plot"
18594   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18595   algorithm: "plot_perf_box_name"
18596   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18597   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18598   include:
18599     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18600     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18601     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18602     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18603   layout:
18604     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18605     layout: "plot-throughput"
18606
18607 - type: "plot"
18608   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18609   algorithm: "plot_perf_box_name"
18610   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18611   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18612   include:
18613     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18614     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18615     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18616     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18617   layout:
18618     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18619     layout: "plot-throughput"
18620
18621 - type: "plot"
18622   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18623   algorithm: "plot_perf_box_name"
18624   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18625   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18626   include:
18627     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18628     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18629     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18630     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18631     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18632     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18633   layout:
18634     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18635     layout: "plot-throughput"
18636
18637 - type: "plot"
18638   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18639   algorithm: "plot_perf_box_name"
18640   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18641   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18642   include:
18643     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18644     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18645     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18646     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18647     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18648     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18649   layout:
18650     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18651     layout: "plot-throughput"
18652
18653 - type: "plot"
18654   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18655   algorithm: "plot_perf_box_name"
18656   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18657   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18658   include:
18659     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18660     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18661     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18662     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18663   layout:
18664     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18665     layout: "plot-throughput"
18666
18667 - type: "plot"
18668   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18669   algorithm: "plot_perf_box_name"
18670   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18671   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18672   include:
18673     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18674     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18675     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18676     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18677   layout:
18678     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18679     layout: "plot-throughput"
18680
18681 - type: "plot"
18682   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18683   algorithm: "plot_perf_box_name"
18684   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18685   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18686   include:
18687     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18688     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18689     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18690     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18691     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18692     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18693   layout:
18694     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18695     layout: "plot-throughput"
18696
18697 - type: "plot"
18698   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18699   algorithm: "plot_perf_box_name"
18700   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18701   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18702   include:
18703     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18704     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18705     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18706     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18707     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18708     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18709   layout:
18710     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18711     layout: "plot-throughput"
18712
18713 - type: "plot"
18714   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18715   algorithm: "plot_perf_box_name"
18716   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18717   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18718   include:
18719     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18720     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18721     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18722     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18723   layout:
18724     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18725     layout: "plot-throughput"
18726
18727 - type: "plot"
18728   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18729   algorithm: "plot_perf_box_name"
18730   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18731   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18732   include:
18733     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18734     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18735     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18736     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18737   layout:
18738     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18739     layout: "plot-throughput"
18740
18741 - type: "plot"
18742   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18743   algorithm: "plot_perf_box_name"
18744   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18745   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18746   include:
18747     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18748     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18749     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18750     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18751     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18752   layout:
18753     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18754     layout: "plot-throughput"
18755
18756 - type: "plot"
18757   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18758   algorithm: "plot_perf_box_name"
18759   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18760   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18761   include:
18762     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18763     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18764     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18765     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18766     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18767   layout:
18768     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18769     layout: "plot-throughput"
18770
18771 - type: "plot"
18772   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18773   algorithm: "plot_perf_box_name"
18774   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18775   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18776   include:
18777     - "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"
18778     - "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"
18779     - "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"
18780     - "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"
18781     - "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"
18782   layout:
18783     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18784     layout: "plot-throughput"
18785
18786 - type: "plot"
18787   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18788   algorithm: "plot_perf_box_name"
18789   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18790   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18791   include:
18792     - "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"
18793     - "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"
18794     - "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"
18795     - "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"
18796     - "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"
18797   layout:
18798     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18799     layout: "plot-throughput"
18800
18801 - type: "plot"
18802   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18803   algorithm: "plot_perf_box_name"
18804   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18805   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18806   include:
18807     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18808     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18809     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18810     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18811     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18812   layout:
18813     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18814     layout: "plot-throughput"
18815
18816 - type: "plot"
18817   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18818   algorithm: "plot_perf_box_name"
18819   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18820   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18821   include:
18822     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18823     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18824     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18825     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18826     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18827   layout:
18828     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18829     layout: "plot-throughput"
18830
18831 - type: "plot"
18832   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18833   algorithm: "plot_perf_box_name"
18834   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18835   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18836   include:
18837     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18838     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18839     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18840     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18841     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18842   layout:
18843     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18844     layout: "plot-throughput"
18845
18846 - type: "plot"
18847   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18848   algorithm: "plot_perf_box_name"
18849   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18850   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18851   include:
18852     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18853     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18854     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18855     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18856     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18857   layout:
18858     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18859     layout: "plot-throughput"
18860
18861 - type: "plot"
18862   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18863   algorithm: "plot_perf_box_name"
18864   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18865   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18866   include:
18867     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18868     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18869     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18870     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18871   layout:
18872     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18873     layout: "plot-throughput"
18874
18875 - type: "plot"
18876   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18877   algorithm: "plot_perf_box_name"
18878   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18879   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18880   include:
18881     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18882     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18883     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18884     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18885   layout:
18886     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18887     layout: "plot-throughput"
18888
18889 - type: "plot"
18890   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18891   algorithm: "plot_perf_box_name"
18892   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18893   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18894   include:
18895     - "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"
18896     - "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"
18897     - "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"
18898     - "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"
18899   layout:
18900     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18901     layout: "plot-throughput"
18902
18903 - type: "plot"
18904   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18905   algorithm: "plot_perf_box_name"
18906   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18907   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18908   include:
18909     - "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"
18910     - "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"
18911     - "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"
18912     - "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"
18913   layout:
18914     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18915     layout: "plot-throughput"
18916
18917 - type: "plot"
18918   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18919   algorithm: "plot_perf_box_name"
18920   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18921   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18922   include:
18923     - "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"
18924     - "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"
18925     - "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"
18926     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18927     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18928     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18929   layout:
18930     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18931     layout: "plot-throughput"
18932
18933 - type: "plot"
18934   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18935   algorithm: "plot_perf_box_name"
18936   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18937   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18938   include:
18939     - "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"
18940     - "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"
18941     - "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"
18942     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18943     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18944     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18945   layout:
18946     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18947     layout: "plot-throughput"
18948
18949 ################################################################################
18950
18951 # Packet Speedup
18952
18953 - type: "plot"
18954   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18955   algorithm: "plot_tsa_name"
18956   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18957   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18958   include:
18959     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18960     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18961     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18962     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18963   layout:
18964     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18965     layout: "plot-throughput-speedup-analysis"
18966
18967 - type: "plot"
18968   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18969   algorithm: "plot_tsa_name"
18970   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18971   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18972   include:
18973     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18974     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18975     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18976     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18977   layout:
18978     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18979     layout: "plot-throughput-speedup-analysis"
18980
18981 - type: "plot"
18982   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18983   algorithm: "plot_tsa_name"
18984   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18985   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18986   include:
18987     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18988     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18989     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18990     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18991   layout:
18992     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18993     layout: "plot-throughput-speedup-analysis"
18994
18995 - type: "plot"
18996   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18997   algorithm: "plot_tsa_name"
18998   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18999   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19000   include:
19001     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19002     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19003     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19004     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19005   layout:
19006     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
19007     layout: "plot-throughput-speedup-analysis"
19008
19009 - type: "plot"
19010   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
19011   algorithm: "plot_tsa_name"
19012   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
19013   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19014   include:
19015     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19016     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19017     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19018     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19019   layout:
19020     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
19021     layout: "plot-throughput-speedup-analysis"
19022
19023 - type: "plot"
19024   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
19025   algorithm: "plot_tsa_name"
19026   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
19027   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19028   include:
19029     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19030     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19031     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19032     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19033   layout:
19034     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
19035     layout: "plot-throughput-speedup-analysis"
19036
19037 - type: "plot"
19038   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
19039   algorithm: "plot_tsa_name"
19040   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
19041   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19042   include:
19043     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
19044     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
19045     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
19046     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19047     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19048     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19049   layout:
19050     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
19051     layout: "plot-throughput-speedup-analysis"
19052
19053 - type: "plot"
19054   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
19055   algorithm: "plot_tsa_name"
19056   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
19057   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19058   include:
19059     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
19060     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
19061     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
19062     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19063     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19064     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19065   layout:
19066     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
19067     layout: "plot-throughput-speedup-analysis"
19068
19069 - type: "plot"
19070   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
19071   algorithm: "plot_tsa_name"
19072   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
19073   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19074   include:
19075     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
19076     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
19077     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
19078     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
19079   layout:
19080     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
19081     layout: "plot-throughput-speedup-analysis"
19082
19083 - type: "plot"
19084   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
19085   algorithm: "plot_tsa_name"
19086   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
19087   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19088   include:
19089     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
19090     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
19091     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
19092     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
19093   layout:
19094     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
19095     layout: "plot-throughput-speedup-analysis"
19096
19097 - type: "plot"
19098   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
19099   algorithm: "plot_tsa_name"
19100   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
19101   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19102   include:
19103     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
19104     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
19105     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19106   layout:
19107     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
19108     layout: "plot-throughput-speedup-analysis"
19109
19110 - type: "plot"
19111   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
19112   algorithm: "plot_tsa_name"
19113   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
19114   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19115   include:
19116     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
19117     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
19118     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19119   layout:
19120     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
19121     layout: "plot-throughput-speedup-analysis"
19122
19123 - type: "plot"
19124   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
19125   algorithm: "plot_tsa_name"
19126   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
19127   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19128   include:
19129     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19130     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19131     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19132     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19133     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19134   layout:
19135     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
19136     layout: "plot-throughput-speedup-analysis"
19137
19138 - type: "plot"
19139   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
19140   algorithm: "plot_tsa_name"
19141   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
19142   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19143   include:
19144     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19145     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19146     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19147     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19148     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19149   layout:
19150     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
19151     layout: "plot-throughput-speedup-analysis"
19152
19153 - type: "plot"
19154   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
19155   algorithm: "plot_tsa_name"
19156   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
19157   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19158   include:
19159     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
19160     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
19161     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
19162   layout:
19163     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
19164     layout: "plot-throughput-speedup-analysis"
19165
19166 - type: "plot"
19167   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
19168   algorithm: "plot_tsa_name"
19169   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
19170   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19171   include:
19172     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
19173     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
19174     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
19175   layout:
19176     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
19177     layout: "plot-throughput-speedup-analysis"
19178
19179 - type: "plot"
19180   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
19181   algorithm: "plot_tsa_name"
19182   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
19183   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19184   include:
19185     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19186     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19187     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19189     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19190     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19191   layout:
19192     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
19193     layout: "plot-throughput-speedup-analysis"
19194
19195 - type: "plot"
19196   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
19197   algorithm: "plot_tsa_name"
19198   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
19199   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19200   include:
19201     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19202     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
19203     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
19204     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
19205     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
19206   layout:
19207     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
19208     layout: "plot-throughput-speedup-analysis"
19209
19210 - type: "plot"
19211   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
19212   algorithm: "plot_tsa_name"
19213   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
19214   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19215   include:
19216     - "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"
19217     - "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"
19218     - "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"
19219     - "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"
19220     - "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"
19221   layout:
19222     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
19223     layout: "plot-throughput-speedup-analysis"
19224
19225 - type: "plot"
19226   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
19227   algorithm: "plot_tsa_name"
19228   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
19229   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19230   include:
19231     - "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"
19232     - "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"
19233     - "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"
19234     - "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"
19235     - "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"
19236     - "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"
19237     - "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"
19238     - "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"
19239     - "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"
19240     - "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"
19241   layout:
19242     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
19243     layout: "plot-throughput-speedup-analysis-cps"
19244
19245 - type: "plot"
19246   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
19247   algorithm: "plot_tsa_name"
19248   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
19249   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19250   include:
19251     - "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"
19252     - "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"
19253     - "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"
19254     - "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"
19255     - "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"
19256     - "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"
19257     - "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"
19258     - "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"
19259     - "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"
19260     - "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"
19261   layout:
19262     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
19263     layout: "plot-throughput-speedup-analysis"
19264
19265 - type: "plot"
19266   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
19267   algorithm: "plot_tsa_name"
19268   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
19269   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19270   include:
19271     - "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"
19272     - "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"
19273     - "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"
19274     - "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"
19275     - "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"
19276     - "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"
19277     - "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"
19278     - "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"
19279     - "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"
19280     - "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"
19281   layout:
19282     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
19283     layout: "plot-throughput-speedup-analysis-cps"
19284
19285 - type: "plot"
19286   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
19287   algorithm: "plot_tsa_name"
19288   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
19289   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19290   include:
19291     - "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"
19292     - "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"
19293     - "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"
19294     - "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"
19295     - "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"
19296     - "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"
19297     - "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"
19298     - "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"
19299     - "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"
19300     - "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"
19301   layout:
19302     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
19303     layout: "plot-throughput-speedup-analysis"
19304
19305 - type: "plot"
19306   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
19307   algorithm: "plot_tsa_name"
19308   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
19309   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19310   include:
19311     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19312     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19315     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19317   layout:
19318     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
19319     layout: "plot-throughput-speedup-analysis"
19320
19321 - type: "plot"
19322   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
19323   algorithm: "plot_tsa_name"
19324   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
19325   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19326   include:
19327     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19328     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
19329     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
19330     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
19331     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
19332   layout:
19333     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
19334     layout: "plot-throughput-speedup-analysis"
19335
19336 - type: "plot"
19337   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
19338   algorithm: "plot_tsa_name"
19339   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
19340   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19341   include:
19342     - "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"
19343     - "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"
19344     - "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"
19345     - "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"
19346     - "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"
19347   layout:
19348     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
19349     layout: "plot-throughput-speedup-analysis"
19350
19351 - type: "plot"
19352   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
19353   algorithm: "plot_tsa_name"
19354   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
19355   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19356   include:
19357     - "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"
19358     - "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"
19359     - "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"
19360     - "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"
19361     - "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"
19362     - "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"
19363     - "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"
19364     - "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"
19365     - "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"
19366     - "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"
19367   layout:
19368     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
19369     layout: "plot-throughput-speedup-analysis-cps"
19370
19371 - type: "plot"
19372   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
19373   algorithm: "plot_tsa_name"
19374   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
19375   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19376   include:
19377     - "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"
19378     - "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"
19379     - "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"
19380     - "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"
19381     - "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"
19382     - "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"
19383     - "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"
19384     - "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"
19385     - "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"
19386     - "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"
19387   layout:
19388     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
19389     layout: "plot-throughput-speedup-analysis"
19390
19391 - type: "plot"
19392   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
19393   algorithm: "plot_tsa_name"
19394   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
19395   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19396   include:
19397     - "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"
19398     - "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"
19399     - "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"
19400     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
19401     - "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"
19402     - "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"
19403     - "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"
19404     - "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"
19405     - "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"
19406     - "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"
19407   layout:
19408     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
19409     layout: "plot-throughput-speedup-analysis-cps"
19410
19411 - type: "plot"
19412   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19413   algorithm: "plot_tsa_name"
19414   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19415   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19416   include:
19417     - "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"
19418     - "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"
19419     - "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"
19420     - "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"
19421     - "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"
19422     - "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"
19423     - "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"
19424     - "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"
19425     - "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"
19426     - "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"
19427   layout:
19428     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
19429     layout: "plot-throughput-speedup-analysis"
19430
19431 - type: "plot"
19432   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
19433   algorithm: "plot_tsa_name"
19434   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
19435   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19436   include:
19437     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19438     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19439     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19440     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19441     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19442     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19443   layout:
19444     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
19445     layout: "plot-throughput-speedup-analysis"
19446
19447 - type: "plot"
19448   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
19449   algorithm: "plot_tsa_name"
19450   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
19451   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19452   include:
19453     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19454     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19455     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19456     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19457     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19458     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19459   layout:
19460     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
19461     layout: "plot-throughput-speedup-analysis"
19462
19463 - type: "plot"
19464   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
19465   algorithm: "plot_tsa_name"
19466   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
19467   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19468   include:
19469     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
19470     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
19471   layout:
19472     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
19473     layout: "plot-throughput-speedup-analysis"
19474
19475 - type: "plot"
19476   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
19477   algorithm: "plot_tsa_name"
19478   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
19479   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19480   include:
19481     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
19482     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
19483   layout:
19484     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
19485     layout: "plot-throughput-speedup-analysis"
19486
19487 - type: "plot"
19488   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
19489   algorithm: "plot_tsa_name"
19490   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
19491   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19492   include:
19493     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
19494     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19495     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
19496     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19497     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
19498     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19499   layout:
19500     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
19501     layout: "plot-throughput-speedup-analysis"
19502
19503 - type: "plot"
19504   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
19505   algorithm: "plot_tsa_name"
19506   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
19507   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19508   include:
19509     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
19510     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19511     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
19512     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19513     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
19514     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19515   layout:
19516     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
19517     layout: "plot-throughput-speedup-analysis"
19518
19519 - type: "plot"
19520   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
19521   algorithm: "plot_tsa_name"
19522   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
19523   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19524   include:
19525     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19526     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19527     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19528     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19529     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19530     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19531   layout:
19532     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
19533     layout: "plot-throughput-speedup-analysis"
19534
19535 - type: "plot"
19536   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
19537   algorithm: "plot_tsa_name"
19538   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
19539   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19540   include:
19541     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19542     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19543     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19544     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19545     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19546     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19547   layout:
19548     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
19549     layout: "plot-throughput-speedup-analysis"
19550
19551 - type: "plot"
19552   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
19553   algorithm: "plot_tsa_name"
19554   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
19555   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19556   include:
19557     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19558     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19559     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19560     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19561     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19562     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19563   layout:
19564     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
19565     layout: "plot-throughput-speedup-analysis"
19566
19567 - type: "plot"
19568   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
19569   algorithm: "plot_tsa_name"
19570   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
19571   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19572   include:
19573     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19574     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19575     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19576     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19577     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19578     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19579   layout:
19580     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
19581     layout: "plot-throughput-speedup-analysis"
19582
19583 - type: "plot"
19584   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19585   algorithm: "plot_tsa_name"
19586   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19587   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19588   include:
19589     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19590     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19591     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19592     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19593     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19594   layout:
19595     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
19596     layout: "plot-throughput-speedup-analysis"
19597
19598 - type: "plot"
19599   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19600   algorithm: "plot_tsa_name"
19601   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19602   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19603   include:
19604     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19605     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19606     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19607     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19608     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19609   layout:
19610     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
19611     layout: "plot-throughput-speedup-analysis"
19612
19613 - type: "plot"
19614   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19615   algorithm: "plot_tsa_name"
19616   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19617   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19618   include:
19619     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19620     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19621     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19622     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19623     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19624   layout:
19625     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
19626     layout: "plot-throughput-speedup-analysis"
19627
19628 - type: "plot"
19629   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19630   algorithm: "plot_tsa_name"
19631   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19632   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19633   include:
19634     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19635     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19636     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19637     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19638     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19639   layout:
19640     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
19641     layout: "plot-throughput-speedup-analysis"
19642
19643 - type: "plot"
19644   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19645   algorithm: "plot_tsa_name"
19646   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19647   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19648   include:
19649     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19650     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19651     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19652     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19653     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19654   layout:
19655     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
19656     layout: "plot-throughput-speedup-analysis"
19657
19658 - type: "plot"
19659   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19660   algorithm: "plot_tsa_name"
19661   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19662   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19663   include:
19664     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19665     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19666     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19667     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19668     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19669   layout:
19670     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
19671     layout: "plot-throughput-speedup-analysis"
19672
19673 - type: "plot"
19674   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19675   algorithm: "plot_tsa_name"
19676   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19677   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19678   include:
19679     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19680     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19681     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19682     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19683     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19684   layout:
19685     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
19686     layout: "plot-throughput-speedup-analysis"
19687
19688 - type: "plot"
19689   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19690   algorithm: "plot_tsa_name"
19691   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19692   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19693   include:
19694     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19695     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19696     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19697     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19698     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19699   layout:
19700     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19701     layout: "plot-throughput-speedup-analysis"
19702
19703 - type: "plot"
19704   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19705   algorithm: "plot_tsa_name"
19706   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19707   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19708   include:
19709     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19710     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19711     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19712     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19713     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19714   layout:
19715     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19716     layout: "plot-throughput-speedup-analysis"
19717
19718 - type: "plot"
19719   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19720   algorithm: "plot_tsa_name"
19721   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19722   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19723   include:
19724     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19725     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19726     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19727     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19728     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19729   layout:
19730     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19731     layout: "plot-throughput-speedup-analysis"
19732
19733 - type: "plot"
19734   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19735   algorithm: "plot_tsa_name"
19736   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19737   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19738   include:
19739     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19740     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19741     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19742     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19743     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19744     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19745   layout:
19746     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19747     layout: "plot-throughput-speedup-analysis"
19748
19749 - type: "plot"
19750   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19751   algorithm: "plot_tsa_name"
19752   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19753   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19754   include:
19755     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19756     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19757     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19758     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19759     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19760     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19761   layout:
19762     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19763     layout: "plot-throughput-speedup-analysis"
19764
19765 - type: "plot"
19766   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19767   algorithm: "plot_tsa_name"
19768   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19769   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19770   include:
19771     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19772     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19773     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19774     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19775   layout:
19776     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19777     layout: "plot-throughput-speedup-analysis"
19778
19779 - type: "plot"
19780   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19781   algorithm: "plot_tsa_name"
19782   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19783   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19784   include:
19785     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19786     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19787     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19788     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19789   layout:
19790     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19791     layout: "plot-throughput-speedup-analysis"
19792
19793 - type: "plot"
19794   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19795   algorithm: "plot_tsa_name"
19796   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19797   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19798   include:
19799     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19800     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19801     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19802     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19803     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19804     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19805   layout:
19806     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19807     layout: "plot-throughput-speedup-analysis"
19808
19809 - type: "plot"
19810   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19811   algorithm: "plot_tsa_name"
19812   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19813   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19814   include:
19815     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19816     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19817     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19818     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19819     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19820     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19821   layout:
19822     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19823     layout: "plot-throughput-speedup-analysis"
19824
19825 - type: "plot"
19826   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19827   algorithm: "plot_tsa_name"
19828   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19829   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19830   include:
19831     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19832     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19833     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19834     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19835   layout:
19836     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19837     layout: "plot-throughput-speedup-analysis"
19838
19839 - type: "plot"
19840   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19841   algorithm: "plot_tsa_name"
19842   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19843   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19844   include:
19845     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19846     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19847     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19848     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19849   layout:
19850     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19851     layout: "plot-throughput-speedup-analysis"
19852
19853 - type: "plot"
19854   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19855   algorithm: "plot_tsa_name"
19856   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19857   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19858   include:
19859     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19860     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19861     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19862     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19863     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19864     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19865   layout:
19866     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19867     layout: "plot-throughput-speedup-analysis"
19868
19869 - type: "plot"
19870   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19871   algorithm: "plot_tsa_name"
19872   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19873   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19874   include:
19875     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19876     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19877     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
19878     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19879     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19880     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19881   layout:
19882     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19883     layout: "plot-throughput-speedup-analysis"
19884
19885 - type: "plot"
19886   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19887   algorithm: "plot_tsa_name"
19888   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19889   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19890   include:
19891     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19892     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19893     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19894     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19895   layout:
19896     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19897     layout: "plot-throughput-speedup-analysis"
19898
19899 - type: "plot"
19900   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19901   algorithm: "plot_tsa_name"
19902   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19903   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19904   include:
19905     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19906     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19907     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19908     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19909   layout:
19910     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19911     layout: "plot-throughput-speedup-analysis"
19912
19913 - type: "plot"
19914   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19915   algorithm: "plot_tsa_name"
19916   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19917   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19918   include:
19919     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19920     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19921     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19922     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19923     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19924   layout:
19925     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19926     layout: "plot-throughput-speedup-analysis"
19927
19928 - type: "plot"
19929   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19930   algorithm: "plot_tsa_name"
19931   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19932   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19933   include:
19934     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19935     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19936     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19937     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19938     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19939   layout:
19940     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19941     layout: "plot-throughput-speedup-analysis"
19942
19943 - type: "plot"
19944   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19945   algorithm: "plot_tsa_name"
19946   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19947   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19948   include:
19949     - "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"
19950     - "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"
19951     - "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"
19952     - "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"
19953     - "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"
19954   layout:
19955     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19956     layout: "plot-throughput-speedup-analysis"
19957
19958 - type: "plot"
19959   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19960   algorithm: "plot_tsa_name"
19961   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19962   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19963   include:
19964     - "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"
19965     - "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"
19966     - "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"
19967     - "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"
19968     - "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"
19969   layout:
19970     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19971     layout: "plot-throughput-speedup-analysis"
19972
19973 - type: "plot"
19974   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19975   algorithm: "plot_tsa_name"
19976   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19977   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19978   include:
19979     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19980     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19981     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19982     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19983     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19984   layout:
19985     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19986     layout: "plot-throughput-speedup-analysis"
19987
19988 - type: "plot"
19989   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19990   algorithm: "plot_tsa_name"
19991   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19992   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19993   include:
19994     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19995     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19996     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19997     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19998     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19999   layout:
20000     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
20001     layout: "plot-throughput-speedup-analysis"
20002
20003 - type: "plot"
20004   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
20005   algorithm: "plot_tsa_name"
20006   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
20007   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20008   include:
20009     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20010     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20011     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20012     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20013     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
20014   layout:
20015     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
20016     layout: "plot-throughput-speedup-analysis"
20017
20018 - type: "plot"
20019   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
20020   algorithm: "plot_tsa_name"
20021   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
20022   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20023   include:
20024     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20025     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20026     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20027     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20028     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
20029   layout:
20030     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
20031     layout: "plot-throughput-speedup-analysis"
20032
20033 - type: "plot"
20034   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
20035   algorithm: "plot_tsa_name"
20036   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
20037   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20038   include:
20039     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20040     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20041     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20042     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20043   layout:
20044     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
20045     layout: "plot-throughput-speedup-analysis"
20046
20047 - type: "plot"
20048   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
20049   algorithm: "plot_tsa_name"
20050   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
20051   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20052   include:
20053     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20054     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20055     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20056     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20057   layout:
20058     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
20059     layout: "plot-throughput-speedup-analysis"
20060
20061 - type: "plot"
20062   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
20063   algorithm: "plot_tsa_name"
20064   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
20065   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20066   include:
20067     - "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"
20068     - "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"
20069     - "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"
20070     - "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"
20071   layout:
20072     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
20073     layout: "plot-throughput-speedup-analysis"
20074
20075 - type: "plot"
20076   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
20077   algorithm: "plot_tsa_name"
20078   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
20079   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20080   include:
20081     - "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"
20082     - "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"
20083     - "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"
20084     - "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"
20085   layout:
20086     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
20087     layout: "plot-throughput-speedup-analysis"
20088
20089 - type: "plot"
20090   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
20091   algorithm: "plot_tsa_name"
20092   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
20093   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20094   include:
20095     - "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"
20096     - "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"
20097     - "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"
20098     - "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"
20099     - "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"
20100     - "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"
20101   layout:
20102     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
20103     layout: "plot-throughput-speedup-analysis"
20104
20105 - type: "plot"
20106   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
20107   algorithm: "plot_tsa_name"
20108   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
20109   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20110   include:
20111     - "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"
20112     - "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"
20113     - "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"
20114     - "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"
20115     - "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"
20116     - "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"
20117   layout:
20118     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
20119     layout: "plot-throughput-speedup-analysis"
20120
20121 # Packet Throughput - DPDK
20122
20123 # 2n-clx-xxv710
20124
20125 - type: "plot"
20126   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
20127   algorithm: "plot_perf_box_name"
20128   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
20129   data: "plot-dpdk-throughput-latency-2n-clx"
20130   include:
20131     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20132     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20133   layout:
20134     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
20135     layout: "plot-throughput"
20136
20137 - type: "plot"
20138   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
20139   algorithm: "plot_perf_box_name"
20140   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
20141   data: "plot-dpdk-throughput-latency-2n-clx"
20142   include:
20143     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20144     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20145   layout:
20146     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
20147     layout: "plot-throughput"
20148
20149 - type: "plot"
20150   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
20151   algorithm: "plot_perf_box_name"
20152   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
20153   data: "plot-dpdk-throughput-latency-2n-clx"
20154   include:
20155     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20156     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20157   layout:
20158     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
20159     layout: "plot-throughput"
20160
20161 - type: "plot"
20162   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
20163   algorithm: "plot_perf_box_name"
20164   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
20165   data: "plot-dpdk-throughput-latency-2n-clx"
20166   include:
20167     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20168     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20169   layout:
20170     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
20171     layout: "plot-throughput"
20172
20173 # 2n-clx-x710
20174
20175 - type: "plot"
20176   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
20177   algorithm: "plot_perf_box_name"
20178   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
20179   data: "plot-dpdk-throughput-latency-2n-clx"
20180   include:
20181     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20182     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20183   layout:
20184     title: "2n-clx-x710-64b-2t1c-base-ndr"
20185     layout: "plot-throughput"
20186
20187 - type: "plot"
20188   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
20189   algorithm: "plot_perf_box_name"
20190   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
20191   data: "plot-dpdk-throughput-latency-2n-clx"
20192   include:
20193     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20194     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20195   layout:
20196     title: "2n-clx-x710-64b-4t2c-base-ndr"
20197     layout: "plot-throughput"
20198
20199 - type: "plot"
20200   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
20201   algorithm: "plot_perf_box_name"
20202   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
20203   data: "plot-dpdk-throughput-latency-2n-clx"
20204   include:
20205     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20206     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20207   layout:
20208     title: "2n-clx-x710-64b-2t1c-base-pdr"
20209     layout: "plot-throughput"
20210
20211 - type: "plot"
20212   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
20213   algorithm: "plot_perf_box_name"
20214   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
20215   data: "plot-dpdk-throughput-latency-2n-clx"
20216   include:
20217     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20218     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20219   layout:
20220     title: "2n-clx-x710-64b-4t2c-base-pdr"
20221     layout: "plot-throughput"
20222
20223 ###############################################################################
20224
20225 # 2n-zn2
20226
20227 # Packet Throughput
20228
20229 - type: "plot"
20230   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-avf-ndr"
20231   algorithm: "plot_perf_box_name"
20232   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-avf-ndr"
20233   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20234   include:
20235     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20236     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20237     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20238     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20239   layout:
20240     title: "2n-zn2-xxv710-64b-2t1c-memif-base-avf-ndr"
20241     layout: "plot-throughput"
20242
20243 - type: "plot"
20244   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-avf-pdr"
20245   algorithm: "plot_perf_box_name"
20246   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-avf-pdr"
20247   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20248   include:
20249     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20250     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20251     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20252     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20253   layout:
20254     title: "2n-zn2-xxv710-64b-2t1c-memif-base-avf-pdr"
20255     layout: "plot-throughput"
20256
20257 - type: "plot"
20258   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-ndr"
20259   algorithm: "plot_perf_box_name"
20260   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-ndr"
20261   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20262   include:
20263     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20264     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20265     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20266     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20267   layout:
20268     title: "2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-ndr"
20269     layout: "plot-throughput"
20270
20271 - type: "plot"
20272   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-pdr"
20273   algorithm: "plot_perf_box_name"
20274   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-pdr"
20275   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20276   include:
20277     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20278     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20279     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20280     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20281   layout:
20282     title: "2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-pdr"
20283     layout: "plot-throughput"
20284
20285 - type: "plot"
20286   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
20287   algorithm: "plot_perf_box_name"
20288   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
20289   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20290   include:
20291     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20292     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20293     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20294     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20295   layout:
20296     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
20297     layout: "plot-throughput"
20298
20299 - type: "plot"
20300   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
20301   algorithm: "plot_perf_box_name"
20302   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
20303   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20304   include:
20305     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20306     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20307     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20308     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20309   layout:
20310     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
20311     layout: "plot-throughput"
20312
20313 - type: "plot"
20314   title: "Throughput: 2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
20315   algorithm: "plot_perf_box_name"
20316   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
20317   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20318   include:
20319     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
20320     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20321     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20322     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20323     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20324     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20325   layout:
20326     title: "2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
20327     layout: "plot-throughput"
20328
20329 - type: "plot"
20330   title: "Throughput: 2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
20331   algorithm: "plot_perf_box_name"
20332   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
20333   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20334   include:
20335     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
20336     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20337     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20338     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20339     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20340     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20341   layout:
20342     title: "2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
20343     layout: "plot-throughput"
20344
20345 - type: "plot"
20346   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
20347   algorithm: "plot_perf_box_name"
20348   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
20349   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20350   include:
20351     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20352     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
20353     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
20354     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20355   layout:
20356     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
20357     layout: "plot-throughput"
20358
20359 - type: "plot"
20360   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
20361   algorithm: "plot_perf_box_name"
20362   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
20363   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20364   include:
20365     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20366     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
20367     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
20368     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20369   layout:
20370     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
20371     layout: "plot-throughput"
20372
20373 - type: "plot"
20374   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
20375   algorithm: "plot_perf_box_name"
20376   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
20377   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20378   include:
20379     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
20380     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
20381     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20382   layout:
20383     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
20384     layout: "plot-throughput"
20385
20386 - type: "plot"
20387   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
20388   algorithm: "plot_perf_box_name"
20389   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
20390   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20391   include:
20392     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
20393     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
20394     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20395   layout:
20396     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
20397     layout: "plot-throughput"
20398
20399 - type: "plot"
20400   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
20401   algorithm: "plot_perf_box_name"
20402   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
20403   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20404   include:
20405     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20406     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20407     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
20408     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
20409     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
20410   layout:
20411     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
20412     layout: "plot-throughput"
20413
20414 - type: "plot"
20415   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
20416   algorithm: "plot_perf_box_name"
20417   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
20418   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20419   include:
20420     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20421     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20422     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
20423     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
20424     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
20425   layout:
20426     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
20427     layout: "plot-throughput"
20428
20429 - type: "plot"
20430   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
20431   algorithm: "plot_perf_box_name"
20432   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
20433   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20434   include:
20435     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
20436     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
20437     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
20438   layout:
20439     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
20440     layout: "plot-throughput"
20441
20442 - type: "plot"
20443   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
20444   algorithm: "plot_perf_box_name"
20445   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
20446   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20447   include:
20448     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
20449     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
20450     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
20451   layout:
20452     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
20453     layout: "plot-throughput"
20454
20455 - type: "plot"
20456   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
20457   algorithm: "plot_perf_box_name"
20458   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
20459   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20460   include:
20461     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20462     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20463     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20464     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20465     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20466     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20467   layout:
20468     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
20469     layout: "plot-throughput"
20470
20471 - type: "plot"
20472   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
20473   algorithm: "plot_perf_box_name"
20474   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
20475   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20476   include:
20477     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20478     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20479     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20480     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20481     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20482     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20483   layout:
20484     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
20485     layout: "plot-throughput"
20486
20487 - type: "plot"
20488   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
20489   algorithm: "plot_perf_box_name"
20490   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
20491   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20492   include:
20493     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20494     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
20495     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
20496     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
20497     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
20498   layout:
20499     title: "2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
20500     layout: "plot-throughput"
20501
20502 #- type: "plot"
20503 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
20504 #  algorithm: "plot_perf_box_name"
20505 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
20506 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20507 #  include:
20508 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
20509 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
20510 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
20511 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
20512 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
20513 #  layout:
20514 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
20515 #    layout: "plot-throughput"
20516 #
20517 #- type: "plot"
20518 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
20519 #  algorithm: "plot_perf_box_name"
20520 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
20521 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20522 #  include:
20523 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20524 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20525 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20526 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20527 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20528 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20529 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20530 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20531 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20532 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20533 #  layout:
20534 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
20535 #    layout: "plot-cps"
20536 #
20537 #- type: "plot"
20538 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
20539 #  algorithm: "plot_perf_box_name"
20540 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
20541 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20542 #  include:
20543 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20544 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20545 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20546 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20547 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20548 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20549 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20550 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20551 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20552 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20553 #  layout:
20554 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
20555 #    layout: "plot-throughput"
20556 #
20557 #- type: "plot"
20558 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
20559 #  algorithm: "plot_perf_box_name"
20560 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
20561 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20562 #  include:
20563 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20564 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20565 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20566 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20567 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20568 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20569 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20570 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20571 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20572 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20573 #  layout:
20574 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
20575 #    layout: "plot-cps"
20576 #
20577 #- type: "plot"
20578 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
20579 #  algorithm: "plot_perf_box_name"
20580 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
20581 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20582 #  include:
20583 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20584 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20585 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20586 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20587 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20588 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20589 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20590 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20591 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20592 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20593 #  layout:
20594 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
20595 #    layout: "plot-throughput"
20596
20597 - type: "plot"
20598   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
20599   algorithm: "plot_perf_box_name"
20600   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
20601   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20602   include:
20603     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20604     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
20605     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
20606     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
20607     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
20608   layout:
20609     title: "2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
20610     layout: "plot-throughput"
20611
20612 #- type: "plot"
20613 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
20614 #  algorithm: "plot_perf_box_name"
20615 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
20616 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20617 #  include:
20618 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
20619 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
20620 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
20621 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
20622 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
20623 #  layout:
20624 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
20625 #    layout: "plot-throughput"
20626 #
20627 #- type: "plot"
20628 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
20629 #  algorithm: "plot_perf_box_name"
20630 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
20631 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20632 #  include:
20633 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20634 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20635 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20636 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20637 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20638 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20639 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20640 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20641 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20642 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20643 #  layout:
20644 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
20645 #    layout: "plot-cps"
20646 #
20647 #- type: "plot"
20648 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
20649 #  algorithm: "plot_perf_box_name"
20650 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
20651 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20652 #  include:
20653 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20654 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20655 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20656 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20657 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20658 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20659 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20660 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20661 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20662 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20663 #  layout:
20664 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
20665 #    layout: "plot-throughput"
20666 #
20667 #- type: "plot"
20668 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
20669 #  algorithm: "plot_perf_box_name"
20670 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
20671 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20672 #  include:
20673 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20674 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20675 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20676 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20677 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20678 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20679 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20680 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20681 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20682 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20683 #  layout:
20684 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
20685 #    layout: "plot-cps"
20686 #
20687 #- type: "plot"
20688 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
20689 #  algorithm: "plot_perf_box_name"
20690 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
20691 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20692 #  include:
20693 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20694 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20695 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20696 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20697 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20698 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20699 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20700 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20701 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20702 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20703 #  layout:
20704 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
20705 #    layout: "plot-throughput"
20706
20707 - type: "plot"
20708   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
20709   algorithm: "plot_perf_box_name"
20710   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
20711   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20712   include:
20713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20714     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20715     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20716     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20719   layout:
20720     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
20721     layout: "plot-throughput"
20722
20723 - type: "plot"
20724   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
20725   algorithm: "plot_perf_box_name"
20726   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
20727   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20728   include:
20729     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20730     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20735   layout:
20736     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
20737     layout: "plot-throughput"
20738
20739 - type: "plot"
20740   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ip4base-ndr"
20741   algorithm: "plot_perf_box_name"
20742   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ip4base-ndr"
20743   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20744   include:
20745     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
20746     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
20747   layout:
20748     title: "2n-zn2-cx556a-64b-2t1c-rdma-ip4base-ndr"
20749     layout: "plot-throughput"
20750
20751 - type: "plot"
20752   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ip4base-pdr"
20753   algorithm: "plot_perf_box_name"
20754   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ip4base-pdr"
20755   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20756   include:
20757     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
20758     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
20759   layout:
20760     title: "2n-zn2-cx556a-64b-2t1c-rdma-ip4base-pdr"
20761     layout: "plot-throughput"
20762
20763 - type: "plot"
20764   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
20765   algorithm: "plot_perf_box_name"
20766   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
20767   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20768   include:
20769     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
20770     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
20771     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
20772     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
20773     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
20774     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
20775   layout:
20776     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
20777     layout: "plot-throughput"
20778
20779 - type: "plot"
20780   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
20781   algorithm: "plot_perf_box_name"
20782   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
20783   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20784   include:
20785     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
20786     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
20787     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
20788     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
20789     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
20790     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
20791   layout:
20792     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
20793     layout: "plot-throughput"
20794
20795 - type: "plot"
20796   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20797   algorithm: "plot_perf_box_name"
20798   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20799   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20800   include:
20801     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20802     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20803     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20804     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20805     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20806     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20807   layout:
20808     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20809     layout: "plot-throughput"
20810
20811 - type: "plot"
20812   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
20813   algorithm: "plot_perf_box_name"
20814   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
20815   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20816   include:
20817     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20818     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20819     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20820     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20821     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20822     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20823   layout:
20824     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
20825     layout: "plot-throughput"
20826
20827 - type: "plot"
20828   title: "Throughput: 2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
20829   algorithm: "plot_perf_box_name"
20830   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
20831   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20832   include:
20833     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20834     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20835     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20836     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20837     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20838     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20839   layout:
20840     title: "2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
20841     layout: "plot-throughput"
20842
20843 - type: "plot"
20844   title: "Throughput: 2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
20845   algorithm: "plot_perf_box_name"
20846   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
20847   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20848   include:
20849     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20850     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20851     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20852     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20853     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20854     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20855   layout:
20856     title: "2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
20857     layout: "plot-throughput"
20858
20859 - type: "plot"
20860   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
20861   algorithm: "plot_perf_box_name"
20862   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
20863   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20864   include:
20865     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20866     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20867     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
20868     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
20869     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20870   layout:
20871     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
20872     layout: "plot-throughput"
20873
20874 - type: "plot"
20875   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
20876   algorithm: "plot_perf_box_name"
20877   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
20878   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20879   include:
20880     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20881     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20882     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
20883     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
20884     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20885   layout:
20886     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
20887     layout: "plot-throughput"
20888
20889 - type: "plot"
20890   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
20891   algorithm: "plot_perf_box_name"
20892   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
20893   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20894   include:
20895     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20896     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20897     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
20898     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
20899     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20900   layout:
20901     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
20902     layout: "plot-throughput"
20903
20904 - type: "plot"
20905   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
20906   algorithm: "plot_perf_box_name"
20907   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
20908   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20909   include:
20910     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20911     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20912     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
20913     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
20914     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20915   layout:
20916     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
20917     layout: "plot-throughput"
20918
20919 - type: "plot"
20920   title: "Throughput: 2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20921   algorithm: "plot_perf_box_name"
20922   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20923   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20924   include:
20925     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
20926     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
20927     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
20928     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
20929     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
20930   layout:
20931     title: "2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20932     layout: "plot-throughput"
20933
20934 - type: "plot"
20935   title: "Throughput: 2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20936   algorithm: "plot_perf_box_name"
20937   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20938   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20939   include:
20940     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
20941     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
20942     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
20943     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
20944     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
20945   layout:
20946     title: "2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20947     layout: "plot-throughput"
20948
20949 - type: "plot"
20950   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
20951   algorithm: "plot_perf_box_name"
20952   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
20953   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20954   include:
20955     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20956     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20957     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20958     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20959     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
20960   layout:
20961     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
20962     layout: "plot-throughput"
20963
20964 - type: "plot"
20965   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
20966   algorithm: "plot_perf_box_name"
20967   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
20968   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20969   include:
20970     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20971     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20972     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20973     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20974     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
20975   layout:
20976     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
20977     layout: "plot-throughput"
20978
20979 - type: "plot"
20980   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20981   algorithm: "plot_perf_box_name"
20982   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20983   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20984   include:
20985     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20986     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20987     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20988     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20989     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20990   layout:
20991     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20992     layout: "plot-throughput"
20993
20994 - type: "plot"
20995   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20996   algorithm: "plot_perf_box_name"
20997   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20998   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20999   include:
21000     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
21001     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
21002     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
21003     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21004     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
21005   layout:
21006     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
21007     layout: "plot-throughput"
21008
21009 - type: "plot"
21010   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-ndr"
21011   algorithm: "plot_perf_box_name"
21012   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-ndr"
21013   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21014   include:
21015     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
21016     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21017     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21018     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
21019     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
21020     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
21021   layout:
21022     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-ndr"
21023     layout: "plot-throughput"
21024
21025 - type: "plot"
21026   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-pdr"
21027   algorithm: "plot_perf_box_name"
21028   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-pdr"
21029   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21030   include:
21031     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
21032     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21033     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21034     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
21035     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
21036     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
21037   layout:
21038     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-pdr"
21039     layout: "plot-throughput"
21040
21041 - type: "plot"
21042   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
21043   algorithm: "plot_perf_box_name"
21044   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
21045   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21046   include:
21047     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
21048     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
21049     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
21050     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
21051   layout:
21052     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
21053     layout: "plot-throughput"
21054
21055 - type: "plot"
21056   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
21057   algorithm: "plot_perf_box_name"
21058   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
21059   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21060   include:
21061     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
21062     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
21063     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
21064     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
21065   layout:
21066     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
21067     layout: "plot-throughput"
21068
21069 - type: "plot"
21070   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
21071   algorithm: "plot_perf_box_name"
21072   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
21073   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21074   include:
21075     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
21076     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
21077     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21078     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
21079     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
21080     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21081   layout:
21082     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
21083     layout: "plot-throughput"
21084
21085 - type: "plot"
21086   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
21087   algorithm: "plot_perf_box_name"
21088   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
21089   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21090   include:
21091     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
21092     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
21093     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21094     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
21095     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
21096     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21097   layout:
21098     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
21099     layout: "plot-throughput"
21100
21101 - type: "plot"
21102   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
21103   algorithm: "plot_perf_box_name"
21104   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
21105   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21106   include:
21107     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21108     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
21109     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
21110     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
21111   layout:
21112     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
21113     layout: "plot-throughput"
21114
21115 - type: "plot"
21116   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
21117   algorithm: "plot_perf_box_name"
21118   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
21119   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21120   include:
21121     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21122     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
21123     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
21124     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
21125   layout:
21126     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
21127     layout: "plot-throughput"
21128
21129 - type: "plot"
21130   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
21131   algorithm: "plot_perf_box_name"
21132   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
21133   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21134   include:
21135     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
21136     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
21137     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21138     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
21139     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
21140     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21141   layout:
21142     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
21143     layout: "plot-throughput"
21144
21145 - type: "plot"
21146   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
21147   algorithm: "plot_perf_box_name"
21148   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
21149   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21150   include:
21151     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
21152     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
21153     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21154     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
21155     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
21156     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21157   layout:
21158     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
21159     layout: "plot-throughput"
21160
21161 - type: "plot"
21162   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
21163   algorithm: "plot_perf_box_name"
21164   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
21165   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21166   include:
21167     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21168     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
21169     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
21170     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
21171   layout:
21172     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
21173     layout: "plot-throughput"
21174
21175 - type: "plot"
21176   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
21177   algorithm: "plot_perf_box_name"
21178   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
21179   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21180   include:
21181     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21182     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
21183     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
21184     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
21185   layout:
21186     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
21187     layout: "plot-throughput"
21188
21189 - type: "plot"
21190   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-ndr"
21191   algorithm: "plot_perf_box_name"
21192   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-ndr"
21193   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21194   include:
21195     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21196     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21197     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21198     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21199     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21200   layout:
21201     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-ndr"
21202     layout: "plot-throughput"
21203
21204 - type: "plot"
21205   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-pdr"
21206   algorithm: "plot_perf_box_name"
21207   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-pdr"
21208   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21209   include:
21210     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21211     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21212     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21213     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21214     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21215   layout:
21216     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-pdr"
21217     layout: "plot-throughput"
21218
21219 - type: "plot"
21220   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
21221   algorithm: "plot_perf_box_name"
21222   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
21223   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21224   include:
21225     - "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"
21226     - "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"
21227     - "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"
21228     - "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"
21229     - "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"
21230   layout:
21231     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
21232     layout: "plot-throughput"
21233
21234 - type: "plot"
21235   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
21236   algorithm: "plot_perf_box_name"
21237   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
21238   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21239   include:
21240     - "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"
21241     - "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"
21242     - "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"
21243     - "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"
21244     - "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"
21245   layout:
21246     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
21247     layout: "plot-throughput"
21248
21249 - type: "plot"
21250   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
21251   algorithm: "plot_perf_box_name"
21252   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
21253   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21254   include:
21255     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21256     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21257     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21258     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21259     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21260   layout:
21261     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
21262     layout: "plot-throughput"
21263
21264 - type: "plot"
21265   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
21266   algorithm: "plot_perf_box_name"
21267   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
21268   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21269   include:
21270     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21271     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21272     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21273     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21274     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21275   layout:
21276     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
21277     layout: "plot-throughput"
21278
21279 - type: "plot"
21280   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
21281   algorithm: "plot_perf_box_name"
21282   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
21283   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21284   include:
21285     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21286     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21287     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21288     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21289     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
21290   layout:
21291     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
21292     layout: "plot-throughput"
21293
21294 - type: "plot"
21295   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
21296   algorithm: "plot_perf_box_name"
21297   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
21298   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21299   include:
21300     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21301     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21302     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21303     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21304     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
21305   layout:
21306     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
21307     layout: "plot-throughput"
21308
21309 - type: "plot"
21310   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
21311   algorithm: "plot_perf_box_name"
21312   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
21313   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21314   include:
21315     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21316     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21317     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21318     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21319   layout:
21320     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
21321     layout: "plot-throughput"
21322
21323 - type: "plot"
21324   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
21325   algorithm: "plot_perf_box_name"
21326   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
21327   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21328   include:
21329     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21330     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21331     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21332     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21333   layout:
21334     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
21335     layout: "plot-throughput"
21336
21337 - type: "plot"
21338   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
21339   algorithm: "plot_perf_box_name"
21340   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
21341   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21342   include:
21343     - "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"
21344     - "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"
21345     - "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"
21346     - "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"
21347   layout:
21348     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
21349     layout: "plot-throughput"
21350
21351 - type: "plot"
21352   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
21353   algorithm: "plot_perf_box_name"
21354   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
21355   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21356   include:
21357     - "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"
21358     - "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"
21359     - "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"
21360     - "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"
21361   layout:
21362     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
21363     layout: "plot-throughput"
21364
21365 - type: "plot"
21366   title: "Throughput: 2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
21367   algorithm: "plot_perf_box_name"
21368   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
21369   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21370   include:
21371     - "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"
21372     - "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"
21373     - "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"
21374     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
21375     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
21376     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
21377   layout:
21378     title: "2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
21379     layout: "plot-throughput"
21380
21381 - type: "plot"
21382   title: "Throughput: 2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
21383   algorithm: "plot_perf_box_name"
21384   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
21385   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21386   include:
21387     - "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"
21388     - "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"
21389     - "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"
21390     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
21391     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
21392     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
21393   layout:
21394     title: "2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
21395     layout: "plot-throughput"
21396
21397 ################################################################################
21398
21399 # Packet Speedup
21400
21401 - type: "plot"
21402   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-avf-ndr-tsa"
21403   algorithm: "plot_tsa_name"
21404   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-avf-ndr-tsa"
21405   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21406   include:
21407     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21408     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21409     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21410     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21411   layout:
21412     title: "2n-zn2-xxv710-64b-memif-base-avf-ndr"
21413     layout: "plot-throughput-speedup-analysis"
21414
21415 - type: "plot"
21416   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-avf-pdr-tsa"
21417   algorithm: "plot_tsa_name"
21418   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-avf-pdr-tsa"
21419   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21420   include:
21421     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21422     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21423     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21424     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21425   layout:
21426     title: "2n-zn2-xxv710-64b-memif-base-avf-pdr"
21427     layout: "plot-throughput-speedup-analysis"
21428
21429 - type: "plot"
21430   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-dpdk-ndr-tsa"
21431   algorithm: "plot_tsa_name"
21432   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-dpdk-ndr-tsa"
21433   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21434   include:
21435     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21436     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21437     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21438     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21439   layout:
21440     title: "2n-zn2-xxv710-64b-memif-base-dpdk-ndr"
21441     layout: "plot-throughput-speedup-analysis"
21442
21443 - type: "plot"
21444   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-dpdk-pdr-tsa"
21445   algorithm: "plot_tsa_name"
21446   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-dpdk-pdr-tsa"
21447   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21448   include:
21449     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21450     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21451     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21452     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21453   layout:
21454     title: "2n-zn2-xxv710-64b-memif-base-dpdk-pdr"
21455     layout: "plot-throughput-speedup-analysis"
21456
21457 - type: "plot"
21458   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
21459   algorithm: "plot_tsa_name"
21460   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
21461   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21462   include:
21463     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21464     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21465     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21466     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21467   layout:
21468     title: "2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
21469     layout: "plot-throughput-speedup-analysis"
21470
21471 - type: "plot"
21472   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
21473   algorithm: "plot_tsa_name"
21474   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
21475   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21476   include:
21477     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21478     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21479     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21480     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21481   layout:
21482     title: "2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
21483     layout: "plot-throughput-speedup-analysis"
21484
21485 - type: "plot"
21486   title: "Speedup: 2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
21487   algorithm: "plot_tsa_name"
21488   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
21489   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21490   include:
21491     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
21492     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21493     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21494     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21495     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21496     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21497   layout:
21498     title: "2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
21499     layout: "plot-throughput-speedup-analysis"
21500
21501 - type: "plot"
21502   title: "Speedup: 2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
21503   algorithm: "plot_tsa_name"
21504   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
21505   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21506   include:
21507     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
21508     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21509     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21510     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21511     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21512     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21513   layout:
21514     title: "2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
21515     layout: "plot-throughput-speedup-analysis"
21516
21517 - type: "plot"
21518   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
21519   algorithm: "plot_tsa_name"
21520   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
21521   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21522   include:
21523     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21524     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
21525     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
21526     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21527   layout:
21528     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-avf-ndr"
21529     layout: "plot-throughput-speedup-analysis"
21530
21531 - type: "plot"
21532   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
21533   algorithm: "plot_tsa_name"
21534   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
21535   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21536   include:
21537     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21538     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
21539     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
21540     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21541   layout:
21542     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-avf-pdr"
21543     layout: "plot-throughput-speedup-analysis"
21544
21545 - type: "plot"
21546   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
21547   algorithm: "plot_tsa_name"
21548   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
21549   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21550   include:
21551     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
21552     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
21553     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21554   layout:
21555     title: "2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
21556     layout: "plot-throughput-speedup-analysis"
21557
21558 - type: "plot"
21559   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
21560   algorithm: "plot_tsa_name"
21561   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
21562   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21563   include:
21564     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
21565     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
21566     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21567   layout:
21568     title: "2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
21569     layout: "plot-throughput-speedup-analysis"
21570
21571 - type: "plot"
21572   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
21573   algorithm: "plot_tsa_name"
21574   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
21575   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21576   include:
21577     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21578     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21579     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
21580     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
21581     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
21582   layout:
21583     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
21584     layout: "plot-throughput-speedup-analysis"
21585
21586 - type: "plot"
21587   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
21588   algorithm: "plot_tsa_name"
21589   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
21590   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21591   include:
21592     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21593     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21594     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
21595     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
21596     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
21597   layout:
21598     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
21599     layout: "plot-throughput-speedup-analysis"
21600
21601 - type: "plot"
21602   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
21603   algorithm: "plot_tsa_name"
21604   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
21605   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21606   include:
21607     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
21608     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
21609     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
21610   layout:
21611     title: "2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
21612     layout: "plot-throughput-speedup-analysis"
21613
21614 - type: "plot"
21615   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
21616   algorithm: "plot_tsa_name"
21617   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
21618   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21619   include:
21620     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
21621     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
21622     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
21623   layout:
21624     title: "2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
21625     layout: "plot-throughput-speedup-analysis"
21626
21627 - type: "plot"
21628   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
21629   algorithm: "plot_tsa_name"
21630   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
21631   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21632   include:
21633     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21634     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21635     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21636     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21637     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21638     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21639   layout:
21640     title: "2n-zn2-xxv710-64b-features-ip4routing-base-avf-ndr"
21641     layout: "plot-throughput-speedup-analysis"
21642
21643 - type: "plot"
21644   title: "Speedup: 2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
21645   algorithm: "plot_tsa_name"
21646   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
21647   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21648   include:
21649     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21650     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
21651     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
21652     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
21653     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
21654   layout:
21655     title: "2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
21656     layout: "plot-throughput-speedup-analysis"
21657
21658 #- type: "plot"
21659 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
21660 #  algorithm: "plot_tsa_name"
21661 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
21662 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21663 #  include:
21664 #    - "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"
21665 #    - "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"
21666 #    - "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"
21667 #    - "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"
21668 #    - "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"
21669 #  layout:
21670 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
21671 #    layout: "plot-throughput-speedup-analysis"
21672 #
21673 #- type: "plot"
21674 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
21675 #  algorithm: "plot_tsa_name"
21676 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
21677 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21678 #  include:
21679 #    - "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"
21680 #    - "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"
21681 #    - "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"
21682 #    - "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"
21683 #    - "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"
21684 #    - "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"
21685 #    - "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"
21686 #    - "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"
21687 #    - "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"
21688 #    - "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"
21689 #  layout:
21690 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
21691 #    layout: "plot-throughput-speedup-analysis-cps"
21692 #
21693 #- type: "plot"
21694 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
21695 #  algorithm: "plot_tsa_name"
21696 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
21697 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21698 #  include:
21699 #    - "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"
21700 #    - "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"
21701 #    - "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"
21702 #    - "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"
21703 #    - "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"
21704 #    - "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"
21705 #    - "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"
21706 #    - "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"
21707 #    - "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"
21708 #    - "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"
21709 #  layout:
21710 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
21711 #    layout: "plot-throughput-speedup-analysis"
21712 #
21713 #- type: "plot"
21714 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
21715 #  algorithm: "plot_tsa_name"
21716 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
21717 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21718 #  include:
21719 #    - "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"
21720 #    - "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"
21721 #    - "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"
21722 #    - "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"
21723 #    - "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"
21724 #    - "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"
21725 #    - "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"
21726 #    - "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"
21727 #    - "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"
21728 #    - "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"
21729 #  layout:
21730 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
21731 #    layout: "plot-throughput-speedup-analysis-cps"
21732 #
21733 #- type: "plot"
21734 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
21735 #  algorithm: "plot_tsa_name"
21736 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
21737 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21738 #  include:
21739 #    - "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"
21740 #    - "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"
21741 #    - "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"
21742 #    - "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"
21743 #    - "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"
21744 #    - "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"
21745 #    - "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"
21746 #    - "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"
21747 #    - "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"
21748 #    - "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"
21749 #  layout:
21750 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
21751 #    layout: "plot-throughput-speedup-analysis"
21752
21753 - type: "plot"
21754   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
21755   algorithm: "plot_tsa_name"
21756   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
21757   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21758   include:
21759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21762     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21763     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21764     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21765   layout:
21766     title: "2n-zn2-xxv710-64b-features-ip4routing-base-avf-pdr"
21767     layout: "plot-throughput-speedup-analysis"
21768
21769 - type: "plot"
21770   title: "Speedup: 2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
21771   algorithm: "plot_tsa_name"
21772   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
21773   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21774   include:
21775     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21776     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
21777     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
21778     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
21779     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
21780   layout:
21781     title: "2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
21782     layout: "plot-throughput-speedup-analysis"
21783
21784 #- type: "plot"
21785 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
21786 #  algorithm: "plot_tsa_name"
21787 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
21788 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21789 #  include:
21790 #    - "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"
21791 #    - "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"
21792 #    - "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"
21793 #    - "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"
21794 #    - "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"
21795 #  layout:
21796 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
21797 #    layout: "plot-throughput-speedup-analysis"
21798 #
21799 #- type: "plot"
21800 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
21801 #  algorithm: "plot_tsa_name"
21802 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
21803 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21804 #  include:
21805 #    - "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"
21806 #    - "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"
21807 #    - "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"
21808 #    - "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"
21809 #    - "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"
21810 #    - "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"
21811 #    - "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"
21812 #    - "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"
21813 #    - "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"
21814 #    - "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"
21815 #  layout:
21816 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
21817 #    layout: "plot-throughput-speedup-analysis-cps"
21818 #
21819 #- type: "plot"
21820 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
21821 #  algorithm: "plot_tsa_name"
21822 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
21823 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21824 #  include:
21825 #    - "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"
21826 #    - "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"
21827 #    - "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"
21828 #    - "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"
21829 #    - "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"
21830 #    - "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"
21831 #    - "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"
21832 #    - "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"
21833 #    - "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"
21834 #    - "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"
21835 #  layout:
21836 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
21837 #    layout: "plot-throughput-speedup-analysis"
21838 #
21839 #- type: "plot"
21840 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
21841 #  algorithm: "plot_tsa_name"
21842 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
21843 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21844 #  include:
21845 #    - "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"
21846 #    - "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"
21847 #    - "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"
21848 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
21849 #    - "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"
21850 #    - "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"
21851 #    - "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"
21852 #    - "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"
21853 #    - "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"
21854 #    - "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"
21855 #  layout:
21856 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
21857 #    layout: "plot-throughput-speedup-analysis-cps"
21858 #
21859 #- type: "plot"
21860 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
21861 #  algorithm: "plot_tsa_name"
21862 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
21863 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21864 #  include:
21865 #    - "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"
21866 #    - "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"
21867 #    - "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"
21868 #    - "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"
21869 #    - "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"
21870 #    - "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"
21871 #    - "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"
21872 #    - "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"
21873 #    - "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"
21874 #    - "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"
21875 #  layout:
21876 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
21877 #    layout: "plot-throughput-speedup-analysis"
21878
21879 - type: "plot"
21880   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
21881   algorithm: "plot_tsa_name"
21882   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
21883   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21884   include:
21885     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21886     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21887     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21888     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21889     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21890     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21891   layout:
21892     title: "2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-ndr"
21893     layout: "plot-throughput-speedup-analysis"
21894
21895 - type: "plot"
21896   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
21897   algorithm: "plot_tsa_name"
21898   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
21899   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21900   include:
21901     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21902     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21903     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21904     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21906     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21907   layout:
21908     title: "2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-pdr"
21909     layout: "plot-throughput-speedup-analysis"
21910
21911 - type: "plot"
21912   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ip4base-ndr-tsa"
21913   algorithm: "plot_tsa_name"
21914   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ip4base-ndr-tsa"
21915   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21916   include:
21917     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
21918     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
21919   layout:
21920     title: "2n-zn2-cx556a-64b-rdma-ip4base-ndr"
21921     layout: "plot-throughput-speedup-analysis"
21922
21923 - type: "plot"
21924   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ip4base-pdr-tsa"
21925   algorithm: "plot_tsa_name"
21926   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ip4base-pdr-tsa"
21927   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21928   include:
21929     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
21930     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
21931   layout:
21932     title: "2n-zn2-cx556a-64b-rdma-ip4base-pdr"
21933     layout: "plot-throughput-speedup-analysis"
21934
21935 - type: "plot"
21936   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
21937   algorithm: "plot_tsa_name"
21938   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
21939   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21940   include:
21941     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
21942     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
21943     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
21944     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
21945     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
21946     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
21947   layout:
21948     title: "2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-ndr"
21949     layout: "plot-throughput-speedup-analysis"
21950
21951 - type: "plot"
21952   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
21953   algorithm: "plot_tsa_name"
21954   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
21955   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21956   include:
21957     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
21958     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
21959     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
21960     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
21961     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
21962     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
21963   layout:
21964     title: "2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-pdr"
21965     layout: "plot-throughput-speedup-analysis"
21966
21967 - type: "plot"
21968   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-features-ndr-tsa"
21969   algorithm: "plot_tsa_name"
21970   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-features-ndr-tsa"
21971   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21972   include:
21973     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21974     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21975     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21976     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21977     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21978     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21979   layout:
21980     title: "2n-zn2-cx556a-64b-rdma-ethip4-features-ndr"
21981     layout: "plot-throughput-speedup-analysis"
21982
21983 - type: "plot"
21984   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-features-pdr-tsa"
21985   algorithm: "plot_tsa_name"
21986   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-features-pdr-tsa"
21987   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21988   include:
21989     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21990     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21991     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21992     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21993     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21994     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21995   layout:
21996     title: "2n-zn2-cx556a-64b-rdma-ethip4-features-pdr"
21997     layout: "plot-throughput-speedup-analysis"
21998
21999 - type: "plot"
22000   title: "Speedup: 2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
22001   algorithm: "plot_tsa_name"
22002   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
22003   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22004   include:
22005     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
22006     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
22007     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
22008     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
22009     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
22010     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
22011   layout:
22012     title: "2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
22013     layout: "plot-throughput-speedup-analysis"
22014
22015 - type: "plot"
22016   title: "Speedup: 2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
22017   algorithm: "plot_tsa_name"
22018   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
22019   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22020   include:
22021     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
22022     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
22023     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
22024     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
22025     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
22026     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
22027   layout:
22028     title: "2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
22029     layout: "plot-throughput-speedup-analysis"
22030
22031 - type: "plot"
22032   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
22033   algorithm: "plot_tsa_name"
22034   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
22035   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22036   include:
22037     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
22038     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
22039     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
22040     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
22041     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
22042   layout:
22043     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-avf-ndr"
22044     layout: "plot-throughput-speedup-analysis"
22045
22046 - type: "plot"
22047   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
22048   algorithm: "plot_tsa_name"
22049   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
22050   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22051   include:
22052     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
22053     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
22054     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
22055     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
22056     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
22057   layout:
22058     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-avf-pdr"
22059     layout: "plot-throughput-speedup-analysis"
22060
22061 - type: "plot"
22062   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
22063   algorithm: "plot_tsa_name"
22064   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
22065   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22066   include:
22067     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
22068     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
22069     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
22070     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
22071     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
22072   layout:
22073     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
22074     layout: "plot-throughput-speedup-analysis"
22075
22076 - type: "plot"
22077   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
22078   algorithm: "plot_tsa_name"
22079   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
22080   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22081   include:
22082     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
22083     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
22084     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
22085     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
22086     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
22087   layout:
22088     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
22089     layout: "plot-throughput-speedup-analysis"
22090
22091 - type: "plot"
22092   title: "Speedup: 2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
22093   algorithm: "plot_tsa_name"
22094   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
22095   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22096   include:
22097     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
22098     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
22099     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
22100     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
22101     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
22102   layout:
22103     title: "2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-ndr"
22104     layout: "plot-throughput-speedup-analysis"
22105
22106 - type: "plot"
22107   title: "Speedup: 2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
22108   algorithm: "plot_tsa_name"
22109   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
22110   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22111   include:
22112     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
22113     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
22114     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
22115     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
22116     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
22117   layout:
22118     title: "2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-pdr"
22119     layout: "plot-throughput-speedup-analysis"
22120
22121 - type: "plot"
22122   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-avf-ndr-tsa"
22123   algorithm: "plot_tsa_name"
22124   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-avf-ndr-tsa"
22125   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22126   include:
22127     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22128     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22129     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22130     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22131     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22132   layout:
22133     title: "2n-zn2-x710-64b-l2switching-base-scale-avf-ndr"
22134     layout: "plot-throughput-speedup-analysis"
22135
22136 - type: "plot"
22137   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-avf-pdr-tsa"
22138   algorithm: "plot_tsa_name"
22139   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-avf-pdr-tsa"
22140   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22141   include:
22142     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22143     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22144     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22145     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22146     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22147   layout:
22148     title: "2n-zn2-x710-64b-l2switching-base-scale-avf-pdr"
22149     layout: "plot-throughput-speedup-analysis"
22150
22151 - type: "plot"
22152   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
22153   algorithm: "plot_tsa_name"
22154   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
22155   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22156   include:
22157     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22158     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22159     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22160     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22161     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22162   layout:
22163     title: "2n-zn2-x710-64b-l2switching-base-scale-dpdk-ndr"
22164     layout: "plot-throughput-speedup-analysis"
22165
22166 - type: "plot"
22167   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22168   algorithm: "plot_tsa_name"
22169   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22170   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22171   include:
22172     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22173     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22174     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22175     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22176     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22177   layout:
22178     title: "2n-zn2-x710-64b-l2switching-base-scale-dpdk-pdr"
22179     layout: "plot-throughput-speedup-analysis"
22180
22181 - type: "plot"
22182   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-avf-ndr-tsa"
22183   algorithm: "plot_tsa_name"
22184   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-avf-ndr-tsa"
22185   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22186   include:
22187     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
22188     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22189     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22190     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22191     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22192     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22193   layout:
22194     title: "2n-zn2-xxv710-64b-l2switching-base-avf-ndr"
22195     layout: "plot-throughput-speedup-analysis"
22196
22197 - type: "plot"
22198   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-avf-pdr-tsa"
22199   algorithm: "plot_tsa_name"
22200   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-avf-pdr-tsa"
22201   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22202   include:
22203     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
22204     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22205     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22206     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22207     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22209   layout:
22210     title: "2n-zn2-xxv710-64b-l2switching-base-avf-pdr"
22211     layout: "plot-throughput-speedup-analysis"
22212
22213 - type: "plot"
22214   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
22215   algorithm: "plot_tsa_name"
22216   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
22217   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22218   include:
22219     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
22221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
22222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22223   layout:
22224     title: "2n-zn2-xxv710-64b-l2switching-base-scale-avf-ndr"
22225     layout: "plot-throughput-speedup-analysis"
22226
22227 - type: "plot"
22228   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
22229   algorithm: "plot_tsa_name"
22230   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
22231   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22232   include:
22233     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22234     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
22235     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
22236     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22237   layout:
22238     title: "2n-zn2-xxv710-64b-l2switching-base-scale-avf-pdr"
22239     layout: "plot-throughput-speedup-analysis"
22240
22241 - type: "plot"
22242   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
22243   algorithm: "plot_tsa_name"
22244   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
22245   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22246   include:
22247     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
22248     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22249     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22250     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22251     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22252     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22253   layout:
22254     title: "2n-zn2-xxv710-64b-l2switching-base-dpdk-ndr"
22255     layout: "plot-throughput-speedup-analysis"
22256
22257 - type: "plot"
22258   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
22259   algorithm: "plot_tsa_name"
22260   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
22261   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22262   include:
22263     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
22264     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22265     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22266     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22267     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22268     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22269   layout:
22270     title: "2n-zn2-xxv710-64b-l2switching-base-dpdk-pdr"
22271     layout: "plot-throughput-speedup-analysis"
22272
22273 - type: "plot"
22274   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
22275   algorithm: "plot_tsa_name"
22276   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
22277   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22278   include:
22279     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22280     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
22281     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
22282     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22283   layout:
22284     title: "2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-ndr"
22285     layout: "plot-throughput-speedup-analysis"
22286
22287 - type: "plot"
22288   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22289   algorithm: "plot_tsa_name"
22290   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22291   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22292   include:
22293     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22294     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
22295     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
22296     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22297   layout:
22298     title: "2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-pdr"
22299     layout: "plot-throughput-speedup-analysis"
22300
22301 - type: "plot"
22302   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-base-ndr-tsa"
22303   algorithm: "plot_tsa_name"
22304   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-base-ndr-tsa"
22305   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22306   include:
22307     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
22308     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
22309     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22310     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
22311     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
22312     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22313   layout:
22314     title: "2n-zn2-cx556a-64b-rdma-l2switching-base-ndr"
22315     layout: "plot-throughput-speedup-analysis"
22316
22317 - type: "plot"
22318   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-base-pdr-tsa"
22319   algorithm: "plot_tsa_name"
22320   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-base-pdr-tsa"
22321   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22322   include:
22323     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
22324     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
22325     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22326     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
22327     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
22328     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22329   layout:
22330     title: "2n-zn2-cx556a-64b-rdma-l2switching-base-pdr"
22331     layout: "plot-throughput-speedup-analysis"
22332
22333 - type: "plot"
22334   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
22335   algorithm: "plot_tsa_name"
22336   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
22337   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22338   include:
22339     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22340     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
22341     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
22342     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
22343   layout:
22344     title: "2n-zn2-cx556a-64b-rdma-l2switching-scale-ndr"
22345     layout: "plot-throughput-speedup-analysis"
22346
22347 - type: "plot"
22348   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
22349   algorithm: "plot_tsa_name"
22350   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
22351   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22352   include:
22353     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22354     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
22355     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
22356     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
22357   layout:
22358     title: "2n-zn2-cx556a-64b-rdma-l2switching-scale-pdr"
22359     layout: "plot-throughput-speedup-analysis"
22360
22361 - type: "plot"
22362   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-ndr"
22363   algorithm: "plot_tsa_name"
22364   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-ndr-tsa"
22365   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22366   include:
22367     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22368     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22369     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22370     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22371     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22372   layout:
22373     title: "2n-zn2-xxv710-64b-vhost-base-avf-ndr"
22374     layout: "plot-throughput-speedup-analysis"
22375
22376 - type: "plot"
22377   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-pdr"
22378   algorithm: "plot_tsa_name"
22379   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-pdr-tsa"
22380   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22381   include:
22382     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22383     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22384     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22385     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22386     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22387   layout:
22388     title: "2n-zn2-xxv710-64b-vhost-base-avf-pdr"
22389     layout: "plot-throughput-speedup-analysis"
22390
22391 - type: "plot"
22392   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-vpp-ndr"
22393   algorithm: "plot_tsa_name"
22394   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
22395   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22396   include:
22397     - "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"
22398     - "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"
22399     - "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"
22400     - "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"
22401     - "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"
22402   layout:
22403     title: "2n-zn2-xxv710-64b-vhost-base-avf-vpp-ndr"
22404     layout: "plot-throughput-speedup-analysis"
22405
22406 - type: "plot"
22407   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-vpp-pdr"
22408   algorithm: "plot_tsa_name"
22409   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
22410   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22411   include:
22412     - "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"
22413     - "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"
22414     - "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"
22415     - "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"
22416     - "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"
22417   layout:
22418     title: "2n-zn2-xxv710-64b-vhost-base-avf-vpp-pdr"
22419     layout: "plot-throughput-speedup-analysis"
22420
22421 - type: "plot"
22422   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-ndr"
22423   algorithm: "plot_tsa_name"
22424   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-ndr-tsa"
22425   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22426   include:
22427     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22428     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22429     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22430     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22431     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22432   layout:
22433     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-ndr"
22434     layout: "plot-throughput-speedup-analysis"
22435
22436 - type: "plot"
22437   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-pdr"
22438   algorithm: "plot_tsa_name"
22439   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-pdr-tsa"
22440   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22441   include:
22442     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22443     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22444     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22445     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22446     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22447   layout:
22448     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-pdr"
22449     layout: "plot-throughput-speedup-analysis"
22450
22451 - type: "plot"
22452   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-ndr"
22453   algorithm: "plot_tsa_name"
22454   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
22455   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22456   include:
22457     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22458     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22459     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22460     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22461     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
22462   layout:
22463     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-ndr"
22464     layout: "plot-throughput-speedup-analysis"
22465
22466 - type: "plot"
22467   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-pdr"
22468   algorithm: "plot_tsa_name"
22469   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
22470   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22471   include:
22472     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22473     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22474     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22475     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22476     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
22477   layout:
22478     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-pdr"
22479     layout: "plot-throughput-speedup-analysis"
22480
22481 - type: "plot"
22482   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
22483   algorithm: "plot_tsa_name"
22484   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
22485   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22486   include:
22487     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22488     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22489     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22490     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22491   layout:
22492     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-base-ndr"
22493     layout: "plot-throughput-speedup-analysis"
22494
22495 - type: "plot"
22496   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
22497   algorithm: "plot_tsa_name"
22498   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
22499   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22500   include:
22501     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22502     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22503     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22504     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22505   layout:
22506     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-base-pdr"
22507     layout: "plot-throughput-speedup-analysis"
22508
22509 - type: "plot"
22510   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
22511   algorithm: "plot_tsa_name"
22512   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
22513   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22514   include:
22515     - "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"
22516     - "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"
22517     - "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"
22518     - "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"
22519   layout:
22520     title: "2n-zn2-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
22521     layout: "plot-throughput-speedup-analysis"
22522
22523 - type: "plot"
22524   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
22525   algorithm: "plot_tsa_name"
22526   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
22527   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22528   include:
22529     - "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"
22530     - "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"
22531     - "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"
22532     - "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"
22533   layout:
22534     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
22535     layout: "plot-throughput-speedup-analysis"
22536
22537 - type: "plot"
22538   title: "Speedup: 2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
22539   algorithm: "plot_tsa_name"
22540   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
22541   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22542   include:
22543     - "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"
22544     - "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"
22545     - "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"
22546     - "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"
22547     - "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"
22548     - "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"
22549   layout:
22550     title: "2n-zn2-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
22551     layout: "plot-throughput-speedup-analysis"
22552
22553 - type: "plot"
22554   title: "Speedup: 2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
22555   algorithm: "plot_tsa_name"
22556   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
22557   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22558   include:
22559     - "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"
22560     - "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"
22561     - "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"
22562     - "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"
22563     - "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"
22564     - "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"
22565   layout:
22566     title: "2n-zn2-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
22567     layout: "plot-throughput-speedup-analysis"
22568
22569 # Packet Throughput - DPDK
22570
22571 # 2n-zn2-xxv710
22572
22573 - type: "plot"
22574   title: "DPDK Throughput: 2n-zn2-xxv710-64b-2t1c-base-ndr"
22575   algorithm: "plot_perf_box_name"
22576   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-2t1c-base-ndr"
22577   data: "plot-dpdk-throughput-latency-2n-zn2"
22578   include:
22579     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22580     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22581   layout:
22582     title: "2n-zn2-xxv710-64b-2t1c-base-ndr"
22583     layout: "plot-throughput"
22584
22585 - type: "plot"
22586   title: "DPDK Throughput: 2n-zn2-xxv710-64b-4t2c-base-ndr"
22587   algorithm: "plot_perf_box_name"
22588   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-4t2c-base-ndr"
22589   data: "plot-dpdk-throughput-latency-2n-zn2"
22590   include:
22591     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22592     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22593   layout:
22594     title: "2n-zn2-xxv710-64b-4t2c-base-ndr"
22595     layout: "plot-throughput"
22596
22597 - type: "plot"
22598   title: "DPDK Throughput: 2n-zn2-xxv710-64b-2t1c-base-pdr"
22599   algorithm: "plot_perf_box_name"
22600   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-2t1c-base-pdr"
22601   data: "plot-dpdk-throughput-latency-2n-zn2"
22602   include:
22603     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22604     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22605   layout:
22606     title: "2n-zn2-xxv710-64b-2t1c-base-pdr"
22607     layout: "plot-throughput"
22608
22609 - type: "plot"
22610   title: "DPDK Throughput: 2n-zn2-xxv710-64b-4t2c-base-pdr"
22611   algorithm: "plot_perf_box_name"
22612   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-4t2c-base-pdr"
22613   data: "plot-dpdk-throughput-latency-2n-zn2"
22614   include:
22615     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22616     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22617   layout:
22618     title: "2n-zn2-xxv710-64b-4t2c-base-pdr"
22619     layout: "plot-throughput"
22620
22621 # 2n-zn2-x710
22622
22623 - type: "plot"
22624   title: "DPDK Throughput: 2n-zn2-x710-64b-2t1c-base-ndr"
22625   algorithm: "plot_perf_box_name"
22626   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-2t1c-base-ndr"
22627   data: "plot-dpdk-throughput-latency-2n-zn2"
22628   include:
22629     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22630     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22631   layout:
22632     title: "2n-zn2-x710-64b-2t1c-base-ndr"
22633     layout: "plot-throughput"
22634
22635 - type: "plot"
22636   title: "DPDK Throughput: 2n-zn2-x710-64b-4t2c-base-ndr"
22637   algorithm: "plot_perf_box_name"
22638   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-4t2c-base-ndr"
22639   data: "plot-dpdk-throughput-latency-2n-zn2"
22640   include:
22641     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22642     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22643   layout:
22644     title: "2n-zn2-x710-64b-4t2c-base-ndr"
22645     layout: "plot-throughput"
22646
22647 - type: "plot"
22648   title: "DPDK Throughput: 2n-zn2-x710-64b-2t1c-base-pdr"
22649   algorithm: "plot_perf_box_name"
22650   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-2t1c-base-pdr"
22651   data: "plot-dpdk-throughput-latency-2n-zn2"
22652   include:
22653     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22654     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22655   layout:
22656     title: "2n-zn2-x710-64b-2t1c-base-pdr"
22657     layout: "plot-throughput"
22658
22659 - type: "plot"
22660   title: "DPDK Throughput: 2n-zn2-x710-64b-4t2c-base-pdr"
22661   algorithm: "plot_perf_box_name"
22662   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-4t2c-base-pdr"
22663   data: "plot-dpdk-throughput-latency-2n-zn2"
22664   include:
22665     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22666     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22667   layout:
22668     title: "2n-zn2-x710-64b-4t2c-base-pdr"
22669     layout: "plot-throughput"
22670
22671 ################################################################################
22672
22673 - type: "plot"
22674   title: "Latency by percentile: 2n-skx"
22675   algorithm: "plot_hdrh_lat_by_percentile"
22676   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
22677   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
22678   target-links: "../../_static/vpp"
22679   data: "plot-vpp-hdrh-lat-2n-skx"
22680   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22681   layout:
22682     layout: "plot-hdrh-latency-by-percentile"
22683
22684 - type: "plot"
22685   title: "Latency by percentile: 2n-skx-nat44"
22686   algorithm: "plot_hdrh_lat_by_percentile"
22687   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
22688   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
22689   target-links: "../../_static/vpp"
22690   data: "plot-vpp-hdrh-lat-2n-skx-nat44"
22691   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22692   layout:
22693     layout: "plot-hdrh-latency-by-percentile"
22694
22695 - type: "plot"
22696   title: "Latency by percentile: 2n-zn2"
22697   algorithm: "plot_hdrh_lat_by_percentile"
22698   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-zn2"
22699   output-file-links: "{DIR[LAT,VPP]}/2n_zn2.rst"
22700   target-links: "../../_static/vpp"
22701   data: "plot-vpp-hdrh-lat-2n-zn2"
22702   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22703   layout:
22704     layout: "plot-hdrh-latency-by-percentile"
22705
22706 - type: "plot"
22707   title: "Latency by percentile: 3n-skx"
22708   algorithm: "plot_hdrh_lat_by_percentile"
22709   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
22710   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
22711   target-links: "../../_static/vpp"
22712   data: "plot-vpp-hdrh-lat-3n-skx"
22713   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22714   layout:
22715     layout: "plot-hdrh-latency-by-percentile"
22716
22717 - type: "plot"
22718   title: "Latency by percentile: 2n-clx"
22719   algorithm: "plot_hdrh_lat_by_percentile"
22720   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
22721   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
22722   target-links: "../../_static/vpp"
22723   data: "plot-vpp-hdrh-lat-2n-clx"
22724   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22725   layout:
22726     layout: "plot-hdrh-latency-by-percentile"
22727
22728 - type: "plot"
22729   title: "Latency by percentile: 2n-clx-nat44"
22730   algorithm: "plot_hdrh_lat_by_percentile"
22731   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
22732   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
22733   target-links: "../../_static/vpp"
22734   data: "plot-vpp-hdrh-lat-2n-clx-nat44"
22735   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22736   layout:
22737     layout: "plot-hdrh-latency-by-percentile"
22738
22739 - type: "plot"
22740   title: "Latency by percentile: 3n-hsw"
22741   algorithm: "plot_hdrh_lat_by_percentile"
22742   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
22743   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
22744   target-links: "../../_static/vpp"
22745   data: "plot-vpp-hdrh-lat-3n-hsw"
22746   filter: "'1T1C' and 'NIC_Intel-XL710'"
22747   layout:
22748     layout: "plot-hdrh-latency-by-percentile"
22749
22750 - type: "plot"
22751   title: "Latency by percentile: 3n-tsh"
22752   algorithm: "plot_hdrh_lat_by_percentile"
22753   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
22754   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
22755   target-links: "../../_static/vpp"
22756   data: "plot-vpp-hdrh-lat-3n-tsh"
22757   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
22758   layout:
22759     layout: "plot-hdrh-latency-by-percentile"
22760
22761 - type: "plot"
22762   title: "Latency by percentile: DPDK 2n-skx"
22763   algorithm: "plot_hdrh_lat_by_percentile"
22764   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
22765   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
22766   target-links: "../../_static/dpdk"
22767   data: "plot-dpdk-hdrh-lat-2n-skx"
22768   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22769   layout:
22770     layout: "plot-hdrh-latency-by-percentile"
22771
22772 - type: "plot"
22773   title: "Latency by percentile: DPDK 3n-skx"
22774   algorithm: "plot_hdrh_lat_by_percentile"
22775   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
22776   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
22777   target-links: "../../_static/dpdk"
22778   data: "plot-dpdk-hdrh-lat-3n-skx"
22779   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22780   layout:
22781     layout: "plot-hdrh-latency-by-percentile"
22782
22783 - type: "plot"
22784   title: "Latency by percentile: DPDK 2n-clx"
22785   algorithm: "plot_hdrh_lat_by_percentile"
22786   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
22787   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
22788   target-links: "../../_static/dpdk"
22789   data: "plot-dpdk-hdrh-lat-2n-clx"
22790   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22791   layout:
22792     layout: "plot-hdrh-latency-by-percentile"
22793
22794 - type: "plot"
22795   title: "Latency by percentile: DPDK 2n-zn2"
22796   algorithm: "plot_hdrh_lat_by_percentile"
22797   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-zn2"
22798   output-file-links: "{DIR[LAT,DPDK]}/2n_zn2.rst"
22799   target-links: "../../_static/dpdk"
22800   data: "plot-dpdk-hdrh-lat-2n-zn2"
22801   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22802   layout:
22803     layout: "plot-hdrh-latency-by-percentile"
22804
22805 - type: "plot"
22806   title: "Latency by percentile: DPDK 3n-hsw"
22807   algorithm: "plot_hdrh_lat_by_percentile"
22808   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
22809   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
22810   target-links: "../../_static/dpdk"
22811   data: "plot-dpdk-hdrh-lat-3n-hsw"
22812   filter: "'1T1C' and 'NIC_Intel-XL710'"
22813   layout:
22814     layout: "plot-hdrh-latency-by-percentile"
22815
22816 - type: "plot"
22817   title: "Latency by percentile: DPDK 3n-tsh"
22818   algorithm: "plot_hdrh_lat_by_percentile"
22819   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
22820   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
22821   target-links: "../../_static/dpdk"
22822   data: "plot-dpdk-hdrh-lat-3n-tsh"
22823   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
22824   layout:
22825     layout: "plot-hdrh-latency-by-percentile"