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-2101-3n-hsw:
161         - 4   # rls2101.rc1 NDRPDR iter env 6
162         - 5   # rls2101.rc1 NDRPDR iter env 6
163         - 6   # rls2101.rc1 NDRPDR iter env 6
164         - 7   # rls2101.rc1 NDRPDR iter env 6
165         - 8   # rls2101.rc1 NDRPDR iter env 6
166         - 9   # rls2101.rc1 NDRPDR iter env 6
167         - 10  # rls2101.rc1 NDRPDR iter env 6
168         - 11  # rls2101.rc1 NDRPDR iter env 6
169         - 12  # rls2101.rc1 NDRPDR iter env 6
170         - 13  # rls2101.rc1 NDRPDR iter env 6
171
172     plot-vpp-hdrh-lat-3n-hsw:
173       csit-vpp-perf-report-iterative-2101-3n-hsw:
174         - 5   # rls2101.rc1 NDRPDR iter env 6
175
176     plot-vpp-hoststack-3n-hsw:
177       # csit-vpp-perf-report-iterative-2101-3n-hsw:
178       csit-vpp-perf-report-iterative-2009-3n-hsw:
179         - 32  # rls2009 Hoststack iter env 5
180         - 33  # rls2009 Hoststack iter env 5
181         - 34  # rls2009 Hoststack iter env 5
182         - 35  # rls2009 Hoststack iter env 5
183         - 36  # rls2009 Hoststack iter env 5
184         - 37  # rls2009 Hoststack iter env 5
185         - 38  # rls2009 Hoststack iter env 5
186         - 39  # rls2009 Hoststack iter env 5
187         - 40  # rls2009 Hoststack iter env 5
188         - 41  # rls2009 Hoststack iter env 5
189
190     plot-dpdk-throughput-latency-3n-hsw:
191       csit-dpdk-perf-report-iterative-2101-3n-hsw:
192         - 11  # rls2101.rc1 NDRPDR iter env 6
193         - 12  # rls2101.rc1 NDRPDR iter env 6
194         - 13  # rls2101.rc1 NDRPDR iter env 6
195         - 14  # rls2101.rc1 NDRPDR iter env 6
196         - 16  # rls2101.rc1 NDRPDR iter env 6
197         - 17  # rls2101.rc1 NDRPDR iter env 6
198         - 18  # rls2101.rc1 NDRPDR iter env 6
199         - 19  # rls2101.rc1 NDRPDR iter env 6
200         - 20  # rls2101.rc1 NDRPDR iter env 6
201         - 21  # rls2101.rc1 NDRPDR iter env 6
202
203     plot-dpdk-hdrh-lat-3n-hsw:
204       csit-dpdk-perf-report-iterative-2101-3n-hsw:
205         - 11  # rls2101.rc1 NDRPDR iter env 6
206
207     # 3n-skx
208
209     plot-vpp-throughput-lat-tsa-3n-skx:
210       csit-vpp-perf-report-iterative-2101-3n-skx:
211         - 5   # rls2101.rc1 NDRPDR iter env 6
212         - 6   # rls2101.rc1 NDRPDR iter env 6
213         - 7   # rls2101.rc1 NDRPDR iter env 6
214         - 8   # rls2101.rc1 NDRPDR iter env 6
215         - 9   # rls2101.rc1 NDRPDR iter env 6
216
217     plot-vpp-hdrh-lat-3n-skx:
218       csit-vpp-perf-report-iterative-2101-3n-skx:
219         - 5   # rls2101.rc1 NDRPDR iter env 6
220
221 #    plot-vpp-nfv-3n-skx-ndrpdr:
222 #      # No data
223 #      csit-vpp-perf-report-iterative-2101-3n-skx:
224
225 #    plot-vpp-nfv-3n-skx-mrr:
226 #      # No data
227 #      csit-vpp-perf-report-iterative-2101-3n-skx:
228
229     plot-dpdk-throughput-latency-3n-skx:
230       csit-dpdk-perf-report-iterative-2101-3n-skx:
231         - 12  # rls2101.rc1 NDRPDR iter env 6
232         - 14  # rls2101.rc1 NDRPDR iter env 6
233         - 15  # rls2101.rc1 NDRPDR iter env 6
234         - 17  # rls2101.rc1 NDRPDR iter env 6
235         - 19  # rls2101.rc1 NDRPDR iter env 6
236         - 20  # rls2101.rc1 NDRPDR iter env 6
237         - 21  # rls2101.rc1 NDRPDR iter env 6
238         - 22  # rls2101.rc1 NDRPDR iter env 6
239         - 25  # rls2101.rc1 NDRPDR iter env 6
240         - 26  # rls2101.rc1 NDRPDR iter env 6
241
242     plot-dpdk-hdrh-lat-3n-skx:
243       csit-dpdk-perf-report-iterative-2101-3n-skx:
244         - 12  # rls2101.rc1 NDRPDR iter env 6
245
246     # 2n-skx
247
248     plot-vpp-throughput-lat-tsa-2n-skx:
249       csit-vpp-perf-report-iterative-2101-2n-skx:
250         - 5   # rls2101.rc1 NDRPDR iter env 6
251         - 6   # rls2101.rc1 NDRPDR iter env 6
252         - 7   # rls2101.rc1 NDRPDR iter env 6
253         - 8   # rls2101.rc1 NDRPDR iter env 6
254         - 9   # rls2101.rc1 NDRPDR iter env 6
255         - 10  # rls2101.rc1 NDRPDR iter env 6
256         - 11  # rls2101.rc1 NDRPDR iter env 6
257         - 12  # rls2101.rc1 NDRPDR iter env 6
258         - 13  # rls2101.rc1 NDRPDR iter env 6
259         - 14  # rls2101.rc1 NDRPDR iter env 6
260
261     plot-vpp-hdrh-lat-2n-skx:
262       csit-vpp-perf-report-iterative-2101-2n-skx:
263         - 14  # rls2101.rc1 NDRPDR iter env 6
264
265     plot-vpp-soak-2n-skx:
266       # csit-vpp-perf-report-iterative-2101-2n-skx:
267       csit-vpp-perf-report-iterative-2009-2n-skx:
268         - 33  # rls2009 soak env 5
269         - 34  # rls2009 soak env 5
270
271     plot-vpp-nfv-2n-skx-ndrpdr:
272       # csit-vpp-perf-report-iterative-2101-2n-skx:
273       csit-vpp-perf-report-iterative-2009-2n-skx:
274         - 38  # rls2009 nf-density iter env 5
275         - 41  # rls2009 nf-density iter env 5
276         - 45  # rls2009 nf-density iter env 5
277         - 47  # rls2009 nf-density iter env 5
278         - 49  # rls2009 nf-density iter env 5
279         - 63  # rls2009 nf-density iter env 5
280         - 65  # rls2009 nf-density iter env 5
281         - 66  # rls2009 nf-density iter env 5
282         - 71  # rls2009 nf-density iter env 5
283         - 72  # rls2009 nf-density iter env 5
284
285     plot-vpp-nfv-2n-skx-mrr:
286       # csit-vpp-perf-report-iterative-2101-2n-skx
287       csit-vpp-perf-report-iterative-2009-2n-skx:
288         - 50  # rls2009 MRR nf-density iter env 5
289
290     plot-vpp-nfv-reconf-2n-skx:
291       # csit-vpp-perf-report-iterative-2101-2n-skx
292       csit-vpp-perf-report-iterative-2009-2n-skx:
293         - 27  # rls2009 reconf env 5
294         - 28  # rls2009 reconf env 5
295         - 29  # rls2009 reconf env 5
296         - 30  # rls2009 reconf env 5
297         - 31  # rls2009 reconf env 5
298         - 32  # rls2009 reconf env 5
299         - 61  # rls2009 reconf env 5
300         - 62  # rls2009 reconf env 5
301         - 68  # rls2009 reconf env 5
302         - 70  # rls2009 reconf env 5
303
304     plot-dpdk-throughput-latency-2n-skx:
305       csit-dpdk-perf-report-iterative-2101-2n-skx:
306         - 11  # rls2101.rc1 NDRPDR iter env 6
307         - 12  # rls2101.rc1 NDRPDR iter env 6
308         - 13  # rls2101.rc1 NDRPDR iter env 6
309         - 14  # rls2101.rc1 NDRPDR iter env 6
310         - 15  # rls2101.rc1 NDRPDR iter env 6
311         - 17  # rls2101.rc1 NDRPDR iter env 6
312         - 18  # rls2101.rc1 NDRPDR iter env 6
313         - 19  # rls2101.rc1 NDRPDR iter env 6
314         - 20  # rls2101.rc1 NDRPDR iter env 6
315         - 21  # rls2101.rc1 NDRPDR iter env 6
316
317     plot-dpdk-hdrh-lat-2n-skx:
318       csit-dpdk-perf-report-iterative-2101-2n-skx:
319         - 11  # rls2101.rc1 NDRPDR iter env 6
320
321     # 2n-zn2
322
323     plot-vpp-throughput-lat-tsa-2n-zn2:
324       csit-vpp-perf-report-iterative-2101-2n-zn2:
325         - 4   # rls2101.rc1 NDRPDR iter env 6
326         - 5   # rls2101.rc1 NDRPDR iter env 6
327         - 6   # rls2101.rc1 NDRPDR iter env 6
328         - 7   # rls2101.rc1 NDRPDR iter env 6
329
330     plot-vpp-hdrh-lat-2n-zn2:
331       csit-vpp-perf-report-iterative-2101-2n-zn2:
332         - 4   # rls2101.rc1 NDRPDR iter env 6
333
334     plot-dpdk-throughput-latency-2n-zn2:
335       csit-dpdk-perf-report-iterative-2101-2n-zn2:
336         - 11  # rls2101.rc1 NDRPDR iter env 6
337         - 12  # rls2101.rc1 NDRPDR iter env 6
338         - 13  # rls2101.rc1 NDRPDR iter env 6
339         - 14  # rls2101.rc1 NDRPDR iter env 6
340         - 16  # rls2101.rc1 NDRPDR iter env 6
341         - 17  # rls2101.rc1 NDRPDR iter env 6
342         - 18  # rls2101.rc1 NDRPDR iter env 6
343         - 19  # rls2101.rc1 NDRPDR iter env 6
344         - 20  # rls2101.rc1 NDRPDR iter env 6
345         - 21  # rls2101.rc1 NDRPDR iter env 6
346
347     plot-dpdk-hdrh-lat-2n-zn2:
348       csit-dpdk-perf-report-iterative-2101-2n-zn2:
349         - 11  # rls2101.rc1 NDRPDR iter env 6
350
351     # 2n-clx
352
353     plot-vpp-throughput-lat-tsa-2n-clx:
354       csit-vpp-perf-report-iterative-2101-2n-clx:
355         - 4   # rls2101.rc1 NDRPDR iter env 6
356         - 5   # rls2101.rc1 NDRPDR iter env 6
357         - 6   # rls2101.rc1 NDRPDR iter env 6
358         - 7   # rls2101.rc1 NDRPDR iter env 6
359         - 8   # rls2101.rc1 NDRPDR iter env 6
360         - 9   # rls2101.rc1 NDRPDR iter env 6
361         - 10  # rls2101.rc1 NDRPDR iter env 6
362         - 11  # rls2101.rc1 NDRPDR iter env 6
363         - 12  # rls2101.rc1 NDRPDR iter env 6
364         - 13  # rls2101.rc1 NDRPDR iter env 6
365
366     plot-vpp-hdrh-lat-2n-clx:
367       csit-vpp-perf-report-iterative-2101-2n-clx:
368         - 6   # rls2101.rc1 NDRPDR iter env 6
369
370     plot-vpp-nfv-2n-clx-ndrpdr:
371       # csit-vpp-perf-report-iterative-2101-2n-clx:
372       csit-vpp-perf-report-iterative-2009-2n-clx:
373         - 37  # rls2009 nf-density iter env 5
374         - 43  # rls2009 nf-density iter env 5
375         - 69  # rls2009 nf-density iter env 5
376         - 70  # rls2009 nf-density iter env 5
377         - 71  # rls2009 nf-density iter env 5
378         - 72  # rls2009 nf-density iter env 5
379         - 73  # rls2009 nf-density iter env 5
380         - 74  # rls2009 nf-density iter env 5
381         - 75  # rls2009 nf-density iter env 5
382         - 76  # rls2009 nf-density iter env 5
383
384     plot-vpp-nfv-2n-clx-mrr:
385       # csit-vpp-perf-report-iterative-2101-2n-clx:
386       csit-vpp-perf-report-iterative-2009-2n-clx:
387         - 45  # rls2009 MRR nf-density iter env 5
388
389     plot-vpp-nfv-reconf-2n-clx:
390       # csit-vpp-perf-report-iterative-2101-2n-clx:
391       csit-vpp-perf-report-iterative-2009-2n-clx:
392         - 25  # rls2009 reconf env 5
393         - 27  # rls2009 reconf env 5
394         - 28  # rls2009 reconf env 5
395         - 29  # rls2009 reconf env 5
396         - 30  # rls2009 reconf env 5
397         - 30  # rls2009 reconf env 5
398         - 32  # rls2009 reconf env 5
399         - 48  # rls2009 reconf env 5
400         - 53  # rls2009 reconf env 5
401         - 68  # rls2009 reconf env 5
402
403     plot-vpp-soak-2n-clx:
404       # csit-vpp-perf-report-iterative-2101-2n-clx:
405       csit-vpp-perf-report-iterative-2009-2n-clx:
406         - 33  # rls2009 soak env 5
407         - 34  # rls2009 soak env 5
408
409     plot-dpdk-throughput-latency-2n-clx:
410       csit-dpdk-perf-report-iterative-2101-2n-clx:
411         - 12  # rls2101.rc1 NDRPDR iter env 6
412         - 13  # rls2101.rc1 NDRPDR iter env 6
413         - 14  # rls2101.rc1 NDRPDR iter env 6
414         - 18  # rls2101.rc1 NDRPDR iter env 6
415         - 22  # rls2101.rc1 NDRPDR iter env 6
416
417     plot-dpdk-hdrh-lat-2n-clx:
418       csit-dpdk-perf-report-iterative-2101-2n-clx:
419         - 12  # rls2101.rc1 NDRPDR iter env 6
420
421     # 3n-tsh
422
423     plot-vpp-throughput-lat-tsa-3n-tsh:
424       csit-vpp-perf-report-iterative-2101-3n-tsh:
425         - 3   # rls2101.rc1 NDRPDR iter env 6
426         - 4   # rls2101.rc1 NDRPDR iter env 6
427         - 5   # rls2101.rc1 NDRPDR iter env 6
428         - 6   # rls2101.rc1 NDRPDR iter env 6
429
430     plot-vpp-hdrh-lat-3n-tsh:
431       csit-vpp-perf-report-iterative-2101-3n-tsh:
432         - 3   # rls2101.rc1 NDRPDR iter env 6
433
434     plot-dpdk-throughput-latency-3n-tsh:
435       csit-dpdk-perf-report-iterative-2101-3n-tsh:
436         - 11  # rls2101.rc1 NDRPDR iter env 6
437         - 12  # rls2101.rc1 NDRPDR iter env 6
438         - 13  # rls2101.rc1 NDRPDR iter env 6
439         - 14  # rls2101.rc1 NDRPDR iter env 6
440         - 16  # rls2101.rc1 NDRPDR iter env 6
441         - 17  # rls2101.rc1 NDRPDR iter env 6
442         - 18  # rls2101.rc1 NDRPDR iter env 6
443         - 19  # rls2101.rc1 NDRPDR iter env 6
444         - 20  # rls2101.rc1 NDRPDR iter env 6
445         - 21  # rls2101.rc1 NDRPDR iter env 6
446
447     plot-dpdk-hdrh-lat-3n-tsh:
448       csit-dpdk-perf-report-iterative-2101-3n-tsh:
449         - 21  # rls2101.rc1 NDRPDR iter env 6
450
451     # 3n-dnv
452
453     plot-vpp-throughput-lat-tsa-3n-dnv:
454       csit-vpp-perf-report-iterative-2101-3n-dnv:
455         - 3   # rls2101.rc1 NDRPDR iter env 6
456         - 4   # rls2101.rc1 NDRPDR iter env 6
457         - 5   # rls2101.rc1 NDRPDR iter env 6
458         - 6   # rls2101.rc1 NDRPDR iter env 6
459         - 7   # rls2101.rc1 NDRPDR iter env 6
460         - 8   # rls2101.rc1 NDRPDR iter env 6
461         - 9   # rls2101.rc1 NDRPDR iter env 6
462         - 10  # rls2101.rc1 NDRPDR iter env 6
463         - 11  # rls2101.rc1 NDRPDR iter env 6
464         - 12  # rls2101.rc1 NDRPDR iter env 6
465
466 #    plot-dpdk-throughput-latency-3n-dnv:
467 #      # No data
468 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
469
470     # 2n-dnv
471
472     plot-vpp-throughput-lat-tsa-2n-dnv:
473       csit-vpp-perf-report-iterative-2101-2n-dnv:
474         - 3   # rls2101.rc1 NDRPDR iter env 6
475         - 4   # rls2101.rc1 NDRPDR iter env 6
476         - 5   # rls2101.rc1 NDRPDR iter env 6
477         - 6   # rls2101.rc1 NDRPDR iter env 6
478         - 7   # rls2101.rc1 NDRPDR iter env 6
479         - 8   # rls2101.rc1 NDRPDR iter env 6
480         - 9   # rls2101.rc1 NDRPDR iter env 6
481         - 10  # rls2101.rc1 NDRPDR iter env 6
482         - 11  # rls2101.rc1 NDRPDR iter env 6
483         - 12  # rls2101.rc1 NDRPDR iter env 6
484
485 #    plot-dpdk-throughput-latency-2n-dnv:
486 #      # No data
487 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
488
489     ###########################################################################
490     # Simple tables (only one data set):
491
492     # NIC Comparisons
493
494     vpp-nic-comparison-3n-skx:
495       csit-vpp-perf-report-iterative-2101-3n-skx:
496         - 5   # rls2101.rc1 NDRPDR iter env 6
497         - 6   # rls2101.rc1 NDRPDR iter env 6
498         - 7   # rls2101.rc1 NDRPDR iter env 6
499         - 8   # rls2101.rc1 NDRPDR iter env 6
500         - 9   # rls2101.rc1 NDRPDR iter env 6
501
502     vpp-nic-comparison-2n-skx:
503       csit-vpp-perf-report-iterative-2101-2n-skx:
504         - 5   # rls2101.rc1 NDRPDR iter env 6
505         - 6   # rls2101.rc1 NDRPDR iter env 6
506         - 7   # rls2101.rc1 NDRPDR iter env 6
507         - 8   # rls2101.rc1 NDRPDR iter env 6
508         - 9   # rls2101.rc1 NDRPDR iter env 6
509         - 10  # rls2101.rc1 NDRPDR iter env 6
510         - 11  # rls2101.rc1 NDRPDR iter env 6
511         - 12  # rls2101.rc1 NDRPDR iter env 6
512         - 13  # rls2101.rc1 NDRPDR iter env 6
513         - 14  # rls2101.rc1 NDRPDR iter env 6
514
515     vpp-nic-comparison-3n-skx-mrr:
516       csit-vpp-perf-report-iterative-2101-3n-skx:
517         - 4   # rls2101.rc1 MRR iter env 6
518
519     vpp-nic-comparison-2n-skx-mrr:
520       csit-vpp-perf-report-iterative-2101-2n-skx:
521         - 3   # rls2101.rc1 MRR iter env 6
522
523     # Results
524
525     vpp-perf-results-3n-hsw:
526       # csit-vpp-perf-report-coverage-2101-3n-hsw:
527       csit-vpp-perf-report-iterative-2101-3n-hsw:
528         - 13  # rls2101.rc1 NDRPDR iter env 6
529
530     vpp-perf-results-3n-skx:
531       # csit-vpp-perf-report-coverage-2101-3n-skx:
532       csit-vpp-perf-report-iterative-2101-3n-skx:
533         - 5   # rls2101.rc1 NDRPDR iter env 6
534
535     vpp-perf-results-2n-skx:
536       # csit-vpp-perf-report-coverage-2101-2n-skx:
537       csit-vpp-perf-report-iterative-2101-2n-skx:
538         - 14  # rls2101.rc1 NDRPDR iter env 6
539
540     vpp-perf-results-2n-zn2:
541       csit-vpp-perf-report-iterative-2101-2n-zn2:
542         - 4   # rls2101.rc1 NDRPDR iter env 6
543
544     vpp-perf-results-2n-clx:
545       # csit-vpp-perf-report-coverage-2101-2n-clx:
546       csit-vpp-perf-report-iterative-2101-2n-clx:
547         - 6   # rls2101.rc1 NDRPDR iter env 6
548
549     vpp-perf-results-3n-tsh:
550       csit-vpp-perf-report-iterative-2101-3n-tsh:
551         - 3   # rls2101.rc1 NDRPDR iter env 6
552
553     vpp-perf-results-3n-dnv:
554       # csit-vpp-perf-report-coverage-2101-3n-dnv:
555       csit-vpp-perf-report-iterative-2101-3n-dnv:
556         - 4   # rls2101.rc1 NDRPDR iter env 6
557
558     vpp-perf-results-2n-dnv:
559       # csit-vpp-perf-report-coverage-2101-2n-dnv:
560       csit-vpp-perf-report-iterative-2101-2n-dnv:
561         - 3   # rls2101.rc1 NDRPDR iter env 6
562
563     vpp-mrr-results-3n-hsw:
564       csit-vpp-perf-report-iterative-2101-3n-hsw:
565         - 3   # rls2101.rc1 MRR iter env 6
566
567     vpp-mrr-results-3n-skx:
568       csit-vpp-perf-report-iterative-2101-3n-skx:
569         - 4   # rls2101.rc1 MRR iter env 6
570
571     vpp-mrr-results-2n-skx:
572       csit-vpp-perf-report-iterative-2101-2n-skx:
573         - 3   # rls2101.rc1 MRR iter env 6
574
575     vpp-mrr-results-2n-zn2:
576       csit-vpp-perf-report-iterative-2101-2n-zn2:
577         - 3   # rls2101.rc1 MRR iter env 6
578
579     vpp-mrr-results-2n-clx:
580       csit-vpp-perf-report-iterative-2101-2n-clx:
581         - 3   # rls2101.rc1 MRR iter env 6
582
583     vpp-mrr-results-3n-tsh:
584       csit-vpp-perf-report-iterative-2101-3n-tsh:
585         - 2   # rls2101.rc1 MRR iter env 6
586
587     vpp-mrr-results-3n-dnv:
588       csit-vpp-perf-report-iterative-2101-3n-dnv:
589         - 2   # rls2101.rc1 MRR iter env 6
590
591     vpp-mrr-results-2n-dnv:
592       csit-vpp-perf-report-iterative-2101-2n-dnv:
593         - 2   # rls2101.rc1 MRR iter env 6
594
595     vpp-device-results-ubuntu:
596       csit-vpp-device-2101-ubuntu1804-1n-skx:
597         - 66  # rls2101.rc1 VPP DEV env6
598
599     dpdk-perf-results-3n-hsw:
600       csit-dpdk-perf-report-iterative-2101-3n-hsw:
601         - 11  # rls2101.rc1 NDRPDR iter env 6
602
603     dpdk-perf-results-3n-skx:
604       csit-dpdk-perf-report-iterative-2101-3n-skx:
605         - 12  # rls2101.rc1 NDRPDR iter env 6
606
607     dpdk-perf-results-2n-skx:
608       csit-dpdk-perf-report-iterative-2101-2n-skx:
609         - 11  # rls2101.rc1 NDRPDR iter env 6
610
611     dpdk-perf-results-2n-zn2:
612       csit-dpdk-perf-report-iterative-2101-2n-zn2:
613         - 11  # rls2101.rc1 NDRPDR iter env 6
614
615     dpdk-perf-results-2n-clx:
616       csit-dpdk-perf-report-iterative-2101-2n-clx:
617         - 12  # rls2101.rc1 NDRPDR iter env 6
618
619 #    dpdk-perf-results-2n-dnv:
620 #      # No data
621 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
622
623 #    dpdk-perf-results-3n-dnv:
624 #      # No data
625 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
626
627     dpdk-perf-results-3n-tsh:
628       csit-dpdk-perf-report-iterative-2101-3n-tsh:
629         - 21  # rls2101.rc1 NDRPDR iter env 6
630
631 ###########################################################################
632     # Tables (more than one data set)
633
634     # Performance changes
635
636     vpp-performance-changes-3n-hsw-h1:
637       csit-vpp-perf-report-iterative-2009-3n-hsw:
638         - 9   # rls2005 NDRPDR iter env 5
639         - 10  # rls2005 NDRPDR iter env 5
640         - 11  # rls2005 NDRPDR iter env 5
641         - 12  # rls2005 NDRPDR iter env 5
642         - 13  # rls2005 NDRPDR iter env 5
643         - 14  # rls2005 NDRPDR iter env 5
644         - 15  # rls2005 NDRPDR iter env 5
645         - 16  # rls2005 NDRPDR iter env 5
646         - 17  # rls2005 NDRPDR iter env 5
647         - 19  # rls2005 NDRPDR iter env 5
648     vpp-performance-changes-3n-hsw-ref-env-old:
649       csit-vpp-perf-report-iterative-2009-3n-hsw:
650         - 21  # rls2009 NDRPDR iter env 5
651         - 22  # rls2009 NDRPDR iter env 5
652         - 24  # rls2009 NDRPDR iter env 5
653         - 25  # rls2009 NDRPDR iter env 5
654         - 26  # rls2009 NDRPDR iter env 5
655         - 27  # rls2009 NDRPDR iter env 5
656         - 28  # rls2009 NDRPDR iter env 5
657         - 29  # rls2009 NDRPDR iter env 5
658         - 30  # rls2009 NDRPDR iter env 5
659         - 31  # rls2009 NDRPDR iter env 5
660     vpp-performance-changes-3n-hsw-ref-env-new:
661       csit-vpp-perf-report-iterative-2101-3n-hsw:
662         - 19  # rls2009 NDRPDR iter env 6
663         - 20  # rls2009 NDRPDR iter env 6
664         - 21  # rls2009 NDRPDR iter env 6
665         - 22  # rls2009 NDRPDR iter env 6
666         - 23  # rls2009 NDRPDR iter env 6
667         - 24  # rls2009 NDRPDR iter env 6
668         - 25  # rls2009 NDRPDR iter env 6
669         - 26  # rls2009 NDRPDR iter env 6
670         - 27  # rls2009 NDRPDR iter env 6
671         - 28  # rls2009 NDRPDR iter env 6
672     vpp-performance-changes-3n-hsw-cmp:
673       csit-vpp-perf-report-iterative-2101-3n-hsw:
674         - 4   # rls2101.rc1 NDRPDR iter env 6
675         - 5   # rls2101.rc1 NDRPDR iter env 6
676         - 6   # rls2101.rc1 NDRPDR iter env 6
677         - 7   # rls2101.rc1 NDRPDR iter env 6
678         - 8   # rls2101.rc1 NDRPDR iter env 6
679         - 9   # rls2101.rc1 NDRPDR iter env 6
680         - 10  # rls2101.rc1 NDRPDR iter env 6
681         - 11  # rls2101.rc1 NDRPDR iter env 6
682         - 12  # rls2101.rc1 NDRPDR iter env 6
683         - 13  # rls2101.rc1 NDRPDR iter env 6
684
685     vpp-performance-changes-3n-skx-h1:
686       csit-vpp-perf-report-iterative-2009-3n-skx:
687         - 13  # rls2005 NDRPDR iter env 5
688         - 18  # rls2005 NDRPDR iter env 5
689         - 19  # rls2005 NDRPDR iter env 5
690         - 41  # rls2005 NDRPDR iter env 5
691         - 43  # rls2005 NDRPDR iter env 5
692         - 44  # rls2005 NDRPDR iter env 5
693         - 45  # rls2005 NDRPDR iter env 5
694         - 46  # rls2005 NDRPDR iter env 5
695         - 48  # rls2005 NDRPDR iter env 5
696         - 49  # rls2005 NDRPDR iter env 5
697     vpp-performance-changes-3n-skx-ref-env-old:
698       csit-vpp-perf-report-iterative-2009-3n-skx:
699         - 26  # rls2009 NDRPDR iter env 5
700         - 27  # rls2009 NDRPDR iter env 5
701         - 28  # rls2009 NDRPDR iter env 5
702         - 29  # rls2009 NDRPDR iter env 5
703         - 35  # rls2009 NDRPDR iter env 5
704         - 36  # rls2009 NDRPDR iter env 5
705         - 37  # rls2009 NDRPDR iter env 5
706         - 38  # rls2009 NDRPDR iter env 5
707         - 39  # rls2009 NDRPDR iter env 5
708         - 40  # rls2009 NDRPDR iter env 5
709     vpp-performance-changes-3n-skx-ref-env-new:
710       csit-vpp-perf-report-iterative-2101-3n-skx:
711         - 14  # rls2009 NDRPDR iter env 6
712     vpp-performance-changes-3n-skx-cmp:
713       csit-vpp-perf-report-iterative-2101-3n-skx:
714         - 5   # rls2101.rc1 NDRPDR iter env 6
715         - 6   # rls2101.rc1 NDRPDR iter env 6
716         - 7   # rls2101.rc1 NDRPDR iter env 6
717         - 8   # rls2101.rc1 NDRPDR iter env 6
718         - 9   # rls2101.rc1 NDRPDR iter env 6
719
720     vpp-performance-changes-2n-skx-h1:
721       csit-vpp-perf-report-iterative-2009-2n-skx:
722         - 13  # rls2005 NDRPDR iter env 5
723         - 16  # rls2005 NDRPDR iter env 5
724         - 17  # rls2005 NDRPDR iter env 5
725         - 18  # rls2005 NDRPDR iter env 5
726         - 19  # rls2005 NDRPDR iter env 5
727         - 21  # rls2005 NDRPDR iter env 5
728         - 22  # rls2005 NDRPDR iter env 5
729         - 23  # rls2005 NDRPDR iter env 5
730         - 24  # rls2005 NDRPDR iter env 5
731         - 25  # rls2005 NDRPDR iter env 5
732     vpp-performance-changes-2n-skx-ref-env-old:
733       csit-vpp-perf-report-iterative-2009-2n-skx:
734         - 35  # rls2009 NDRPDR iter env 5
735         - 36  # rls2009 NDRPDR iter env 5
736         - 37  # rls2009 NDRPDR iter env 5
737         - 39  # rls2009 NDRPDR iter env 5
738         - 40  # rls2009 NDRPDR iter env 5
739         - 42  # rls2009 NDRPDR iter env 5
740         - 43  # rls2009 NDRPDR iter env 5
741         - 44  # rls2009 NDRPDR iter env 5
742         - 46  # rls2009 NDRPDR iter env 5
743         - 48  # rls2009 NDRPDR iter env 5
744         - 110 # rls2009 NDRPDR iter NAT44 env 5
745         - 111 # rls2009 NDRPDR iter NAT44 env 5
746         - 112 # rls2009 NDRPDR iter NAT44 env 5
747         - 113 # rls2009 NDRPDR iter NAT44 env 5
748         - 114 # rls2009 NDRPDR iter NAT44 env 5
749         - 115 # rls2009 NDRPDR iter NAT44 env 5
750         - 116 # rls2009 NDRPDR iter NAT44 env 5
751         - 118 # rls2009 NDRPDR iter NAT44 env 5
752         - 119 # rls2009 NDRPDR iter NAT44 env 5
753         - 121 # rls2009 NDRPDR iter NAT44 env 5
754     vpp-performance-changes-2n-skx-ref-env-new:
755       csit-vpp-perf-report-iterative-2101-2n-skx:
756         - 22  # rls2009 NDRPDR iter env 6
757         - 23  # rls2009 NDRPDR iter env 6
758     vpp-performance-changes-2n-skx-cmp:
759       csit-vpp-perf-report-iterative-2101-2n-skx:
760         - 5   # rls2101.rc1 NDRPDR iter env 6
761         - 6   # rls2101.rc1 NDRPDR iter env 6
762         - 7   # rls2101.rc1 NDRPDR iter env 6
763         - 8   # rls2101.rc1 NDRPDR iter env 6
764         - 9   # rls2101.rc1 NDRPDR iter env 6
765         - 10  # rls2101.rc1 NDRPDR iter env 6
766         - 11  # rls2101.rc1 NDRPDR iter env 6
767         - 12  # rls2101.rc1 NDRPDR iter env 6
768         - 13  # rls2101.rc1 NDRPDR iter env 6
769         - 14  # rls2101.rc1 NDRPDR iter env 6
770
771     vpp-performance-changes-2n-clx-h1:
772       csit-vpp-perf-report-iterative-2009-2n-clx:
773         - 13  # rls2005 NDRPDR iter env 5
774         - 15  # rls2005 NDRPDR iter env 5
775         - 17  # rls2005 NDRPDR iter env 5
776         - 18  # rls2005 NDRPDR iter env 5
777         - 19  # rls2005 NDRPDR iter env 5
778         - 20  # rls2005 NDRPDR iter env 5
779         - 21  # rls2005 NDRPDR iter env 5
780         - 22  # rls2005 NDRPDR iter env 5
781         - 23  # rls2005 NDRPDR iter env 5
782         - 24  # rls2005 NDRPDR iter env 5
783     vpp-performance-changes-2n-clx-ref-env-old:
784       csit-vpp-perf-report-iterative-2009-2n-clx:
785         - 36  # rls2009 NDRPDR iter env 5
786         - 39  # rls2009 NDRPDR iter env 5
787         - 40  # rls2009 NDRPDR iter env 5
788         - 65  # rls2009 NDRPDR iter env 5
789         - 66  # rls2009 NDRPDR iter env 5
790         - 79  # rls2009 NDRPDR iter env 5
791         - 82  # rls2009 NDRPDR iter env 5
792         - 88  # rls2009 NDRPDR iter env 5
793         - 89  # rls2009 NDRPDR iter env 5
794         - 90  # rls2009 NDRPDR iter env 5
795         - 114 # rls2009 NDRPDR iter NAT44 env 5
796         - 115 # rls2009 NDRPDR iter NAT44 env 5
797         - 116 # rls2009 NDRPDR iter NAT44 env 5
798         - 117 # rls2009 NDRPDR iter NAT44 env 5
799         - 118 # rls2009 NDRPDR iter NAT44 env 5
800         - 119 # rls2009 NDRPDR iter NAT44 env 5
801         - 121 # rls2009 NDRPDR iter NAT44 env 5
802         - 122 # rls2009 NDRPDR iter NAT44 env 5
803         - 123 # rls2009 NDRPDR iter NAT44 env 5
804         - 126 # rls2009 NDRPDR iter NAT44 env 5
805     vpp-performance-changes-2n-clx-ref-env-new:
806       csit-vpp-perf-report-iterative-2101-2n-clx:
807         - 16  # rls2009 NDRPDR iter env 6
808         - 17  # rls2009 NDRPDR iter env 6
809         - 19  # rls2009 NDRPDR iter env 6
810     vpp-performance-changes-2n-clx-cmp:
811       csit-vpp-perf-report-iterative-2101-2n-clx:
812         - 4   # rls2101.rc1 NDRPDR iter env 6
813         - 5   # rls2101.rc1 NDRPDR iter env 6
814         - 6   # rls2101.rc1 NDRPDR iter env 6
815         - 7   # rls2101.rc1 NDRPDR iter env 6
816         - 8   # rls2101.rc1 NDRPDR iter env 6
817         - 9   # rls2101.rc1 NDRPDR iter env 6
818         - 10  # rls2101.rc1 NDRPDR iter env 6
819         - 11  # rls2101.rc1 NDRPDR iter env 6
820         - 12  # rls2101.rc1 NDRPDR iter env 6
821         - 13  # rls2101.rc1 NDRPDR iter env 6
822
823     vpp-performance-changes-2n-zn2-ref-env-old:
824       csit-vpp-perf-report-iterative-2009-2n-zn2:
825         - 17  # rls2009 NDRPDR iter env 5
826         - 18  # rls2009 NDRPDR iter env 5
827         - 31  # rls2009 NDRPDR iter env 5
828         - 33  # rls2009 NDRPDR iter env 5
829         - 34  # rls2009 NDRPDR iter env 5
830     vpp-performance-changes-2n-zn2-ref-env-new:
831       csit-vpp-perf-report-iterative-2101-2n-zn2:
832         - 9   # rls2009 NDRPDR iter env 6
833         - 10  # rls2009 NDRPDR iter env 6
834         - 11  # rls2009 NDRPDR iter env 6
835     vpp-performance-changes-2n-zn2-cmp:
836       csit-vpp-perf-report-iterative-2101-2n-zn2:
837         - 4   # rls2101.rc1 NDRPDR iter env 6
838         - 5   # rls2101.rc1 NDRPDR iter env 6
839         - 6   # rls2101.rc1 NDRPDR iter env 6
840         - 7   # rls2101.rc1 NDRPDR iter env 6
841
842     vpp-performance-changes-2n-dnv-h1:
843       csit-vpp-perf-report-iterative-2009-2n-dnv:
844         - 16  # rls2005 NDRPDR iter env 5
845         - 17  # rls2005 NDRPDR iter env 5
846         - 18  # rls2005 NDRPDR iter env 5
847         - 19  # rls2005 NDRPDR iter env 5
848         - 21  # rls2005 NDRPDR iter env 5
849         - 24  # rls2005 NDRPDR iter env 5
850         - 27  # rls2005 NDRPDR iter env 5
851         - 28  # rls2005 NDRPDR iter env 5
852         - 29  # rls2005 NDRPDR iter env 5
853         - 30  # rls2005 NDRPDR iter env 5
854     vpp-performance-changes-2n-dnv-ref-env-old:
855       csit-vpp-perf-report-iterative-2009-2n-dnv:
856         - 3   # rls2009 NDRPDR iter env 5
857         - 5   # rls2009 NDRPDR iter env 5
858         - 6   # rls2009 NDRPDR iter env 5
859         - 7   # rls2009 NDRPDR iter env 5
860         - 9   # rls2009 NDRPDR iter env 5
861         - 10  # rls2009 NDRPDR iter env 5
862         - 11  # rls2009 NDRPDR iter env 5
863         - 12  # rls2009 NDRPDR iter env 5
864         - 14  # rls2009 NDRPDR iter env 5
865         - 15  # rls2009 NDRPDR iter env 5
866     vpp-performance-changes-2n-dnv-ref-env-new:
867       # TODO: Re-test in new env
868       csit-vpp-perf-report-iterative-2009-2n-dnv:
869         - 3   # rls2009 NDRPDR iter env 5
870         - 5   # rls2009 NDRPDR iter env 5
871         - 6   # rls2009 NDRPDR iter env 5
872         - 7   # rls2009 NDRPDR iter env 5
873         - 9   # rls2009 NDRPDR iter env 5
874         - 10  # rls2009 NDRPDR iter env 5
875         - 11  # rls2009 NDRPDR iter env 5
876         - 12  # rls2009 NDRPDR iter env 5
877         - 14  # rls2009 NDRPDR iter env 5
878         - 15  # rls2009 NDRPDR iter env 5
879     vpp-performance-changes-2n-dnv-cmp:
880       csit-vpp-perf-report-iterative-2101-2n-dnv:
881         - 3   # rls2101.rc1 NDRPDR iter env 6
882         - 4   # rls2101.rc1 NDRPDR iter env 6
883         - 5   # rls2101.rc1 NDRPDR iter env 6
884         - 6   # rls2101.rc1 NDRPDR iter env 6
885         - 7   # rls2101.rc1 NDRPDR iter env 6
886         - 8   # rls2101.rc1 NDRPDR iter env 6
887         - 9   # rls2101.rc1 NDRPDR iter env 6
888         - 10  # rls2101.rc1 NDRPDR iter env 6
889         - 11  # rls2101.rc1 NDRPDR iter env 6
890         - 12  # rls2101.rc1 NDRPDR iter env 6
891
892     vpp-performance-changes-3n-dnv-h1:
893       csit-vpp-perf-report-iterative-2009-3n-dnv:
894         - 16  # rls2005 NDRPDR iter env 5
895         - 23  # rls2005 NDRPDR iter env 5
896         - 25  # rls2005 NDRPDR iter env 5
897         - 26  # rls2005 NDRPDR iter env 5
898         - 27  # rls2005 NDRPDR iter env 5
899         - 28  # rls2005 NDRPDR iter env 5
900         - 29  # rls2005 NDRPDR iter env 5
901         - 30  # rls2005 NDRPDR iter env 5
902         - 31  # rls2005 NDRPDR iter env 5
903         - 32  # rls2005 NDRPDR iter env 5
904     vpp-performance-changes-3n-dnv-ref-env-old:
905       csit-vpp-perf-report-iterative-2009-3n-dnv:
906         - 3   # rls2009 NDRPDR iter env 5
907         - 6   # rls2009 NDRPDR iter env 5
908         - 7   # rls2009 NDRPDR iter env 5
909         - 8   # rls2009 NDRPDR iter env 5
910         - 10  # rls2009 NDRPDR iter env 5
911         - 11  # rls2009 NDRPDR iter env 5
912         - 12  # rls2009 NDRPDR iter env 5
913         - 14  # rls2009 NDRPDR iter env 5
914         - 15  # rls2009 NDRPDR iter env 5
915         - 24  # rls2009 NDRPDR iter env 5
916     vpp-performance-changes-3n-dnv-ref-env-new:
917       # TODO: Re-test in new env
918       csit-vpp-perf-report-iterative-2009-3n-dnv:
919         - 3   # rls2009 NDRPDR iter env 5
920         - 6   # rls2009 NDRPDR iter env 5
921         - 7   # rls2009 NDRPDR iter env 5
922         - 8   # rls2009 NDRPDR iter env 5
923         - 10  # rls2009 NDRPDR iter env 5
924         - 11  # rls2009 NDRPDR iter env 5
925         - 12  # rls2009 NDRPDR iter env 5
926         - 14  # rls2009 NDRPDR iter env 5
927         - 15  # rls2009 NDRPDR iter env 5
928         - 24  # rls2009 NDRPDR iter env 5
929     vpp-performance-changes-3n-dnv-cmp:
930       csit-vpp-perf-report-iterative-2101-3n-dnv:
931         - 3   # rls2101.rc1 NDRPDR iter env 6
932         - 4   # rls2101.rc1 NDRPDR iter env 6
933         - 5   # rls2101.rc1 NDRPDR iter env 6
934         - 6   # rls2101.rc1 NDRPDR iter env 6
935         - 7   # rls2101.rc1 NDRPDR iter env 6
936         - 8   # rls2101.rc1 NDRPDR iter env 6
937         - 9   # rls2101.rc1 NDRPDR iter env 6
938         - 10  # rls2101.rc1 NDRPDR iter env 6
939         - 11  # rls2101.rc1 NDRPDR iter env 6
940         - 12  # rls2101.rc1 NDRPDR iter env 6
941
942     vpp-performance-changes-3n-tsh-h1:
943       csit-vpp-perf-report-iterative-2009-3n-tsh:
944         - 8   # rls2005 NDRPDR iter env 5
945         - 11  # rls2005 NDRPDR iter env 5
946         - 12  # rls2005 NDRPDR iter env 5
947         - 24  # rls2005 NDRPDR iter env 5
948         - 27  # rls2005 NDRPDR iter env 5
949         - 29  # rls2005 NDRPDR iter env 5
950         - 31  # rls2005 NDRPDR iter env 5
951         - 39  # rls2005 NDRPDR iter env 5
952         - 40  # rls2005 NDRPDR iter env 5
953         - 42  # rls2005 NDRPDR iter env 5
954     vpp-performance-changes-3n-tsh-ref-env-old:
955       csit-vpp-perf-report-iterative-2009-3n-tsh:
956         - 14  # rls2009 NDRPDR iter env 5
957         - 20  # rls2009 NDRPDR iter env 5
958         - 21  # rls2009 NDRPDR iter env 5
959         - 22  # rls2009 NDRPDR iter env 5
960         - 23  # rls2009 NDRPDR iter env 5
961         - 28  # rls2009 NDRPDR iter env 5
962         - 30  # rls2009 NDRPDR iter env 5
963         - 33  # rls2009 NDRPDR iter env 5
964         - 38  # rls2009 NDRPDR iter env 5
965         - 41  # rls2009 NDRPDR iter env 5
966     vpp-performance-changes-3n-tsh-ref-env-new:
967       # TODO: Re-test in new env
968       csit-vpp-perf-report-iterative-2009-3n-tsh:
969         - 14  # rls2009 NDRPDR iter env 5
970         - 20  # rls2009 NDRPDR iter env 5
971         - 21  # rls2009 NDRPDR iter env 5
972         - 22  # rls2009 NDRPDR iter env 5
973         - 23  # rls2009 NDRPDR iter env 5
974         - 28  # rls2009 NDRPDR iter env 5
975         - 30  # rls2009 NDRPDR iter env 5
976         - 33  # rls2009 NDRPDR iter env 5
977         - 38  # rls2009 NDRPDR iter env 5
978         - 41  # rls2009 NDRPDR iter env 5
979     vpp-performance-changes-3n-tsh-cmp:
980       csit-vpp-perf-report-iterative-2101-3n-tsh:
981         - 3   # rls2101.rc1 NDRPDR iter env 6
982         - 4   # rls2101.rc1 NDRPDR iter env 6
983         - 5   # rls2101.rc1 NDRPDR iter env 6
984         - 6   # rls2101.rc1 NDRPDR iter env 6
985
986     vpp-soak-vs-ndr-2n-skx-ref:
987       # csit-vpp-perf-report-iterative-2101-2n-skx:
988       csit-vpp-perf-report-iterative-2009-2n-skx:
989         - 35  # rls2009 NDRPDR iter env 5
990         - 36  # rls2009 NDRPDR iter env 5
991         - 37  # rls2009 NDRPDR iter env 5
992         - 39  # rls2009 NDRPDR iter env 5
993         - 40  # rls2009 NDRPDR iter env 5
994         - 42  # rls2009 NDRPDR iter env 5
995         - 43  # rls2009 NDRPDR iter env 5
996         - 44  # rls2009 NDRPDR iter env 5
997         - 46  # rls2009 NDRPDR iter env 5
998         - 48  # rls2009 NDRPDR iter env 5
999     vpp-soak-vs-ndr-2n-skx-cmp:
1000       # csit-vpp-perf-report-iterative-2101-2n-skx:
1001       csit-vpp-perf-report-iterative-2009-2n-skx:
1002         - 33  # rls2009 soak env 5
1003         - 34  # rls2009 soak env 5
1004     vpp-soak-vs-ndr-2n-skx:
1005       # csit-vpp-perf-report-iterative-2101-2n-skx:
1006       csit-vpp-perf-report-iterative-2009-2n-skx:
1007         - 35  # rls2009 NDRPDR iter env 5
1008         - 36  # rls2009 NDRPDR iter env 5
1009         - 37  # rls2009 NDRPDR iter env 5
1010         - 39  # rls2009 NDRPDR iter env 5
1011         - 40  # rls2009 NDRPDR iter env 5
1012         - 42  # rls2009 NDRPDR iter env 5
1013         - 43  # rls2009 NDRPDR iter env 5
1014         - 44  # rls2009 NDRPDR iter env 5
1015         - 46  # rls2009 NDRPDR iter env 5
1016         - 48  # rls2009 NDRPDR iter env 5
1017         - 33  # rls2009 soak env 5
1018         - 34  # rls2009 soak env 5
1019
1020     vpp-soak-vs-ndr-2n-clx-ref:
1021       # csit-vpp-perf-report-iterative-2101-2n-clx:
1022       csit-vpp-perf-report-iterative-2009-2n-clx:
1023         - 36  # rls2009 NDRPDR iter env 5
1024         - 39  # rls2009 NDRPDR iter env 5
1025         - 40  # rls2009 NDRPDR iter env 5
1026         - 65  # rls2009 NDRPDR iter env 5
1027         - 66  # rls2009 NDRPDR iter env 5
1028         - 79  # rls2009 NDRPDR iter env 5
1029         - 82  # rls2009 NDRPDR iter env 5
1030         - 88  # rls2009 NDRPDR iter env 5
1031         - 89  # rls2009 NDRPDR iter env 5
1032         - 90  # rls2009 NDRPDR iter env 5
1033     vpp-soak-vs-ndr-2n-clx-cmp:
1034       # csit-vpp-perf-report-iterative-2101-2n-clx:
1035       csit-vpp-perf-report-iterative-2009-2n-clx:
1036         - 33  # rls2009 soak env 5
1037         - 34  # rls2009 soak env 5
1038     vpp-soak-vs-ndr-2n-clx:
1039       # csit-vpp-perf-report-iterative-2101-2n-clx:
1040       csit-vpp-perf-report-iterative-2009-2n-clx:
1041         - 36  # rls2009 NDRPDR iter env 5
1042         - 39  # rls2009 NDRPDR iter env 5
1043         - 40  # rls2009 NDRPDR iter env 5
1044         - 65  # rls2009 NDRPDR iter env 5
1045         - 66  # rls2009 NDRPDR iter env 5
1046         - 79  # rls2009 NDRPDR iter env 5
1047         - 82  # rls2009 NDRPDR iter env 5
1048         - 88  # rls2009 NDRPDR iter env 5
1049         - 89  # rls2009 NDRPDR iter env 5
1050         - 90  # rls2009 NDRPDR iter env 5
1051         - 33  # rls2009 soak env 5
1052         - 34  # rls2009 soak env 5
1053
1054     vpp-performance-changes-3n-hsw-mrr-h1:
1055       csit-vpp-perf-report-iterative-2009-3n-hsw:
1056         - 18  # rls2005 MRR iter env 5
1057     vpp-performance-changes-3n-hsw-mrr-ref-env-old:
1058       csit-vpp-perf-report-iterative-2009-3n-hsw:
1059         - 23  # rls2009 MRR iter env 5
1060     vpp-performance-changes-3n-hsw-mrr-ref-env-new:
1061       csit-vpp-perf-report-iterative-2101-3n-hsw:
1062         - 17  # rls2009 MRR iter env 6
1063     vpp-performance-changes-3n-hsw-mrr-cmp:
1064       csit-vpp-perf-report-iterative-2101-3n-hsw:
1065         - 3   # rls2101.rc1 MRR iter env 6
1066
1067     vpp-performance-changes-3n-skx-mrr-h1:
1068       csit-vpp-perf-report-iterative-2009-3n-skx:
1069         - 17  # rls2005 MRR iter env 5
1070     vpp-performance-changes-3n-skx-mrr-ref-env-old:
1071       csit-vpp-perf-report-iterative-2009-3n-skx:
1072         - 24  # rls2009 MRR iter env 5
1073     vpp-performance-changes-3n-skx-mrr-ref-env-new:
1074       csit-vpp-perf-report-iterative-2101-3n-skx:
1075         - 12  # rls2009 MRR iter env 6
1076     vpp-performance-changes-3n-skx-mrr-cmp:
1077       csit-vpp-perf-report-iterative-2101-3n-skx:
1078         - 4   # rls2101.rc1 MRR iter env 6
1079
1080     vpp-performance-changes-2n-skx-mrr-h1:
1081       csit-vpp-perf-report-iterative-2009-2n-skx:
1082         - 20  # rls2005 MRR iter env 5
1083     vpp-performance-changes-2n-skx-mrr-ref-env-old:
1084       csit-vpp-perf-report-iterative-2009-2n-skx:
1085         - 120 # rls2009 MRR iter env 5
1086     vpp-performance-changes-2n-skx-mrr-ref-env-new:
1087       csit-vpp-perf-report-iterative-2101-2n-skx:
1088         - 21  # rls2009 MRR iter env 6
1089     vpp-performance-changes-2n-skx-mrr-cmp:
1090       csit-vpp-perf-report-iterative-2101-2n-skx:
1091         - 3   # rls2101.rc1 MRR iter env 6
1092
1093     vpp-performance-changes-2n-clx-mrr-h1:
1094       csit-vpp-perf-report-iterative-2009-2n-clx:
1095         - 77  # rls2005 MRR iter env 5
1096     vpp-performance-changes-2n-clx-mrr-ref-env-old:
1097       csit-vpp-perf-report-iterative-2009-2n-clx:
1098         - 125 # rls2009 MRR iter env 5
1099     vpp-performance-changes-2n-clx-mrr-ref-env-new:
1100       csit-vpp-perf-report-iterative-2101-2n-clx:
1101         - 15  # rls2009 MRR iter env 6
1102     vpp-performance-changes-2n-clx-mrr-cmp:
1103       csit-vpp-perf-report-iterative-2101-2n-clx:
1104         - 3   # rls2101.rc1 MRR iter env 6
1105
1106     vpp-performance-changes-2n-zn2-mrr-ref-env-old:
1107       csit-vpp-perf-report-iterative-2009-2n-zn2:
1108         - 15  # rls2009 MRR iter env 5
1109     vpp-performance-changes-2n-zn2-mrr-ref-env-new:
1110       csit-vpp-perf-report-iterative-2101-2n-zn2:
1111         - 8   # rls2009 MRR iter env6
1112     vpp-performance-changes-2n-zn2-mrr-cmp:
1113       csit-vpp-perf-report-iterative-2101-2n-zn2:
1114         - 3   # rls2101.rc1 MRR iter env 6
1115
1116     vpp-performance-changes-2n-dnv-mrr-h1:
1117       csit-vpp-perf-report-iterative-2009-2n-dnv:
1118         - 23  # rls2005 MRR iter env 5
1119     vpp-performance-changes-2n-dnv-mrr-ref-env-old:
1120       csit-vpp-perf-report-iterative-2009-2n-dnv:
1121         - 13  # rls2009 MRR iter env 5
1122     vpp-performance-changes-2n-dnv-mrr-ref-env-new:
1123       # TODO: Re-test in new env
1124       csit-vpp-perf-report-iterative-2009-2n-dnv:
1125         - 13  # rls2009 MRR iter env 5
1126     vpp-performance-changes-2n-dnv-mrr-cmp:
1127       csit-vpp-perf-report-iterative-2101-2n-dnv:
1128         - 2   # rls2101.rc1 MRR iter env 6
1129
1130     vpp-performance-changes-3n-dnv-mrr-h1:
1131       csit-vpp-perf-report-iterative-2009-3n-dnv:
1132         - 19  # rls2005 MRR iter env 5
1133     vpp-performance-changes-3n-dnv-mrr-ref-env-old:
1134       csit-vpp-perf-report-iterative-2009-3n-dnv:
1135         - 22  # rls2009 MRR iter env 5
1136     vpp-performance-changes-3n-dnv-mrr-ref-env-new:
1137       # TODO: Re-test in new env
1138       csit-vpp-perf-report-iterative-2009-3n-dnv:
1139         - 22  # rls2009 MRR iter env 5
1140     vpp-performance-changes-3n-dnv-mrr-cmp:
1141       csit-vpp-perf-report-iterative-2101-3n-dnv:
1142         - 2   # rls2101.rc1 MRR iter env 6
1143
1144     vpp-performance-changes-3n-tsh-mrr-h1:
1145       csit-vpp-perf-report-iterative-2009-3n-tsh:
1146         - 13  # rls2005 MRR iter env 5
1147     vpp-performance-changes-3n-tsh-mrr-ref-env-old:
1148       csit-vpp-perf-report-iterative-2009-3n-tsh:
1149         - 15  # rls2009 MRR iter env 5
1150     vpp-performance-changes-3n-tsh-mrr-ref-env-new:
1151       # TODO: Re-test in new env
1152       csit-vpp-perf-report-iterative-2009-3n-tsh:
1153         - 15  # rls2009 MRR iter env 5
1154     vpp-performance-changes-3n-tsh-mrr-cmp:
1155       csit-vpp-perf-report-iterative-2101-3n-tsh:
1156         - 2   # rls2101.rc1 MRR iter env 6
1157
1158     dpdk-performance-changes-3n-hsw-h1:
1159       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1160         - 25  # NDRPDR iter
1161         - 26  # NDRPDR iter
1162         - 27  # NDRPDR iter
1163         - 28  # NDRPDR iter
1164         - 29  # NDRPDR iter
1165         - 30  # NDRPDR iter
1166         - 31  # NDRPDR iter
1167         - 32  # NDRPDR iter
1168         - 33  # NDRPDR iter
1169         - 34  # NDRPDR iter
1170     dpdk-performance-changes-3n-hsw-ref:
1171       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1172         - 6   # NDRPDR iter env5
1173         - 7   # NDRPDR iter env5
1174         - 8   # NDRPDR iter env5
1175         - 9   # NDRPDR iter env5
1176         - 10  # NDRPDR iter env5
1177         - 11  # NDRPDR iter env5
1178         - 12  # NDRPDR iter env5
1179         - 13  # NDRPDR iter env5
1180         - 14  # NDRPDR iter env5
1181         - 15  # NDRPDR iter env5
1182     dpdk-performance-changes-3n-hsw-cmp:
1183       csit-dpdk-perf-report-iterative-2101-3n-hsw:
1184         - 11  # rls2101.rc1 NDRPDR iter env 6
1185         - 12  # rls2101.rc1 NDRPDR iter env 6
1186         - 13  # rls2101.rc1 NDRPDR iter env 6
1187         - 14  # rls2101.rc1 NDRPDR iter env 6
1188         - 16  # rls2101.rc1 NDRPDR iter env 6
1189         - 17  # rls2101.rc1 NDRPDR iter env 6
1190         - 18  # rls2101.rc1 NDRPDR iter env 6
1191         - 19  # rls2101.rc1 NDRPDR iter env 6
1192         - 20  # rls2101.rc1 NDRPDR iter env 6
1193         - 21  # rls2101.rc1 NDRPDR iter env 6
1194
1195     dpdk-performance-changes-3n-skx-h1:
1196       csit-dpdk-perf-report-iterative-2005-3n-skx:
1197         - 28  # NDRPDR iter
1198         - 29  # NDRPDR iter
1199         - 30  # NDRPDR iter
1200         - 31  # NDRPDR iter
1201         - 32  # NDRPDR iter
1202         - 33  # NDRPDR iter
1203         - 34  # NDRPDR iter
1204         - 35  # NDRPDR iter
1205         - 36  # NDRPDR iter
1206         - 37  # NDRPDR iter
1207     dpdk-performance-changes-3n-skx-ref:
1208       csit-dpdk-perf-report-iterative-2009-3n-skx:
1209         - 4   # NDRPDR sel env5
1210         - 5   # NDRPDR sel env5
1211         - 6   # NDRPDR sel env5
1212         - 7   # NDRPDR sel env5
1213         - 8   # NDRPDR sel env5
1214         - 9   # NDRPDR sel env5
1215         - 14  # NDRPDR sel env5
1216         - 11  # NDRPDR sel env5
1217         - 12  # NDRPDR sel env5
1218         - 13  # NDRPDR sel env5
1219     dpdk-performance-changes-3n-skx-cmp:
1220       csit-dpdk-perf-report-iterative-2101-3n-skx:
1221         - 12  # rls2101.rc1 NDRPDR iter env 6
1222         - 14  # rls2101.rc1 NDRPDR iter env 6
1223         - 15  # rls2101.rc1 NDRPDR iter env 6
1224         - 17  # rls2101.rc1 NDRPDR iter env 6
1225         - 19  # rls2101.rc1 NDRPDR iter env 6
1226         - 20  # rls2101.rc1 NDRPDR iter env 6
1227         - 21  # rls2101.rc1 NDRPDR iter env 6
1228         - 22  # rls2101.rc1 NDRPDR iter env 6
1229         - 25  # rls2101.rc1 NDRPDR iter env 6
1230         - 26  # rls2101.rc1 NDRPDR iter env 6
1231
1232     dpdk-performance-changes-2n-skx-h1:
1233       csit-dpdk-perf-report-iterative-2005-2n-skx:
1234         - 20  # NDRPDR iter
1235         - 21  # NDRPDR iter
1236         - 22  # NDRPDR iter
1237         - 23  # NDRPDR iter
1238         - 24  # NDRPDR iter
1239         - 25  # NDRPDR iter
1240         - 26  # NDRPDR iter
1241         - 27  # NDRPDR iter
1242         - 28  # NDRPDR iter
1243         - 29  # NDRPDR iter
1244     dpdk-performance-changes-2n-skx-ref:
1245       csit-dpdk-perf-report-iterative-2009-2n-skx:
1246         - 4   # NDRPDR iter env5
1247         - 5   # NDRPDR iter env5
1248         - 6   # NDRPDR iter env5
1249         - 7   # NDRPDR iter env5
1250         - 8   # NDRPDR iter env5
1251         - 9   # NDRPDR iter env5
1252         - 10  # NDRPDR iter env5
1253         - 11  # NDRPDR iter env5
1254         - 12  # NDRPDR iter env5
1255         - 13  # NDRPDR iter env5
1256     dpdk-performance-changes-2n-skx-cmp:
1257       csit-dpdk-perf-report-iterative-2101-2n-skx:
1258         - 11  # rls2101.rc1 NDRPDR iter env 6
1259         - 12  # rls2101.rc1 NDRPDR iter env 6
1260         - 13  # rls2101.rc1 NDRPDR iter env 6
1261         - 14  # rls2101.rc1 NDRPDR iter env 6
1262         - 15  # rls2101.rc1 NDRPDR iter env 6
1263         - 17  # rls2101.rc1 NDRPDR iter env 6
1264         - 18  # rls2101.rc1 NDRPDR iter env 6
1265         - 19  # rls2101.rc1 NDRPDR iter env 6
1266         - 20  # rls2101.rc1 NDRPDR iter env 6
1267         - 21  # rls2101.rc1 NDRPDR iter env 6
1268
1269     dpdk-performance-changes-2n-clx-h1:
1270       csit-dpdk-perf-report-iterative-2005-2n-clx:
1271         - 20  # NDRPDR iter
1272         - 21  # NDRPDR iter
1273         - 22  # NDRPDR iter
1274         - 23  # NDRPDR iter
1275         - 24  # NDRPDR iter
1276         - 25  # NDRPDR iter
1277         - 26  # NDRPDR iter
1278         - 27  # NDRPDR iter
1279         - 28  # NDRPDR iter
1280         - 29  # NDRPDR iter
1281     dpdk-performance-changes-2n-clx-ref:
1282       csit-dpdk-perf-report-iterative-2009-2n-clx:
1283         - 4   # NDRPDR iter env5
1284         - 5   # NDRPDR iter env5
1285         - 6   # NDRPDR iter env5
1286         - 7   # NDRPDR iter env5
1287         - 8   # NDRPDR iter env5
1288         - 9   # NDRPDR iter env5
1289         - 10  # NDRPDR iter env5
1290         - 11  # NDRPDR iter env5
1291         - 12  # NDRPDR iter env5
1292         - 13  # NDRPDR iter env5
1293     dpdk-performance-changes-2n-clx-cmp:
1294       csit-dpdk-perf-report-iterative-2101-2n-clx:
1295         - 12  # rls2101.rc1 NDRPDR iter env 6
1296         - 13  # rls2101.rc1 NDRPDR iter env 6
1297         - 14  # rls2101.rc1 NDRPDR iter env 6
1298         - 18  # rls2101.rc1 NDRPDR iter env 6
1299         - 22  # rls2101.rc1 NDRPDR iter env 6
1300
1301     dpdk-performance-changes-2n-zn2-ref:
1302       csit-dpdk-perf-report-iterative-2009-2n-zn2:
1303         - 16  # NDRPDR iter env5
1304         - 21  # NDRPDR iter env5
1305         - 22  # NDRPDR iter env5
1306         - 23  # NDRPDR iter env5
1307         - 24  # NDRPDR iter env5
1308         - 25  # NDRPDR iter env5
1309         - 29  # NDRPDR iter env5
1310     dpdk-performance-changes-2n-zn2-cmp:
1311       csit-dpdk-perf-report-iterative-2101-2n-zn2:
1312         - 11  # rls2101.rc1 NDRPDR iter env 6
1313         - 12  # rls2101.rc1 NDRPDR iter env 6
1314         - 13  # rls2101.rc1 NDRPDR iter env 6
1315         - 14  # rls2101.rc1 NDRPDR iter env 6
1316         - 16  # rls2101.rc1 NDRPDR iter env 6
1317         - 17  # rls2101.rc1 NDRPDR iter env 6
1318         - 18  # rls2101.rc1 NDRPDR iter env 6
1319         - 19  # rls2101.rc1 NDRPDR iter env 6
1320         - 20  # rls2101.rc1 NDRPDR iter env 6
1321         - 21  # rls2101.rc1 NDRPDR iter env 6
1322
1323 #    dpdk-performance-changes-2n-dnv-h1:
1324 #      csit-dpdk-perf-verify-2101-2n-dnv:
1325 #        - 9   # NDRPDR sel
1326 #        - 10  # NDRPDR sel
1327 #        - 11  # NDRPDR sel
1328 #        - 12  # NDRPDR sel
1329 #        - 13  # NDRPDR sel
1330 #        - 14  # NDRPDR sel
1331 #        - 15  # NDRPDR sel
1332 #        - 16  # NDRPDR sel
1333 #        - 17  # NDRPDR sel
1334 #        - 18  # NDRPDR sel
1335 #    dpdk-performance-changes-2n-dnv-ref:
1336 #      # No data
1337 #    dpdk-performance-changes-2n-dnv-cmp:
1338 #      # No data
1339 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
1340
1341 #    dpdk-performance-changes-3n-dnv-h1:
1342 #      csit-dpdk-perf-verify-2101-3n-dnv:
1343 #        - 12  # NDRPDR sel
1344 #        - 13  # NDRPDR sel
1345 #        - 14  # NDRPDR sel
1346 #        - 15  # NDRPDR sel
1347 #        - 16  # NDRPDR sel
1348 #        - 17  # NDRPDR sel
1349 #        - 18  # NDRPDR sel
1350 #        - 19  # NDRPDR sel
1351 #        - 20  # NDRPDR sel
1352 #        - 22  # NDRPDR sel
1353 #    dpdk-performance-changes-3n-dnv-ref:
1354 #      # No data
1355 #    dpdk-performance-changes-3n-dnv-cmp:
1356 #      # No data
1357 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
1358
1359     dpdk-performance-changes-3n-tsh-h1:
1360       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1361         - 5   # NDRPDR sel
1362     dpdk-performance-changes-3n-tsh-ref:
1363       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1364         - 1   # NDRPDR iter env5
1365         - 2   # NDRPDR iter env5
1366         - 3   # NDRPDR iter env5
1367         - 4   # NDRPDR iter env5
1368         - 5   # NDRPDR iter env5
1369         - 6   # NDRPDR iter env5
1370         - 7   # NDRPDR iter env5
1371         - 9   # NDRPDR iter env5
1372         - 10  # NDRPDR iter env5
1373         - 11  # NDRPDR iter env5
1374     dpdk-performance-changes-3n-tsh-cmp:
1375       csit-dpdk-perf-report-iterative-2101-3n-tsh:
1376         - 11  # rls2101.rc1 NDRPDR iter env 6
1377         - 12  # rls2101.rc1 NDRPDR iter env 6
1378         - 13  # rls2101.rc1 NDRPDR iter env 6
1379         - 14  # rls2101.rc1 NDRPDR iter env 6
1380         - 16  # rls2101.rc1 NDRPDR iter env 6
1381         - 17  # rls2101.rc1 NDRPDR iter env 6
1382         - 18  # rls2101.rc1 NDRPDR iter env 6
1383         - 19  # rls2101.rc1 NDRPDR iter env 6
1384         - 20  # rls2101.rc1 NDRPDR iter env 6
1385         - 21  # rls2101.rc1 NDRPDR iter env 6
1386
1387     # Compare testbeds
1388
1389     vpp-compare-testbeds-ref:
1390       csit-vpp-perf-report-iterative-2101-3n-hsw:
1391         - 4   # rls2101.rc1 NDRPDR iter env 6
1392         - 5   # rls2101.rc1 NDRPDR iter env 6
1393         - 6   # rls2101.rc1 NDRPDR iter env 6
1394         - 7   # rls2101.rc1 NDRPDR iter env 6
1395         - 8   # rls2101.rc1 NDRPDR iter env 6
1396         - 9   # rls2101.rc1 NDRPDR iter env 6
1397         - 10  # rls2101.rc1 NDRPDR iter env 6
1398         - 11  # rls2101.rc1 NDRPDR iter env 6
1399         - 12  # rls2101.rc1 NDRPDR iter env 6
1400         - 13  # rls2101.rc1 NDRPDR iter env 6
1401     vpp-compare-testbeds-cmp:
1402       csit-vpp-perf-report-iterative-2101-3n-skx:
1403         - 5   # rls2101.rc1 NDRPDR iter env 6
1404         - 6   # rls2101.rc1 NDRPDR iter env 6
1405         - 7   # rls2101.rc1 NDRPDR iter env 6
1406         - 8   # rls2101.rc1 NDRPDR iter env 6
1407         - 9   # rls2101.rc1 NDRPDR iter env 6
1408
1409     vpp-compare-testbeds-skx-clx-ref:
1410       csit-vpp-perf-report-iterative-2101-2n-skx:
1411         - 5   # rls2101.rc1 NDRPDR iter env 6
1412         - 6   # rls2101.rc1 NDRPDR iter env 6
1413         - 7   # rls2101.rc1 NDRPDR iter env 6
1414         - 8   # rls2101.rc1 NDRPDR iter env 6
1415         - 9   # rls2101.rc1 NDRPDR iter env 6
1416         - 10  # rls2101.rc1 NDRPDR iter env 6
1417         - 11  # rls2101.rc1 NDRPDR iter env 6
1418         - 12  # rls2101.rc1 NDRPDR iter env 6
1419         - 13  # rls2101.rc1 NDRPDR iter env 6
1420         - 14  # rls2101.rc1 NDRPDR iter env 6
1421     vpp-compare-testbeds-skx-clx-cmp:
1422       csit-vpp-perf-report-iterative-2101-2n-clx:
1423         - 4   # rls2101.rc1 NDRPDR iter env 6
1424         - 5   # rls2101.rc1 NDRPDR iter env 6
1425         - 6   # rls2101.rc1 NDRPDR iter env 6
1426         - 7   # rls2101.rc1 NDRPDR iter env 6
1427         - 8   # rls2101.rc1 NDRPDR iter env 6
1428         - 9   # rls2101.rc1 NDRPDR iter env 6
1429         - 10  # rls2101.rc1 NDRPDR iter env 6
1430         - 11  # rls2101.rc1 NDRPDR iter env 6
1431         - 12  # rls2101.rc1 NDRPDR iter env 6
1432         - 13  # rls2101.rc1 NDRPDR iter env 6
1433
1434     vpp-compare-testbeds-hsw-clx-ref:
1435       csit-vpp-perf-report-iterative-2101-3n-hsw:
1436         - 4   # rls2101.rc1 NDRPDR iter env 6
1437         - 5   # rls2101.rc1 NDRPDR iter env 6
1438         - 6   # rls2101.rc1 NDRPDR iter env 6
1439         - 7   # rls2101.rc1 NDRPDR iter env 6
1440         - 8   # rls2101.rc1 NDRPDR iter env 6
1441         - 9   # rls2101.rc1 NDRPDR iter env 6
1442         - 10  # rls2101.rc1 NDRPDR iter env 6
1443         - 11  # rls2101.rc1 NDRPDR iter env 6
1444         - 12  # rls2101.rc1 NDRPDR iter env 6
1445         - 13  # rls2101.rc1 NDRPDR iter env 6
1446     vpp-compare-testbeds-hsw-clx-cmp:
1447       csit-vpp-perf-report-iterative-2101-2n-clx:
1448         - 4   # rls2101.rc1 NDRPDR iter env 6
1449         - 5   # rls2101.rc1 NDRPDR iter env 6
1450         - 6   # rls2101.rc1 NDRPDR iter env 6
1451         - 7   # rls2101.rc1 NDRPDR iter env 6
1452         - 8   # rls2101.rc1 NDRPDR iter env 6
1453         - 9   # rls2101.rc1 NDRPDR iter env 6
1454         - 10  # rls2101.rc1 NDRPDR iter env 6
1455         - 11  # rls2101.rc1 NDRPDR iter env 6
1456         - 12  # rls2101.rc1 NDRPDR iter env 6
1457         - 13  # rls2101.rc1 NDRPDR iter env 6
1458
1459     vpp-compare-testbeds-mrr-ref:
1460       csit-vpp-perf-report-iterative-2101-3n-hsw:
1461         - 3   # rls2101.rc1 MRR iter env 6
1462     vpp-compare-testbeds-mrr-cmp:
1463       csit-vpp-perf-report-iterative-2101-3n-skx:
1464         - 4   # rls2101.rc1 MRR iter env 6
1465
1466     vpp-compare-testbeds-mrr-skx-clx-ref:
1467       csit-vpp-perf-report-iterative-2101-2n-skx:
1468         - 3   # rls2101.rc1 MRR iter env 6
1469     vpp-compare-testbeds-mrr-skx-clx-cmp:
1470       csit-vpp-perf-report-iterative-2101-2n-clx:
1471         - 3   # rls2101.rc1 MRR iter env 6
1472
1473     vpp-compare-testbeds-mrr-hsw-clx-ref:
1474       csit-vpp-perf-report-iterative-2101-3n-hsw:
1475         - 3   # rls2101.rc1 MRR iter env 6
1476     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1477       csit-vpp-perf-report-iterative-2101-2n-clx:
1478         - 3   # rls2101.rc1 MRR iter env 6
1479
1480     dpdk-compare-testbeds-ref:
1481       csit-dpdk-perf-report-iterative-2101-3n-hsw:
1482         - 11  # rls2101.rc1 NDRPDR iter env 6
1483         - 12  # rls2101.rc1 NDRPDR iter env 6
1484         - 13  # rls2101.rc1 NDRPDR iter env 6
1485         - 14  # rls2101.rc1 NDRPDR iter env 6
1486         - 16  # rls2101.rc1 NDRPDR iter env 6
1487         - 17  # rls2101.rc1 NDRPDR iter env 6
1488         - 18  # rls2101.rc1 NDRPDR iter env 6
1489         - 19  # rls2101.rc1 NDRPDR iter env 6
1490         - 20  # rls2101.rc1 NDRPDR iter env 6
1491         - 21  # rls2101.rc1 NDRPDR iter env 6
1492     dpdk-compare-testbeds-cmp:
1493       csit-dpdk-perf-report-iterative-2101-3n-skx:
1494         - 12  # rls2101.rc1 NDRPDR iter env 6
1495         - 14  # rls2101.rc1 NDRPDR iter env 6
1496         - 15  # rls2101.rc1 NDRPDR iter env 6
1497         - 17  # rls2101.rc1 NDRPDR iter env 6
1498         - 19  # rls2101.rc1 NDRPDR iter env 6
1499         - 20  # rls2101.rc1 NDRPDR iter env 6
1500         - 21  # rls2101.rc1 NDRPDR iter env 6
1501         - 22  # rls2101.rc1 NDRPDR iter env 6
1502         - 25  # rls2101.rc1 NDRPDR iter env 6
1503         - 26  # rls2101.rc1 NDRPDR iter env 6
1504
1505     dpdk-compare-testbeds-skx-clx-ref:
1506       csit-dpdk-perf-report-iterative-2101-2n-skx:
1507         - 11  # rls2101.rc1 NDRPDR iter env 6
1508         - 12  # rls2101.rc1 NDRPDR iter env 6
1509         - 13  # rls2101.rc1 NDRPDR iter env 6
1510         - 14  # rls2101.rc1 NDRPDR iter env 6
1511         - 15  # rls2101.rc1 NDRPDR iter env 6
1512         - 17  # rls2101.rc1 NDRPDR iter env 6
1513         - 18  # rls2101.rc1 NDRPDR iter env 6
1514         - 19  # rls2101.rc1 NDRPDR iter env 6
1515         - 20  # rls2101.rc1 NDRPDR iter env 6
1516         - 21  # rls2101.rc1 NDRPDR iter env 6
1517     dpdk-compare-testbeds-skx-clx-cmp:
1518       csit-dpdk-perf-report-iterative-2101-2n-clx:
1519         - 12  # rls2101.rc1 NDRPDR iter env 6
1520         - 13  # rls2101.rc1 NDRPDR iter env 6
1521         - 14  # rls2101.rc1 NDRPDR iter env 6
1522         - 18  # rls2101.rc1 NDRPDR iter env 6
1523         - 22  # rls2101.rc1 NDRPDR iter env 6
1524
1525     # Compare topologies
1526
1527     vpp-compare-topologies-ref:
1528       csit-vpp-perf-report-iterative-2101-3n-skx:
1529         - 5   # rls2101.rc1 NDRPDR iter env 6
1530         - 6   # rls2101.rc1 NDRPDR iter env 6
1531         - 7   # rls2101.rc1 NDRPDR iter env 6
1532         - 8   # rls2101.rc1 NDRPDR iter env 6
1533         - 9   # rls2101.rc1 NDRPDR iter env 6
1534     vpp-compare-topologies-cmp:
1535       csit-vpp-perf-report-iterative-2101-2n-skx:
1536         - 5   # rls2101.rc1 NDRPDR iter env 6
1537         - 6   # rls2101.rc1 NDRPDR iter env 6
1538         - 7   # rls2101.rc1 NDRPDR iter env 6
1539         - 8   # rls2101.rc1 NDRPDR iter env 6
1540         - 9   # rls2101.rc1 NDRPDR iter env 6
1541         - 10  # rls2101.rc1 NDRPDR iter env 6
1542         - 11  # rls2101.rc1 NDRPDR iter env 6
1543         - 12  # rls2101.rc1 NDRPDR iter env 6
1544         - 13  # rls2101.rc1 NDRPDR iter env 6
1545         - 14  # rls2101.rc1 NDRPDR iter env 6
1546
1547     vpp-compare-topologies-mrr-ref:
1548       csit-vpp-perf-report-iterative-2101-3n-skx:
1549         - 4   # rls2101.rc1 MRR iter env 6
1550     vpp-compare-topologies-mrr-cmp:
1551       csit-vpp-perf-report-iterative-2101-2n-skx:
1552         - 3   # rls2101.rc1 MRR iter env 6
1553
1554     dpdk-compare-topologies-ref:
1555       csit-dpdk-perf-report-iterative-2101-3n-skx:
1556         - 12  # rls2101.rc1 NDRPDR iter env 6
1557         - 14  # rls2101.rc1 NDRPDR iter env 6
1558         - 15  # rls2101.rc1 NDRPDR iter env 6
1559         - 17  # rls2101.rc1 NDRPDR iter env 6
1560         - 19  # rls2101.rc1 NDRPDR iter env 6
1561         - 20  # rls2101.rc1 NDRPDR iter env 6
1562         - 21  # rls2101.rc1 NDRPDR iter env 6
1563         - 22  # rls2101.rc1 NDRPDR iter env 6
1564         - 25  # rls2101.rc1 NDRPDR iter env 6
1565         - 26  # rls2101.rc1 NDRPDR iter env 6
1566     dpdk-compare-topologies-cmp:
1567       csit-dpdk-perf-report-iterative-2101-2n-skx:
1568         - 11  # rls2101.rc1 NDRPDR iter env 6
1569         - 12  # rls2101.rc1 NDRPDR iter env 6
1570         - 13  # rls2101.rc1 NDRPDR iter env 6
1571         - 14  # rls2101.rc1 NDRPDR iter env 6
1572         - 15  # rls2101.rc1 NDRPDR iter env 6
1573         - 17  # rls2101.rc1 NDRPDR iter env 6
1574         - 18  # rls2101.rc1 NDRPDR iter env 6
1575         - 19  # rls2101.rc1 NDRPDR iter env 6
1576         - 20  # rls2101.rc1 NDRPDR iter env 6
1577         - 21  # rls2101.rc1 NDRPDR iter env 6
1578
1579   plot-layouts:
1580
1581     plot-soak-throughput:
1582       titlefont:
1583         size: 16
1584       xaxis:
1585         title: "<b>Test Cases [Index]</b>"
1586         titlefont:
1587           size: 14
1588         autorange: True
1589         fixedrange: False
1590         gridcolor: "rgb(230, 230, 230)"
1591         linecolor: "rgb(220, 220, 220)"
1592         linewidth: 1
1593         showgrid: True
1594         showline: True
1595         showticklabels: True
1596         tickcolor: "rgb(220, 220, 220)"
1597         tickmode: "linear"
1598         tickfont:
1599           size: 14
1600         zeroline: False
1601       yaxis:
1602         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1603         titlefont:
1604           size: 14
1605         gridcolor: "rgb(230, 230, 230)"
1606         hoverformat: ".4r"
1607         tickformat: ".3r"
1608         linecolor: "rgb(220, 220, 220)"
1609         linewidth: 1
1610         showgrid: True
1611         showline: True
1612         showticklabels: True
1613         tickcolor: "rgb(220, 220, 220)"
1614         tickfont:
1615           size: 14
1616         zeroline: False
1617         range: [0,50]
1618       autosize: False
1619       margin:
1620         t: 50
1621         b: 0
1622         l: 80
1623         r: 20
1624       showlegend: True
1625       legend:
1626         orientation: "h"
1627         font:
1628           size: 14
1629       width: 700
1630       height: 900
1631       paper_bgcolor: "#fff"
1632       plot_bgcolor: "#fff"
1633       hoverlabel:
1634         namelength: -1
1635
1636     plot-service-density:
1637       titlefont:
1638         size: 16
1639       xaxis:
1640         side: "top"
1641         autorange: True
1642         fixedrange: False
1643         showgrid: False
1644         showline: False
1645         showticklabels: False
1646         ticks: ""
1647         ticklen: 0
1648         tickwidth: 0
1649         zeroline: False
1650       yaxis:
1651         autorange: "reversed"
1652         showgrid: False
1653         showline: False
1654         showticklabels: False
1655         ticks: ""
1656         ticklen: 0
1657         tickwidth: 0
1658         zeroline: False
1659       showlegend: False
1660       paper_bgcolor: "#fff"
1661       plot_bgcolor: "#fff"
1662       width: 700
1663       height: 700
1664       hoverlabel:
1665         namelength: -1
1666
1667     plot-hoststack:
1668       titlefont:
1669         size: 16
1670       xaxis:
1671         title: "<b>Test Cases [Index]</b>"
1672         titlefont:
1673           size: 14
1674         autorange: True
1675         fixedrange: False
1676         gridcolor: "rgb(230, 230, 230)"
1677         linecolor: "rgb(220, 220, 220)"
1678         linewidth: 1
1679         showgrid: True
1680         showline: True
1681         showticklabels: True
1682         tickcolor: "rgb(220, 220, 220)"
1683         tickmode: "linear"
1684         tickfont:
1685           size: 14
1686         zeroline: False
1687       yaxis:
1688         title: "<b>Bandwidth [Gbps]</b>"
1689         titlefont:
1690           size: 14
1691         gridcolor: "rgb(230, 230, 230)"
1692         hoverformat: ".4s"
1693         linecolor: "rgb(220, 220, 220)"
1694         linewidth: 1
1695         rangemode: "tozero"
1696         showgrid: True
1697         showline: True
1698         showticklabels: True
1699         tickcolor: "rgb(230, 230, 230)"
1700         tickformat: ".3s"
1701         tickfont:
1702           size: 14
1703         zeroline: False
1704       autosize: False
1705       margin:
1706         t: 50
1707         b: 20
1708         l: 80
1709         r: 20
1710       showlegend: True
1711       legend:
1712         orientation: "h"
1713         font:
1714           size: 14
1715       width: 700
1716       height: 800
1717       paper_bgcolor: "#fff"
1718       plot_bgcolor: "#fff"
1719       hoverlabel:
1720         namelength: -1
1721
1722     plot-throughput:
1723       titlefont:
1724         size: 16
1725       xaxis:
1726         title: "<b>Test Cases [Index]</b>"
1727         titlefont:
1728           size: 14
1729         autorange: True
1730         fixedrange: False
1731         gridcolor: "rgb(230, 230, 230)"
1732         linecolor: "rgb(220, 220, 220)"
1733         linewidth: 1
1734         showgrid: True
1735         showline: True
1736         showticklabels: True
1737         tickcolor: "rgb(220, 220, 220)"
1738         tickmode: "linear"
1739         tickfont:
1740           size: 14
1741         zeroline: False
1742       yaxis:
1743         title: "<b>Packet Throughput [Mpps]</b>"
1744         titlefont:
1745           size: 14
1746         gridcolor: "rgb(230, 230, 230)"
1747         hoverformat: ".4r"
1748         tickformat: ".3r"
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         tickfont:
1756           size: 14
1757         zeroline: False
1758         range: [0,50]
1759       autosize: False
1760       margin:
1761         t: 50
1762         b: 0
1763         l: 80
1764         r: 20
1765       showlegend: True
1766       legend:
1767         orientation: "h"
1768         font:
1769           size: 14
1770       width: 700
1771       height: 900
1772       paper_bgcolor: "#fff"
1773       plot_bgcolor: "#fff"
1774       hoverlabel:
1775         namelength: -1
1776
1777     plot-throughput-gbps:
1778       titlefont:
1779         size: 16
1780       xaxis:
1781         title: "<b>Test Cases [Index]</b>"
1782         titlefont:
1783           size: 14
1784         autorange: True
1785         fixedrange: False
1786         gridcolor: "rgb(230, 230, 230)"
1787         linecolor: "rgb(220, 220, 220)"
1788         linewidth: 1
1789         showgrid: True
1790         showline: True
1791         showticklabels: True
1792         tickcolor: "rgb(220, 220, 220)"
1793         tickmode: "linear"
1794         tickfont:
1795           size: 14
1796         zeroline: False
1797       yaxis:
1798         title: "<b>Packet Throughput [Gbps]</b>"
1799         titlefont:
1800           size: 14
1801         gridcolor: "rgb(230, 230, 230)"
1802         hoverformat: ".4r"
1803         tickformat: ".3r"
1804         linecolor: "rgb(220, 220, 220)"
1805         linewidth: 1
1806         showgrid: True
1807         showline: True
1808         showticklabels: True
1809         tickcolor: "rgb(220, 220, 220)"
1810         tickfont:
1811           size: 14
1812         zeroline: False
1813         range: [0,10]
1814       autosize: False
1815       margin:
1816         t: 50
1817         b: 0
1818         l: 80
1819         r: 20
1820       showlegend: True
1821       legend:
1822         orientation: "h"
1823         font:
1824           size: 14
1825       width: 700
1826       height: 900
1827       paper_bgcolor: "#fff"
1828       plot_bgcolor: "#fff"
1829       hoverlabel:
1830         namelength: -1
1831
1832     plot-cps:
1833       titlefont:
1834         size: 16
1835       xaxis:
1836         title: "<b>Test Cases [Index]</b>"
1837         titlefont:
1838           size: 14
1839         autorange: True
1840         fixedrange: False
1841         gridcolor: "rgb(230, 230, 230)"
1842         linecolor: "rgb(220, 220, 220)"
1843         linewidth: 1
1844         showgrid: True
1845         showline: True
1846         showticklabels: True
1847         tickcolor: "rgb(220, 220, 220)"
1848         tickmode: "linear"
1849         tickfont:
1850           size: 14
1851         zeroline: False
1852       yaxis:
1853         title: "<b>Connection Rate [Mcps]</b>"
1854         titlefont:
1855           size: 14
1856         gridcolor: "rgb(230, 230, 230)"
1857         hoverformat: ".4r"
1858         tickformat: ".3s"
1859         linecolor: "rgb(220, 220, 220)"
1860         linewidth: 1
1861         showgrid: True
1862         showline: True
1863         showticklabels: True
1864         tickcolor: "rgb(220, 220, 220)"
1865         tickfont:
1866           size: 14
1867         zeroline: False
1868         range: [0,10]
1869       autosize: False
1870       margin:
1871         t: 50
1872         b: 0
1873         l: 80
1874         r: 20
1875       showlegend: True
1876       legend:
1877         orientation: "h"
1878         font:
1879           size: 14
1880       width: 700
1881       height: 900
1882       paper_bgcolor: "#fff"
1883       plot_bgcolor: "#fff"
1884       hoverlabel:
1885         namelength: -1
1886
1887     plot-throughput-speedup-analysis:
1888       titlefont:
1889         size: 16
1890       xaxis:
1891         title: "<b>Number of Cores [Qty]</b>"
1892         titlefont:
1893           size: 14
1894         autorange: True
1895         fixedrange: False
1896         gridcolor: "rgb(230, 230, 230)"
1897         linecolor: "rgb(220, 220, 220)"
1898         linewidth: 1
1899         showgrid: True
1900         showline: True
1901         showticklabels: True
1902         tickcolor: "rgb(238, 238, 238)"
1903         tickmode: "linear"
1904         tickfont:
1905           size: 14
1906         zeroline: False
1907       yaxis:
1908         title: "<b>Packet Throughput [Mpps]</b>"
1909         titlefont:
1910           size: 14
1911         type: "linear"
1912         gridcolor: "rgb(230, 230, 230)"
1913         hoverformat: ".4s"
1914         linecolor: "rgb(220, 220, 220)"
1915         linewidth: 1
1916         showgrid: True
1917         showline: True
1918         showticklabels: True
1919         tickcolor: "rgb(220, 220, 220)"
1920         tickformat: ".4s"
1921         tickfont:
1922           size: 14
1923         zeroline: True
1924         rangemode: "tozero"
1925         range: [0,100]
1926       legend:
1927         orientation: "h"
1928         font:
1929           size: 14
1930         xanchor: "left"
1931         yanchor: "top"
1932         x: 0
1933         y: -0.2
1934         bgcolor: "rgba(255, 255, 255, 0)"
1935         bordercolor: "rgba(255, 255, 255, 0)"
1936         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1937       autosize: False
1938       margin:
1939           't': 50
1940           'b': 150
1941           'l': 85
1942           'r': 10
1943       showlegend: True
1944       width: 700
1945       height: 700
1946       paper_bgcolor: "#fff"
1947       plot_bgcolor: "#fff"
1948       hoverlabel:
1949         namelength: -1
1950       annotations: [
1951         {
1952           text: "_ _          __          ...",
1953           align: "left",
1954           showarrow: False,
1955           xref: "paper",
1956           yref: "paper",
1957           xanchor: "left",
1958           yanchor: "top",
1959           x: 0,
1960           y: -0.14,
1961           font: {
1962             family: "Consolas, Courier New",
1963             size: 13
1964           },
1965         },
1966         {
1967           text: "    Perfect     Measured     Limit",
1968           align: "left",
1969           showarrow: False,
1970           xref: "paper",
1971           yref: "paper",
1972           xanchor: "left",
1973           yanchor: "top",
1974           x: 0,
1975           y: -0.15,
1976           font: {
1977             family: "Consolas, Courier New",
1978             size: 13
1979           },
1980         },
1981       ]
1982
1983     plot-throughput-speedup-analysis-gbps:
1984       titlefont:
1985         size: 16
1986       xaxis:
1987         title: "<b>Number of Cores [Qty]</b>"
1988         titlefont:
1989           size: 14
1990         autorange: True
1991         fixedrange: False
1992         gridcolor: "rgb(230, 230, 230)"
1993         linecolor: "rgb(220, 220, 220)"
1994         linewidth: 1
1995         showgrid: True
1996         showline: True
1997         showticklabels: True
1998         tickcolor: "rgb(238, 238, 238)"
1999         tickmode: "linear"
2000         tickfont:
2001           size: 14
2002         zeroline: False
2003       yaxis:
2004         title: "<b>Packet Throughput [Gbps]</b>"
2005         titlefont:
2006           size: 14
2007         type: "linear"
2008         gridcolor: "rgb(230, 230, 230)"
2009         hoverformat: ".4s"
2010         linecolor: "rgb(220, 220, 220)"
2011         linewidth: 1
2012         showgrid: True
2013         showline: True
2014         showticklabels: True
2015         tickcolor: "rgb(220, 220, 220)"
2016         tickformat: ".4s"
2017         tickfont:
2018           size: 14
2019         zeroline: True
2020         rangemode: "tozero"
2021         range: [0,100]
2022       legend:
2023         orientation: "h"
2024         font:
2025           size: 14
2026         xanchor: "left"
2027         yanchor: "top"
2028         x: 0
2029         y: -0.2
2030         bgcolor: "rgba(255, 255, 255, 0)"
2031         bordercolor: "rgba(255, 255, 255, 0)"
2032         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2033       autosize: False
2034       margin:
2035           't': 50
2036           'b': 150
2037           'l': 85
2038           'r': 10
2039       showlegend: True
2040       width: 700
2041       height: 700
2042       paper_bgcolor: "#fff"
2043       plot_bgcolor: "#fff"
2044       hoverlabel:
2045         namelength: -1
2046       annotations: [
2047         {
2048           text: "_ _          __",
2049           align: "left",
2050           showarrow: False,
2051           xref: "paper",
2052           yref: "paper",
2053           xanchor: "left",
2054           yanchor: "top",
2055           x: 0,
2056           y: -0.13,
2057           font: {
2058             family: "Consolas, Courier New",
2059             size: 13
2060           },
2061         },
2062         {
2063           text: "    Perfect     Measured",
2064           align: "left",
2065           showarrow: False,
2066           xref: "paper",
2067           yref: "paper",
2068           xanchor: "left",
2069           yanchor: "top",
2070           x: 0,
2071           y: -0.15,
2072           font: {
2073             family: "Consolas, Courier New",
2074             size: 13
2075           },
2076         },
2077       ]
2078
2079     plot-throughput-speedup-analysis-cps:
2080       titlefont:
2081         size: 16
2082       xaxis:
2083         title: "<b>Number of Cores [Qty]</b>"
2084         titlefont:
2085           size: 14
2086         autorange: True
2087         fixedrange: False
2088         gridcolor: "rgb(230, 230, 230)"
2089         linecolor: "rgb(220, 220, 220)"
2090         linewidth: 1
2091         showgrid: True
2092         showline: True
2093         showticklabels: True
2094         tickcolor: "rgb(238, 238, 238)"
2095         tickmode: "linear"
2096         tickfont:
2097           size: 14
2098         zeroline: False
2099       yaxis:
2100         title: "<b>Connection Rate [Mcps]</b>"
2101         titlefont:
2102           size: 14
2103         type: "linear"
2104         gridcolor: "rgb(230, 230, 230)"
2105         hoverformat: ".4s"
2106         linecolor: "rgb(220, 220, 220)"
2107         linewidth: 1
2108         showgrid: True
2109         showline: True
2110         showticklabels: True
2111         tickcolor: "rgb(220, 220, 220)"
2112         tickformat: ".4s"
2113         tickfont:
2114           size: 14
2115         zeroline: True
2116         rangemode: "tozero"
2117         range: [0,100]
2118       legend:
2119         orientation: "h"
2120         font:
2121           size: 14
2122         xanchor: "left"
2123         yanchor: "top"
2124         x: 0
2125         y: -0.2
2126         bgcolor: "rgba(255, 255, 255, 0)"
2127         bordercolor: "rgba(255, 255, 255, 0)"
2128         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2129       autosize: False
2130       margin:
2131           't': 50
2132           'b': 150
2133           'l': 85
2134           'r': 10
2135       showlegend: True
2136       width: 700
2137       height: 700
2138       paper_bgcolor: "#fff"
2139       plot_bgcolor: "#fff"
2140       hoverlabel:
2141         namelength: -1
2142       annotations: [
2143         {
2144           text: "_ _          __",
2145           align: "left",
2146           showarrow: False,
2147           xref: "paper",
2148           yref: "paper",
2149           xanchor: "left",
2150           yanchor: "top",
2151           x: 0,
2152           y: -0.13,
2153           font: {
2154             family: "Consolas, Courier New",
2155             size: 13
2156           },
2157         },
2158         {
2159           text: "    Perfect     Measured",
2160           align: "left",
2161           showarrow: False,
2162           xref: "paper",
2163           yref: "paper",
2164           xanchor: "left",
2165           yanchor: "top",
2166           x: 0,
2167           y: -0.15,
2168           font: {
2169             family: "Consolas, Courier New",
2170             size: 13
2171           },
2172         },
2173       ]
2174
2175     plot-latency:
2176       titlefont:
2177         size: 16
2178       xaxis:
2179         title: "<b>Direction</b>"
2180         titlefont:
2181           size: 14
2182         autorange: True
2183         fixedrange: False
2184         gridcolor: "rgb(230, 230, 230)"
2185         linecolor: "rgb(220, 220, 220)"
2186         linewidth: 1
2187         showgrid: True
2188         showline: True
2189         showticklabels: False
2190         tickcolor: "rgb(220, 220, 220)"
2191         tickmode: "linear"
2192         tickfont:
2193           size: 14
2194         zeroline: False
2195       yaxis:
2196         title: "<b>Packet Latency [uSec]</b>"
2197         titlefont:
2198           size: 14
2199         type: "linear"
2200         gridcolor: "rgb(230, 230, 230)"
2201         hoverformat: ".4s"
2202         linecolor: "rgb(220, 220, 220)"
2203         linewidth: 1
2204         showgrid: True
2205         showline: True
2206         showticklabels: True
2207         tickcolor: "rgb(220, 220, 220)"
2208         tickformat: ".4s"
2209         tickfont:
2210           size: 14
2211         zeroline: True
2212         rangemode: "tozero"
2213       legend:
2214         orientation: "h"
2215         font:
2216           size: 14
2217         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2218       autosize: False
2219       margin:
2220           't': 50
2221           'b': 150
2222           'l': 80
2223           'r': 10
2224       showlegend: True
2225       width: 700
2226       height: 700
2227       paper_bgcolor: "#fff"
2228       plot_bgcolor: "#fff"
2229       hoverlabel:
2230         namelength: -1
2231
2232     plot-hdrh-latency:
2233       title:
2234         text: ""
2235         xanchor: "center"
2236         x: 0.5
2237         font:
2238           size: 16
2239       width: 700
2240       plot_bgcolor: "white"
2241       annotations:
2242         - font:
2243             size: 14
2244           showarrow: False
2245           text: "<b>Packet Latency [uSec]</b>"
2246           x: 1
2247           xanchor: "right"
2248           xref: "paper"
2249           y: -0.045
2250           yanchor: "top"
2251           yref: "paper"
2252         - font:
2253             size: 14
2254           showarrow: False
2255           text: "<b>Probability [%]</b>"
2256           textangle: 270
2257           x: -0.06
2258           xanchor: "center"
2259           xref: "paper"
2260           y: 0.5
2261           yanchor: "middle"
2262           yref: "paper"
2263         - font:
2264             size: 14
2265           showarrow: False
2266           text: "<b>Direction: E-W</b>"
2267           x: 0.24
2268           xanchor: "center"
2269           xref: "paper"
2270           y: 1.05
2271           yanchor: "bottom"
2272           yref: "paper"
2273         - font:
2274             size: 14
2275           showarrow: False
2276           text: "<b>Direction: W-E</b>"
2277           x: 0.74
2278           xanchor: "center"
2279           xref: "paper"
2280           y: 1.05
2281           yanchor: "bottom"
2282           yref: "paper"
2283
2284     plot-hdrh-latency-percentile-x-log:
2285       title:
2286         text: "<b>Latency by Percentile Distribution</b>"
2287         xanchor: "center"
2288         x: 0.5
2289         font:
2290           size: 18
2291       showlegend: True
2292       legend:
2293         traceorder: "normal"
2294         orientation: "h"
2295         font:
2296           size: 16
2297         xanchor: "left"
2298         yanchor: "top"
2299         x: 0
2300         y: -0.2
2301         bgcolor: "rgba(255, 255, 255, 0)"
2302         bordercolor: "rgba(255, 255, 255, 0)"
2303       xaxis:
2304         type: "log"
2305         title: "<b>Percentile [%]</b>"
2306         titlefont:
2307           size: 14
2308         autorange: False
2309         fixedrange: False
2310         gridcolor: "rgb(230, 230, 230)"
2311         linecolor: "rgb(220, 220, 220)"
2312         linewidth: 1
2313         showgrid: True
2314         showline: True
2315         showticklabels: True
2316         tickcolor: "rgb(220, 220, 220)"
2317 #         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2318 #         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2319         tickvals: [1, 2, 1e1, 20, 1e2, 1e3]
2320         ticktext: [0, 50, 90, 95, 99, 99.9]
2321         tickfont:
2322           size: 14
2323       yaxis:
2324         title: "<b>One-Way Latency per Direction [uSec]</b>"
2325         titlefont:
2326           size: 14
2327         gridcolor: "rgb(230, 230, 230)"
2328         linecolor: "rgb(220, 220, 220)"
2329         linewidth: 1
2330         showgrid: True
2331         showline: True
2332         showticklabels: True
2333         tickcolor: "rgb(220, 220, 220)"
2334         tickfont:
2335           size: 14
2336       autosize: False
2337       width: 700
2338       height: 700
2339       paper_bgcolor: "white"
2340       plot_bgcolor: "white"
2341
2342     plot-hdrh-latency-by-percentile:
2343       title:
2344         text: "<b>Latency by Percentile Distribution</b>"
2345         xanchor: "center"
2346         x: 0.5
2347         font:
2348           size: 18
2349       showlegend: True
2350       legend:
2351         traceorder: "normal"
2352         orientation: "h"
2353         font:
2354           size: 16
2355         xanchor: "left"
2356         yanchor: "top"
2357         x: 0
2358         y: -0.2
2359         bgcolor: "rgba(255, 255, 255, 0)"
2360         bordercolor: "rgba(255, 255, 255, 0)"
2361       xaxis:
2362         type: "linear"
2363         title: "<b>Percentile [%]</b>"
2364         titlefont:
2365           size: 14
2366         autorange: False
2367         fixedrange: False
2368         range: [0, 100]
2369         gridcolor: "rgb(230, 230, 230)"
2370         linecolor: "rgb(220, 220, 220)"
2371         linewidth: 1
2372         showgrid: True
2373         showline: True
2374         showticklabels: True
2375         tickcolor: "rgb(220, 220, 220)"
2376         tickvals: [0, 25, 50, 75, 100]
2377         ticktext: [0, 25, 50, 75, 100]
2378         tickfont:
2379           size: 14
2380       yaxis:
2381         title: "<b>One-Way Latency per Direction [uSec]</b>"
2382         titlefont:
2383           size: 14
2384         gridcolor: "rgb(230, 230, 230)"
2385         linecolor: "rgb(220, 220, 220)"
2386         linewidth: 1
2387         showgrid: True
2388         showline: True
2389         showticklabels: True
2390         tickcolor: "rgb(220, 220, 220)"
2391         tickfont:
2392           size: 14
2393       width: 700
2394       height: 700
2395       paper_bgcolor: "white"
2396       plot_bgcolor: "white"
2397
2398 - type: "static"
2399   src-path: "{DIR[RST]}"
2400   dst-path: "{DIR[WORKING,SRC]}"
2401
2402 - type: "input"
2403   general:
2404     file-name: "output_info.xml.gz"
2405     file-format: ".gz"
2406     arch-file-format:
2407       - ".gz"
2408       - ".zip"
2409     download-path: "{job}/{build}/archives/{filename}"
2410     extract: "output.xml"
2411
2412     zip-file-name: "robot-plugin.zip"
2413     zip-file-format: ".zip"
2414     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2415     zip-extract: "robot-plugin/output.xml"
2416
2417   builds:
2418
2419     csit-vpp-perf-report-iterative-2009-3n-hsw:
2420       - 18  # rls2005 MRR iter env 5
2421       - 9   # rls2005 NDRPDR iter env 5
2422       - 10  # rls2005 NDRPDR iter env 5
2423       - 11  # rls2005 NDRPDR iter env 5
2424       - 12  # rls2005 NDRPDR iter env 5
2425       - 13  # rls2005 NDRPDR iter env 5
2426       - 14  # rls2005 NDRPDR iter env 5
2427       - 15  # rls2005 NDRPDR iter env 5
2428       - 16  # rls2005 NDRPDR iter env 5
2429       - 17  # rls2005 NDRPDR iter env 5
2430       - 19  # rls2005 NDRPDR iter env 5
2431       - 23  # rls2009 MRR iter env 5
2432       - 21  # rls2009 NDRPDR iter env 5
2433       - 22  # rls2009 NDRPDR iter env 5
2434       - 24  # rls2009 NDRPDR iter env 5
2435       - 25  # rls2009 NDRPDR iter env 5
2436       - 26  # rls2009 NDRPDR iter env 5
2437       - 27  # rls2009 NDRPDR iter env 5
2438       - 28  # rls2009 NDRPDR iter env 5
2439       - 29  # rls2009 NDRPDR iter env 5
2440       - 30  # rls2009 NDRPDR iter env 5
2441       - 31  # rls2009 NDRPDR iter env 5
2442       - 32  # rls2009 Hoststack iter env 5
2443       - 33  # rls2009 Hoststack iter env 5
2444       - 34  # rls2009 Hoststack iter env 5
2445       - 35  # rls2009 Hoststack iter env 5
2446       - 36  # rls2009 Hoststack iter env 5
2447       - 37  # rls2009 Hoststack iter env 5
2448       - 38  # rls2009 Hoststack iter env 5
2449       - 39  # rls2009 Hoststack iter env 5
2450       - 40  # rls2009 Hoststack iter env 5
2451       - 41  # rls2009 Hoststack iter env 5
2452     csit-vpp-perf-report-iterative-2101-3n-hsw:
2453       - 3   # rls2101.rc1 MRR iter env 6
2454       - 4   # rls2101.rc1 NDRPDR iter env 6
2455       - 5   # rls2101.rc1 NDRPDR iter env 6
2456       - 6   # rls2101.rc1 NDRPDR iter env 6
2457       - 7   # rls2101.rc1 NDRPDR iter env 6
2458       - 8   # rls2101.rc1 NDRPDR iter env 6
2459       - 9   # rls2101.rc1 NDRPDR iter env 6
2460       - 10  # rls2101.rc1 NDRPDR iter env 6
2461       - 11  # rls2101.rc1 NDRPDR iter env 6
2462       - 12  # rls2101.rc1 NDRPDR iter env 6
2463       - 13  # rls2101.rc1 NDRPDR iter env 6
2464       - 17  # rls2009 MRR iter env 6
2465       - 19  # rls2009 NDRPDR iter env 6
2466       - 20  # rls2009 NDRPDR iter env 6
2467       - 21  # rls2009 NDRPDR iter env 6
2468       - 22  # rls2009 NDRPDR iter env 6
2469       - 23  # rls2009 NDRPDR iter env 6
2470       - 24  # rls2009 NDRPDR iter env 6
2471       - 25  # rls2009 NDRPDR iter env 6
2472       - 26  # rls2009 NDRPDR iter env 6
2473       - 27  # rls2009 NDRPDR iter env 6
2474       - 28  # rls2009 NDRPDR iter env 6
2475     # csit-vpp-perf-report-coverage-2101-3n-hsw:
2476
2477
2478     csit-vpp-perf-report-iterative-2009-3n-skx:
2479       - 17  # rls2005 MRR iter env 5
2480       - 13  # rls2005 NDRPDR iter env 5
2481       - 18  # rls2005 NDRPDR iter env 5
2482       - 19  # rls2005 NDRPDR iter env 5
2483       - 41  # rls2005 NDRPDR iter env 5
2484       - 43  # rls2005 NDRPDR iter env 5
2485       - 44  # rls2005 NDRPDR iter env 5
2486       - 45  # rls2005 NDRPDR iter env 5
2487       - 46  # rls2005 NDRPDR iter env 5
2488       - 48  # rls2005 NDRPDR iter env 5
2489       - 49  # rls2005 NDRPDR iter env 5
2490       - 24  # rls2009 MRR iter env 5
2491       - 26  # rls2009 NDRPDR iter env 5
2492       - 27  # rls2009 NDRPDR iter env 5
2493       - 28  # rls2009 NDRPDR iter env 5
2494       - 29  # rls2009 NDRPDR iter env 5
2495       - 35  # rls2009 NDRPDR iter env 5
2496       - 36  # rls2009 NDRPDR iter env 5
2497       - 37  # rls2009 NDRPDR iter env 5
2498       - 38  # rls2009 NDRPDR iter env 5
2499       - 39  # rls2009 NDRPDR iter env 5
2500       - 40  # rls2009 NDRPDR iter env 5
2501     csit-vpp-perf-report-iterative-2101-3n-skx:
2502       - 4   # rls2101.rc1 MRR iter env 6
2503       - 5   # rls2101.rc1 NDRPDR iter env 6
2504       - 6   # rls2101.rc1 NDRPDR iter env 6
2505       - 7   # rls2101.rc1 NDRPDR iter env 6
2506       - 8   # rls2101.rc1 NDRPDR iter env 6
2507       - 9   # rls2101.rc1 NDRPDR iter env 6
2508       - 12  # rls2009 MRR iter env 6
2509       - 14  # rls2009 NDRPDR iter env 6
2510     # csit-vpp-perf-report-coverage-2101-3n-skx:
2511
2512
2513     csit-vpp-perf-report-iterative-2009-2n-skx:
2514       - 20  # rls2005 MRR iter env 5
2515       - 13  # rls2005 NDRPDR iter env 5
2516       - 16  # rls2005 NDRPDR iter env 5
2517       - 17  # rls2005 NDRPDR iter env 5
2518       - 18  # rls2005 NDRPDR iter env 5
2519       - 19  # rls2005 NDRPDR iter env 5
2520       - 21  # rls2005 NDRPDR iter env 5
2521       - 22  # rls2005 NDRPDR iter env 5
2522       - 23  # rls2005 NDRPDR iter env 5
2523       - 24  # rls2005 NDRPDR iter env 5
2524       - 25  # rls2005 NDRPDR iter env 5
2525       - 120 # rls2009 MRR iter env 5
2526       - 35  # rls2009 NDRPDR iter env 5
2527       - 36  # rls2009 NDRPDR iter env 5
2528       - 37  # rls2009 NDRPDR iter env 5
2529       - 39  # rls2009 NDRPDR iter env 5
2530       - 40  # rls2009 NDRPDR iter env 5
2531       - 42  # rls2009 NDRPDR iter env 5
2532       - 43  # rls2009 NDRPDR iter env 5
2533       - 44  # rls2009 NDRPDR iter env 5
2534       - 46  # rls2009 NDRPDR iter env 5
2535       - 48  # rls2009 NDRPDR iter env 5
2536       - 110 # rls2009 NDRPDR iter NAT44 env 5
2537       - 111 # rls2009 NDRPDR iter NAT44 env 5
2538       - 112 # rls2009 NDRPDR iter NAT44 env 5
2539       - 113 # rls2009 NDRPDR iter NAT44 env 5
2540       - 114 # rls2009 NDRPDR iter NAT44 env 5
2541       - 115 # rls2009 NDRPDR iter NAT44 env 5
2542       - 116 # rls2009 NDRPDR iter NAT44 env 5
2543       - 118 # rls2009 NDRPDR iter NAT44 env 5
2544       - 119 # rls2009 NDRPDR iter NAT44 env 5
2545       - 121 # rls2009 NDRPDR iter NAT44 env 5
2546       - 38  # rls2009 nf-density iter env 5
2547       - 41  # rls2009 nf-density iter env 5
2548       - 45  # rls2009 nf-density iter env 5
2549       - 47  # rls2009 nf-density iter env 5
2550       - 49  # rls2009 nf-density iter env 5
2551       - 63  # rls2009 nf-density iter env 5
2552       - 65  # rls2009 nf-density iter env 5
2553       - 66  # rls2009 nf-density iter env 5
2554       - 71  # rls2009 nf-density iter env 5
2555       - 72  # rls2009 nf-density iter env 5
2556       - 50  # rls2009 MRR nf-density iter env 5
2557       - 27  # rls2009 reconf env 5
2558       - 28  # rls2009 reconf env 5
2559       - 29  # rls2009 reconf env 5
2560       - 30  # rls2009 reconf env 5
2561       - 31  # rls2009 reconf env 5
2562       - 32  # rls2009 reconf env 5
2563       - 61  # rls2009 reconf env 5
2564       - 62  # rls2009 reconf env 5
2565       - 68  # rls2009 reconf env 5
2566       - 70  # rls2009 reconf env 5
2567       - 33  # rls2009 soak env 5
2568       - 34  # rls2009 soak env 5
2569     csit-vpp-perf-report-iterative-2101-2n-skx:
2570       - 3   # rls2101.rc1 MRR iter env 6
2571       - 5   # rls2101.rc1 NDRPDR iter env 6
2572       - 6   # rls2101.rc1 NDRPDR iter env 6
2573       - 7   # rls2101.rc1 NDRPDR iter env 6
2574       - 8   # rls2101.rc1 NDRPDR iter env 6
2575       - 9   # rls2101.rc1 NDRPDR iter env 6
2576       - 10  # rls2101.rc1 NDRPDR iter env 6
2577       - 11  # rls2101.rc1 NDRPDR iter env 6
2578       - 12  # rls2101.rc1 NDRPDR iter env 6
2579       - 13  # rls2101.rc1 NDRPDR iter env 6
2580       - 14  # rls2101.rc1 NDRPDR iter env 6
2581       - 21  # rls2009 MRR iter env 6
2582       - 22  # rls2009 NDRPDR iter env 6
2583       - 23  # rls2009 NDRPDR iter env 6
2584     # csit-vpp-perf-report-coverage-2101-2n-skx:
2585
2586
2587     csit-vpp-perf-report-iterative-2009-2n-clx:
2588       - 77  # rls2005 MRR iter env 5
2589       - 13  # rls2005 NDRPDR iter env 5
2590       - 15  # rls2005 NDRPDR iter env 5
2591       - 17  # rls2005 NDRPDR iter env 5
2592       - 18  # rls2005 NDRPDR iter env 5
2593       - 19  # rls2005 NDRPDR iter env 5
2594       - 20  # rls2005 NDRPDR iter env 5
2595       - 21  # rls2005 NDRPDR iter env 5
2596       - 22  # rls2005 NDRPDR iter env 5
2597       - 23  # rls2005 NDRPDR iter env 5
2598       - 24  # rls2005 NDRPDR iter env 5
2599       - 125 # rls2009 MRR iter env 5
2600       - 36  # rls2009 NDRPDR iter env 5
2601       - 39  # rls2009 NDRPDR iter env 5
2602       - 40  # rls2009 NDRPDR iter env 5
2603       - 65  # rls2009 NDRPDR iter env 5
2604       - 66  # rls2009 NDRPDR iter env 5
2605       - 79  # rls2009 NDRPDR iter env 5
2606       - 82  # rls2009 NDRPDR iter env 5
2607       - 88  # rls2009 NDRPDR iter env 5
2608       - 89  # rls2009 NDRPDR iter env 5
2609       - 90  # rls2009 NDRPDR iter env 5
2610       - 114 # rls2009 NDRPDR iter NAT44 env 5
2611       - 115 # rls2009 NDRPDR iter NAT44 env 5
2612       - 116 # rls2009 NDRPDR iter NAT44 env 5
2613       - 117 # rls2009 NDRPDR iter NAT44 env 5
2614       - 118 # rls2009 NDRPDR iter NAT44 env 5
2615       - 119 # rls2009 NDRPDR iter NAT44 env 5
2616       - 121 # rls2009 NDRPDR iter NAT44 env 5
2617       - 122 # rls2009 NDRPDR iter NAT44 env 5
2618       - 123 # rls2009 NDRPDR iter NAT44 env 5
2619       - 126 # rls2009 NDRPDR iter NAT44 env 5
2620       - 37  # rls2009 nf-density iter env 5
2621       - 43  # rls2009 nf-density iter env 5
2622       - 69  # rls2009 nf-density iter env 5
2623       - 70  # rls2009 nf-density iter env 5
2624       - 71  # rls2009 nf-density iter env 5
2625       - 72  # rls2009 nf-density iter env 5
2626       - 73  # rls2009 nf-density iter env 5
2627       - 74  # rls2009 nf-density iter env 5
2628       - 75  # rls2009 nf-density iter env 5
2629       - 76  # rls2009 nf-density iter env 5
2630       - 45  # rls2009 MRR nf-density iter env 5
2631       - 25  # rls2009 reconf env 5
2632       - 27  # rls2009 reconf env 5
2633       - 28  # rls2009 reconf env 5
2634       - 29  # rls2009 reconf env 5
2635       - 30  # rls2009 reconf env 5
2636       - 30  # rls2009 reconf env 5
2637       - 32  # rls2009 reconf env 5
2638       - 48  # rls2009 reconf env 5
2639       - 53  # rls2009 reconf env 5
2640       - 68  # rls2009 reconf env 5
2641       - 33  # rls2009 soak env 5
2642       - 34  # rls2009 soak env 5
2643     csit-vpp-perf-report-iterative-2101-2n-clx:
2644       - 3   # rls2101.rc1 MRR iter env 6
2645       - 4   # rls2101.rc1 NDRPDR iter env 6
2646       - 5   # rls2101.rc1 NDRPDR iter env 6
2647       - 6   # rls2101.rc1 NDRPDR iter env 6
2648       - 7   # rls2101.rc1 NDRPDR iter env 6
2649       - 8   # rls2101.rc1 NDRPDR iter env 6
2650       - 9   # rls2101.rc1 NDRPDR iter env 6
2651       - 10  # rls2101.rc1 NDRPDR iter env 6
2652       - 11  # rls2101.rc1 NDRPDR iter env 6
2653       - 12  # rls2101.rc1 NDRPDR iter env 6
2654       - 13  # rls2101.rc1 NDRPDR iter env 6
2655       - 15  # rls2009 MRR iter env 6
2656       - 16  # rls2009 NDRPDR iter env 6
2657       - 17  # rls2009 NDRPDR iter env 6
2658       - 19  # rls2009 NDRPDR iter env 6
2659     # csit-vpp-perf-report-coverage-2101-2n-clx:
2660
2661
2662     csit-vpp-perf-report-iterative-2009-2n-zn2:
2663       - 15  # rls2009 MRR iter env 5
2664       - 17  # rls2009 NDRPDR iter env 5
2665       - 18  # rls2009 NDRPDR iter env 5
2666       - 31  # rls2009 NDRPDR iter env 5
2667       - 33  # rls2009 NDRPDR iter env 5
2668       - 34  # rls2009 NDRPDR iter env 5
2669     csit-vpp-perf-report-iterative-2101-2n-zn2:
2670       - 3   # rls2101.rc1 MRR iter env 6
2671       - 4   # rls2101.rc1 NDRPDR iter env 6
2672       - 5   # rls2101.rc1 NDRPDR iter env 6
2673       - 6   # rls2101.rc1 NDRPDR iter env 6
2674       - 7   # rls2101.rc1 NDRPDR iter env 6
2675       - 8   # rls2009 MRR iter env6
2676       - 9   # rls2009 NDRPDR iter env 6
2677       - 10  # rls2009 NDRPDR iter env 6
2678       - 11  # rls2009 NDRPDR iter env 6
2679
2680     csit-vpp-perf-report-iterative-2009-3n-tsh:
2681       - 8   # rls2005 NDRPDR iter env 5
2682       - 11  # rls2005 NDRPDR iter env 5
2683       - 12  # rls2005 NDRPDR iter env 5
2684       - 24  # rls2005 NDRPDR iter env 5
2685       - 27  # rls2005 NDRPDR iter env 5
2686       - 29  # rls2005 NDRPDR iter env 5
2687       - 31  # rls2005 NDRPDR iter env 5
2688       - 39  # rls2005 NDRPDR iter env 5
2689       - 40  # rls2005 NDRPDR iter env 5
2690       - 42  # rls2005 NDRPDR iter env 5
2691       - 13  # rls2005 MRR iter env 5
2692       - 14  # rls2009 NDRPDR iter env 5
2693       - 20  # rls2009 NDRPDR iter env 5
2694       - 21  # rls2009 NDRPDR iter env 5
2695       - 22  # rls2009 NDRPDR iter env 5
2696       - 23  # rls2009 NDRPDR iter env 5
2697       - 28  # rls2009 NDRPDR iter env 5
2698       - 30  # rls2009 NDRPDR iter env 5
2699       - 33  # rls2009 NDRPDR iter env 5
2700       - 38  # rls2009 NDRPDR iter env 5
2701       - 41  # rls2009 NDRPDR iter env 5
2702       - 15  # rls2009 MRR iter env 5
2703     csit-vpp-perf-report-iterative-2101-3n-tsh:
2704       - 2   # rls2101.rc1 MRR iter env 6
2705       - 3   # rls2101.rc1 NDRPDR iter env 6
2706       - 4   # rls2101.rc1 NDRPDR iter env 6
2707       - 5   # rls2101.rc1 NDRPDR iter env 6
2708       - 6   # rls2101.rc1 NDRPDR iter env 6
2709
2710     csit-vpp-perf-report-iterative-2009-3n-dnv:
2711       - 16  # rls2005 NDRPDR iter env 5
2712       - 23  # rls2005 NDRPDR iter env 5
2713       - 25  # rls2005 NDRPDR iter env 5
2714       - 26  # rls2005 NDRPDR iter env 5
2715       - 27  # rls2005 NDRPDR iter env 5
2716       - 28  # rls2005 NDRPDR iter env 5
2717       - 29  # rls2005 NDRPDR iter env 5
2718       - 30  # rls2005 NDRPDR iter env 5
2719       - 31  # rls2005 NDRPDR iter env 5
2720       - 32  # rls2005 NDRPDR iter env 5
2721       - 19  # rls2005 MRR iter env 5
2722       - 3   # rls2009 NDRPDR iter env 5
2723       - 6   # rls2009 NDRPDR iter env 5
2724       - 7   # rls2009 NDRPDR iter env 5
2725       - 8   # rls2009 NDRPDR iter env 5
2726       - 10  # rls2009 NDRPDR iter env 5
2727       - 11  # rls2009 NDRPDR iter env 5
2728       - 12  # rls2009 NDRPDR iter env 5
2729       - 14  # rls2009 NDRPDR iter env 5
2730       - 15  # rls2009 NDRPDR iter env 5
2731       - 24  # rls2009 NDRPDR iter env 5
2732       - 22  # rls2009 MRR iter env 5
2733     csit-vpp-perf-report-iterative-2101-3n-dnv:
2734       - 2   # rls2101.rc1 MRR iter env 6
2735       - 3   # rls2101.rc1 NDRPDR iter env 6
2736       - 4   # rls2101.rc1 NDRPDR iter env 6
2737       - 5   # rls2101.rc1 NDRPDR iter env 6
2738       - 6   # rls2101.rc1 NDRPDR iter env 6
2739       - 7   # rls2101.rc1 NDRPDR iter env 6
2740       - 8   # rls2101.rc1 NDRPDR iter env 6
2741       - 9   # rls2101.rc1 NDRPDR iter env 6
2742       - 10  # rls2101.rc1 NDRPDR iter env 6
2743       - 11  # rls2101.rc1 NDRPDR iter env 6
2744       - 12  # rls2101.rc1 NDRPDR iter env 6
2745     # csit-vpp-perf-report-coverage-2101-3n-dnv:
2746
2747
2748     csit-vpp-perf-report-iterative-2009-2n-dnv:
2749       - 16  # rls2005 NDRPDR iter env 5
2750       - 17  # rls2005 NDRPDR iter env 5
2751       - 18  # rls2005 NDRPDR iter env 5
2752       - 19  # rls2005 NDRPDR iter env 5
2753       - 21  # rls2005 NDRPDR iter env 5
2754       - 24  # rls2005 NDRPDR iter env 5
2755       - 27  # rls2005 NDRPDR iter env 5
2756       - 28  # rls2005 NDRPDR iter env 5
2757       - 29  # rls2005 NDRPDR iter env 5
2758       - 30  # rls2005 NDRPDR iter env 5
2759       - 23  # rls2005 MRR iter env 5
2760       - 3   # rls2009 NDRPDR iter env 5
2761       - 5   # rls2009 NDRPDR iter env 5
2762       - 6   # rls2009 NDRPDR iter env 5
2763       - 7   # rls2009 NDRPDR iter env 5
2764       - 9   # rls2009 NDRPDR iter env 5
2765       - 10  # rls2009 NDRPDR iter env 5
2766       - 11  # rls2009 NDRPDR iter env 5
2767       - 12  # rls2009 NDRPDR iter env 5
2768       - 14  # rls2009 NDRPDR iter env 5
2769       - 15  # rls2009 NDRPDR iter env 5
2770       - 13  # rls2009 MRR iter env 5
2771     csit-vpp-perf-report-iterative-2101-2n-dnv:
2772       - 2   # rls2101.rc1 MRR iter env 6
2773       - 3   # rls2101.rc1 NDRPDR iter env 6
2774       - 4   # rls2101.rc1 NDRPDR iter env 6
2775       - 5   # rls2101.rc1 NDRPDR iter env 6
2776       - 6   # rls2101.rc1 NDRPDR iter env 6
2777       - 7   # rls2101.rc1 NDRPDR iter env 6
2778       - 8   # rls2101.rc1 NDRPDR iter env 6
2779       - 9   # rls2101.rc1 NDRPDR iter env 6
2780       - 10  # rls2101.rc1 NDRPDR iter env 6
2781       - 11  # rls2101.rc1 NDRPDR iter env 6
2782       - 12  # rls2101.rc1 NDRPDR iter env 6
2783     # csit-vpp-perf-report-coverage-2101-2n-dnv:
2784
2785
2786     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2787       - 25  # NDRPDR iter
2788       - 26  # NDRPDR iter
2789       - 27  # NDRPDR iter
2790       - 28  # NDRPDR iter
2791       - 29  # NDRPDR iter
2792       - 30  # NDRPDR iter
2793       - 31  # NDRPDR iter
2794       - 32  # NDRPDR iter
2795       - 33  # NDRPDR iter
2796       - 34  # NDRPDR iter
2797     csit-dpdk-perf-report-iterative-2009-3n-hsw:
2798       - 6   # NDRPDR iter env5
2799       - 7   # NDRPDR iter env5
2800       - 8   # NDRPDR iter env5
2801       - 9   # NDRPDR iter env5
2802       - 10  # NDRPDR iter env5
2803       - 11  # NDRPDR iter env5
2804       - 12  # NDRPDR iter env5
2805       - 13  # NDRPDR iter env5
2806       - 14  # NDRPDR iter env5
2807       - 15  # NDRPDR iter env5
2808     csit-dpdk-perf-report-iterative-2101-3n-hsw:
2809       - 11  # rls2101.rc1 NDRPDR iter env 6
2810       - 12  # rls2101.rc1 NDRPDR iter env 6
2811       - 13  # rls2101.rc1 NDRPDR iter env 6
2812       - 14  # rls2101.rc1 NDRPDR iter env 6
2813       - 16  # rls2101.rc1 NDRPDR iter env 6
2814       - 17  # rls2101.rc1 NDRPDR iter env 6
2815       - 18  # rls2101.rc1 NDRPDR iter env 6
2816       - 19  # rls2101.rc1 NDRPDR iter env 6
2817       - 20  # rls2101.rc1 NDRPDR iter env 6
2818       - 21  # rls2101.rc1 NDRPDR iter env 6
2819
2820     csit-dpdk-perf-report-iterative-2005-3n-skx:
2821       - 28  # NDRPDR iter
2822       - 29  # NDRPDR iter
2823       - 30  # NDRPDR iter
2824       - 31  # NDRPDR iter
2825       - 32  # NDRPDR iter
2826       - 33  # NDRPDR iter
2827       - 34  # NDRPDR iter
2828       - 35  # NDRPDR iter
2829       - 36  # NDRPDR iter
2830       - 37  # NDRPDR iter
2831     csit-dpdk-perf-report-iterative-2009-3n-skx:
2832       - 4   # NDRPDR sel env5
2833       - 5   # NDRPDR sel env5
2834       - 6   # NDRPDR sel env5
2835       - 7   # NDRPDR sel env5
2836       - 8   # NDRPDR sel env5
2837       - 9   # NDRPDR sel env5
2838       - 14  # NDRPDR sel env5
2839       - 11  # NDRPDR sel env5
2840       - 12  # NDRPDR sel env5
2841       - 13  # NDRPDR sel env5
2842     csit-dpdk-perf-report-iterative-2101-3n-skx:
2843       - 12  # rls2101.rc1 NDRPDR iter env 6
2844       - 14  # rls2101.rc1 NDRPDR iter env 6
2845       - 15  # rls2101.rc1 NDRPDR iter env 6
2846       - 17  # rls2101.rc1 NDRPDR iter env 6
2847       - 19  # rls2101.rc1 NDRPDR iter env 6
2848       - 20  # rls2101.rc1 NDRPDR iter env 6
2849       - 21  # rls2101.rc1 NDRPDR iter env 6
2850       - 22  # rls2101.rc1 NDRPDR iter env 6
2851       - 25  # rls2101.rc1 NDRPDR iter env 6
2852       - 26  # rls2101.rc1 NDRPDR iter env 6
2853
2854     csit-dpdk-perf-report-iterative-2005-2n-skx:
2855       - 20  # NDRPDR iter
2856       - 21  # NDRPDR iter
2857       - 22  # NDRPDR iter
2858       - 23  # NDRPDR iter
2859       - 24  # NDRPDR iter
2860       - 25  # NDRPDR iter
2861       - 26  # NDRPDR iter
2862       - 27  # NDRPDR iter
2863       - 28  # NDRPDR iter
2864       - 29  # NDRPDR iter
2865     csit-dpdk-perf-report-iterative-2009-2n-skx:
2866       - 4   # NDRPDR iter env5
2867       - 5   # NDRPDR iter env5
2868       - 6   # NDRPDR iter env5
2869       - 7   # NDRPDR iter env5
2870       - 8   # NDRPDR iter env5
2871       - 9   # NDRPDR iter env5
2872       - 10  # NDRPDR iter env5
2873       - 11  # NDRPDR iter env5
2874       - 12  # NDRPDR iter env5
2875       - 13  # NDRPDR iter env5
2876     csit-dpdk-perf-report-iterative-2101-2n-skx:
2877       - 11  # rls2101.rc1 NDRPDR iter env 6
2878       - 12  # rls2101.rc1 NDRPDR iter env 6
2879       - 13  # rls2101.rc1 NDRPDR iter env 6
2880       - 14  # rls2101.rc1 NDRPDR iter env 6
2881       - 15  # rls2101.rc1 NDRPDR iter env 6
2882       - 17  # rls2101.rc1 NDRPDR iter env 6
2883       - 18  # rls2101.rc1 NDRPDR iter env 6
2884       - 19  # rls2101.rc1 NDRPDR iter env 6
2885       - 20  # rls2101.rc1 NDRPDR iter env 6
2886       - 21  # rls2101.rc1 NDRPDR iter env 6
2887
2888     csit-dpdk-perf-report-iterative-2005-2n-clx:
2889       - 20  # NDRPDR iter
2890       - 21  # NDRPDR iter
2891       - 22  # NDRPDR iter
2892       - 23  # NDRPDR iter
2893       - 24  # NDRPDR iter
2894       - 25  # NDRPDR iter
2895       - 26  # NDRPDR iter
2896       - 27  # NDRPDR iter
2897       - 28  # NDRPDR iter
2898       - 29  # NDRPDR iter
2899     csit-dpdk-perf-report-iterative-2009-2n-clx:
2900       - 4   # NDRPDR iter env5
2901       - 5   # NDRPDR iter env5
2902       - 6   # NDRPDR iter env5
2903       - 7   # NDRPDR iter env5
2904       - 8   # NDRPDR iter env5
2905       - 9   # NDRPDR iter env5
2906       - 10  # NDRPDR iter env5
2907       - 11  # NDRPDR iter env5
2908       - 12  # NDRPDR iter env5
2909       - 13  # NDRPDR iter env5
2910     csit-dpdk-perf-report-iterative-2101-2n-clx:
2911       - 12  # rls2101.rc1 NDRPDR iter env 6
2912       - 13  # rls2101.rc1 NDRPDR iter env 6
2913       - 14  # rls2101.rc1 NDRPDR iter env 6
2914       - 15  # rls2101.rc1 NDRPDR iter env 6
2915       - 17  # rls2101.rc1 NDRPDR iter env 6
2916       - 18  # rls2101.rc1 NDRPDR iter env 6
2917       - 19  # rls2101.rc1 NDRPDR iter env 6
2918       - 20  # rls2101.rc1 NDRPDR iter env 6
2919       - 21  # rls2101.rc1 NDRPDR iter env 6
2920       - 22  # rls2101.rc1 NDRPDR iter env 6
2921
2922     csit-dpdk-perf-report-iterative-2009-2n-zn2:
2923       - 16  # NDRPDR iter env5
2924       - 21  # NDRPDR iter env5
2925       - 22  # NDRPDR iter env5
2926       - 23  # NDRPDR iter env5
2927       - 24  # NDRPDR iter env5
2928       - 25  # NDRPDR iter env5
2929       - 29  # NDRPDR iter env5
2930     csit-dpdk-perf-report-iterative-2101-2n-zn2:
2931       - 11  # rls2101.rc1 NDRPDR iter env 6
2932       - 12  # rls2101.rc1 NDRPDR iter env 6
2933       - 13  # rls2101.rc1 NDRPDR iter env 6
2934       - 14  # rls2101.rc1 NDRPDR iter env 6
2935       - 16  # rls2101.rc1 NDRPDR iter env 6
2936       - 17  # rls2101.rc1 NDRPDR iter env 6
2937       - 18  # rls2101.rc1 NDRPDR iter env 6
2938       - 19  # rls2101.rc1 NDRPDR iter env 6
2939       - 20  # rls2101.rc1 NDRPDR iter env 6
2940       - 21  # rls2101.rc1 NDRPDR iter env 6
2941
2942 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
2943 #      # No data
2944 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
2945 #      # No data
2946
2947 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
2948 #      # No data
2949 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
2950 #      # No data
2951
2952     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2953       - 5   # NDRPDR sel
2954     csit-dpdk-perf-report-iterative-2009-3n-tsh:
2955       - 1   # NDRPDR iter env5
2956       - 2   # NDRPDR iter env5
2957       - 3   # NDRPDR iter env5
2958       - 4   # NDRPDR iter env5
2959       - 5   # NDRPDR iter env5
2960       - 6   # NDRPDR iter env5
2961       - 7   # NDRPDR iter env5
2962       - 9   # NDRPDR iter env5
2963       - 10  # NDRPDR iter env5
2964       - 11  # NDRPDR iter env5
2965     csit-dpdk-perf-report-iterative-2101-3n-tsh:
2966       - 11  # rls2101.rc1 NDRPDR iter env 6
2967       - 12  # rls2101.rc1 NDRPDR iter env 6
2968       - 13  # rls2101.rc1 NDRPDR iter env 6
2969       - 14  # rls2101.rc1 NDRPDR iter env 6
2970       - 16  # rls2101.rc1 NDRPDR iter env 6
2971       - 17  # rls2101.rc1 NDRPDR iter env 6
2972       - 18  # rls2101.rc1 NDRPDR iter env 6
2973       - 19  # rls2101.rc1 NDRPDR iter env 6
2974       - 20  # rls2101.rc1 NDRPDR iter env 6
2975       - 21  # rls2101.rc1 NDRPDR iter env 6
2976
2977     csit-vpp-device-2101-ubuntu1804-1n-skx:
2978       - 66  # VPP DEV 2101.rc1 env6
2979
2980 - type: "output"
2981   output: "report"
2982   format:
2983     html:
2984     - full
2985 #     pdf:
2986 #     - minimal
2987
2988 ################################################################################
2989 ###                               T A B L E S                                ###
2990 ################################################################################
2991
2992 # VPP Soak vs NDR - 2n-skx
2993 - type: "table"
2994   title: "VPP Soak vs NDR 2n-skx"
2995   algorithm: "table_soak_vs_ndr"
2996   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2997   reference:
2998     title: "NDR"
2999     data: "vpp-soak-vs-ndr-2n-skx-ref"
3000   compare:
3001     title: "Soak"
3002     data: "vpp-soak-vs-ndr-2n-skx-cmp"
3003   data: "vpp-soak-vs-ndr-2n-skx"
3004   include-tests: "NDR"
3005   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3006   parameters:
3007     - "throughput"
3008     - "name"
3009     - "parent"
3010
3011 # VPP Soak vs NDR - 2n-clx
3012 - type: "table"
3013   title: "VPP Soak vs NDR 2n-clx"
3014   algorithm: "table_soak_vs_ndr"
3015   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
3016   reference:
3017     title: "NDR"
3018     data: "vpp-soak-vs-ndr-2n-clx-ref"
3019   compare:
3020     title: "Soak"
3021     data: "vpp-soak-vs-ndr-2n-clx-cmp"
3022   data: "vpp-soak-vs-ndr-2n-clx"
3023   include-tests: "NDR"
3024   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
3025   parameters:
3026     - "throughput"
3027     - "name"
3028     - "parent"
3029
3030 ################################################################################
3031
3032 # VPP Compare NICs 3n-skx 2t1c ndr
3033 - type: "table"
3034   title: "VPP Compare NICs 3n-skx 2t1c ndr"
3035   algorithm: "table_comparison"
3036   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
3037   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3038   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3039   columns:
3040     - title: "x710"
3041       data-set: "vpp-nic-comparison-3n-skx"
3042       tag: "NIC_Intel-X710"
3043     - title: "xxv710"
3044       data-set: "vpp-nic-comparison-3n-skx"
3045       tag: "NIC_Intel-XXV710"
3046   comparisons:
3047     - title: "Diff"
3048       reference: 1
3049       compare: 2
3050   legend:
3051     - ""
3052     - "x710, xxv710 - NICs tested."
3053     - "Diff - difference between x710 and xxv710 NIC."
3054
3055 # VPP Compare NICs 3n-skx 4t2c ndr
3056 - type: "table"
3057   title: "VPP Compare NICs 3n-skx 4t2c ndr"
3058   algorithm: "table_comparison"
3059   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
3060   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3061   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3062   columns:
3063     - title: "x710"
3064       data-set: "vpp-nic-comparison-3n-skx"
3065       tag: "NIC_Intel-X710"
3066     - title: "xxv710"
3067       data-set: "vpp-nic-comparison-3n-skx"
3068       tag: "NIC_Intel-XXV710"
3069   comparisons:
3070     - title: "Diff"
3071       reference: 1
3072       compare: 2
3073   legend:
3074     - ""
3075     - "x710, xxv710 - NICs tested."
3076     - "Diff - difference between x710 and xxv710 NIC."
3077
3078 # VPP Compare NICs 3n-skx 2t1c pdr
3079 - type: "table"
3080   title: "VPP Compare NICs 3n-skx 2t1c pdr"
3081   algorithm: "table_comparison"
3082   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
3083   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3084   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3085   columns:
3086     - title: "x710"
3087       data-set: "vpp-nic-comparison-3n-skx"
3088       tag: "NIC_Intel-X710"
3089     - title: "xxv710"
3090       data-set: "vpp-nic-comparison-3n-skx"
3091       tag: "NIC_Intel-XXV710"
3092   comparisons:
3093     - title: "Diff"
3094       reference: 1
3095       compare: 2
3096   legend:
3097     - ""
3098     - "x710, xxv710 - NICs tested."
3099     - "Diff - difference between x710 and xxv710 NIC."
3100
3101 # VPP Compare NICs 3n-skx 4t2c pdr
3102 - type: "table"
3103   title: "VPP Compare NICs 3n-skx 4t2c pdr"
3104   algorithm: "table_comparison"
3105   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
3106   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3107   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3108   columns:
3109     - title: "x710"
3110       data-set: "vpp-nic-comparison-3n-skx"
3111       tag: "NIC_Intel-X710"
3112     - title: "xxv710"
3113       data-set: "vpp-nic-comparison-3n-skx"
3114       tag: "NIC_Intel-XXV710"
3115   comparisons:
3116     - title: "Diff"
3117       reference: 1
3118       compare: 2
3119   legend:
3120     - ""
3121     - "x710, xxv710 - NICs tested."
3122     - "Diff - difference between x710 and xxv710 NIC."
3123
3124 # VPP Compare NICs 3n-skx 2t1c mrr
3125 - type: "table"
3126   title: "VPP Compare NICs 3n-skx 2t1c mrr"
3127   algorithm: "table_comparison"
3128   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
3129   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3130   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3131   columns:
3132     - title: "x710"
3133       data-set: "vpp-nic-comparison-3n-skx-mrr"
3134       tag: "NIC_Intel-X710"
3135     - title: "xxv710"
3136       data-set: "vpp-nic-comparison-3n-skx-mrr"
3137       tag: "NIC_Intel-XXV710"
3138   comparisons:
3139     - title: "Diff"
3140       reference: 1
3141       compare: 2
3142   legend:
3143     - ""
3144     - "x710, xxv710 - NICs tested."
3145     - "Diff - difference between x710 and xxv710 NIC."
3146
3147 # VPP Compare NICs 3n-skx 4t2c mrr
3148 - type: "table"
3149   title: "VPP Compare NICs 3n-skx 4t2c mrr"
3150   algorithm: "table_comparison"
3151   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
3152   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3153   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3154   columns:
3155     - title: "x710"
3156       data-set: "vpp-nic-comparison-3n-skx-mrr"
3157       tag: "NIC_Intel-X710"
3158     - title: "xxv710"
3159       data-set: "vpp-nic-comparison-3n-skx-mrr"
3160       tag: "NIC_Intel-XXV710"
3161   comparisons:
3162     - title: "Diff"
3163       reference: 1
3164       compare: 2
3165   legend:
3166     - ""
3167     - "x710, xxv710 - NICs tested."
3168     - "Diff - difference between x710 and xxv710 NIC."
3169
3170 # VPP Compare NICs 3n-skx 8t4c mrr
3171 - type: "table"
3172   title: "VPP Compare NICs 3n-skx 8t4c mrr"
3173   algorithm: "table_comparison"
3174   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
3175   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3176   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3177   columns:
3178     - title: "x710"
3179       data-set: "vpp-nic-comparison-3n-skx-mrr"
3180       tag: "NIC_Intel-X710"
3181     - title: "xxv710"
3182       data-set: "vpp-nic-comparison-3n-skx-mrr"
3183       tag: "NIC_Intel-XXV710"
3184   comparisons:
3185     - title: "Diff"
3186       reference: 1
3187       compare: 2
3188   legend:
3189     - ""
3190     - "x710, xxv710 - NICs tested."
3191     - "Diff - difference between x710 and xxv710 NIC."
3192
3193 # VPP Compare NICs 2n-skx 2t1c ndr
3194 - type: "table"
3195   title: "VPP Compare NICs 2n-skx 2t1c ndr"
3196   algorithm: "table_comparison"
3197   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
3198   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3199   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3200   columns:
3201     - title: "x710"
3202       data-set: "vpp-nic-comparison-2n-skx"
3203       tag: "NIC_Intel-X710"
3204     - title: "xxv710"
3205       data-set: "vpp-nic-comparison-2n-skx"
3206       tag: "NIC_Intel-XXV710"
3207   comparisons:
3208     - title: "Diff"
3209       reference: 1
3210       compare: 2
3211   legend:
3212     - ""
3213     - "x710, xxv710 - NICs tested."
3214     - "Diff - difference between x710 and xxv710 NIC."
3215
3216 # VPP Compare NICs 2n-skx 4t2c ndr
3217 - type: "table"
3218   title: "VPP Compare NICs 2n-skx 4t2c ndr"
3219   algorithm: "table_comparison"
3220   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
3221   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3222   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3223   columns:
3224     - title: "x710"
3225       data-set: "vpp-nic-comparison-2n-skx"
3226       tag: "NIC_Intel-X710"
3227     - title: "xxv710"
3228       data-set: "vpp-nic-comparison-2n-skx"
3229       tag: "NIC_Intel-XXV710"
3230   comparisons:
3231     - title: "Diff"
3232       reference: 1
3233       compare: 2
3234   legend:
3235     - ""
3236     - "x710, xxv710 - NICs tested."
3237     - "Diff - difference between x710 and xxv710 NIC."
3238
3239 # VPP Compare NICs 2n-skx 2t1c pdr
3240 - type: "table"
3241   title: "VPP Compare NICs 2n-skx 2t1c pdr"
3242   algorithm: "table_comparison"
3243   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
3244   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3245   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
3246   columns:
3247     - title: "x710"
3248       data-set: "vpp-nic-comparison-2n-skx"
3249       tag: "NIC_Intel-X710"
3250     - title: "xxv710"
3251       data-set: "vpp-nic-comparison-2n-skx"
3252       tag: "NIC_Intel-XXV710"
3253   comparisons:
3254     - title: "Diff"
3255       reference: 1
3256       compare: 2
3257   legend:
3258     - ""
3259     - "x710, xxv710 - NICs tested."
3260     - "Diff - difference between x710 and xxv710 NIC."
3261
3262 # VPP Compare NICs 2n-skx 4t2c pdr
3263 - type: "table"
3264   title: "VPP Compare NICs 2n-skx 4t2c pdr"
3265   algorithm: "table_comparison"
3266   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
3267   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3268   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
3269   columns:
3270     - title: "x710"
3271       data-set: "vpp-nic-comparison-2n-skx"
3272       tag: "NIC_Intel-X710"
3273     - title: "xxv710"
3274       data-set: "vpp-nic-comparison-2n-skx"
3275       tag: "NIC_Intel-XXV710"
3276   comparisons:
3277     - title: "Diff"
3278       reference: 1
3279       compare: 2
3280   legend:
3281     - ""
3282     - "x710, xxv710 - NICs tested."
3283     - "Diff - difference between x710 and xxv710 NIC."
3284
3285 # VPP Compare NICs 2n-skx 2t1c mrr
3286 - type: "table"
3287   title: "VPP Compare NICs 2n-skx 2t1c mrr"
3288   algorithm: "table_comparison"
3289   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
3290   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3291   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3292   columns:
3293     - title: "x710"
3294       data-set: "vpp-nic-comparison-2n-skx-mrr"
3295       tag: "NIC_Intel-X710"
3296     - title: "xxv710"
3297       data-set: "vpp-nic-comparison-2n-skx-mrr"
3298       tag: "NIC_Intel-XXV710"
3299   comparisons:
3300     - title: "Diff"
3301       reference: 1
3302       compare: 2
3303   legend:
3304     - ""
3305     - "x710, xxv710 - NICs tested."
3306     - "Diff - difference between x710 and xxv710 NIC."
3307
3308 # VPP Compare NICs 2n-skx 4t2c mrr
3309 - type: "table"
3310   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3311   algorithm: "table_comparison"
3312   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3313   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3314   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3315   columns:
3316     - title: "x710"
3317       data-set: "vpp-nic-comparison-2n-skx-mrr"
3318       tag: "NIC_Intel-X710"
3319     - title: "xxv710"
3320       data-set: "vpp-nic-comparison-2n-skx-mrr"
3321       tag: "NIC_Intel-XXV710"
3322   comparisons:
3323     - title: "Diff"
3324       reference: 1
3325       compare: 2
3326   legend:
3327     - ""
3328     - "x710, xxv710 - NICs tested."
3329     - "Diff - difference between x710 and xxv710 NIC."
3330
3331 # VPP Compare NICs 2n-skx 8t4c mrr
3332 - type: "table"
3333   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3334   algorithm: "table_comparison"
3335   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3336   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3337   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3338   columns:
3339     - title: "x710"
3340       data-set: "vpp-nic-comparison-2n-skx-mrr"
3341       tag: "NIC_Intel-X710"
3342     - title: "xxv710"
3343       data-set: "vpp-nic-comparison-2n-skx-mrr"
3344       tag: "NIC_Intel-XXV710"
3345   comparisons:
3346     - title: "Diff"
3347       reference: 1
3348       compare: 2
3349   legend:
3350     - ""
3351     - "x710, xxv710 - NICs tested."
3352     - "Diff - difference between x710 and xxv710 NIC."
3353
3354 ################################################################################
3355 # VPP
3356
3357 # VPP Performance Changes 3n-hsw 1t1c pdr
3358 - type: "table"
3359   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3360   algorithm: "table_comparison"
3361   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3362   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3363   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3364   columns:
3365     - title: "2005.0-5"
3366       data-set: "vpp-performance-changes-3n-hsw-h1"
3367     - title: "2009.0-5"
3368       data-set: "vpp-performance-changes-3n-hsw-ref-env-old"
3369     - title: "2009.0-6"
3370       data-set: "vpp-performance-changes-3n-hsw-ref-env-new"
3371     - title: "2101.0-6"
3372       data-set: "vpp-performance-changes-3n-hsw-cmp"
3373   comparisons:
3374     - title: "2009.0-6 vs 2009.0-5"
3375       reference: 2
3376       compare: 3
3377 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3378     - title: "2101.0-6 vs 2009.0-6"
3379       reference: 3
3380       compare: 4
3381 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3382   legend:
3383     - ''
3384     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3385     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3386     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3387     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3388     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3389
3390 # VPP Performance Changes 3n-hsw 2t2c pdr
3391 - type: "table"
3392   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3393   algorithm: "table_comparison"
3394   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3395   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3396   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3397   columns:
3398     - title: "2005.0-5"
3399       data-set: "vpp-performance-changes-3n-hsw-h1"
3400     - title: "2009.0-5"
3401       data-set: "vpp-performance-changes-3n-hsw-ref-env-old"
3402     - title: "2009.0-6"
3403       data-set: "vpp-performance-changes-3n-hsw-ref-env-new"
3404     - title: "2101.0-6"
3405       data-set: "vpp-performance-changes-3n-hsw-cmp"
3406   comparisons:
3407     - title: "2009.0-6 vs 2009.0-5"
3408       reference: 2
3409       compare: 3
3410 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3411     - title: "2101.0-6 vs 2009.0-6"
3412       reference: 3
3413       compare: 4
3414 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3415   legend:
3416     - ''
3417     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3418     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3419     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3420     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3421     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3422
3423 # VPP Performance Changes 3n-hsw 1t1c ndr
3424 - type: "table"
3425   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3426   algorithm: "table_comparison"
3427   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3428   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3429   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3430   columns:
3431     - title: "2005.0-5"
3432       data-set: "vpp-performance-changes-3n-hsw-h1"
3433     - title: "2009.0-5"
3434       data-set: "vpp-performance-changes-3n-hsw-ref-env-old"
3435     - title: "2009.0-6"
3436       data-set: "vpp-performance-changes-3n-hsw-ref-env-new"
3437     - title: "2101.0-6"
3438       data-set: "vpp-performance-changes-3n-hsw-cmp"
3439   comparisons:
3440     - title: "2009.0-6 vs 2009.0-5"
3441       reference: 2
3442       compare: 3
3443 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3444     - title: "2101.0-6 vs 2009.0-6"
3445       reference: 3
3446       compare: 4
3447 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3448   legend:
3449     - ''
3450     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3451     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3452     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3453     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3454     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3455
3456 # VPP Performance Changes 3n-hsw 2t2c ndr
3457 - type: "table"
3458   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3459   algorithm: "table_comparison"
3460   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3461   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3462   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3463   columns:
3464     - title: "2005.0-5"
3465       data-set: "vpp-performance-changes-3n-hsw-h1"
3466     - title: "2009.0-5"
3467       data-set: "vpp-performance-changes-3n-hsw-ref-env-old"
3468     - title: "2009.0-6"
3469       data-set: "vpp-performance-changes-3n-hsw-ref-env-new"
3470     - title: "2101.0-6"
3471       data-set: "vpp-performance-changes-3n-hsw-cmp"
3472   comparisons:
3473     - title: "2009.0-6 vs 2009.0-5"
3474       reference: 2
3475       compare: 3
3476 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3477     - title: "2101.0-6 vs 2009.0-6"
3478       reference: 3
3479       compare: 4
3480 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3481   legend:
3482     - ''
3483     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3484     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3485     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3486     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3487     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3488
3489 # VPP Performance Changes 3n-skx 2t1c pdr
3490 - type: "table"
3491   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3492   algorithm: "table_comparison"
3493   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3494   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3495   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3496   columns:
3497     - title: "2005.0-5"
3498       data-set: "vpp-performance-changes-3n-skx-h1"
3499     - title: "2009.0-5"
3500       data-set: "vpp-performance-changes-3n-skx-ref-env-old"
3501     - title: "2009.0-6"
3502       data-set: "vpp-performance-changes-3n-skx-ref-env-new"
3503     - title: "2101.0-6"
3504       data-set: "vpp-performance-changes-3n-skx-cmp"
3505   comparisons:
3506     - title: "2009.0-6 vs 2009.0-5"
3507       reference: 2
3508       compare: 3
3509 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3510     - title: "2101.0-6 vs 2009.0-6"
3511       reference: 3
3512       compare: 4
3513 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3514   legend:
3515     - ''
3516     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3517     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3518     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3519     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3520     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3521
3522 # VPP Performance Changes 3n-skx 4t2c pdr
3523 - type: "table"
3524   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3525   algorithm: "table_comparison"
3526   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3527   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3528   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3529   columns:
3530     - title: "2005.0-5"
3531       data-set: "vpp-performance-changes-3n-skx-h1"
3532     - title: "2009.0-5"
3533       data-set: "vpp-performance-changes-3n-skx-ref-env-old"
3534     - title: "2009.0-6"
3535       data-set: "vpp-performance-changes-3n-skx-ref-env-new"
3536     - title: "2101.0-6"
3537       data-set: "vpp-performance-changes-3n-skx-cmp"
3538   comparisons:
3539     - title: "2009.0-6 vs 2009.0-5"
3540       reference: 2
3541       compare: 3
3542 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3543     - title: "2101.0-6 vs 2009.0-6"
3544       reference: 3
3545       compare: 4
3546 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3547   legend:
3548     - ''
3549     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3550     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3551     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3552     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3553     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3554
3555 # VPP Performance Changes 3n-skx 2t1c ndr
3556 - type: "table"
3557   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3558   algorithm: "table_comparison"
3559   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3560   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3561   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3562   columns:
3563     - title: "2005.0-5"
3564       data-set: "vpp-performance-changes-3n-skx-h1"
3565     - title: "2009.0-5"
3566       data-set: "vpp-performance-changes-3n-skx-ref-env-old"
3567     - title: "2009.0-6"
3568       data-set: "vpp-performance-changes-3n-skx-ref-env-new"
3569     - title: "2101.0-6"
3570       data-set: "vpp-performance-changes-3n-skx-cmp"
3571   comparisons:
3572     - title: "2009.0-6 vs 2009.0-5"
3573       reference: 2
3574       compare: 3
3575 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3576     - title: "2101.0-6 vs 2009.0-6"
3577       reference: 3
3578       compare: 4
3579 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3580   legend:
3581     - ''
3582     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3583     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3584     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3585     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3586     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3587
3588 # VPP Performance Changes 3n-skx 4t2c ndr
3589 - type: "table"
3590   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3591   algorithm: "table_comparison"
3592   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3593   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3594   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3595   columns:
3596     - title: "2005.0-5"
3597       data-set: "vpp-performance-changes-3n-skx-h1"
3598     - title: "2009.0-5"
3599       data-set: "vpp-performance-changes-3n-skx-ref-env-old"
3600     - title: "2009.0-6"
3601       data-set: "vpp-performance-changes-3n-skx-ref-env-new"
3602     - title: "2101.0-6"
3603       data-set: "vpp-performance-changes-3n-skx-cmp"
3604   comparisons:
3605     - title: "2009.0-6 vs 2009.0-5"
3606       reference: 2
3607       compare: 3
3608 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3609     - title: "2101.0-6 vs 2009.0-6"
3610       reference: 3
3611       compare: 4
3612 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3613   legend:
3614     - ''
3615     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3616     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3617     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3618     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3619     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3620
3621 # VPP Performance Changes 2n-skx 2t1c pdr
3622 - type: "table"
3623   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3624   algorithm: "table_comparison"
3625   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3626   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3627   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3628   columns:
3629     - title: "2005.0-5"
3630       data-set: "vpp-performance-changes-2n-skx-h1"
3631     - title: "2009.0-5"
3632       data-set: "vpp-performance-changes-2n-skx-ref-env-old"
3633     - title: "2009.0-6"
3634       data-set: "vpp-performance-changes-2n-skx-ref-env-new"
3635     - title: "2101.0-6"
3636       data-set: "vpp-performance-changes-2n-skx-cmp"
3637   comparisons:
3638     - title: "2009.0-6 vs 2009.0-5"
3639       reference: 2
3640       compare: 3
3641 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3642     - title: "2101.0-6 vs 2009.0-6"
3643       reference: 3
3644       compare: 4
3645 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3646   legend:
3647     - ''
3648     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3649     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3650     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3651     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3652     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3653
3654 # VPP Performance Changes 2n-skx 4t2c pdr
3655 - type: "table"
3656   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3657   algorithm: "table_comparison"
3658   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3659   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3660   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3661   columns:
3662     - title: "2005.0-5"
3663       data-set: "vpp-performance-changes-2n-skx-h1"
3664     - title: "2009.0-5"
3665       data-set: "vpp-performance-changes-2n-skx-ref-env-old"
3666     - title: "2009.0-6"
3667       data-set: "vpp-performance-changes-2n-skx-ref-env-new"
3668     - title: "2101.0-6"
3669       data-set: "vpp-performance-changes-2n-skx-cmp"
3670   comparisons:
3671     - title: "2009.0-6 vs 2009.0-5"
3672       reference: 2
3673       compare: 3
3674 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3675     - title: "2101.0-6 vs 2009.0-6"
3676       reference: 3
3677       compare: 4
3678 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3679   legend:
3680     - ''
3681     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3682     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3683     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3684     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3685     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3686
3687 # VPP Performance Changes 2n-skx 2t1c ndr
3688 - type: "table"
3689   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3690   algorithm: "table_comparison"
3691   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3692   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3693   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3694   columns:
3695     - title: "2005.0-5"
3696       data-set: "vpp-performance-changes-2n-skx-h1"
3697     - title: "2009.0-5"
3698       data-set: "vpp-performance-changes-2n-skx-ref-env-old"
3699     - title: "2009.0-6"
3700       data-set: "vpp-performance-changes-2n-skx-ref-env-new"
3701     - title: "2101.0-6"
3702       data-set: "vpp-performance-changes-2n-skx-cmp"
3703   comparisons:
3704     - title: "2009.0-6 vs 2009.0-5"
3705       reference: 2
3706       compare: 3
3707 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3708     - title: "2101.0-6 vs 2009.0-6"
3709       reference: 3
3710       compare: 4
3711 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3712   legend:
3713     - ''
3714     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3715     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3716     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3717     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3718     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3719
3720 # VPP Performance Changes 2n-skx 4t2c ndr
3721 - type: "table"
3722   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3723   algorithm: "table_comparison"
3724   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3725   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3726   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3727   columns:
3728     - title: "2005.0-5"
3729       data-set: "vpp-performance-changes-2n-skx-h1"
3730     - title: "2009.0-5"
3731       data-set: "vpp-performance-changes-2n-skx-ref-env-old"
3732     - title: "2009.0-6"
3733       data-set: "vpp-performance-changes-2n-skx-ref-env-new"
3734     - title: "2101.0-6"
3735       data-set: "vpp-performance-changes-2n-skx-cmp"
3736   comparisons:
3737     - title: "2009.0-6 vs 2009.0-5"
3738       reference: 2
3739       compare: 3
3740 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
3741     - title: "2101.0-6 vs 2009.0-6"
3742       reference: 3
3743       compare: 4
3744 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
3745   legend:
3746     - ''
3747     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3748     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3749     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3750     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3751     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3752
3753 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3754 - type: "table"
3755   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3756   algorithm: "table_comparison"
3757   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3758   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3759   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3760   columns:
3761     - title: "2005.0-5"
3762       data-set: "vpp-performance-changes-2n-clx-h1"
3763     - title: "2009.0-5"
3764       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
3765     - title: "2009.0-6"
3766       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
3767     - title: "2101.0-6"
3768       data-set: "vpp-performance-changes-2n-clx-cmp"
3769   comparisons:
3770     - title: "2009.0-6 vs 2009.0-5"
3771       reference: 2
3772       compare: 3
3773 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3774     - title: "2101.0-6 vs 2009.0-6"
3775       reference: 3
3776       compare: 4
3777 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3778   legend:
3779     - ''
3780     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3781     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3782     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3783     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3784     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3785
3786 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3787 - type: "table"
3788   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3789   algorithm: "table_comparison"
3790   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3791   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3792   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3793   columns:
3794     - title: "2005.0-5"
3795       data-set: "vpp-performance-changes-2n-clx-h1"
3796     - title: "2009.0-5"
3797       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
3798     - title: "2009.0-6"
3799       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
3800     - title: "2101.0-6"
3801       data-set: "vpp-performance-changes-2n-clx-cmp"
3802   comparisons:
3803     - title: "2009.0-6 vs 2009.0-5"
3804       reference: 2
3805       compare: 3
3806 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3807     - title: "2101.0-6 vs 2009.0-6"
3808       reference: 3
3809       compare: 4
3810 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3811   legend:
3812     - ''
3813     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3814     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3815     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3816     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3817     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3818
3819 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3820 - type: "table"
3821   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3822   algorithm: "table_comparison"
3823   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3824   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3825   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3826   columns:
3827     - title: "2005.0-5"
3828       data-set: "vpp-performance-changes-2n-clx-h1"
3829     - title: "2009.0-5"
3830       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
3831     - title: "2009.0-6"
3832       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
3833     - title: "2101.0-6"
3834       data-set: "vpp-performance-changes-2n-clx-cmp"
3835   comparisons:
3836     - title: "2009.0-6 vs 2009.0-5"
3837       reference: 2
3838       compare: 3
3839 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3840     - title: "2101.0-6 vs 2009.0-6"
3841       reference: 3
3842       compare: 4
3843 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3844   legend:
3845     - ''
3846     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3847     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3848     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3849     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3850     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3851
3852 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3853 - type: "table"
3854   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3855   algorithm: "table_comparison"
3856   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3857   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3858   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3859   columns:
3860     - title: "2005.0-5"
3861       data-set: "vpp-performance-changes-2n-clx-h1"
3862     - title: "2009.0-5"
3863       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
3864     - title: "2009.0-6"
3865       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
3866     - title: "2101.0-6"
3867       data-set: "vpp-performance-changes-2n-clx-cmp"
3868   comparisons:
3869     - title: "2009.0-6 vs 2009.0-5"
3870       reference: 2
3871       compare: 3
3872 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3873     - title: "2101.0-6 vs 2009.0-6"
3874       reference: 3
3875       compare: 4
3876 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3877   legend:
3878     - ''
3879     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3880     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3881     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3882     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3883     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3884
3885 # VPP Performance Changes 2n-zn2-xxv710 2t1c pdr
3886 - type: "table"
3887   title: "VPP Performance Changes 2n-zn2-xxv710 2t1c pdr"
3888   algorithm: "table_comparison"
3889   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-2t1c-pdr"
3890   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3891   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
3892   columns:
3893 #     - title: "2005.0-5"
3894 #       data-set: "vpp-performance-changes-2n-zn2-h1"
3895     - title: "2009.0-5"
3896       data-set: "vpp-performance-changes-2n-zn2-ref-env-old"
3897     - title: "2009.0-6"
3898       data-set: "vpp-performance-changes-2n-zn2-ref-env-new"
3899     - title: "2101.0-6"
3900       data-set: "vpp-performance-changes-2n-zn2-cmp"
3901   comparisons:
3902     - title: "2009.0-6 vs 2009.0-5"
3903       reference: 1  # 2
3904       compare: 2  # 3
3905 #      rca-file: "rca/rca-2n-zn2-2t1c-pdr-rca1.yaml"
3906     - title: "2101.0-6 vs 2009.0-6"
3907       reference: 2  # 3
3908       compare: 3  # 4
3909 #      rca-file: "rca/rca-2n-zn2-2t1c-pdr-rca1.yaml"
3910   legend:
3911     - ''
3912     - 'Test Case:            Test cases executed for: PDR throughput on 2n-zn2 with xxv710.'
3913     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3914     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3915     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3916     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3917
3918 # VPP Performance Changes 2n-zn2-xxv710 4t2c pdr
3919 - type: "table"
3920   title: "VPP Performance Changes 2n-zn2-xxv710 4t2c pdr"
3921   algorithm: "table_comparison"
3922   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-4t2c-pdr"
3923   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3924   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
3925   columns:
3926 #     - title: "2005.0-5"
3927 #       data-set: "vpp-performance-changes-2n-zn2-h1"
3928     - title: "2009.0-5"
3929       data-set: "vpp-performance-changes-2n-zn2-ref-env-old"
3930     - title: "2009.0-6"
3931       data-set: "vpp-performance-changes-2n-zn2-ref-env-new"
3932     - title: "2101.0-6"
3933       data-set: "vpp-performance-changes-2n-zn2-cmp"
3934   comparisons:
3935     - title: "2009.0-6 vs 2009.0-5"
3936       reference: 1  # 2
3937       compare: 2  # 3
3938 #      rca-file: "rca/rca-2n-zn2-4t2c-pdr-rca1.yaml"
3939     - title: "2101.0-6 vs 2009.0-6"
3940       reference: 2  # 3
3941       compare: 3  # 4
3942 #      rca-file: "rca/rca-2n-zn2-4t2c-pdr-rca1.yaml"
3943   legend:
3944     - ''
3945     - 'Test Case:            Test cases executed for: PDR throughput on 2n-zn2 with xxv710.'
3946     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3947     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3948     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3949     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3950
3951 # VPP Performance Changes 2n-zn2-xxv710 2t1c ndr
3952 - type: "table"
3953   title: "VPP Performance Changes 2n-zn2-xxv710 2t1c ndr"
3954   algorithm: "table_comparison"
3955   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-2t1c-ndr"
3956   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3957   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
3958   columns:
3959 #     - title: "2005.0-5"
3960 #       data-set: "vpp-performance-changes-2n-zn2-h1"
3961     - title: "2009.0-5"
3962       data-set: "vpp-performance-changes-2n-zn2-ref-env-old"
3963     - title: "2009.0-6"
3964       data-set: "vpp-performance-changes-2n-zn2-ref-env-new"
3965     - title: "2101.0-6"
3966       data-set: "vpp-performance-changes-2n-zn2-cmp"
3967   comparisons:
3968     - title: "2009.0-6 vs 2009.0-5"
3969       reference: 1  # 2
3970       compare: 2  # 3
3971 #      rca-file: "rca/rca-2n-zn2-2t1c-ndr-rca1.yaml"
3972     - title: "2101.0-6 vs 2009.0-6"
3973       reference: 2  # 3
3974       compare: 3  # 4
3975 #      rca-file: "rca/rca-2n-zn2-2t1c-ndr-rca1.yaml"
3976   legend:
3977     - ''
3978     - 'Test Case:            Test cases executed for: NDR throughput on 2n-zn2 with xxv710.'
3979     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
3980     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3981     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
3982     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
3983
3984 # VPP Performance Changes 2n-zn2-xxv710 4t2c ndr
3985 - type: "table"
3986   title: "VPP Performance Changes 2n-zn2-xxv710 4t2c ndr"
3987   algorithm: "table_comparison"
3988   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-4t2c-ndr"
3989   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3990   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
3991   columns:
3992 #     - title: "2005.0-5"
3993 #       data-set: "vpp-performance-changes-2n-zn2-h1"
3994     - title: "2009.0-5"
3995       data-set: "vpp-performance-changes-2n-zn2-ref-env-old"
3996     - title: "2009.0-6"
3997       data-set: "vpp-performance-changes-2n-zn2-ref-env-new"
3998     - title: "2101.0-6"
3999       data-set: "vpp-performance-changes-2n-zn2-cmp"
4000   comparisons:
4001     - title: "2009.0-6 vs 2009.0-5"
4002       reference: 1  # 2
4003       compare: 2  # 3
4004 #      rca-file: "rca/rca-2n-zn2-4t2c-ndr-rca1.yaml"
4005     - title: "2101.0-6 vs 2009.0-6"
4006       reference: 2  # 3
4007       compare: 3  # 4
4008 #      rca-file: "rca/rca-2n-zn2-4t2c-ndr-rca1.yaml"
4009   legend:
4010     - ''
4011     - 'Test Case:            Test cases executed for: NDR throughput on 2n-zn2 with xxv710.'
4012     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4013     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4014     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4015     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4016
4017 # VPP Performance Changes 2n-dnv 1t1c pdr
4018 - type: "table"
4019   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
4020   algorithm: "table_comparison"
4021   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
4022   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4023   filter: "'1T1C'"
4024   columns:
4025     - title: "2005.0-5"
4026       data-set: "vpp-performance-changes-2n-dnv-h1"
4027     - title: "2009.0-5"
4028       data-set: "vpp-performance-changes-2n-dnv-ref-env-old"
4029     - title: "2009.0-6"
4030       data-set: "vpp-performance-changes-2n-dnv-ref-env-new"
4031     - title: "2101.0-6"
4032       data-set: "vpp-performance-changes-2n-dnv-cmp"
4033   comparisons:
4034     - title: "2009.0-6 vs 2009.0-5"
4035       reference: 2
4036       compare: 3
4037     - title: "2101.0-6 vs 2009.0-6"
4038       reference: 3
4039       compare: 4
4040   legend:
4041     - ''
4042     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4043     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4044     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4045     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4046     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4047
4048 # VPP Performance Changes 2n-dnv 2t2c pdr
4049 - type: "table"
4050   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
4051   algorithm: "table_comparison"
4052   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
4053   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4054   filter: "'2T2C'"
4055   columns:
4056     - title: "2005.0-5"
4057       data-set: "vpp-performance-changes-2n-dnv-h1"
4058     - title: "2009.0-5"
4059       data-set: "vpp-performance-changes-2n-dnv-ref-env-old"
4060     - title: "2009.0-6"
4061       data-set: "vpp-performance-changes-2n-dnv-ref-env-new"
4062     - title: "2101.0-6"
4063       data-set: "vpp-performance-changes-2n-dnv-cmp"
4064   comparisons:
4065     - title: "2009.0-6 vs 2009.0-5"
4066       reference: 2
4067       compare: 3
4068     - title: "2101.0-6 vs 2009.0-6"
4069       reference: 3
4070       compare: 4
4071   legend:
4072     - ''
4073     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
4074     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4075     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4076     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4077     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4078
4079 # VPP Performance Changes 2n-dnv 1t1c ndr
4080 - type: "table"
4081   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
4082   algorithm: "table_comparison"
4083   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
4084   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4085   filter: "'1T1C'"
4086   columns:
4087     - title: "2005.0-5"
4088       data-set: "vpp-performance-changes-2n-dnv-h1"
4089     - title: "2009.0-5"
4090       data-set: "vpp-performance-changes-2n-dnv-ref-env-old"
4091     - title: "2009.0-6"
4092       data-set: "vpp-performance-changes-2n-dnv-ref-env-new"
4093     - title: "2101.0-6"
4094       data-set: "vpp-performance-changes-2n-dnv-cmp"
4095   comparisons:
4096     - title: "2009.0-6 vs 2009.0-5"
4097       reference: 2
4098       compare: 3
4099     - title: "2101.0-6 vs 2009.0-6"
4100       reference: 3
4101       compare: 4
4102   legend:
4103     - ''
4104     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4105     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4106     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4107     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4108     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4109
4110 # VPP Performance Changes 2n-dnv 2t2c ndr
4111 - type: "table"
4112   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
4113   algorithm: "table_comparison"
4114   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
4115   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4116   filter: "'2T2C'"
4117   columns:
4118     - title: "2005.0-5"
4119       data-set: "vpp-performance-changes-2n-dnv-h1"
4120     - title: "2009.0-5"
4121       data-set: "vpp-performance-changes-2n-dnv-ref-env-old"
4122     - title: "2009.0-6"
4123       data-set: "vpp-performance-changes-2n-dnv-ref-env-new"
4124     - title: "2101.0-6"
4125       data-set: "vpp-performance-changes-2n-dnv-cmp"
4126   comparisons:
4127     - title: "2009.0-6 vs 2009.0-5"
4128       reference: 2
4129       compare: 3
4130     - title: "2101.0-6 vs 2009.0-6"
4131       reference: 3
4132       compare: 4
4133   legend:
4134     - ''
4135     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
4136     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4137     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4138     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4139     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4140
4141 # VPP Performance Changes 3n-dnv 1t1c pdr
4142 - type: "table"
4143   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
4144   algorithm: "table_comparison"
4145   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
4146   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4147   filter: "'1T1C'"
4148   columns:
4149     - title: "2005.0-5"
4150       data-set: "vpp-performance-changes-3n-dnv-h1"
4151     - title: "2009.0-5"
4152       data-set: "vpp-performance-changes-3n-dnv-ref-env-old"
4153     - title: "2009.0-6"
4154       data-set: "vpp-performance-changes-3n-dnv-ref-env-new"
4155     - title: "2101.0-6"
4156       data-set: "vpp-performance-changes-3n-dnv-cmp"
4157   comparisons:
4158     - title: "2009.0-6 vs 2009.0-5"
4159       reference: 2
4160       compare: 3
4161     - title: "2101.0-6 vs 2009.0-6"
4162       reference: 3
4163       compare: 4
4164   legend:
4165     - ''
4166     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4167     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4168     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4169     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4170     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4171
4172 # VPP Performance Changes 3n-dnv 2t2c pdr
4173 - type: "table"
4174   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
4175   algorithm: "table_comparison"
4176   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
4177   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4178   filter: "'2T2C'"
4179   columns:
4180     - title: "2005.0-5"
4181       data-set: "vpp-performance-changes-3n-dnv-h1"
4182     - title: "2009.0-5"
4183       data-set: "vpp-performance-changes-3n-dnv-ref-env-old"
4184     - title: "2009.0-6"
4185       data-set: "vpp-performance-changes-3n-dnv-ref-env-new"
4186     - title: "2101.0-6"
4187       data-set: "vpp-performance-changes-3n-dnv-cmp"
4188   comparisons:
4189     - title: "2009.0-6 vs 2009.0-5"
4190       reference: 2
4191       compare: 3
4192     - title: "2101.0-6 vs 2009.0-6"
4193       reference: 3
4194       compare: 4
4195   legend:
4196     - ''
4197     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
4198     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4199     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4200     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4201     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4202
4203 # VPP Performance Changes 3n-dnv 1t1c ndr
4204 - type: "table"
4205   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
4206   algorithm: "table_comparison"
4207   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
4208   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4209   filter: "'1T1C'"
4210   columns:
4211     - title: "2005.0-5"
4212       data-set: "vpp-performance-changes-3n-dnv-h1"
4213     - title: "2009.0-5"
4214       data-set: "vpp-performance-changes-3n-dnv-ref-env-old"
4215     - title: "2009.0-6"
4216       data-set: "vpp-performance-changes-3n-dnv-ref-env-new"
4217     - title: "2101.0-6"
4218       data-set: "vpp-performance-changes-3n-dnv-cmp"
4219   comparisons:
4220     - title: "2009.0-6 vs 2009.0-5"
4221       reference: 2
4222       compare: 3
4223     - title: "2101.0-6 vs 2009.0-6"
4224       reference: 3
4225       compare: 4
4226   legend:
4227     - ''
4228     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4229     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4230     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4231     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4232     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4233
4234 # VPP Performance Changes 3n-dnv 2t2c ndr
4235 - type: "table"
4236   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
4237   algorithm: "table_comparison"
4238   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
4239   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4240   filter: "'2T2C'"
4241   columns:
4242     - title: "2005.0-5"
4243       data-set: "vpp-performance-changes-3n-dnv-h1"
4244     - title: "2009.0-5"
4245       data-set: "vpp-performance-changes-3n-dnv-ref-env-old"
4246     - title: "2009.0-6"
4247       data-set: "vpp-performance-changes-3n-dnv-ref-env-new"
4248     - title: "2101.0-6"
4249       data-set: "vpp-performance-changes-3n-dnv-cmp"
4250   comparisons:
4251     - title: "2009.0-6 vs 2009.0-5"
4252       reference: 2
4253       compare: 3
4254     - title: "2101.0-6 vs 2009.0-6"
4255       reference: 3
4256       compare: 4
4257   legend:
4258     - ''
4259     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
4260     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4261     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4262     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4263     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4264
4265 # VPP Performance Changes 3n-tsh 1t1c pdr
4266 - type: "table"
4267   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
4268   algorithm: "table_comparison"
4269   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
4270   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4271   filter: "'1T1C'"
4272   columns:
4273     - title: "2005.0-5"
4274       data-set: "vpp-performance-changes-3n-tsh-h1"
4275     - title: "2009.0-5"
4276       data-set: "vpp-performance-changes-3n-tsh-ref-env-old"
4277     - title: "2009.0-6"
4278       data-set: "vpp-performance-changes-3n-tsh-ref-env-new"
4279     - title: "2101.0-6"
4280       data-set: "vpp-performance-changes-3n-tsh-cmp"
4281   comparisons:
4282     - title: "2009.0-6 vs 2009.0-5"
4283       reference: 2
4284       compare: 3
4285 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
4286     - title: "2101.0-6 vs 2009.0-6"
4287       reference: 3
4288       compare: 4
4289 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
4290   legend:
4291     - ''
4292     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4293     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4294     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4295     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4296     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4297
4298 # VPP Performance Changes 3n-tsh 2t2c pdr
4299 - type: "table"
4300   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
4301   algorithm: "table_comparison"
4302   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
4303   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4304   filter: "'2T2C'"
4305   columns:
4306     - title: "2005.0-5"
4307       data-set: "vpp-performance-changes-3n-tsh-h1"
4308     - title: "2009.0-5"
4309       data-set: "vpp-performance-changes-3n-tsh-ref-env-old"
4310     - title: "2009.0-6"
4311       data-set: "vpp-performance-changes-3n-tsh-ref-env-new"
4312     - title: "2101.0-6"
4313       data-set: "vpp-performance-changes-3n-tsh-cmp"
4314   comparisons:
4315     - title: "2009.0-6 vs 2009.0-5"
4316       reference: 2
4317       compare: 3
4318 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
4319     - title: "2101.0-6 vs 2009.0-6"
4320       reference: 3
4321       compare: 4
4322 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
4323   legend:
4324     - ''
4325     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
4326     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4327     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4328     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4329     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4330
4331 # VPP Performance Changes 3n-tsh 1t1c ndr
4332 - type: "table"
4333   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
4334   algorithm: "table_comparison"
4335   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
4336   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4337   filter: "'1T1C'"
4338   columns:
4339     - title: "2005.0-5"
4340       data-set: "vpp-performance-changes-3n-tsh-h1"
4341     - title: "2009.0-5"
4342       data-set: "vpp-performance-changes-3n-tsh-ref-env-old"
4343     - title: "2009.0-6"
4344       data-set: "vpp-performance-changes-3n-tsh-ref-env-new"
4345     - title: "2101.0-6"
4346       data-set: "vpp-performance-changes-3n-tsh-cmp"
4347   comparisons:
4348     - title: "2009.0-6 vs 2009.0-5"
4349       reference: 2
4350       compare: 3
4351 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
4352     - title: "2101.0-6 vs 2009.0-6"
4353       reference: 3
4354       compare: 4
4355 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
4356   legend:
4357     - ''
4358     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4359     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4360     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4361     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4362     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4363
4364 # VPP Performance Changes 3n-tsh 2t2c ndr
4365 - type: "table"
4366   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
4367   algorithm: "table_comparison"
4368   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
4369   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4370   filter: "'2T2C'"
4371   columns:
4372     - title: "2005.0-5"
4373       data-set: "vpp-performance-changes-3n-tsh-h1"
4374     - title: "2009.0-5"
4375       data-set: "vpp-performance-changes-3n-tsh-ref-env-old"
4376     - title: "2009.0-6"
4377       data-set: "vpp-performance-changes-3n-tsh-ref-env-new"
4378     - title: "2101.0-6"
4379       data-set: "vpp-performance-changes-3n-tsh-cmp"
4380   comparisons:
4381     - title: "2009.0-6 vs 2009.0-5"
4382       reference: 2
4383       compare: 3
4384 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
4385     - title: "2101.0-6 vs 2009.0-6"
4386       reference: 3
4387       compare: 4
4388 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
4389   legend:
4390     - ''
4391     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
4392     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4393     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4394     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4395     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4396
4397 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4398 - type: "table"
4399   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4400   algorithm: "table_comparison"
4401   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4402   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4403   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4404   columns:
4405     - title: "3n-hsw xl710"
4406       data-set: "vpp-compare-testbeds-ref"
4407       tag: "NIC_Intel-XL710"
4408     - title: "3n-skx xxv710"
4409       data-set: "vpp-compare-testbeds-cmp"
4410       tag: "NIC_Intel-XXV710"
4411   comparisons:
4412     - title: "Diff"
4413       reference: 1
4414       compare: 2
4415   legend:
4416     - ""
4417     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4418     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4419
4420 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4421 - type: "table"
4422   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4423   algorithm: "table_comparison"
4424   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4425   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4426   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4427   columns:
4428     - title: "3n-hsw xl710"
4429       data-set: "vpp-compare-testbeds-ref"
4430       tag: "NIC_Intel-XL710"
4431     - title: "3n-skx xxv710"
4432       data-set: "vpp-compare-testbeds-cmp"
4433       tag: "NIC_Intel-XXV710"
4434   comparisons:
4435     - title: "Diff"
4436       reference: 1
4437       compare: 2
4438   legend:
4439     - ""
4440     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4441     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4442
4443 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4444 - type: "table"
4445   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4446   algorithm: "table_comparison"
4447   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4448   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4449   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4450   columns:
4451     - title: "3n-hsw xl710"
4452       data-set: "vpp-compare-testbeds-ref"
4453       tag: "NIC_Intel-XL710"
4454     - title: "3n-skx xxv710"
4455       data-set: "vpp-compare-testbeds-cmp"
4456       tag: "NIC_Intel-XXV710"
4457   comparisons:
4458     - title: "Diff"
4459       reference: 1
4460       compare: 2
4461   legend:
4462     - ""
4463     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4464     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4465
4466 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4467 - type: "table"
4468   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4469   algorithm: "table_comparison"
4470   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4471   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4472   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4473   columns:
4474     - title: "3n-hsw xl710"
4475       data-set: "vpp-compare-testbeds-ref"
4476       tag: "NIC_Intel-XL710"
4477     - title: "3n-skx xxv710"
4478       data-set: "vpp-compare-testbeds-cmp"
4479       tag: "NIC_Intel-XXV710"
4480   comparisons:
4481     - title: "Diff"
4482       reference: 1
4483       compare: 2
4484   legend:
4485     - ""
4486     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4487     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4488
4489 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4490 - type: "table"
4491   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4492   algorithm: "table_comparison"
4493   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4494   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4495   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4496   columns:
4497     - title: "2n-skx"
4498       data-set: "vpp-compare-testbeds-skx-clx-ref"
4499     - title: "2n-clx"
4500       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4501   comparisons:
4502     - title: "Diff"
4503       reference: 1
4504       compare: 2
4505   legend:
4506     - ""
4507     - "2n-skx, 2n-clx - testbeds and NICs tested."
4508     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4509
4510 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4511 - type: "table"
4512   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4513   algorithm: "table_comparison"
4514   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4515   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4516   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4517   columns:
4518     - title: "2n-skx"
4519       data-set: "vpp-compare-testbeds-skx-clx-ref"
4520     - title: "2n-clx"
4521       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4522   comparisons:
4523     - title: "Diff"
4524       reference: 1
4525       compare: 2
4526   legend:
4527     - ""
4528     - "2n-skx, 2n-clx - testbeds and NICs tested."
4529     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4530
4531 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4532 - type: "table"
4533   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4534   algorithm: "table_comparison"
4535   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4536   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4537   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4538   columns:
4539     - title: "2n-skx"
4540       data-set: "vpp-compare-testbeds-skx-clx-ref"
4541     - title: "2n-clx"
4542       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4543   comparisons:
4544     - title: "Diff"
4545       reference: 1
4546       compare: 2
4547   legend:
4548     - ""
4549     - "2n-skx, 2n-clx - testbeds and NICs tested."
4550     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4551
4552 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4553 - type: "table"
4554   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4555   algorithm: "table_comparison"
4556   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4557   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4558   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4559   columns:
4560     - title: "2n-skx"
4561       data-set: "vpp-compare-testbeds-skx-clx-ref"
4562     - title: "2n-clx"
4563       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4564   comparisons:
4565     - title: "Diff"
4566       reference: 1
4567       compare: 2
4568   legend:
4569     - ""
4570     - "2n-skx, 2n-clx - testbeds and NICs tested."
4571     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4572
4573 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4574 - type: "table"
4575   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4576   algorithm: "table_comparison"
4577   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4578   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4579   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4580   columns:
4581     - title: "3n-hsw xl710"
4582       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4583       tag: "NIC_Intel-XL710"
4584     - title: "2n-clx xxv710"
4585       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4586       tag: "NIC_Intel-XXV710"
4587   comparisons:
4588     - title: "Diff"
4589       reference: 1
4590       compare: 2
4591   legend:
4592     - ""
4593     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4594     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4595
4596 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4597 - type: "table"
4598   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4599   algorithm: "table_comparison"
4600   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4601   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4602   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4603   columns:
4604     - title: "3n-hsw xl710"
4605       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4606       tag: "NIC_Intel-XL710"
4607     - title: "2n-clx xxv710"
4608       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4609       tag: "NIC_Intel-XXV710"
4610   comparisons:
4611     - title: "Diff"
4612       reference: 1
4613       compare: 2
4614   legend:
4615     - ""
4616     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4617     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4618
4619 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4620 - type: "table"
4621   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4622   algorithm: "table_comparison"
4623   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4624   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4625   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4626   columns:
4627     - title: "3n-hsw xl710"
4628       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4629       tag: "NIC_Intel-XL710"
4630     - title: "2n-clx xxv710"
4631       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4632       tag: "NIC_Intel-XXV710"
4633   comparisons:
4634     - title: "Diff"
4635       reference: 1
4636       compare: 2
4637   legend:
4638     - ""
4639     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4640     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4641
4642 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4643 - type: "table"
4644   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4645   algorithm: "table_comparison"
4646   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4647   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4648   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4649   columns:
4650     - title: "3n-hsw xl710"
4651       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4652       tag: "NIC_Intel-XL710"
4653     - title: "2n-clx xxv710"
4654       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4655       tag: "NIC_Intel-XXV710"
4656   comparisons:
4657     - title: "Diff"
4658       reference: 1
4659       compare: 2
4660   legend:
4661     - ""
4662     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4663     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4664
4665 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4666 - type: "table"
4667   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4668   algorithm: "table_comparison"
4669   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4670   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4671   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4672   columns:
4673     - title: "3n-skx"
4674       data-set: "vpp-compare-topologies-ref"
4675     - title: "2n-skx"
4676       data-set: "vpp-compare-topologies-cmp"
4677   comparisons:
4678     - title: "Diff"
4679       reference: 1
4680       compare: 2
4681   legend:
4682     - ""
4683     - "3n-skx, 2n-skx - topologies tested."
4684     - "Diff - difference between 3n-skx and 2n-skx topologies."
4685
4686 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4687 - type: "table"
4688   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4689   algorithm: "table_comparison"
4690   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4691   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4692   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4693   columns:
4694     - title: "3n-skx"
4695       data-set: "vpp-compare-topologies-ref"
4696     - title: "2n-skx"
4697       data-set: "vpp-compare-topologies-cmp"
4698   comparisons:
4699     - title: "Diff"
4700       reference: 1
4701       compare: 2
4702   legend:
4703     - ""
4704     - "3n-skx, 2n-skx - topologies tested."
4705     - "Diff - difference between 3n-skx and 2n-skx topologies."
4706
4707 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4708 - type: "table"
4709   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4710   algorithm: "table_comparison"
4711   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4712   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4713   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4714   columns:
4715     - title: "3n-skx"
4716       data-set: "vpp-compare-topologies-ref"
4717     - title: "2n-skx"
4718       data-set: "vpp-compare-topologies-cmp"
4719   comparisons:
4720     - title: "Diff"
4721       reference: 1
4722       compare: 2
4723   legend:
4724     - ""
4725     - "3n-skx, 2n-skx - topologies tested."
4726     - "Diff - difference between 3n-skx and 2n-skx topologies."
4727
4728 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4729 - type: "table"
4730   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4731   algorithm: "table_comparison"
4732   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4733   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4734   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4735   columns:
4736     - title: "3n-skx"
4737       data-set: "vpp-compare-topologies-ref"
4738     - title: "2n-skx"
4739       data-set: "vpp-compare-topologies-cmp"
4740   comparisons:
4741     - title: "Diff"
4742       reference: 1
4743       compare: 2
4744   legend:
4745     - ""
4746     - "3n-skx, 2n-skx - topologies tested."
4747     - "Diff - difference between 3n-skx and 2n-skx topologies."
4748
4749 # VPP Performance Changes 3n-hsw 1t1c mrr
4750 - type: "table"
4751   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4752   algorithm: "table_comparison"
4753   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4754   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4755   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4756   columns:
4757     - title: "2005.0-5"
4758       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4759     - title: "2009.0-5"
4760       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-old"
4761     - title: "2009.0-6"
4762       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-new"
4763     - title: "2101.0-6"
4764       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4765   comparisons:
4766     - title: "2009.0-6 vs 2009.0-5"
4767       reference: 2
4768       compare: 3
4769 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4770     - title: "2101.0-6 vs 2009.0-6"
4771       reference: 3
4772       compare: 4
4773 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
4774   legend:
4775     - ''
4776     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4777     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4778     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4779     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4780     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4781
4782 # VPP Performance Changes 3n-hsw 2t2c mrr
4783 - type: "table"
4784   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4785   algorithm: "table_comparison"
4786   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4787   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4788   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4789   columns:
4790     - title: "2005.0-5"
4791       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4792     - title: "2009.0-5"
4793       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-old"
4794     - title: "2009.0-6"
4795       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-new"
4796     - title: "2101.0-6"
4797       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4798   comparisons:
4799     - title: "2009.0-6 vs 2009.0-5"
4800       reference: 2
4801       compare: 3
4802 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
4803     - title: "2101.0-6 vs 2009.0-6"
4804       reference: 3
4805       compare: 4
4806 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
4807   legend:
4808     - ''
4809     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4810     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4811     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4812     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4813     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4814
4815 # VPP Performance Changes 3n-hsw 4t4c mrr
4816 - type: "table"
4817   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4818   algorithm: "table_comparison"
4819   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4820   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4821   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4822   columns:
4823     - title: "2005.0-5"
4824       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4825     - title: "2009.0-5"
4826       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-old"
4827     - title: "2009.0-6"
4828       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-new"
4829     - title: "2101.0-6"
4830       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4831   comparisons:
4832     - title: "2009.0-6 vs 2009.0-5"
4833       reference: 2
4834       compare: 3
4835 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
4836     - title: "2101.0-6 vs 2009.0-6"
4837       reference: 3
4838       compare: 4
4839 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
4840   legend:
4841     - ''
4842     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4843     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4844     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4845     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4846     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4847
4848 # VPP Performance Changes 3n-skx 2t1c mrr
4849 - type: "table"
4850   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4851   algorithm: "table_comparison"
4852   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4853   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4854   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4855   columns:
4856     - title: "2005.0-5"
4857       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4858     - title: "2009.0-5"
4859       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-old"
4860     - title: "2009.0-6"
4861       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-new"
4862     - title: "2101.0-6"
4863       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4864   comparisons:
4865     - title: "2009.0-6 vs 2009.0-5"
4866       reference: 2
4867       compare: 3
4868 #      rca-file: "rca/rca-3n-skx-2t1c-mrr-rca1.yaml"
4869     - title: "2101.0-6 vs 2009.0-6"
4870       reference: 3
4871       compare: 4
4872 #      rca-file: "rca/rca-3n-skx-2t1c-mrr-rca2.yaml"
4873   legend:
4874     - ''
4875     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4876     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4877     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4878     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4879     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4880
4881 # VPP Performance Changes 3n-skx 4t2c mrr
4882 - type: "table"
4883   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4884   algorithm: "table_comparison"
4885   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4886   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4887   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4888   columns:
4889     - title: "2005.0-5"
4890       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4891     - title: "2009.0-5"
4892       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-old"
4893     - title: "2009.0-6"
4894       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-new"
4895     - title: "2101.0-6"
4896       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4897   comparisons:
4898     - title: "2009.0-6 vs 2009.0-5"
4899       reference: 2
4900       compare: 3
4901 #      rca-file: "rca/rca-3n-skx-4t2c-mrr-rca1.yaml"
4902     - title: "2101.0-6 vs 2009.0-6"
4903       reference: 3
4904       compare: 4
4905 #      rca-file: "rca/rca-3n-skx-4t2c-mrr-rca2.yaml"
4906   legend:
4907     - ''
4908     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4909     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4910     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4911     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4912     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4913
4914 # VPP Performance Changes 3n-skx 8t4c mrr
4915 - type: "table"
4916   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4917   algorithm: "table_comparison"
4918   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4919   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4920   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4921   columns:
4922     - title: "2005.0-5"
4923       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4924     - title: "2009.0-5"
4925       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-old"
4926     - title: "2009.0-6"
4927       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-new"
4928     - title: "2101.0-6"
4929       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4930   comparisons:
4931     - title: "2009.0-6 vs 2009.0-5"
4932       reference: 2
4933       compare: 3
4934 #      rca-file: "rca/rca-3n-skx-8t4c-mrr-rca1.yaml"
4935     - title: "2101.0-6 vs 2009.0-6"
4936       reference: 3
4937       compare: 4
4938 #      rca-file: "rca/rca-3n-skx-8t4c-mrr-rca2.yaml"
4939   legend:
4940     - ''
4941     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4942     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4943     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4944     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4945     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4946
4947 # VPP Performance Changes 2n-skx 2t1c mrr
4948 - type: "table"
4949   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4950   algorithm: "table_comparison"
4951   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4952   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4953   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4954   columns:
4955     - title: "2005.0-5"
4956       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4957     - title: "2009.0-5"
4958       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-old"
4959     - title: "2009.0-6"
4960       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-new"
4961     - title: "2101.0-6"
4962       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4963   comparisons:
4964     - title: "2009.0-6 vs 2009.0-5"
4965       reference: 2
4966       compare: 3
4967 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
4968     - title: "2101.0-6 vs 2009.0-6"
4969       reference: 3
4970       compare: 4
4971 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
4972   legend:
4973     - ''
4974     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4975     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
4976     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4977     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4978     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4979
4980 # VPP Performance Changes 2n-skx 4t2c mrr
4981 - type: "table"
4982   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4983   algorithm: "table_comparison"
4984   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4985   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4986   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4987   columns:
4988     - title: "2005.0-5"
4989       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4990     - title: "2009.0-5"
4991       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-old"
4992     - title: "2009.0-6"
4993       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-new"
4994     - title: "2101.0-6"
4995       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4996   comparisons:
4997     - title: "2009.0-6 vs 2009.0-5"
4998       reference: 2
4999       compare: 3
5000 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
5001     - title: "2101.0-6 vs 2009.0-6"
5002       reference: 3
5003       compare: 4
5004 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
5005   legend:
5006     - ''
5007     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5008     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5009     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5010     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5011     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5012
5013 # VPP Performance Changes 2n-skx 8t4c mrr
5014 - type: "table"
5015   title: "VPP Performance Changes 2n-skx 8t4c mrr"
5016   algorithm: "table_comparison"
5017   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
5018   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5019   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5020   columns:
5021     - title: "2005.0-5"
5022       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
5023     - title: "2009.0-5"
5024       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-old"
5025     - title: "2009.0-6"
5026       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-new"
5027     - title: "2101.0-6"
5028       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
5029   comparisons:
5030     - title: "2009.0-6 vs 2009.0-5"
5031       reference: 2
5032       compare: 3
5033 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
5034     - title: "2101.0-6 vs 2009.0-6"
5035       reference: 3
5036       compare: 4
5037 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
5038   legend:
5039     - ''
5040     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
5041     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5042     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5043     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5044     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5045
5046 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
5047 - type: "table"
5048   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
5049   algorithm: "table_comparison"
5050   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
5051   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5052   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5053   columns:
5054     - title: "2005.0-5"
5055       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5056     - title: "2009.0-5"
5057       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-old"
5058     - title: "2009.0-6"
5059       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-new"
5060     - title: "2101.0-6"
5061       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5062   comparisons:
5063     - title: "2009.0-6 vs 2009.0-5"
5064       reference: 2
5065       compare: 3
5066 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
5067     - title: "2101.0-6 vs 2009.0-6"
5068       reference: 3
5069       compare: 4
5070 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
5071   legend:
5072     - ''
5073     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5074     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5075     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5076     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5077     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5078
5079 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
5080 - type: "table"
5081   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
5082   algorithm: "table_comparison"
5083   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
5084   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5085   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5086   columns:
5087     - title: "2005.0-5"
5088       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5089     - title: "2009.0-5"
5090       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-old"
5091     - title: "2009.0-6"
5092       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-new"
5093     - title: "2101.0-6"
5094       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5095   comparisons:
5096     - title: "2009.0-6 vs 2009.0-5"
5097       reference: 2
5098       compare: 3
5099 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
5100     - title: "2101.0-6 vs 2009.0-6"
5101       reference: 3
5102       compare: 4
5103 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
5104   legend:
5105     - ''
5106     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5107     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5108     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5109     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5110     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5111
5112 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
5113 - type: "table"
5114   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
5115   algorithm: "table_comparison"
5116   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
5117   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5118   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5119   columns:
5120     - title: "2005.0-5"
5121       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
5122     - title: "2009.0-5"
5123       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-old"
5124     - title: "2009.0-6"
5125       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-new"
5126     - title: "2101.0-6"
5127       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
5128   comparisons:
5129     - title: "2009.0-6 vs 2009.0-5"
5130       reference: 2
5131       compare: 3
5132 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
5133     - title: "2101.0-6 vs 2009.0-6"
5134       reference: 3
5135       compare: 4
5136 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
5137   legend:
5138     - ''
5139     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
5140     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5141     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5142     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5143     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5144
5145 # VPP Performance Changes 2n-zn2-xxv710 2t1c mrr
5146 - type: "table"
5147   title: "VPP Performance Changes 2n-zn2-xxv710 2t1c mrr"
5148   algorithm: "table_comparison"
5149   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-2t1c-mrr"
5150   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5151   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710'"
5152   columns:
5153 #     - title: "2005.0-5"
5154 #       data-set: "vpp-performance-changes-2n-zn2-mrr-h1"
5155     - title: "2009.0-5"
5156       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-old"
5157     - title: "2009.0-6"
5158       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-new"
5159     - title: "2101.0-6"
5160       data-set: "vpp-performance-changes-2n-zn2-mrr-cmp"
5161   comparisons:
5162     - title: "2009.0-6 vs 2009.0-5"
5163       reference: 1  # 2
5164       compare: 2  # 3
5165 #      rca-file: "rca/rca-2n-zn2-2t1c-mrr-rca1.yaml"
5166     - title: "2101.0-6 vs 2009.0-6"
5167       reference: 2  # 3
5168       compare: 3  # 4
5169 #      rca-file: "rca/rca-2n-zn2-2t1c-mrr-rca2.yaml"
5170   legend:
5171     - ''
5172     - 'Test Case:            Test cases executed for: MRR throughput on 2n-zn2 with xxv710.'
5173     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5174     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5175     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5176     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5177
5178 # VPP Performance Changes 2n-zn2-xxv710 4t2c mrr
5179 - type: "table"
5180   title: "VPP Performance Changes 2n-zn2-xxv710 4t2c mrr"
5181   algorithm: "table_comparison"
5182   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-4t2c-mrr"
5183   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5184   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710'"
5185   columns:
5186 #     - title: "2005.0-5"
5187 #       data-set: "vpp-performance-changes-2n-zn2-mrr-h1"
5188     - title: "2009.0-5"
5189       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-old"
5190     - title: "2009.0-6"
5191       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-new"
5192     - title: "2101.0-6"
5193       data-set: "vpp-performance-changes-2n-zn2-mrr-cmp"
5194   comparisons:
5195     - title: "2009.0-6 vs 2009.0-5"
5196       reference: 1  # 2
5197       compare: 2  # 3
5198 #      rca-file: "rca/rca-2n-zn2-4t2c-mrr-rca1.yaml"
5199     - title: "2101.0-6 vs 2009.0-6"
5200       reference: 2  # 3
5201       compare: 3  # 4
5202 #      rca-file: "rca/rca-2n-zn2-4t2c-mrr-rca2.yaml"
5203   legend:
5204     - ''
5205     - 'Test Case:            Test cases executed for: MRR throughput on 2n-zn2 with xxv710.'
5206     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5207     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5208     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5209     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5210
5211 # VPP Performance Changes 2n-zn2-xxv710 8t4c mrr
5212 - type: "table"
5213   title: "VPP Performance Changes 2n-zn2-xxv710 8t4c mrr"
5214   algorithm: "table_comparison"
5215   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-8t4c-mrr"
5216   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5217   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710'"
5218   columns:
5219 #     - title: "2005.0-5"
5220 #       data-set: "vpp-performance-changes-2n-zn2-mrr-h1"
5221     - title: "2009.0-5"
5222       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-old"
5223     - title: "2009.0-6"
5224       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-new"
5225     - title: "2101.0-6"
5226       data-set: "vpp-performance-changes-2n-zn2-mrr-cmp"
5227   comparisons:
5228     - title: "2009.0-6 vs 2009.0-5"
5229       reference: 1  # 2
5230       compare: 2  # 3
5231 #      rca-file: "rca/rca-2n-zn2-8t4c-mrr-rca1.yaml"
5232     - title: "2101.0-6 vs 2009.0-6"
5233       reference: 2  # 3
5234       compare: 3  # 4
5235 #      rca-file: "rca/rca-2n-zn2-8t4c-mrr-rca2.yaml"
5236   legend:
5237     - ''
5238     - 'Test Case:            Test cases executed for: MRR throughput on 2n-zn2 with xxv710.'
5239     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5240     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5241     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5242     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253
5254
5255
5256 # VPP Performance Changes 2n-dnv 1t1c mrr
5257 - type: "table"
5258   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
5259   algorithm: "table_comparison"
5260   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
5261   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5262   filter: "'1T1C'"
5263   columns:
5264     - title: "2005.0-5"
5265       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5266     - title: "2009.0-5"
5267       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-old"
5268     - title: "2009.0-6"
5269       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
5270     - title: "2101.0-6"
5271       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5272   comparisons:
5273     - title: "2009.0-6 vs 2009.0-5"
5274       reference: 2
5275       compare: 3
5276     - title: "2101.0-6 vs 2009.0-6"
5277       reference: 3
5278       compare: 4
5279   legend:
5280     - ''
5281     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5282     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5283     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5284     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5285     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5286
5287 # VPP Performance Changes 2n-dnv 2t2c mrr
5288 - type: "table"
5289   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
5290   algorithm: "table_comparison"
5291   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
5292   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5293   filter: "'2T2C'"
5294   columns:
5295     - title: "2005.0-5"
5296       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5297     - title: "2009.0-5"
5298       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-old"
5299     - title: "2009.0-6"
5300       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
5301     - title: "2101.0-6"
5302       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5303   comparisons:
5304     - title: "2009.0-6 vs 2009.0-5"
5305       reference: 2
5306       compare: 3
5307     - title: "2101.0-6 vs 2009.0-6"
5308       reference: 3
5309       compare: 4
5310   legend:
5311     - ''
5312     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5313     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5314     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5315     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5316     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5317
5318 # VPP Performance Changes 2n-dnv 4t4c mrr
5319 - type: "table"
5320   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
5321   algorithm: "table_comparison"
5322   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
5323   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5324   filter: "'4T4C'"
5325   columns:
5326     - title: "2005.0-5"
5327       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
5328     - title: "2009.0-5"
5329       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-old"
5330     - title: "2009.0-6"
5331       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
5332     - title: "2101.0-6"
5333       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
5334   comparisons:
5335     - title: "2009.0-6 vs 2009.0-5"
5336       reference: 2
5337       compare: 3
5338     - title: "2101.0-6 vs 2009.0-6"
5339       reference: 3
5340       compare: 4
5341   legend:
5342     - ''
5343     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
5344     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5345     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5346     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5347     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5348
5349 # VPP Performance Changes 3n-dnv 1t1c mrr
5350 - type: "table"
5351   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
5352   algorithm: "table_comparison"
5353   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
5354   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5355   filter: "'1T1C'"
5356   columns:
5357     - title: "2005.0-5"
5358       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5359     - title: "2009.0-5"
5360       data-set: "vpp-performance-changes-3n-dnv-mrr-ref-env-old"
5361     - title: "2009.0-6"
5362       data-set: "vpp-performance-changes-3n-dnv-mrr-ref-env-new"
5363     - title: "2101.0-6"
5364       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5365   comparisons:
5366     - title: "2009.0-6 vs 2009.0-5"
5367       reference: 2
5368       compare: 3
5369     - title: "2101.0-6 vs 2009.0-6"
5370       reference: 3
5371       compare: 4
5372   legend:
5373     - ''
5374     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5375     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5376     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5377     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5378     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5379
5380 # VPP Performance Changes 3n-dnv 2t2c mrr
5381 - type: "table"
5382   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
5383   algorithm: "table_comparison"
5384   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
5385   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5386   filter: "'2T2C'"
5387   columns:
5388     - title: "2005.0-5"
5389       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5390     - title: "2009.0-5"
5391       data-set: "vpp-performance-changes-3n-dnv-mrr-ref-env-old"
5392     - title: "2009.0-6"
5393       data-set: "vpp-performance-changes-3n-dnv-mrr-ref-env-new"
5394     - title: "2101.0-6"
5395       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5396   comparisons:
5397     - title: "2009.0-6 vs 2009.0-5"
5398       reference: 2
5399       compare: 3
5400     - title: "2101.0-6 vs 2009.0-6"
5401       reference: 3
5402       compare: 4
5403   legend:
5404     - ''
5405     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5406     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5407     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5408     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5409     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5410
5411 # VPP Performance Changes 3n-dnv 4t4c mrr
5412 - type: "table"
5413   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
5414   algorithm: "table_comparison"
5415   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
5416   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5417   filter: "'4T4C'"
5418   columns:
5419     - title: "2005.0-5"
5420       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
5421     - title: "2009.0-5"
5422       data-set: "vpp-performance-changes-3n-dnv-mrr-ref-env-old"
5423     - title: "2009.0-6"
5424       data-set: "vpp-performance-changes-3n-dnv-mrr-ref-env-new"
5425     - title: "2101.0-6"
5426       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
5427   comparisons:
5428     - title: "2009.0-6 vs 2009.0-5"
5429       reference: 2
5430       compare: 3
5431     - title: "2101.0-6 vs 2009.0-6"
5432       reference: 3
5433       compare: 4
5434   legend:
5435     - ''
5436     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
5437     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5438     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5439     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5440     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5441
5442 # VPP Performance Changes 3n-tsh 1t1c mrr
5443 - type: "table"
5444   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
5445   algorithm: "table_comparison"
5446   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
5447   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5448   filter: "'1T1C'"
5449   columns:
5450     - title: "2005.0-5"
5451       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5452     - title: "2009.0-5"
5453       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-old"
5454     - title: "2009.0-6"
5455       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-new"
5456     - title: "2101.0-6"
5457       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5458   comparisons:
5459     - title: "2009.0-6 vs 2009.0-5"
5460       reference: 2
5461       compare: 3
5462     - title: "2101.0-6 vs 2009.0-6"
5463       reference: 3
5464       compare: 4
5465   legend:
5466     - ''
5467     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5468     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5469     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5470     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5471     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5472
5473 # VPP Performance Changes 3n-tsh 2t2c mrr
5474 - type: "table"
5475   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5476   algorithm: "table_comparison"
5477   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5478   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5479   filter: "'2T2C'"
5480   columns:
5481     - title: "2005.0-5"
5482       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5483     - title: "2009.0-5"
5484       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-old"
5485     - title: "2009.0-6"
5486       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-new"
5487     - title: "2101.0-6"
5488       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5489   comparisons:
5490     - title: "2009.0-6 vs 2009.0-5"
5491       reference: 2
5492       compare: 3
5493     - title: "2101.0-6 vs 2009.0-6"
5494       reference: 3
5495       compare: 4
5496   legend:
5497     - ''
5498     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5499     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5500     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5501     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5502     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5503
5504 # VPP Performance Changes 3n-tsh 4t4c mrr
5505 - type: "table"
5506   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5507   algorithm: "table_comparison"
5508   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5509   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5510   filter: "'4T4C'"
5511   columns:
5512     - title: "2005.0-5"
5513       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5514     - title: "2009.0-5"
5515       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-old"
5516     - title: "2009.0-6"
5517       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-new"
5518     - title: "2101.0-6"
5519       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5520   comparisons:
5521     - title: "2009.0-6 vs 2009.0-5"
5522       reference: 2
5523       compare: 3
5524     - title: "2101.0-6 vs 2009.0-6"
5525       reference: 3
5526       compare: 4
5527   legend:
5528     - ''
5529     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5530     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "5" for CSIT rls2009, "6" for CSIT rls2101).'
5531     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5532     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5533     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5534
5535 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5536 - type: "table"
5537   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5538   algorithm: "table_comparison"
5539   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5540   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5541   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5542   columns:
5543     - title: "3n-hsw xl710"
5544       data-set: "vpp-compare-testbeds-mrr-ref"
5545       tag: "NIC_Intel-XL710"
5546     - title: "3n-skx xxv710"
5547       data-set: "vpp-compare-testbeds-mrr-cmp"
5548       tag: "NIC_Intel-XXV710"
5549   comparisons:
5550     - title: "Diff"
5551       reference: 1
5552       compare: 2
5553   legend:
5554     - ""
5555     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5556     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5557
5558 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5559 - type: "table"
5560   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5561   algorithm: "table_comparison"
5562   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5563   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5564   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5565   columns:
5566     - title: "3n-hsw xl710"
5567       data-set: "vpp-compare-testbeds-mrr-ref"
5568       tag: "NIC_Intel-XL710"
5569     - title: "3n-skx xxv710"
5570       data-set: "vpp-compare-testbeds-mrr-cmp"
5571       tag: "NIC_Intel-XXV710"
5572   comparisons:
5573     - title: "Diff"
5574       reference: 1
5575       compare: 2
5576   legend:
5577     - ""
5578     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5579     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5580
5581 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5582 - type: "table"
5583   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5584   algorithm: "table_comparison"
5585   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5586   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5587   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5588   columns:
5589     - title: "3n-hsw xl710"
5590       data-set: "vpp-compare-testbeds-mrr-ref"
5591       tag: "NIC_Intel-XL710"
5592     - title: "3n-skx xxv710"
5593       data-set: "vpp-compare-testbeds-mrr-cmp"
5594       tag: "NIC_Intel-XXV710"
5595   comparisons:
5596     - title: "Diff"
5597       reference: 1
5598       compare: 2
5599   legend:
5600     - ""
5601     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5602     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5603
5604 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5605 - type: "table"
5606   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5607   algorithm: "table_comparison"
5608   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5609   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5610   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5611   columns:
5612     - title: "2n-skx"
5613       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5614     - title: "2n-clx"
5615       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5616   comparisons:
5617     - title: "Diff"
5618       reference: 1
5619       compare: 2
5620   legend:
5621     - ""
5622     - "2n-skx, 2n-clx - testbeds and NICs tested."
5623     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5624
5625 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5626 - type: "table"
5627   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5628   algorithm: "table_comparison"
5629   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5630   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5631   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5632   columns:
5633     - title: "2n-skx"
5634       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5635     - title: "2n-clx"
5636       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5637   comparisons:
5638     - title: "Diff"
5639       reference: 1
5640       compare: 2
5641   legend:
5642     - ""
5643     - "2n-skx, 2n-clx - testbeds and NICs tested."
5644     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5645
5646 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5647 - type: "table"
5648   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5649   algorithm: "table_comparison"
5650   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5651   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5652   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5653   columns:
5654     - title: "2n-skx"
5655       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5656     - title: "2n-clx"
5657       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5658   comparisons:
5659     - title: "Diff"
5660       reference: 1
5661       compare: 2
5662   legend:
5663     - ""
5664     - "2n-skx, 2n-clx - testbeds and NICs tested."
5665     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5666
5667 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5668 - type: "table"
5669   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5670   algorithm: "table_comparison"
5671   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5672   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5673   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5674   columns:
5675     - title: "3n-skx"
5676       data-set: "vpp-compare-topologies-mrr-ref"
5677     - title: "2n-skx"
5678       data-set: "vpp-compare-topologies-mrr-cmp"
5679   comparisons:
5680     - title: "Diff"
5681       reference: 1
5682       compare: 2
5683   legend:
5684     - ""
5685     - "3n-skx, 2n-skx - topologies tested."
5686     - "Diff - difference between 3n-skx and 2n-skx topologies."
5687
5688 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5689 - type: "table"
5690   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5691   algorithm: "table_comparison"
5692   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5693   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5694   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5695   columns:
5696     - title: "3n-skx"
5697       data-set: "vpp-compare-topologies-mrr-ref"
5698     - title: "2n-skx"
5699       data-set: "vpp-compare-topologies-mrr-cmp"
5700   comparisons:
5701     - title: "Diff"
5702       reference: 1
5703       compare: 2
5704   legend:
5705     - ""
5706     - "3n-skx, 2n-skx - topologies tested."
5707     - "Diff - difference between 3n-skx and 2n-skx topologies."
5708
5709 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5710 - type: "table"
5711   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5712   algorithm: "table_comparison"
5713   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5714   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5715   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5716   columns:
5717     - title: "3n-skx"
5718       data-set: "vpp-compare-topologies-mrr-ref"
5719     - title: "2n-skx"
5720       data-set: "vpp-compare-topologies-mrr-cmp"
5721   comparisons:
5722     - title: "Diff"
5723       reference: 1
5724       compare: 2
5725   legend:
5726     - ""
5727     - "3n-skx, 2n-skx - topologies tested."
5728     - "Diff - difference between 3n-skx and 2n-skx topologies."
5729
5730 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5731 - type: "table"
5732   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5733   algorithm: "table_comparison"
5734   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5735   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5736   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5737   columns:
5738     - title: "3n-hsw xl710"
5739       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5740       tag: "NIC_Intel-XL710"
5741     - title: "2n-clx xxv710"
5742       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5743       tag: "NIC_Intel-XXV710"
5744   comparisons:
5745     - title: "Diff"
5746       reference: 1
5747       compare: 2
5748   legend:
5749     - ""
5750     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5751     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5752
5753 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5754 - type: "table"
5755   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5756   algorithm: "table_comparison"
5757   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5758   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5759   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5760   columns:
5761     - title: "3n-hsw xl710"
5762       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5763       tag: "NIC_Intel-XL710"
5764     - title: "2n-clx xxv710"
5765       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5766       tag: "NIC_Intel-XXV710"
5767   comparisons:
5768     - title: "Diff"
5769       reference: 1
5770       compare: 2
5771   legend:
5772     - ""
5773     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5774     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5775
5776 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5777 - type: "table"
5778   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5779   algorithm: "table_comparison"
5780   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5781   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5782   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5783   columns:
5784     - title: "3n-hsw xl710"
5785       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5786       tag: "NIC_Intel-XL710"
5787     - title: "2n-clx xxv710"
5788       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5789       tag: "NIC_Intel-XXV710"
5790   comparisons:
5791     - title: "Diff"
5792       reference: 1
5793       compare: 2
5794   legend:
5795     - ""
5796     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5797     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5798
5799 # Detailed Test Results - VPP Performance Results 3n-hsw
5800 - type: "table"
5801   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5802   algorithm: "table_merged_details"
5803   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5804   columns:
5805     - title: " |prein| Test Name |preout| "
5806       data: "data name"
5807     - 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| "
5808       data: "data msg"
5809   data: "vpp-perf-results-3n-hsw"
5810   filter: "all"
5811   parameters:
5812   - "name"
5813   - "parent"
5814   - "msg"
5815
5816 # Detailed Test Results - VPP Performance Results 3n-skx
5817 - type: "table"
5818   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5819   algorithm: "table_merged_details"
5820   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5821   columns:
5822     - title: " |prein| Test Name |preout| "
5823       data: "data name"
5824     - 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| "
5825       data: "data msg"
5826   data: "vpp-perf-results-3n-skx"
5827   filter: "all"
5828   remove-ndr: False
5829   parameters:
5830   - "name"
5831   - "parent"
5832   - "msg"
5833
5834 # Detailed Test Results - VPP Performance Results 2n-skx
5835 - type: "table"
5836   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5837   algorithm: "table_merged_details"
5838   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5839   columns:
5840     - title: " |prein| Test Name |preout| "
5841       data: "data name"
5842     - 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| "
5843       data: "data msg"
5844   data: "vpp-perf-results-2n-skx"
5845   filter: "all"
5846   remove-ndr: False
5847   parameters:
5848   - "name"
5849   - "parent"
5850   - "msg"
5851
5852 # Detailed Test Results - VPP Performance Results 2n-zn2
5853 - type: "table"
5854   title: "Detailed Test Results - VPP Performance Results 2n-zn2"
5855   algorithm: "table_merged_details"
5856   output-file: "{DIR[DTR,PERF,VPP,2N,ZN2]}/"
5857   columns:
5858     - title: " |prein| Test Name |preout| "
5859       data: "data name"
5860     - 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| "
5861       data: "data msg"
5862   data: "vpp-perf-results-2n-zn2"
5863   filter: "all"
5864   remove-ndr: False
5865   parameters:
5866   - "name"
5867   - "parent"
5868   - "msg"
5869
5870 # Detailed Test Results - VPP Performance Results 2n-clx
5871 - type: "table"
5872   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5873   algorithm: "table_merged_details"
5874   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5875   columns:
5876     - title: " |prein| Test Name |preout| "
5877       data: "data name"
5878     - 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| "
5879       data: "data msg"
5880   data: "vpp-perf-results-2n-clx"
5881   filter: "all"
5882   parameters:
5883   - "name"
5884   - "parent"
5885   - "msg"
5886
5887 # Detailed Test Results - VPP Performance Results 3n-tsh
5888 - type: "table"
5889   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5890   algorithm: "table_merged_details"
5891   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5892   columns:
5893     - title: " |prein| Test Name |preout| "
5894       data: "data name"
5895     - 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| "
5896       data: "data msg"
5897   data: "vpp-perf-results-3n-tsh"
5898   filter: "all"
5899   parameters:
5900   - "name"
5901   - "parent"
5902   - "msg"
5903
5904 # Detailed Test Results - VPP Performance Results 3n-dnv
5905 - type: "table"
5906   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5907   algorithm: "table_merged_details"
5908   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5909   columns:
5910     - title: " |prein| Test Name |preout| "
5911       data: "data name"
5912     - 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| "
5913       data: "data msg"
5914   data: "vpp-perf-results-3n-dnv"
5915   filter: "all"
5916   parameters:
5917   - "name"
5918   - "parent"
5919   - "msg"
5920
5921 # Detailed Test Results - VPP Performance Results 2n-dnv
5922 - type: "table"
5923   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5924   algorithm: "table_merged_details"
5925   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5926   columns:
5927     - title: " |prein| Test Name |preout| "
5928       data: "data name"
5929     - 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| "
5930       data: "data msg"
5931   data: "vpp-perf-results-2n-dnv"
5932   filter: "all"
5933   parameters:
5934   - "name"
5935   - "parent"
5936   - "msg"
5937
5938 # Test configuration - VPP Performance Test Configs 3n-hsw
5939 - type: "table"
5940   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5941   algorithm: "table_merged_details"
5942   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5943   columns:
5944     - title: " |prein| Test Name |preout| "
5945       data: "data name"
5946     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5947       data: "data conf-history"
5948   data: "vpp-perf-results-3n-hsw"
5949   filter: "all"
5950   parameters:
5951   - "parent"
5952   - "name"
5953   - "conf-history"
5954
5955 # Test configuration - VPP Performance Test Configs 3n-skx
5956 - type: "table"
5957   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5958   algorithm: "table_merged_details"
5959   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5960   columns:
5961     - title: " |prein| Test Name |preout| "
5962       data: "data name"
5963     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5964       data: "data conf-history"
5965   data: "vpp-perf-results-3n-skx"
5966   filter: "all"
5967   parameters:
5968   - "parent"
5969   - "name"
5970   - "conf-history"
5971
5972 # Test configuration - VPP Performance Test Configs 2n-skx
5973 - type: "table"
5974   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5975   algorithm: "table_merged_details"
5976   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5977   columns:
5978     - title: " |prein| Test Name |preout| "
5979       data: "data name"
5980     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5981       data: "data conf-history"
5982   data: "vpp-perf-results-2n-skx"
5983   filter: "all"
5984   parameters:
5985   - "parent"
5986   - "name"
5987   - "conf-history"
5988
5989 # Test configuration - VPP Performance Test Configs 2n-zn2
5990 - type: "table"
5991   title: "Test configuration - VPP Performance Test Configs 2n-zn2"
5992   algorithm: "table_merged_details"
5993   output-file: "{DIR[DTC,PERF,VPP,2N,ZN2]}/"
5994   columns:
5995     - title: " |prein| Test Name |preout| "
5996       data: "data name"
5997     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5998       data: "data conf-history"
5999   data: "vpp-perf-results-2n-zn2"
6000   filter: "all"
6001   parameters:
6002   - "parent"
6003   - "name"
6004   - "conf-history"
6005
6006 # Test configuration - VPP Performance Test Configs 2n-clx
6007 - type: "table"
6008   title: "Test configuration - VPP Performance Test Configs 2n-clx"
6009   algorithm: "table_merged_details"
6010   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
6011   columns:
6012     - title: " |prein| Test Name |preout| "
6013       data: "data name"
6014     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6015       data: "data conf-history"
6016   data: "vpp-perf-results-2n-clx"
6017   filter: "all"
6018   parameters:
6019   - "parent"
6020   - "name"
6021   - "conf-history"
6022
6023 # Test configuration - VPP Performance Test Configs 3n-tsh
6024 - type: "table"
6025   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
6026   algorithm: "table_merged_details"
6027   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
6028   columns:
6029     - title: " |prein| Test Name |preout| "
6030       data: "data name"
6031     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6032       data: "data conf-history"
6033   data: "vpp-perf-results-3n-tsh"
6034   filter: "all"
6035   parameters:
6036   - "parent"
6037   - "name"
6038   - "conf-history"
6039
6040 # Test configuration - VPP Performance Test Configs 3n-dnv
6041 - type: "table"
6042   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
6043   algorithm: "table_merged_details"
6044   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
6045   columns:
6046     - title: " |prein| Test Name |preout| "
6047       data: "data name"
6048     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6049       data: "data conf-history"
6050   data: "vpp-perf-results-3n-dnv"
6051   filter: "all"
6052   parameters:
6053   - "parent"
6054   - "name"
6055   - "conf-history"
6056
6057 # Test configuration - VPP Performance Test Configs 2n-dnv
6058 - type: "table"
6059   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
6060   algorithm: "table_merged_details"
6061   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
6062   columns:
6063     - title: " |prein| Test Name |preout| "
6064       data: "data name"
6065     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6066       data: "data conf-history"
6067   data: "vpp-perf-results-2n-dnv"
6068   filter: "all"
6069   parameters:
6070   - "parent"
6071   - "name"
6072   - "conf-history"
6073
6074 # Test Operational Data - VPP Performance Operational Data 3n-hsw
6075 - type: "table"
6076   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
6077   algorithm: "table_oper_data_html"
6078   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
6079   data: "vpp-perf-results-3n-hsw"
6080   filter: "all"
6081
6082 # Test Operational Data - VPP Performance Operational Data 3n-skx
6083 - type: "table"
6084   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
6085   algorithm: "table_oper_data_html"
6086   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
6087   data: "vpp-perf-results-3n-skx"
6088   filter: "all"
6089
6090 # Test Operational Data - VPP Performance Operational Data 2n-skx
6091 - type: "table"
6092   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
6093   algorithm: "table_oper_data_html"
6094   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
6095   data: "vpp-perf-results-2n-skx"
6096   filter: "all"
6097
6098 # Test Operational Data - VPP Performance Operational Data 2n-zn2
6099 - type: "table"
6100   title: "Test Operational Data - VPP Performance Operational Data 2n-zn2"
6101   algorithm: "table_oper_data_html"
6102   output-file: "{DIR[DTO,PERF,VPP,2N,ZN2]}/"
6103   data: "vpp-perf-results-2n-zn2"
6104   filter: "all"
6105
6106 # Test Operational Data - VPP Performance Operational Data 2n-clx
6107 - type: "table"
6108   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
6109   algorithm: "table_oper_data_html"
6110   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
6111   data: "vpp-perf-results-2n-clx"
6112   filter: "all"
6113
6114 # Test Operational Data - VPP Performance Operational Data 3n-tsh
6115 - type: "table"
6116   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
6117   algorithm: "table_oper_data_html"
6118   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
6119   data: "vpp-perf-results-3n-tsh"
6120   filter: "all"
6121
6122 # Test Operational Data - VPP Performance Operational Data 3n-dnv
6123 - type: "table"
6124   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
6125   algorithm: "table_oper_data_html"
6126   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
6127   data: "vpp-perf-results-3n-dnv"
6128   filter: "all"
6129
6130 # Test Operational Data - VPP Performance Operational Data 2n-dnv
6131 - type: "table"
6132   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
6133   algorithm: "table_oper_data_html"
6134   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
6135   data: "vpp-perf-results-2n-dnv"
6136   filter: "all"
6137
6138 # Detailed Test Results - VPP MRR Results 3n-hsw
6139 - type: "table"
6140   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
6141   algorithm: "table_merged_details"
6142   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
6143   columns:
6144     - title: " |prein| Test Name |preout| "
6145       data: "data name"
6146     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6147       data: "data msg"
6148   data: "vpp-mrr-results-3n-hsw"
6149   filter: "all"
6150   parameters:
6151   - "name"
6152   - "parent"
6153   - "msg"
6154
6155 # Detailed Test Results - VPP MRR Results 3n-skx
6156 - type: "table"
6157   title: "Detailed Test Results - VPP MRR Results 3n-skx"
6158   algorithm: "table_merged_details"
6159   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
6160   columns:
6161     - title: " |prein| Test Name |preout| "
6162       data: "data name"
6163     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6164       data: "data msg"
6165   data: "vpp-mrr-results-3n-skx"
6166   filter: "all"
6167   parameters:
6168   - "name"
6169   - "parent"
6170   - "msg"
6171
6172 # Detailed Test Results - VPP MRR Results 2n-skx
6173 - type: "table"
6174   title: "Detailed Test Results - VPP MRR Results 2n-skx"
6175   algorithm: "table_merged_details"
6176   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
6177   columns:
6178     - title: " |prein| Test Name |preout| "
6179       data: "data name"
6180     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6181       data: "data msg"
6182   data: "vpp-mrr-results-2n-skx"
6183   filter: "all"
6184   parameters:
6185   - "name"
6186   - "parent"
6187   - "msg"
6188
6189 # Detailed Test Results - VPP MRR Results 2n-zn2
6190 - type: "table"
6191   title: "Detailed Test Results - VPP MRR Results 2n-zn2"
6192   algorithm: "table_merged_details"
6193   output-file: "{DIR[DTR,MRR,VPP,2N,ZN2]}/"
6194   columns:
6195     - title: " |prein| Test Name |preout| "
6196       data: "data name"
6197     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6198       data: "data msg"
6199   data: "vpp-mrr-results-2n-zn2"
6200   filter: "all"
6201   parameters:
6202   - "name"
6203   - "parent"
6204   - "msg"
6205
6206 # Detailed Test Results - VPP MRR Results 2n-clx
6207 - type: "table"
6208   title: "Detailed Test Results - VPP MRR Results 2n-clx"
6209   algorithm: "table_merged_details"
6210   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
6211   columns:
6212     - title: " |prein| Test Name |preout| "
6213       data: "data name"
6214     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6215       data: "data msg"
6216   data: "vpp-mrr-results-2n-clx"
6217   filter: "all"
6218   parameters:
6219   - "name"
6220   - "parent"
6221   - "msg"
6222
6223 # Detailed Test Results - VPP MRR Results 3n-tsh
6224 - type: "table"
6225   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
6226   algorithm: "table_merged_details"
6227   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
6228   columns:
6229     - title: " |prein| Test Name |preout| "
6230       data: "data name"
6231     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6232       data: "data msg"
6233   data: "vpp-mrr-results-3n-tsh"
6234   filter: "all"
6235   parameters:
6236   - "name"
6237   - "parent"
6238   - "msg"
6239
6240 # Detailed Test Results - VPP MRR Results 3n-dnv
6241 - type: "table"
6242   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
6243   algorithm: "table_merged_details"
6244   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
6245   columns:
6246     - title: " |prein| Test Name |preout| "
6247       data: "data name"
6248     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6249       data: "data msg"
6250   data: "vpp-mrr-results-3n-dnv"
6251   filter: "all"
6252   parameters:
6253   - "name"
6254   - "parent"
6255   - "msg"
6256
6257 # Detailed Test Results - VPP MRR Results 2n-dnv
6258 - type: "table"
6259   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
6260   algorithm: "table_merged_details"
6261   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
6262   columns:
6263     - title: " |prein| Test Name |preout| "
6264       data: "data name"
6265     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
6266       data: "data msg"
6267   data: "vpp-mrr-results-2n-dnv"
6268   filter: "all"
6269   parameters:
6270   - "name"
6271   - "parent"
6272   - "msg"
6273
6274 # Test configuration - VPP MRR Test Configs 3n-hsw
6275 - type: "table"
6276   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
6277   algorithm: "table_merged_details"
6278   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
6279   columns:
6280     - title: " |prein| Test Name |preout| "
6281       data: "data name"
6282     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6283       data: "data conf-history"
6284   data: "vpp-mrr-results-3n-hsw"
6285   filter: "all"
6286   parameters:
6287   - "parent"
6288   - "name"
6289   - "conf-history"
6290
6291 # Test configuration - VPP MRR Test Configs 3n-skx
6292 - type: "table"
6293   title: "Test configuration - VPP MRR Test Configs 3n-skx"
6294   algorithm: "table_merged_details"
6295   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
6296   columns:
6297     - title: " |prein| Test Name |preout| "
6298       data: "data name"
6299     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6300       data: "data conf-history"
6301   data: "vpp-mrr-results-3n-skx"
6302   filter: "all"
6303   parameters:
6304   - "parent"
6305   - "name"
6306   - "conf-history"
6307
6308 # Test configuration - VPP MRR Test Configs 2n-skx
6309 - type: "table"
6310   title: "Test configuration - VPP MRR Test Configs 2n-skx"
6311   algorithm: "table_merged_details"
6312   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
6313   columns:
6314     - title: " |prein| Test Name |preout| "
6315       data: "data name"
6316     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6317       data: "data conf-history"
6318   data: "vpp-mrr-results-2n-skx"
6319   filter: "all"
6320   parameters:
6321   - "parent"
6322   - "name"
6323   - "conf-history"
6324
6325 # Test configuration - VPP MRR Test Configs 2n-zn2
6326 - type: "table"
6327   title: "Test configuration - VPP MRR Test Configs 2n-zn2"
6328   algorithm: "table_merged_details"
6329   output-file: "{DIR[DTC,MRR,VPP,2N,ZN2]}/"
6330   columns:
6331     - title: " |prein| Test Name |preout| "
6332       data: "data name"
6333     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6334       data: "data conf-history"
6335   data: "vpp-mrr-results-2n-zn2"
6336   filter: "all"
6337   parameters:
6338   - "parent"
6339   - "name"
6340   - "conf-history"
6341
6342 # Test configuration - VPP MRR Test Configs 2n-clx
6343 - type: "table"
6344   title: "Test configuration - VPP MRR Test Configs 2n-clx"
6345   algorithm: "table_merged_details"
6346   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
6347   columns:
6348     - title: " |prein| Test Name |preout| "
6349       data: "data name"
6350     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6351       data: "data conf-history"
6352   data: "vpp-mrr-results-2n-clx"
6353   filter: "all"
6354   parameters:
6355   - "parent"
6356   - "name"
6357   - "conf-history"
6358
6359 # Test configuration - VPP MRR Test Configs 3n-tsh
6360 - type: "table"
6361   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
6362   algorithm: "table_merged_details"
6363   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
6364   columns:
6365     - title: " |prein| Test Name |preout| "
6366       data: "data name"
6367     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6368       data: "data conf-history"
6369   data: "vpp-mrr-results-3n-tsh"
6370   filter: "all"
6371   parameters:
6372   - "parent"
6373   - "name"
6374   - "conf-history"
6375
6376 # Test configuration - VPP MRR Test Configs 3n-dnv
6377 - type: "table"
6378   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
6379   algorithm: "table_merged_details"
6380   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
6381   columns:
6382     - title: " |prein| Test Name |preout| "
6383       data: "data name"
6384     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6385       data: "data conf-history"
6386   data: "vpp-mrr-results-3n-dnv"
6387   filter: "all"
6388   parameters:
6389   - "parent"
6390   - "name"
6391   - "conf-history"
6392
6393 # Test configuration - VPP MRR Test Configs 2n-dnv
6394 - type: "table"
6395   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
6396   algorithm: "table_merged_details"
6397   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
6398   columns:
6399     - title: " |prein| Test Name |preout| "
6400       data: "data name"
6401     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6402       data: "data conf-history"
6403   data: "vpp-mrr-results-2n-dnv"
6404   filter: "all"
6405   parameters:
6406   - "parent"
6407   - "name"
6408   - "conf-history"
6409
6410 # Detailed Test Results - VPP Device Results - Ubuntu
6411 - type: "table"
6412   title: "Detailed Test Results - VPP Device Results - Ubuntu"
6413   algorithm: "table_merged_details"
6414   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
6415   columns:
6416     - title: " |prein| Test Name |preout| "
6417       data: "data name"
6418     - title: " |prein| Status |preout| "
6419       data: "data status"
6420   data: "vpp-device-results-ubuntu"
6421   filter: "all"
6422   parameters:
6423   - "name"
6424   - "parent"
6425   - "doc"
6426   - "status"
6427
6428 # Test configuration - VPP Device Test Configs - Ubuntu
6429 - type: "table"
6430   title: "Test configuration - VPP Device Test Configs - Ubuntu"
6431   algorithm: "table_merged_details"
6432   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
6433   columns:
6434     - title: " |prein| Test Name |preout| "
6435       data: "data name"
6436     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
6437       data: "data conf-history"
6438   data: "vpp-device-results-ubuntu"
6439   filter: "all"
6440   parameters:
6441   - "parent"
6442   - "name"
6443   - "conf-history"
6444
6445 ################################################################################
6446
6447 # DPDK Performance Changes 3n-hsw 1t1c pdr
6448 - type: "table"
6449   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
6450   algorithm: "table_comparison"
6451   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
6452   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6453   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6454   columns:
6455     - title: "2005"
6456       data-set: "dpdk-performance-changes-3n-hsw-h1"
6457     - title: "2009"
6458       data-set: "dpdk-performance-changes-3n-hsw-ref"
6459     - title: "2101"
6460       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6461   comparisons:
6462     - title: "Diff"
6463       reference: 2
6464       compare: 3
6465   legend:
6466     - ""
6467     - "2005, 2009, 2101 - DPDK versions tested."
6468     - "Diff - difference between 2009 and 2101 DPDK version."
6469
6470 # DPDK Performance Changes 3n-hsw 2t2c pdr
6471 - type: "table"
6472   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
6473   algorithm: "table_comparison"
6474   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
6475   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6476   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6477   columns:
6478     - title: "2005"
6479       data-set: "dpdk-performance-changes-3n-hsw-h1"
6480     - title: "2009"
6481       data-set: "dpdk-performance-changes-3n-hsw-ref"
6482     - title: "2101"
6483       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6484   comparisons:
6485     - title: "Diff"
6486       reference: 2
6487       compare: 3
6488   legend:
6489     - ""
6490     - "2005, 2009, 2101 - DPDK versions tested."
6491     - "Diff - difference between 2009 and 2101 DPDK version."
6492
6493 # DPDK Performance Changes 3n-hsw 1t1c pdr
6494 - type: "table"
6495   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
6496   algorithm: "table_comparison"
6497   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
6498   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6499   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6500   columns:
6501     - title: "2005"
6502       data-set: "dpdk-performance-changes-3n-hsw-h1"
6503     - title: "2009"
6504       data-set: "dpdk-performance-changes-3n-hsw-ref"
6505     - title: "2101"
6506       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6507   comparisons:
6508     - title: "Diff"
6509       reference: 2
6510       compare: 3
6511   legend:
6512     - ""
6513     - "2005, 2009, 2101 - DPDK versions tested."
6514     - "Diff - difference between 2009 and 2101 DPDK version."
6515
6516 # DPDK Performance Changes 3n-hsw 2t2c ndr
6517 - type: "table"
6518   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
6519   algorithm: "table_comparison"
6520   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
6521   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6522   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
6523   columns:
6524     - title: "2005"
6525       data-set: "dpdk-performance-changes-3n-hsw-h1"
6526     - title: "2009"
6527       data-set: "dpdk-performance-changes-3n-hsw-ref"
6528     - title: "2101"
6529       data-set: "dpdk-performance-changes-3n-hsw-cmp"
6530   comparisons:
6531     - title: "Diff"
6532       reference: 2
6533       compare: 3
6534   legend:
6535     - ""
6536     - "2005, 2009, 2101 - DPDK versions tested."
6537     - "Diff - difference between 2009 and 2101 DPDK version."
6538
6539 # DPDK Performance Changes 3n-skx 2t1c pdr
6540 - type: "table"
6541   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
6542   algorithm: "table_comparison"
6543   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
6544   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6545   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6546   columns:
6547     - title: "2005"
6548       data-set: "dpdk-performance-changes-3n-skx-h1"
6549     - title: "2009"
6550       data-set: "dpdk-performance-changes-3n-skx-ref"
6551     - title: "2101"
6552       data-set: "dpdk-performance-changes-3n-skx-cmp"
6553   comparisons:
6554     - title: "Diff"
6555       reference: 2
6556       compare: 3
6557   legend:
6558     - ""
6559     - "2005, 2009, 2101 - DPDK versions tested."
6560     - "Diff - difference between 2009 and 2101 DPDK version."
6561
6562 # DPDK Performance Changes 3n-skx 4t2c pdr
6563 - type: "table"
6564   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6565   algorithm: "table_comparison"
6566   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6567   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6568   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6569   columns:
6570     - title: "2005"
6571       data-set: "dpdk-performance-changes-3n-skx-h1"
6572     - title: "2009"
6573       data-set: "dpdk-performance-changes-3n-skx-ref"
6574     - title: "2101"
6575       data-set: "dpdk-performance-changes-3n-skx-cmp"
6576   comparisons:
6577     - title: "Diff"
6578       reference: 2
6579       compare: 3
6580   legend:
6581     - ""
6582     - "2005, 2009, 2101 - DPDK versions tested."
6583     - "Diff - difference between 2009 and 2101 DPDK version."
6584
6585 # DPDK Performance Changes 3n-skx 2t1c ndr
6586 - type: "table"
6587   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6588   algorithm: "table_comparison"
6589   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6590   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6591   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6592   columns:
6593     - title: "2005"
6594       data-set: "dpdk-performance-changes-3n-skx-h1"
6595     - title: "2009"
6596       data-set: "dpdk-performance-changes-3n-skx-ref"
6597     - title: "2101"
6598       data-set: "dpdk-performance-changes-3n-skx-cmp"
6599   comparisons:
6600     - title: "Diff"
6601       reference: 2
6602       compare: 3
6603   legend:
6604     - ""
6605     - "2005, 2009, 2101 - DPDK versions tested."
6606     - "Diff - difference between 2009 and 2101 DPDK version."
6607
6608 # DPDK Performance Changes 3n-skx 4t2c ndr
6609 - type: "table"
6610   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6611   algorithm: "table_comparison"
6612   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6613   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6614   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6615   columns:
6616     - title: "2005"
6617       data-set: "dpdk-performance-changes-3n-skx-h1"
6618     - title: "2009"
6619       data-set: "dpdk-performance-changes-3n-skx-ref"
6620     - title: "2101"
6621       data-set: "dpdk-performance-changes-3n-skx-cmp"
6622   comparisons:
6623     - title: "Diff"
6624       reference: 2
6625       compare: 3
6626   legend:
6627     - ""
6628     - "2005, 2009, 2101 - DPDK versions tested."
6629     - "Diff - difference between 2009 and 2101 DPDK version."
6630
6631 # DPDK Performance Changes 2n-skx 2t1c pdr
6632 - type: "table"
6633   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6634   algorithm: "table_comparison"
6635   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6636   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6637   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6638   columns:
6639     - title: "2005"
6640       data-set: "dpdk-performance-changes-2n-skx-h1"
6641     - title: "2009"
6642       data-set: "dpdk-performance-changes-2n-skx-ref"
6643     - title: "2101"
6644       data-set: "dpdk-performance-changes-2n-skx-cmp"
6645   comparisons:
6646     - title: "Diff"
6647       reference: 2
6648       compare: 3
6649   legend:
6650     - ""
6651     - "2005, 2009, 2101 - DPDK versions tested."
6652     - "Diff - difference between 2009 and 2101 DPDK version."
6653
6654 # DPDK Performance Changes 2n-skx 4t2c pdr
6655 - type: "table"
6656   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6657   algorithm: "table_comparison"
6658   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6659   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6660   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6661   columns:
6662     - title: "2005"
6663       data-set: "dpdk-performance-changes-2n-skx-h1"
6664     - title: "2009"
6665       data-set: "dpdk-performance-changes-2n-skx-ref"
6666     - title: "2101"
6667       data-set: "dpdk-performance-changes-2n-skx-cmp"
6668   comparisons:
6669     - title: "Diff"
6670       reference: 2
6671       compare: 3
6672   legend:
6673     - ""
6674     - "2005, 2009, 2101 - DPDK versions tested."
6675     - "Diff - difference between 2009 and 2101 DPDK version."
6676
6677 # DPDK Performance Changes 2n-skx 2t1c ndr
6678 - type: "table"
6679   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6680   algorithm: "table_comparison"
6681   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6682   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6683   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6684   columns:
6685     - title: "2005"
6686       data-set: "dpdk-performance-changes-2n-skx-h1"
6687     - title: "2009"
6688       data-set: "dpdk-performance-changes-2n-skx-ref"
6689     - title: "2101"
6690       data-set: "dpdk-performance-changes-2n-skx-cmp"
6691   comparisons:
6692     - title: "Diff"
6693       reference: 2
6694       compare: 3
6695   legend:
6696     - ""
6697     - "2005, 2009, 2101 - DPDK versions tested."
6698     - "Diff - difference between 2009 and 2101 DPDK version."
6699
6700 # DPDK Performance Changes 2n-skx 4t2c ndr
6701 - type: "table"
6702   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6703   algorithm: "table_comparison"
6704   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6705   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6706   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6707   columns:
6708     - title: "2005"
6709       data-set: "dpdk-performance-changes-2n-skx-h1"
6710     - title: "2009"
6711       data-set: "dpdk-performance-changes-2n-skx-ref"
6712     - title: "2101"
6713       data-set: "dpdk-performance-changes-2n-skx-cmp"
6714   comparisons:
6715     - title: "Diff"
6716       reference: 2
6717       compare: 3
6718   legend:
6719     - ""
6720     - "2005, 2009, 2101 - DPDK versions tested."
6721     - "Diff - difference between 2009 and 2101 DPDK version."
6722
6723 # DPDK Performance Changes 2n-clx 2t1c pdr
6724 - type: "table"
6725   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6726   algorithm: "table_comparison"
6727   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6728   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6729   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6730   columns:
6731     - title: "2005"
6732       data-set: "dpdk-performance-changes-2n-clx-h1"
6733     - title: "2009"
6734       data-set: "dpdk-performance-changes-2n-clx-ref"
6735     - title: "2101"
6736       data-set: "dpdk-performance-changes-2n-clx-cmp"
6737   comparisons:
6738     - title: "Diff"
6739       reference: 2
6740       compare: 3
6741   legend:
6742     - ""
6743     - "2005, 2009, 2101 - DPDK versions tested."
6744     - "Diff - difference between 2009 and 2101 DPDK version."
6745
6746 # DPDK Performance Changes 2n-clx 4t2c pdr
6747 - type: "table"
6748   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6749   algorithm: "table_comparison"
6750   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6751   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6752   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6753   columns:
6754     - title: "2005"
6755       data-set: "dpdk-performance-changes-2n-clx-h1"
6756     - title: "2009"
6757       data-set: "dpdk-performance-changes-2n-clx-ref"
6758     - title: "2101"
6759       data-set: "dpdk-performance-changes-2n-clx-cmp"
6760   comparisons:
6761     - title: "Diff"
6762       reference: 2
6763       compare: 3
6764   legend:
6765     - ""
6766     - "2005, 2009, 2101 - DPDK versions tested."
6767     - "Diff - difference between 2009 and 2101 DPDK version."
6768
6769 # DPDK Performance Changes 2n-clx 2t1c ndr
6770 - type: "table"
6771   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6772   algorithm: "table_comparison"
6773   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6774   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6775   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6776   columns:
6777     - title: "2005"
6778       data-set: "dpdk-performance-changes-2n-clx-h1"
6779     - title: "2009"
6780       data-set: "dpdk-performance-changes-2n-clx-ref"
6781     - title: "2101"
6782       data-set: "dpdk-performance-changes-2n-clx-cmp"
6783   comparisons:
6784     - title: "Diff"
6785       reference: 2
6786       compare: 3
6787   legend:
6788     - ""
6789     - "2005, 2009, 2101 - DPDK versions tested."
6790     - "Diff - difference between 2009 and 2101 DPDK version."
6791
6792 # DPDK Performance Changes 2n-clx 4t2c ndr
6793 - type: "table"
6794   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6795   algorithm: "table_comparison"
6796   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6797   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6798   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6799   columns:
6800     - title: "2005"
6801       data-set: "dpdk-performance-changes-2n-clx-h1"
6802     - title: "2009"
6803       data-set: "dpdk-performance-changes-2n-clx-ref"
6804     - title: "2101"
6805       data-set: "dpdk-performance-changes-2n-clx-cmp"
6806   comparisons:
6807     - title: "Diff"
6808       reference: 2
6809       compare: 3
6810   legend:
6811     - ""
6812     - "2005, 2009, 2101 - DPDK versions tested."
6813     - "Diff - difference between 2009 and 2101 DPDK version."
6814
6815 # DPDK Performance Changes 2n-zn2 2t1c pdr
6816 - type: "table"
6817   title: "DPDK Performance Changes 2n-zn2 2t1c pdr"
6818   algorithm: "table_comparison"
6819   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-2t1c-pdr"
6820   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6821   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6822   columns:
6823 #     - title: "2005"
6824 #       data-set: "dpdk-performance-changes-2n-zn2-h1"
6825     - title: "2009"
6826       data-set: "dpdk-performance-changes-2n-zn2-ref"
6827     - title: "2101"
6828       data-set: "dpdk-performance-changes-2n-zn2-cmp"
6829   comparisons:
6830     - title: "Diff"
6831       reference: 1  # 2
6832       compare: 2  # 3
6833   legend:
6834     - ""
6835     - "2009, 2101 - DPDK versions tested."
6836     - "Diff - difference between 2009 and 2101 DPDK version."
6837
6838 # DPDK Performance Changes 2n-zn2 4t2c pdr
6839 - type: "table"
6840   title: "DPDK Performance Changes 2n-zn2 4t2c pdr"
6841   algorithm: "table_comparison"
6842   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-4t2c-pdr"
6843   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6844   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6845   columns:
6846 #     - title: "2005"
6847 #       data-set: "dpdk-performance-changes-2n-zn2-h1"
6848     - title: "2009"
6849       data-set: "dpdk-performance-changes-2n-zn2-ref"
6850     - title: "2101"
6851       data-set: "dpdk-performance-changes-2n-zn2-cmp"
6852   comparisons:
6853     - title: "Diff"
6854       reference: 1  # 2
6855       compare: 2  # 3
6856   legend:
6857     - ""
6858     - "2009, 2101 - DPDK versions tested."
6859     - "Diff - difference between 2009 and 2101 DPDK version."
6860
6861 # DPDK Performance Changes 2n-zn2 2t1c ndr
6862 - type: "table"
6863   title: "DPDK Performance Changes 2n-zn2 2t1c ndr"
6864   algorithm: "table_comparison"
6865   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-2t1c-ndr"
6866   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6867   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6868   columns:
6869 #     - title: "2005"
6870 #       data-set: "dpdk-performance-changes-2n-zn2-h1"
6871     - title: "2009"
6872       data-set: "dpdk-performance-changes-2n-zn2-ref"
6873     - title: "2101"
6874       data-set: "dpdk-performance-changes-2n-zn2-cmp"
6875   comparisons:
6876     - title: "Diff"
6877       reference: 1  # 2
6878       compare: 2  # 3
6879   legend:
6880     - ""
6881     - "2009, 2101 - DPDK versions tested."
6882     - "Diff - difference between 2009 and 2101 DPDK version."
6883
6884 # DPDK Performance Changes 2n-zn2 4t2c ndr
6885 - type: "table"
6886   title: "DPDK Performance Changes 2n-zn2 4t2c ndr"
6887   algorithm: "table_comparison"
6888   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-4t2c-ndr"
6889   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6890   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6891   columns:
6892 #     - title: "2005"
6893 #       data-set: "dpdk-performance-changes-2n-zn2-h1"
6894     - title: "2009"
6895       data-set: "dpdk-performance-changes-2n-zn2-ref"
6896     - title: "2101"
6897       data-set: "dpdk-performance-changes-2n-zn2-cmp"
6898   comparisons:
6899     - title: "Diff"
6900       reference: 1  # 2
6901       compare: 2  # 3
6902   legend:
6903     - ""
6904     - "2009, 2101 - DPDK versions tested."
6905     - "Diff - difference between 2009 and 2101 DPDK version."
6906
6907 ## DPDK Performance Changes 2n-dnv 1t1c pdr
6908 #- type: "table"
6909 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6910 #  algorithm: "table_comparison"
6911 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6912 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6913 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6914 #  columns:
6915 #    - title: "2001"
6916 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6917 #    - title: "2005"
6918 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6919 #    - title: "2009"
6920 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6921 #  comparisons:
6922 #    - title: "Diff"
6923 #      reference: 2
6924 #      compare: 3
6925 #  legend:
6926 #    - ""
6927 #    - "2001, 2005, 2009 - DPDK versions tested."
6928 #    - "Diff - difference between 2005 and 2009 DPDK version."
6929 #
6930 ## DPDK Performance Changes 2n-dnv 2t2c pdr
6931 #- type: "table"
6932 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6933 #  algorithm: "table_comparison"
6934 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6935 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6936 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6937 #  columns:
6938 #    - title: "2001"
6939 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6940 #    - title: "2005"
6941 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6942 #    - title: "2009"
6943 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6944 #  comparisons:
6945 #    - title: "Diff"
6946 #      reference: 2
6947 #      compare: 3
6948 #  legend:
6949 #    - ""
6950 #    - "2001, 2005, 2009 - DPDK versions tested."
6951 #    - "Diff - difference between 2005 and 2009 DPDK version."
6952 #
6953 ## DPDK Performance Changes 2n-dnv 1t1c ndr
6954 #- type: "table"
6955 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6956 #  algorithm: "table_comparison"
6957 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6958 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6959 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6960 #  columns:
6961 #    - title: "2001"
6962 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6963 #    - title: "2005"
6964 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6965 #    - title: "2009"
6966 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6967 #  comparisons:
6968 #    - title: "Diff"
6969 #      reference: 2
6970 #      compare: 3
6971 #  legend:
6972 #    - ""
6973 #    - "2001, 2005, 2009 - DPDK versions tested."
6974 #    - "Diff - difference between 2005 and 2009 DPDK version."
6975 #
6976 ## DPDK Performance Changes 2n-dnv 2t2c ndr
6977 #- type: "table"
6978 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6979 #  algorithm: "table_comparison"
6980 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6981 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6982 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6983 #  columns:
6984 #    - title: "2001"
6985 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6986 #    - title: "2005"
6987 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6988 #    - title: "2009"
6989 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6990 #  comparisons:
6991 #    - title: "Diff"
6992 #      reference: 2
6993 #      compare: 3
6994 #  legend:
6995 #    - ""
6996 #    - "2001, 2005, 2009 - DPDK versions tested."
6997 #    - "Diff - difference between 2005 and 2009 DPDK version."
6998 #
6999 ## DPDK Performance Changes 3n-dnv 1t1c pdr
7000 #- type: "table"
7001 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
7002 #  algorithm: "table_comparison"
7003 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
7004 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7005 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7006 #  columns:
7007 #    - title: "2001"
7008 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7009 #    - title: "2005"
7010 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7011 #    - title: "2009"
7012 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7013 #  comparisons:
7014 #    - title: "Diff"
7015 #      reference: 2
7016 #      compare: 3
7017 #  legend:
7018 #    - ""
7019 #    - "2001, 2005, 2009 - DPDK versions tested."
7020 #    - "Diff - difference between 2005 and 2009 DPDK version."
7021 #
7022 ## DPDK Performance Changes 3n-dnv 2t2c pdr
7023 #- type: "table"
7024 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
7025 #  algorithm: "table_comparison"
7026 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
7027 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7028 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7029 #  columns:
7030 #    - title: "2001"
7031 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7032 #    - title: "2005"
7033 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7034 #    - title: "2009"
7035 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7036 #  comparisons:
7037 #    - title: "Diff"
7038 #      reference: 2
7039 #      compare: 3
7040 #  legend:
7041 #    - ""
7042 #    - "2001, 2005, 2009 - DPDK versions tested."
7043 #    - "Diff - difference between 2005 and 2009 DPDK version."
7044 #
7045 ## DPDK Performance Changes 3n-dnv 1t1c ndr
7046 #- type: "table"
7047 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
7048 #  algorithm: "table_comparison"
7049 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
7050 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7051 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
7052 #  columns:
7053 #    - title: "2001"
7054 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7055 #    - title: "2005"
7056 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7057 #    - title: "2009"
7058 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7059 #  comparisons:
7060 #    - title: "Diff"
7061 #      reference: 2
7062 #      compare: 3
7063 #  legend:
7064 #    - ""
7065 #    - "2001, 2005, 2009 - DPDK versions tested."
7066 #    - "Diff - difference between 2005 and 2009 DPDK version."
7067 #
7068 ## DPDK Performance Changes 3n-dnv 2t2c ndr
7069 #- type: "table"
7070 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
7071 #  algorithm: "table_comparison"
7072 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
7073 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7074 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
7075 #  columns:
7076 #    - title: "2001"
7077 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
7078 #    - title: "2005"
7079 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
7080 #    - title: "2009"
7081 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
7082 #  comparisons:
7083 #    - title: "Diff"
7084 #      reference: 2
7085 #      compare: 3
7086 #  legend:
7087 #    - ""
7088 #    - "2001, 2005, 2009 - DPDK versions tested."
7089 #    - "Diff - difference between 2005 and 2009 DPDK version."
7090
7091 # DPDK Performance Changes 3n-tsh 1t1c pdr
7092 - type: "table"
7093   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
7094   algorithm: "table_comparison"
7095   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
7096   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7097   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7098   columns:
7099     - title: "2005"
7100       data-set: "dpdk-performance-changes-3n-tsh-h1"
7101     - title: "2009"
7102       data-set: "dpdk-performance-changes-3n-tsh-ref"
7103     - title: "2101"
7104       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7105   comparisons:
7106     - title: "Diff"
7107       reference: 2
7108       compare: 3
7109   legend:
7110     - ""
7111     - "2005, 2009, 2101 - DPDK versions tested."
7112     - "Diff - difference between 2009 and 2101 DPDK version."
7113
7114 # DPDK Performance Changes 3n-tsh 2t2c pdr
7115 - type: "table"
7116   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
7117   algorithm: "table_comparison"
7118   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
7119   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7120   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7121   columns:
7122     - title: "2005"
7123       data-set: "dpdk-performance-changes-3n-tsh-h1"
7124     - title: "2009"
7125       data-set: "dpdk-performance-changes-3n-tsh-ref"
7126     - title: "2101"
7127       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7128   comparisons:
7129     - title: "Diff"
7130       reference: 2
7131       compare: 3
7132   legend:
7133     - ""
7134     - "2005, 2009, 2101 - DPDK versions tested."
7135     - "Diff - difference between 2009 and 2101 DPDK version."
7136
7137 # DPDK Performance Changes 3n-tsh 1t1c ndr
7138 - type: "table"
7139   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
7140   algorithm: "table_comparison"
7141   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
7142   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7143   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7144   columns:
7145     - title: "2005"
7146       data-set: "dpdk-performance-changes-3n-tsh-h1"
7147     - title: "2009"
7148       data-set: "dpdk-performance-changes-3n-tsh-ref"
7149     - title: "2101"
7150       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7151   comparisons:
7152     - title: "Diff"
7153       reference: 2
7154       compare: 3
7155   legend:
7156     - ""
7157     - "2005, 2009, 2101 - DPDK versions tested."
7158     - "Diff - difference between 2009 and 2101 DPDK version."
7159
7160 # DPDK Performance Changes 3n-tsh 2t2c ndr
7161 - type: "table"
7162   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
7163   algorithm: "table_comparison"
7164   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
7165   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7166   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
7167   columns:
7168     - title: "2005"
7169       data-set: "dpdk-performance-changes-3n-tsh-h1"
7170     - title: "2009"
7171       data-set: "dpdk-performance-changes-3n-tsh-ref"
7172     - title: "2101"
7173       data-set: "dpdk-performance-changes-3n-tsh-cmp"
7174   comparisons:
7175     - title: "Diff"
7176       reference: 2
7177       compare: 3
7178   legend:
7179     - ""
7180     - "2005, 2009, 2101 - DPDK versions tested."
7181     - "Diff - difference between 2009 and 2101 DPDK version."
7182
7183 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
7184 - type: "table"
7185   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
7186   algorithm: "table_comparison"
7187   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
7188   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7189   filter: "'NIC_Intel-X710'"
7190   columns:
7191     - title: "3n-hsw x710"
7192       data-set: "dpdk-compare-testbeds-ref"
7193     - title: "3n-skx x710"
7194       data-set: "dpdk-compare-testbeds-cmp"
7195   comparisons:
7196     - title: "Diff"
7197       reference: 1
7198       compare: 2
7199   legend:
7200     - ""
7201     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7202     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7203
7204 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
7205 - type: "table"
7206   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
7207   algorithm: "table_comparison"
7208   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
7209   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7210   filter: "'NIC_Intel-X710'"
7211   columns:
7212     - title: "3n-hsw x710"
7213       data-set: "dpdk-compare-testbeds-ref"
7214     - title: "3n-skx x710"
7215       data-set: "dpdk-compare-testbeds-cmp"
7216   comparisons:
7217     - title: "Diff"
7218       reference: 1
7219       compare: 2
7220   legend:
7221     - ""
7222     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
7223     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
7224
7225 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
7226 - type: "table"
7227   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
7228   algorithm: "table_comparison"
7229   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
7230   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7231   filter: "'NIC_Intel-XXV710'"
7232   columns:
7233     - title: "2n-skx"
7234       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7235     - title: "2n-clx"
7236       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7237   comparisons:
7238     - title: "Diff"
7239       reference: 1
7240       compare: 2
7241   legend:
7242     - ""
7243     - "2n-skx, 2n-clx - testbeds and NICs tested."
7244     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7245
7246 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
7247 - type: "table"
7248   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
7249   algorithm: "table_comparison"
7250   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
7251   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7252   filter: "'NIC_Intel-XXV710'"
7253   columns:
7254     - title: "2n-skx"
7255       data-set: "dpdk-compare-testbeds-skx-clx-ref"
7256     - title: "2n-clx"
7257       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
7258   comparisons:
7259     - title: "Diff"
7260       reference: 1
7261       compare: 2
7262   legend:
7263     - ""
7264     - "2n-skx, 2n-clx - testbeds and NICs tested."
7265     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7266
7267 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
7268 - type: "table"
7269   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
7270   algorithm: "table_comparison"
7271   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
7272   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7273   filter: "'NIC_Intel-XXV710'"
7274   columns:
7275     - title: "3n-skx"
7276       data-set: "dpdk-compare-topologies-ref"
7277     - title: "2n-skx"
7278       data-set: "dpdk-compare-topologies-cmp"
7279   comparisons:
7280     - title: "Diff"
7281       reference: 1
7282       compare: 2
7283   legend:
7284     - ""
7285     - "3n-skx, 2n-skx - topologies tested."
7286     - "Diff - difference between 3n-skx and 2n-skx topologies."
7287
7288 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
7289 - type: "table"
7290   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
7291   algorithm: "table_comparison"
7292   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
7293   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7294   filter: "'NIC_Intel-XXV710'"
7295   columns:
7296     - title: "3n-skx"
7297       data-set: "dpdk-compare-topologies-ref"
7298     - title: "2n-skx"
7299       data-set: "dpdk-compare-topologies-cmp"
7300   comparisons:
7301     - title: "Diff"
7302       reference: 1
7303       compare: 2
7304   legend:
7305     - ""
7306     - "3n-skx, 2n-skx - topologies tested."
7307     - "Diff - difference between 3n-skx and 2n-skx topologies."
7308
7309 # Detailed Test Results - DPDK Performance Results 3n-hsw
7310 - type: "table"
7311   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
7312   algorithm: "table_merged_details"
7313   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
7314   columns:
7315     - title: " |prein| Test Name |preout| "
7316       data: "data name"
7317     - 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| "
7318       data: "data msg"
7319   data: "dpdk-perf-results-3n-hsw"
7320   filter: "all"
7321   parameters:
7322   - "name"
7323   - "parent"
7324   - "msg"
7325
7326 # Detailed Test Results - DPDK Performance Results 3n-skx
7327 - type: "table"
7328   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
7329   algorithm: "table_merged_details"
7330   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
7331   columns:
7332     - title: " |prein| Test Name |preout| "
7333       data: "data name"
7334     - 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| "
7335       data: "data msg"
7336   data: "dpdk-perf-results-3n-skx"
7337   filter: "all"
7338   remove-ndr: False
7339   parameters:
7340   - "name"
7341   - "parent"
7342   - "msg"
7343
7344 # Detailed Test Results - DPDK Performance Results 2n-skx
7345 - type: "table"
7346   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
7347   algorithm: "table_merged_details"
7348   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
7349   columns:
7350     - title: " |prein| Test Name |preout| "
7351       data: "data name"
7352     - 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| "
7353       data: "data msg"
7354   data: "dpdk-perf-results-2n-skx"
7355   filter: "all"
7356   remove-ndr: False
7357   parameters:
7358   - "name"
7359   - "parent"
7360   - "msg"
7361
7362 # Detailed Test Results - DPDK Performance Results 2n-zn2
7363 - type: "table"
7364   title: "Detailed Test Results - DPDK Performance Results 2n-zn2"
7365   algorithm: "table_merged_details"
7366   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_zn2"
7367   columns:
7368     - title: " |prein| Test Name |preout| "
7369       data: "data name"
7370     - 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| "
7371       data: "data msg"
7372   data: "dpdk-perf-results-2n-zn2"
7373   filter: "all"
7374   remove-ndr: False
7375   parameters:
7376   - "name"
7377   - "parent"
7378   - "msg"
7379
7380 # Detailed Test Results - DPDK Performance Results 2n-clx
7381 - type: "table"
7382   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
7383   algorithm: "table_merged_details"
7384   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
7385   columns:
7386     - title: " |prein| Test Name |preout| "
7387       data: "data name"
7388     - 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| "
7389       data: "data msg"
7390   data: "dpdk-perf-results-2n-clx"
7391   filter: "all"
7392   parameters:
7393   - "name"
7394   - "parent"
7395   - "msg"
7396
7397 ## Detailed Test Results - DPDK Performance Results 2n-dnv
7398 #- type: "table"
7399 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
7400 #  algorithm: "table_merged_details"
7401 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
7402 #  columns:
7403 #    - title: " |prein| Test Name |preout| "
7404 #      data: "data name"
7405 #    - 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| "
7406 #      data: "data msg"
7407 #  data: "dpdk-perf-results-2n-dnv"
7408 #  filter: "all"
7409 #  parameters:
7410 #  - "name"
7411 #  - "parent"
7412 #  - "msg"
7413 #
7414 ## Detailed Test Results - DPDK Performance Results 3n-dnv
7415 #- type: "table"
7416 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
7417 #  algorithm: "table_merged_details"
7418 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
7419 #  columns:
7420 #    - title: " |prein| Test Name |preout| "
7421 #      data: "data name"
7422 #    - 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| "
7423 #      data: "data msg"
7424 #  data: "dpdk-perf-results-3n-dnv"
7425 #  filter: "all"
7426 #  parameters:
7427 #  - "name"
7428 #  - "parent"
7429 #  - "msg"
7430
7431 # Detailed Test Results - DPDK Performance Results 3n-tsh
7432 - type: "table"
7433   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
7434   algorithm: "table_merged_details"
7435   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
7436   columns:
7437     - title: " |prein| Test Name |preout| "
7438       data: "data name"
7439     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
7440       data: "data msg"
7441   data: "dpdk-perf-results-3n-tsh"
7442   filter: "all"
7443   parameters:
7444   - "name"
7445   - "parent"
7446   - "msg"
7447
7448 ################################################################################
7449 ###                                F I L E S                                 ###
7450 ################################################################################
7451
7452 # VPP Performance Results
7453 - type: "file"
7454   title: "VPP Performance Results"
7455   algorithm: "file_details_split"
7456   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
7457   dir-tables:
7458     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
7459     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
7460     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
7461     - "{DIR[DTR,PERF,VPP,2N,ZN2]}"
7462     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
7463     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
7464     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
7465     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
7466   data:
7467     - "vpp-perf-results-2n-skx"
7468     - "vpp-perf-results-3n-skx"
7469     - "vpp-perf-results-2n-clx"
7470     - "vpp-perf-results-2n-zn2"
7471     - "vpp-perf-results-3n-hsw"
7472     - "vpp-perf-results-3n-tsh"
7473     - "vpp-perf-results-2n-dnv"
7474     - "vpp-perf-results-3n-dnv"
7475   filter: "all"
7476   data-start-level: 4
7477   order-chapters:
7478     level-1:
7479       - "l2"
7480       - "ip4"
7481       - "ip6"
7482       - "srv6"
7483       - "ip4_tunnels"
7484       - "ip6_tunnels"
7485       - "vm_vhost"
7486       - "container_memif"
7487       - "crypto"
7488       - "vts"
7489       - "lb"
7490       - "nfv_density"
7491       - "hoststack"
7492     level-2:
7493       - "2n-skx"
7494       - "3n-skx"
7495       - "2n-clx"
7496       - "2n-zn2"
7497       - "3n-hsw"
7498       - "3n-tsh"
7499       - "2n-dnv"
7500       - "3n-dnv"
7501     level-3:
7502       - "xl710"
7503       - "x520"
7504       - "xxv710"
7505       - "x710"
7506       - "x553"
7507       - "cx556a"
7508       - "vic1227"
7509       - "vic1385"
7510
7511 # VPP Performance Configuration
7512 - type: "file"
7513   title: "VPP Performance Configuration"
7514   algorithm: "file_details_split"
7515   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
7516   dir-tables:
7517     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
7518     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
7519     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
7520     - "{DIR[DTC,PERF,VPP,2N,ZN2]}"
7521     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
7522     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
7523     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
7524     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
7525   data:
7526     - "vpp-perf-results-2n-skx"
7527     - "vpp-perf-results-3n-skx"
7528     - "vpp-perf-results-2n-clx"
7529     - "vpp-perf-results-2n-zn2"
7530     - "vpp-perf-results-3n-hsw"
7531     - "vpp-perf-results-3n-tsh"
7532     - "vpp-perf-results-2n-dnv"
7533     - "vpp-perf-results-3n-dnv"
7534   filter: "all"
7535   data-start-level: 4
7536   order-chapters:
7537     level-1:
7538       - "l2"
7539       - "ip4"
7540       - "ip6"
7541       - "srv6"
7542       - "ip4_tunnels"
7543       - "ip6_tunnels"
7544       - "vm_vhost"
7545       - "container_memif"
7546       - "crypto"
7547       - "vts"
7548       - "lb"
7549       - "nfv_density"
7550       - "hoststack"
7551     level-2:
7552       - "2n-skx"
7553       - "3n-skx"
7554       - "2n-clx"
7555       - "2n-zn2"
7556       - "3n-hsw"
7557       - "3n-tsh"
7558       - "2n-dnv"
7559       - "3n-dnv"
7560     level-3:
7561       - "xl710"
7562       - "x520"
7563       - "xxv710"
7564       - "x710"
7565       - "x553"
7566       - "cx556a"
7567       - "vic1227"
7568       - "vic1385"
7569
7570 # VPP Performance Operational
7571 - type: "file"
7572   title: "VPP Performance Operational"
7573   algorithm: "file_details_split_html"
7574   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
7575   dir-tables:
7576     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
7577     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
7578     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
7579     - "{DIR[DTO,PERF,VPP,2N,ZN2]}"
7580     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
7581     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
7582     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
7583     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
7584   data:
7585     - "vpp-perf-results-2n-skx"
7586     - "vpp-perf-results-3n-skx"
7587     - "vpp-perf-results-2n-clx"
7588     - "vpp-perf-results-2n-zn2"
7589     - "vpp-perf-results-3n-hsw"
7590     - "vpp-perf-results-3n-tsh"
7591     - "vpp-perf-results-2n-dnv"
7592     - "vpp-perf-results-3n-dnv"
7593   filter: "all"
7594   data-start-level: 4
7595   order-chapters:
7596     level-1:
7597       - "l2"
7598       - "ip4"
7599       - "ip6"
7600       - "srv6"
7601       - "ip4_tunnels"
7602       - "ip6_tunnels"
7603       - "vm_vhost"
7604       - "container_memif"
7605       - "crypto"
7606       - "vts"
7607       - "lb"
7608       - "nfv_density"
7609       - "hoststack"
7610     level-2:
7611       - "2n-skx"
7612       - "3n-skx"
7613       - "2n-clx"
7614       - "2n-zn2"
7615       - "3n-hsw"
7616       - "3n-tsh"
7617       - "2n-dnv"
7618       - "3n-dnv"
7619     level-3:
7620       - "xl710"
7621       - "x520"
7622       - "xxv710"
7623       - "x710"
7624       - "x553"
7625       - "cx556a"
7626       - "vic1227"
7627       - "vic1385"
7628
7629 # VPP MRR Results
7630 - type: "file"
7631   title: "VPP MRR Results"
7632   algorithm: "file_details_split"
7633   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
7634   dir-tables:
7635     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
7636     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
7637     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
7638     - "{DIR[DTR,MRR,VPP,2N,ZN2]}"
7639     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
7640     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
7641     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
7642     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
7643   data:
7644     - "vpp-mrr-results-2n-skx"
7645     - "vpp-mrr-results-3n-skx"
7646     - "vpp-mrr-results-2n-clx"
7647     - "vpp-mrr-results-2n-zn2"
7648     - "vpp-mrr-results-3n-hsw"
7649     - "vpp-mrr-results-3n-tsh"
7650     - "vpp-mrr-results-2n-dnv"
7651     - "vpp-mrr-results-3n-dnv"
7652   filter: "all"
7653   data-start-level: 4
7654   order-chapters:
7655     level-1:
7656       - "l2"
7657       - "ip4"
7658       - "ip6"
7659       - "srv6"
7660       - "ip4_tunnels"
7661       - "ip6_tunnels"
7662       - "vm_vhost"
7663       - "container_memif"
7664       - "crypto"
7665       - "vts"
7666       - "lb"
7667       - "nfv_density"
7668       - "hoststack"
7669     level-2:
7670       - "2n-skx"
7671       - "3n-skx"
7672       - "2n-clx"
7673       - "2n-zn2"
7674       - "3n-hsw"
7675       - "3n-tsh"
7676       - "2n-dnv"
7677       - "3n-dnv"
7678     level-3:
7679       - "xl710"
7680       - "x520"
7681       - "xxv710"
7682       - "x710"
7683       - "x553"
7684       - "cx556a"
7685       - "vic1227"
7686       - "vic1385"
7687
7688 # VPP MRR Configuration
7689 - type: "file"
7690   title: "VPP MRR Configuration"
7691   algorithm: "file_details_split"
7692   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7693   dir-tables:
7694     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7695     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7696     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7697     - "{DIR[DTC,MRR,VPP,2N,ZN2]}"
7698     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7699     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7700     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7701     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7702   data:
7703     - "vpp-mrr-results-2n-skx"
7704     - "vpp-mrr-results-3n-skx"
7705     - "vpp-mrr-results-2n-clx"
7706     - "vpp-mrr-results-2n-zn2"
7707     - "vpp-mrr-results-3n-hsw"
7708     - "vpp-mrr-results-3n-tsh"
7709     - "vpp-mrr-results-2n-dnv"
7710     - "vpp-mrr-results-3n-dnv"
7711   filter: "all"
7712   data-start-level: 4
7713   order-chapters:
7714     level-1:
7715       - "l2"
7716       - "ip4"
7717       - "ip6"
7718       - "srv6"
7719       - "ip4_tunnels"
7720       - "ip6_tunnels"
7721       - "vm_vhost"
7722       - "container_memif"
7723       - "crypto"
7724       - "vts"
7725       - "lb"
7726       - "nfv_density"
7727       - "hoststack"
7728     level-2:
7729       - "2n-skx"
7730       - "3n-skx"
7731       - "2n-clx"
7732       - "2n-zn2"
7733       - "3n-hsw"
7734       - "3n-tsh"
7735       - "2n-dnv"
7736       - "3n-dnv"
7737     level-3:
7738       - "xl710"
7739       - "x520"
7740       - "xxv710"
7741       - "x710"
7742       - "x553"
7743       - "cx556a"
7744       - "vic1227"
7745       - "vic1385"
7746
7747 # VPP Device Results - Ubuntu
7748 - type: "file"
7749   title: "VPP Device Results - Ubuntu"
7750   algorithm: "file_test_results"
7751   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7752   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7753   data: "vpp-device-results-ubuntu"
7754   filter: "all"
7755   data-start-level: 4
7756
7757 # VPP Device Configuration - Ubuntu
7758 - type: "file"
7759   title: "VPP Device Configuration - Ubuntu"
7760   algorithm: "file_test_results"
7761   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7762   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7763   data: "vpp-device-results-ubuntu"
7764   filter: "all"
7765   data-start-level: 4
7766
7767 # DPDK Performance Results 3n-hsw
7768 - type: "file"
7769   title: "DPDK Performance Results 3n-hsw"
7770   algorithm: "file_test_results"
7771   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7772   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7773   data: "dpdk-perf-results-3n-hsw"
7774   filter: "all"
7775   data-start-level: 4
7776
7777 # DPDK Performance Results 3n-skx
7778 - type: "file"
7779   title: "DPDK Performance Results 3n-skx"
7780   algorithm: "file_test_results"
7781   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7782   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7783   data: "dpdk-perf-results-3n-skx"
7784   filter: "all"
7785   data-start-level: 4
7786
7787 # DPDK Performance Results 2n-skx
7788 - type: "file"
7789   title: "DPDK Performance Results 2n-skx"
7790   algorithm: "file_test_results"
7791   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7792   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7793   data: "dpdk-perf-results-2n-skx"
7794   filter: "all"
7795   data-start-level: 4
7796
7797 # DPDK Performance Results 2n-zn2
7798 - type: "file"
7799   title: "DPDK Performance Results 2n-zn2"
7800   algorithm: "file_test_results"
7801   output-file: "{DIR[DTR,PERF,DPDK,2N,ZN2]}"
7802   dir-tables: "{DIR[DTR,PERF,DPDK,2N,ZN2]}"
7803   data: "dpdk-perf-results-2n-zn2"
7804   filter: "all"
7805   data-start-level: 4
7806
7807 # DPDK Performance Results 2n-clx
7808 - type: "file"
7809   title: "DPDK Performance Results 2n-clx"
7810   algorithm: "file_test_results"
7811   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7812   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7813   data: "dpdk-perf-results-2n-clx"
7814   filter: "all"
7815   data-start-level: 4
7816
7817 ## DPDK Performance Results 2n-dnv
7818 #- type: "file"
7819 #  title: "DPDK Performance Results 2n-dnv"
7820 #  algorithm: "file_test_results"
7821 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7822 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7823 #  data: "dpdk-perf-results-2n-dnv"
7824 #  filter: "all"
7825 #  data-start-level: 4
7826 #
7827 ## DPDK Performance Results 3n-dnv
7828 #- type: "file"
7829 #  title: "DPDK Performance Results 3n-dnv"
7830 #  algorithm: "file_test_results"
7831 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7832 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7833 #  data: "dpdk-perf-results-3n-dnv"
7834 #  filter: "all"
7835 #  data-start-level: 4
7836
7837 # DPDK Performance Results 3n-tsh
7838 - type: "file"
7839   title: "DPDK Performance Results 3n-tsh"
7840   algorithm: "file_test_results"
7841   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7842   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7843   data: "dpdk-perf-results-3n-tsh"
7844   filter: "all"
7845   data-start-level: 4
7846
7847 ################################################################################
7848 ###                                P L O T S                                 ###
7849 ################################################################################
7850
7851 # Hoststack tests 3n-hsw
7852
7853 - type: "plot"
7854   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7855   algorithm: "plot_perf_box_name"
7856   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7857   data: "plot-vpp-hoststack-3n-hsw"
7858   include:
7859     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7860     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7861   layout:
7862     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7863     layout: "plot-hoststack"
7864
7865 - type: "plot"
7866   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7867   algorithm: "plot_perf_box_name"
7868   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7869   data: "plot-vpp-hoststack-3n-hsw"
7870   include:
7871     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7872     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7873   layout:
7874     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7875     layout: "plot-hoststack"
7876
7877 - type: "plot"
7878   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7879   algorithm: "plot_perf_box_name"
7880   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7881   data: "plot-vpp-hoststack-3n-hsw"
7882   include:
7883     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7884     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7885     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7886     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7887   layout:
7888     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7889     layout: "plot-hoststack"
7890
7891 ################################################################################
7892
7893 # Soak Test (PLRsearch), boxes - 2n-clx
7894 - type: "plot"
7895   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7896   algorithm: "plot_perf_box_name"
7897   output-file-type: ".html"
7898   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7899   data: "plot-vpp-soak-2n-clx"
7900   include:
7901     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7902     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7903     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7904     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7906     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7907   layout:
7908     title: "30 Minutes Soak Test (PLRsearch)"
7909     layout: "plot-soak-throughput"
7910
7911 # Soak Test (PLRsearch), boxes - 2n-clx
7912 - type: "plot"
7913   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7914   algorithm: "plot_perf_box_name"
7915   output-file-type: ".html"
7916   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7917   data: "plot-vpp-soak-2n-clx"
7918   include:
7919     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7920     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7921     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7922     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7923     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7924     - "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"
7925   layout:
7926     title: "30 Minutes Soak Test (PLRsearch)"
7927     layout: "plot-soak-throughput"
7928
7929 # Soak Test (PLRsearch), boxes - 2n-skx
7930 - type: "plot"
7931   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7932   algorithm: "plot_perf_box_name"
7933   output-file-type: ".html"
7934   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7935   data: "plot-vpp-soak-2n-skx"
7936   include:
7937     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7938     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7939     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7940     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7941     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7942     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7943   layout:
7944     title: "30 Minutes Soak Test (PLRsearch)"
7945     layout: "plot-soak-throughput"
7946
7947 # Soak Test (PLRsearch), boxes - 2n-skx
7948 - type: "plot"
7949   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7950   algorithm: "plot_perf_box_name"
7951   output-file-type: ".html"
7952   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7953   data: "plot-vpp-soak-2n-skx"
7954   include:
7955     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7956     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7957     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7958     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7959     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7960     - "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"
7961   layout:
7962     title: "30 Minutes Soak Test (PLRsearch)"
7963     layout: "plot-soak-throughput"
7964
7965 ###############################################################################
7966
7967 # Reconf tests 2n-skx
7968
7969 - type: "plot"
7970   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7971   algorithm: "plot_nf_reconf_box_name"
7972   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7973   data: "plot-vpp-nfv-reconf-2n-skx"
7974   include:
7975     - "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"
7976     - "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"
7977     - "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"
7978     - "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"
7979     - "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"
7980     - "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"
7981   layout:
7982     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7983     layout: "plot-throughput"
7984
7985 - type: "plot"
7986   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7987   algorithm: "plot_nf_reconf_box_name"
7988   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7989   data: "plot-vpp-nfv-reconf-2n-skx"
7990   include:
7991     - "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"
7992     - "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"
7993     - "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"
7994     - "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"
7995     - "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"
7996     - "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"
7997   layout:
7998     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7999     layout: "plot-throughput"
8000
8001 - type: "plot"
8002   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8003   algorithm: "plot_nf_reconf_box_name"
8004   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8005   data: "plot-vpp-nfv-reconf-2n-skx"
8006   include:
8007     - "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"
8008     - "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"
8009     - "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"
8010     - "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"
8011     - "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"
8012     - "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"
8013   layout:
8014     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8015     layout: "plot-throughput"
8016
8017 ###############################################################################
8018
8019 # Reconf tests 2n-clx
8020
8021 - type: "plot"
8022   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8023   algorithm: "plot_nf_reconf_box_name"
8024   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
8025   data: "plot-vpp-nfv-reconf-2n-clx"
8026   include:
8027     - "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"
8028     - "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"
8029     - "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"
8030     - "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"
8031   layout:
8032     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8033     layout: "plot-throughput"
8034
8035 - type: "plot"
8036   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8037   algorithm: "plot_nf_reconf_box_name"
8038   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
8039   data: "plot-vpp-nfv-reconf-2n-clx"
8040   include:
8041     - "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"
8042     - "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"
8043     - "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"
8044     - "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"
8045   layout:
8046     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8047     layout: "plot-throughput"
8048
8049 - type: "plot"
8050   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
8051   algorithm: "plot_nf_reconf_box_name"
8052   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
8053   data: "plot-vpp-nfv-reconf-2n-clx"
8054   include:
8055     - "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"
8056     - "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"
8057     - "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"
8058     - "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"
8059   layout:
8060     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
8061     layout: "plot-throughput"
8062
8063 ###############################################################################
8064
8065 # Plots - NF Density - VSC - MRR IMIX
8066 - type: "plot"
8067   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8068   algorithm: "plot_nf_heatmap"
8069   output-file-type: ".html"
8070   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
8071   data: "plot-vpp-nfv-2n-skx-mrr"
8072   filter: "'NIC_Intel-XXV710' and
8073            'NF_DENSITY' and
8074            'VHOST' and
8075            not 'VXLAN' and
8076            'CHAIN' and
8077            'NF_VPPIP4' and
8078            'IMIX' and
8079            '2T1C' and
8080            'MRR'"
8081   parameters:
8082   - "result"
8083   - "name"
8084   - "tags"
8085   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8086   x-axis: "X = VNFs per Service Chain"
8087   y-axis: "Y = Number of Service Chains"
8088   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8089   layout:
8090     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8091     layout: "plot-service-density"
8092
8093 - type: "plot"
8094   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8095   algorithm: "plot_nf_heatmap"
8096   output-file-type: ".html"
8097   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
8098   data: "plot-vpp-nfv-2n-skx-mrr"
8099   filter: "'NIC_Intel-XXV710' and
8100            'NF_DENSITY' and
8101            'VHOST' and
8102            not 'VXLAN' and
8103            'CHAIN' and
8104            'NF_VPPIP4' and
8105            'IMIX' and
8106            '4T2C' and
8107            'MRR'"
8108   parameters:
8109   - "result"
8110   - "name"
8111   - "tags"
8112   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8113   x-axis: "X = VNFs per Service Chain"
8114   y-axis: "Y = Number of Service Chains"
8115   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8116   layout:
8117     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8118     layout: "plot-service-density"
8119
8120 - type: "plot"
8121   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8122   algorithm: "plot_nf_heatmap"
8123   output-file-type: ".html"
8124   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
8125   data: "plot-vpp-nfv-2n-skx-mrr"
8126   filter: "'NIC_Intel-XXV710' and
8127            'NF_DENSITY' and
8128            'VHOST' and
8129            not 'VXLAN' and
8130            'CHAIN' and
8131            'NF_VPPIP4' and
8132            'IMIX' and
8133            '8T4C' and
8134            'MRR'"
8135   parameters:
8136   - "result"
8137   - "name"
8138   - "tags"
8139   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8140   x-axis: "X = VNFs per Service Chain"
8141   y-axis: "Y = Number of Service Chains"
8142   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8143   layout:
8144     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
8145     layout: "plot-service-density"
8146
8147 # Plots - NF Density - VSC - NDR IMIX
8148 - type: "plot"
8149   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8150   algorithm: "plot_nf_heatmap"
8151   output-file-type: ".html"
8152   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
8153   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8154   filter: "'NIC_Intel-XXV710' and
8155            'NF_DENSITY' and
8156            'VHOST' and
8157            not 'VXLAN' and
8158            'CHAIN' and
8159            'NF_VPPIP4' and
8160            'IMIX' and
8161            '2T1C' and
8162            'NDRPDR'"
8163   parameters:
8164   - "throughput"
8165   - "name"
8166   - "tags"
8167   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8168   x-axis: "X = VNFs per Service Chain"
8169   y-axis: "Y = Number of Service Chains"
8170   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8171   layout:
8172     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8173     layout: "plot-service-density"
8174
8175 - type: "plot"
8176   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8177   algorithm: "plot_nf_heatmap"
8178   output-file-type: ".html"
8179   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
8180   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8181   filter: "'NIC_Intel-XXV710' and
8182            'NF_DENSITY' and
8183            'VHOST' and
8184            not 'VXLAN' and
8185            'CHAIN' and
8186            'NF_VPPIP4' and
8187            'IMIX' and
8188            '4T2C' and
8189            'NDRPDR'"
8190   parameters:
8191   - "throughput"
8192   - "name"
8193   - "tags"
8194   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8195   x-axis: "X = VNFs per Service Chain"
8196   y-axis: "Y = Number of Service Chains"
8197   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8198   layout:
8199     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8200     layout: "plot-service-density"
8201
8202 - type: "plot"
8203   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8204   algorithm: "plot_nf_heatmap"
8205   output-file-type: ".html"
8206   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
8207   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8208   filter: "'NIC_Intel-XXV710' and
8209            'NF_DENSITY' and
8210            'VHOST' and
8211            not 'VXLAN' and
8212            'CHAIN' and
8213            'NF_VPPIP4' and
8214            'IMIX' and
8215            '8T4C' and
8216            'NDRPDR'"
8217   parameters:
8218   - "throughput"
8219   - "name"
8220   - "tags"
8221   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8222   x-axis: "X = VNFs per Service Chain"
8223   y-axis: "Y = Number of Service Chains"
8224   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8225   layout:
8226     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
8227     layout: "plot-service-density"
8228
8229 # Plots - NF Density - VSC - PDR IMIX
8230 - type: "plot"
8231   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8232   algorithm: "plot_nf_heatmap"
8233   output-file-type: ".html"
8234   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
8235   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8236   filter: "'NIC_Intel-XXV710' and
8237            'NF_DENSITY' and
8238            'VHOST' and
8239            not 'VXLAN' and
8240            'CHAIN' and
8241            'NF_VPPIP4' and
8242            'IMIX' and
8243            '2T1C' and
8244            'NDRPDR'"
8245   parameters:
8246   - "throughput"
8247   - "name"
8248   - "tags"
8249   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8250   x-axis: "X = VNFs per Service Chain"
8251   y-axis: "Y = Number of Service Chains"
8252   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8253   layout:
8254     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8255     layout: "plot-service-density"
8256
8257 - type: "plot"
8258   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8259   algorithm: "plot_nf_heatmap"
8260   output-file-type: ".html"
8261   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
8262   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8263   filter: "'NIC_Intel-XXV710' and
8264            'NF_DENSITY' and
8265            'VHOST' and
8266            not 'VXLAN' and
8267            'CHAIN' and
8268            'NF_VPPIP4' and
8269            'IMIX' and
8270            '4T2C' and
8271            'NDRPDR'"
8272   parameters:
8273   - "throughput"
8274   - "name"
8275   - "tags"
8276   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8277   x-axis: "X = VNFs per Service Chain"
8278   y-axis: "Y = Number of Service Chains"
8279   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8280   layout:
8281     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8282     layout: "plot-service-density"
8283
8284 - type: "plot"
8285   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8286   algorithm: "plot_nf_heatmap"
8287   output-file-type: ".html"
8288   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
8289   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8290   filter: "'NIC_Intel-XXV710' and
8291            'NF_DENSITY' and
8292            'VHOST' and
8293            not 'VXLAN' and
8294            'CHAIN' and
8295            'NF_VPPIP4' and
8296            'IMIX' and
8297            '8T4C' and
8298            'NDRPDR'"
8299   parameters:
8300   - "throughput"
8301   - "name"
8302   - "tags"
8303   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8304   x-axis: "X = VNFs per Service Chain"
8305   y-axis: "Y = Number of Service Chains"
8306   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8307   layout:
8308     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
8309     layout: "plot-service-density"
8310
8311 ###############################################################################
8312
8313 # Plots - NF Density - VSC - MRR IMIX
8314 - type: "plot"
8315   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8316   algorithm: "plot_nf_heatmap"
8317   output-file-type: ".html"
8318   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
8319   data: "plot-vpp-nfv-2n-skx-mrr"
8320   filter: "'NIC_Intel-XXV710' and
8321            'NF_DENSITY' and
8322            'VHOST' and
8323            'VXLAN' and
8324            'CHAIN' and
8325            'IMIX' and
8326            '2T1C' and
8327            'MRR'"
8328   parameters:
8329   - "result"
8330   - "name"
8331   - "tags"
8332   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8333   x-axis: "X = VNFs per Service Chain"
8334   y-axis: "Y = Number of Service Chains"
8335   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8336   layout:
8337     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8338     layout: "plot-service-density"
8339
8340 - type: "plot"
8341   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8342   algorithm: "plot_nf_heatmap"
8343   output-file-type: ".html"
8344   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
8345   data: "plot-vpp-nfv-2n-skx-mrr"
8346   filter: "'NIC_Intel-XXV710' and
8347            'NF_DENSITY' and
8348            'VHOST' and
8349            'VXLAN' and
8350            'CHAIN' and
8351            'IMIX' and
8352            '4T2C' and
8353            'MRR'"
8354   parameters:
8355   - "result"
8356   - "name"
8357   - "tags"
8358   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8359   x-axis: "X = VNFs per Service Chain"
8360   y-axis: "Y = Number of Service Chains"
8361   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8362   layout:
8363     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8364     layout: "plot-service-density"
8365
8366 - type: "plot"
8367   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8368   algorithm: "plot_nf_heatmap"
8369   output-file-type: ".html"
8370   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
8371   data: "plot-vpp-nfv-2n-skx-mrr"
8372   filter: "'NIC_Intel-XXV710' and
8373            'NF_DENSITY' and
8374            'VHOST' and
8375            'VXLAN' and
8376            'CHAIN' and
8377            'IMIX' and
8378            '8T4C' and
8379            'MRR'"
8380   parameters:
8381   - "result"
8382   - "name"
8383   - "tags"
8384   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8385   x-axis: "X = VNFs per Service Chain"
8386   y-axis: "Y = Number of Service Chains"
8387   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8388   layout:
8389     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
8390     layout: "plot-service-density"
8391
8392 # Plots - NF Density - VSC - NDR IMIX
8393 - type: "plot"
8394   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8395   algorithm: "plot_nf_heatmap"
8396   output-file-type: ".html"
8397   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
8398   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8399   filter: "'NIC_Intel-XXV710' and
8400            'NF_DENSITY' and
8401            'VHOST' and
8402            'VXLAN' and
8403            'CHAIN' and
8404            'IMIX' and
8405            '2T1C' and
8406            'NDRPDR'"
8407   parameters:
8408   - "throughput"
8409   - "name"
8410   - "tags"
8411   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8412   x-axis: "X = VNFs per Service Chain"
8413   y-axis: "Y = Number of Service Chains"
8414   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8415   layout:
8416     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8417     layout: "plot-service-density"
8418
8419 - type: "plot"
8420   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8421   algorithm: "plot_nf_heatmap"
8422   output-file-type: ".html"
8423   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
8424   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8425   filter: "'NIC_Intel-XXV710' and
8426            'NF_DENSITY' and
8427            'VHOST' and
8428            'VXLAN' and
8429            'CHAIN' and
8430            'IMIX' and
8431            '4T2C' and
8432            'NDRPDR'"
8433   parameters:
8434   - "throughput"
8435   - "name"
8436   - "tags"
8437   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8438   x-axis: "X = VNFs per Service Chain"
8439   y-axis: "Y = Number of Service Chains"
8440   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8441   layout:
8442     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8443     layout: "plot-service-density"
8444
8445 - type: "plot"
8446   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8447   algorithm: "plot_nf_heatmap"
8448   output-file-type: ".html"
8449   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
8450   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8451   filter: "'NIC_Intel-XXV710' and
8452            'NF_DENSITY' and
8453            'VHOST' and
8454            'VXLAN' and
8455            'CHAIN' and
8456            'IMIX' and
8457            '8T4C' and
8458            'NDRPDR'"
8459   parameters:
8460   - "throughput"
8461   - "name"
8462   - "tags"
8463   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8464   x-axis: "X = VNFs per Service Chain"
8465   y-axis: "Y = Number of Service Chains"
8466   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8467   layout:
8468     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
8469     layout: "plot-service-density"
8470
8471 # Plots - NF Density - VSC - PDR IMIX
8472 - type: "plot"
8473   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8474   algorithm: "plot_nf_heatmap"
8475   output-file-type: ".html"
8476   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
8477   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8478   filter: "'NIC_Intel-XXV710' and
8479            'NF_DENSITY' and
8480            'VHOST' and
8481            'VXLAN' and
8482            'CHAIN' and
8483            'IMIX' and
8484            '2T1C' and
8485            'NDRPDR'"
8486   parameters:
8487   - "throughput"
8488   - "name"
8489   - "tags"
8490   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8491   x-axis: "X = VNFs per Service Chain"
8492   y-axis: "Y = Number of Service Chains"
8493   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8494   layout:
8495     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8496     layout: "plot-service-density"
8497
8498 - type: "plot"
8499   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8500   algorithm: "plot_nf_heatmap"
8501   output-file-type: ".html"
8502   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
8503   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8504   filter: "'NIC_Intel-XXV710' and
8505            'NF_DENSITY' and
8506            'VHOST' and
8507            'VXLAN' and
8508            'CHAIN' and
8509            'IMIX' and
8510            '4T2C' and
8511            'NDRPDR'"
8512   parameters:
8513   - "throughput"
8514   - "name"
8515   - "tags"
8516   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8517   x-axis: "X = VNFs per Service Chain"
8518   y-axis: "Y = Number of Service Chains"
8519   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8520   layout:
8521     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8522     layout: "plot-service-density"
8523
8524 - type: "plot"
8525   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8526   algorithm: "plot_nf_heatmap"
8527   output-file-type: ".html"
8528   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
8529   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8530   filter: "'NIC_Intel-XXV710' and
8531            'NF_DENSITY' and
8532            'VHOST' and
8533            'VXLAN' and
8534            'CHAIN' and
8535            'IMIX' and
8536            '8T4C' and
8537            'NDRPDR'"
8538   parameters:
8539   - "throughput"
8540   - "name"
8541   - "tags"
8542   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8543   x-axis: "X = VNFs per Service Chain"
8544   y-axis: "Y = Number of Service Chains"
8545   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8546   layout:
8547     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
8548     layout: "plot-service-density"
8549
8550 ###############################################################################
8551
8552 # Plots - NF Density - CSC - MRR IMIX
8553 - type: "plot"
8554   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8555   algorithm: "plot_nf_heatmap"
8556   output-file-type: ".html"
8557   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8558   data: "plot-vpp-nfv-2n-skx-mrr"
8559   filter: "'NIC_Intel-XXV710' and
8560            'NF_DENSITY' and
8561            'DOCKER' and
8562            'CHAIN' and
8563            'NF_VPPIP4' and
8564            'IMIX' and
8565            '2T1C' and
8566            'MRR'"
8567   parameters:
8568   - "result"
8569   - "name"
8570   - "tags"
8571   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8572   x-axis: "X = CNFs per Service Chain"
8573   y-axis: "Y = Number of Service Chains"
8574   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8575   layout:
8576     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8577     layout: "plot-service-density"
8578
8579 - type: "plot"
8580   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8581   algorithm: "plot_nf_heatmap"
8582   output-file-type: ".html"
8583   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8584   data: "plot-vpp-nfv-2n-skx-mrr"
8585   filter: "'NIC_Intel-XXV710' and
8586            'NF_DENSITY' and
8587            'DOCKER' and
8588            'CHAIN' and
8589            'NF_VPPIP4' and
8590            'IMIX' and
8591            '4T2C' and
8592            'MRR'"
8593   parameters:
8594   - "result"
8595   - "name"
8596   - "tags"
8597   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8598   x-axis: "X = CNFs per Service Chain"
8599   y-axis: "Y = Number of Service Chains"
8600   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8601   layout:
8602     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8603     layout: "plot-service-density"
8604
8605 - type: "plot"
8606   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8607   algorithm: "plot_nf_heatmap"
8608   output-file-type: ".html"
8609   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8610   data: "plot-vpp-nfv-2n-skx-mrr"
8611   filter: "'NIC_Intel-XXV710' and
8612            'NF_DENSITY' and
8613            'DOCKER' and
8614            'CHAIN' and
8615            'NF_VPPIP4' and
8616            'IMIX' and
8617            '8T4C' and
8618            'MRR'"
8619   parameters:
8620   - "result"
8621   - "name"
8622   - "tags"
8623   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8624   x-axis: "X = CNFs per Service Chain"
8625   y-axis: "Y = Number of Service Chains"
8626   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8627   layout:
8628     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8629     layout: "plot-service-density"
8630
8631 # Plots - NF Density - CSC - NDR IMIX
8632 - type: "plot"
8633   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8634   algorithm: "plot_nf_heatmap"
8635   output-file-type: ".html"
8636   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8637   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8638   filter: "'NIC_Intel-XXV710' and
8639            'NF_DENSITY' and
8640            'DOCKER' and
8641            'CHAIN' and
8642            'NF_VPPIP4' and
8643            'IMIX' and
8644            '2T1C' and
8645            'NDRPDR'"
8646   parameters:
8647   - "throughput"
8648   - "name"
8649   - "tags"
8650   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8651   x-axis: "X = CNFs per Service Chain"
8652   y-axis: "Y = Number of Service Chains"
8653   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8654   layout:
8655     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8656     layout: "plot-service-density"
8657
8658 - type: "plot"
8659   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8660   algorithm: "plot_nf_heatmap"
8661   output-file-type: ".html"
8662   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8663   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8664   filter: "'NIC_Intel-XXV710' and
8665            'NF_DENSITY' and
8666            'DOCKER' and
8667            'CHAIN' and
8668            'NF_VPPIP4' and
8669            'IMIX' and
8670            '4T2C' and
8671            'NDRPDR'"
8672   parameters:
8673   - "throughput"
8674   - "name"
8675   - "tags"
8676   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8677   x-axis: "X = CNFs per Service Chain"
8678   y-axis: "Y = Number of Service Chains"
8679   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8680   layout:
8681     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8682     layout: "plot-service-density"
8683
8684 - type: "plot"
8685   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8686   algorithm: "plot_nf_heatmap"
8687   output-file-type: ".html"
8688   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8689   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8690   filter: "'NIC_Intel-XXV710' and
8691            'NF_DENSITY' and
8692            'DOCKER' and
8693            'CHAIN' and
8694            'NF_VPPIP4' and
8695            'IMIX' and
8696            '8T4C' and
8697            'NDRPDR'"
8698   parameters:
8699   - "throughput"
8700   - "name"
8701   - "tags"
8702   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8703   x-axis: "X = CNFs per Service Chain"
8704   y-axis: "Y = Number of Service Chains"
8705   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8706   layout:
8707     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8708     layout: "plot-service-density"
8709
8710 # Plots - NF Density - CSC - PDR IMIX
8711 - type: "plot"
8712   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8713   algorithm: "plot_nf_heatmap"
8714   output-file-type: ".html"
8715   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8716   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8717   filter: "'NIC_Intel-XXV710' and
8718            'NF_DENSITY' and
8719            'DOCKER' and
8720            'CHAIN' and
8721            'NF_VPPIP4' and
8722            'IMIX' and
8723            '2T1C' and
8724            'NDRPDR'"
8725   parameters:
8726   - "throughput"
8727   - "name"
8728   - "tags"
8729   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8730   x-axis: "X = CNFs per Service Chain"
8731   y-axis: "Y = Number of Service Chains"
8732   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8733   layout:
8734     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8735     layout: "plot-service-density"
8736
8737 - type: "plot"
8738   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8739   algorithm: "plot_nf_heatmap"
8740   output-file-type: ".html"
8741   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8742   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8743   filter: "'NIC_Intel-XXV710' and
8744            'NF_DENSITY' and
8745            'DOCKER' and
8746            'CHAIN' and
8747            'NF_VPPIP4' and
8748            'IMIX' and
8749            '4T2C' and
8750            'NDRPDR'"
8751   parameters:
8752   - "throughput"
8753   - "name"
8754   - "tags"
8755   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8756   x-axis: "X = CNFs per Service Chain"
8757   y-axis: "Y = Number of Service Chains"
8758   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8759   layout:
8760     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8761     layout: "plot-service-density"
8762
8763 - type: "plot"
8764   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8765   algorithm: "plot_nf_heatmap"
8766   output-file-type: ".html"
8767   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8768   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8769   filter: "'NIC_Intel-XXV710' and
8770            'NF_DENSITY' and
8771            'DOCKER' and
8772            'CHAIN' and
8773            'NF_VPPIP4' and
8774            'IMIX' and
8775            '8T4C' and
8776            'NDRPDR'"
8777   parameters:
8778   - "throughput"
8779   - "name"
8780   - "tags"
8781   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8782   x-axis: "X = CNFs per Service Chain"
8783   y-axis: "Y = Number of Service Chains"
8784   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8785   layout:
8786     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8787     layout: "plot-service-density"
8788
8789 ################################################################################
8790 #
8791 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8792 #- type: "plot"
8793 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8794 #  algorithm: "plot_nf_heatmap"
8795 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8796 #  data: "plot-vpp-nfv-3n-skx-mrr"
8797 #  filter: "'NIC_Intel-XXV710' and
8798 #           'NF_DENSITY' and
8799 #           'DOCKER' and
8800 #           'CHAIN' and
8801 #           'NF_VPPIP4' and
8802 #           'IPSEC' and
8803 #           'TNL_4' and
8804 #           'IMIX' and
8805 #           '2T1C' and
8806 #           'MRR'"
8807 #  parameters:
8808 #  - "result"
8809 #  - "name"
8810 #  - "tags"
8811 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8812 #  x-axis: "X = CNFs per Service Chain"
8813 #  y-axis: "Y = Number of Service Chains"
8814 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8815 #  layout:
8816 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8817 #    layout: "plot-service-density"
8818 #
8819 #- type: "plot"
8820 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8821 #  algorithm: "plot_nf_heatmap"
8822 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8823 #  data: "plot-vpp-nfv-3n-skx-mrr"
8824 #  filter: "'NIC_Intel-XXV710' and
8825 #           'NF_DENSITY' and
8826 #           'DOCKER' and
8827 #           'CHAIN' and
8828 #           'NF_VPPIP4' and
8829 #           'IPSEC' and
8830 #           'TNL_4' and
8831 #           'IMIX' and
8832 #           '4T2C' and
8833 #           'MRR'"
8834 #  parameters:
8835 #  - "result"
8836 #  - "name"
8837 #  - "tags"
8838 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8839 #  x-axis: "X = CNFs per Service Chain"
8840 #  y-axis: "Y = Number of Service Chains"
8841 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8842 #  layout:
8843 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8844 #    layout: "plot-service-density"
8845 #
8846 #- type: "plot"
8847 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8848 #  algorithm: "plot_nf_heatmap"
8849 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8850 #  data: "plot-vpp-nfv-3n-skx-mrr"
8851 #  filter: "'NIC_Intel-XXV710' and
8852 #           'NF_DENSITY' and
8853 #           'DOCKER' and
8854 #           'CHAIN' and
8855 #           'NF_VPPIP4' and
8856 #           'IPSEC' and
8857 #           'TNL_4' and
8858 #           'IMIX' and
8859 #           '8T4C' and
8860 #           'MRR'"
8861 #  parameters:
8862 #  - "result"
8863 #  - "name"
8864 #  - "tags"
8865 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8866 #  x-axis: "X = CNFs per Service Chain"
8867 #  y-axis: "Y = Number of Service Chains"
8868 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8869 #  layout:
8870 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8871 #    layout: "plot-service-density"
8872
8873 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8874 #- type: "plot"
8875 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8876 #  algorithm: "plot_nf_heatmap"
8877 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8878 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8879 #  filter: "'NIC_Intel-XXV710' and
8880 #           'NF_DENSITY' and
8881 #           'DOCKER' and
8882 #           'CHAIN' and
8883 #           'NF_VPPIP4' and
8884 #           'IPSEC' and
8885 #           'TNL_4' and
8886 #           'IMIX' and
8887 #           '2T1C' and
8888 #           'NDRPDR'"
8889 #  parameters:
8890 #  - "throughput"
8891 #  - "name"
8892 #  - "tags"
8893 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8894 #  x-axis: "X = CNFs per Service Chain"
8895 #  y-axis: "Y = Number of Service Chains"
8896 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8897 #  layout:
8898 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8899 #    layout: "plot-service-density"
8900 #
8901 #- type: "plot"
8902 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8903 #  algorithm: "plot_nf_heatmap"
8904 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8905 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8906 #  filter: "'NIC_Intel-XXV710' and
8907 #           'NF_DENSITY' and
8908 #           'DOCKER' and
8909 #           'CHAIN' and
8910 #           'NF_VPPIP4' and
8911 #           'IPSEC' and
8912 #           'TNL_4' and
8913 #           'IMIX' and
8914 #           '4T2C' and
8915 #           'NDRPDR'"
8916 #  parameters:
8917 #  - "throughput"
8918 #  - "name"
8919 #  - "tags"
8920 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8921 #  x-axis: "X = CNFs per Service Chain"
8922 #  y-axis: "Y = Number of Service Chains"
8923 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8924 #  layout:
8925 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8926 #    layout: "plot-service-density"
8927 #
8928 #- type: "plot"
8929 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8930 #  algorithm: "plot_nf_heatmap"
8931 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8932 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8933 #  filter: "'NIC_Intel-XXV710' and
8934 #           'NF_DENSITY' and
8935 #           'DOCKER' and
8936 #           'CHAIN' and
8937 #           'NF_VPPIP4' and
8938 #           'IPSEC' and
8939 #           'TNL_4' and
8940 #           'IMIX' and
8941 #           '8T4C' and
8942 #           'NDRPDR'"
8943 #  parameters:
8944 #  - "throughput"
8945 #  - "name"
8946 #  - "tags"
8947 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8948 #  x-axis: "X = CNFs per Service Chain"
8949 #  y-axis: "Y = Number of Service Chains"
8950 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8951 #  layout:
8952 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8953 #    layout: "plot-service-density"
8954 #
8955 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8956 #- type: "plot"
8957 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8958 #  algorithm: "plot_nf_heatmap"
8959 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8960 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8961 #  filter: "'NIC_Intel-XXV710' and
8962 #           'NF_DENSITY' and
8963 #           'DOCKER' and
8964 #           'CHAIN' and
8965 #           'NF_VPPIP4' and
8966 #           'IPSEC' and
8967 #           'TNL_4' and
8968 #           'IMIX' and
8969 #           '2T1C' and
8970 #           'NDRPDR'"
8971 #  parameters:
8972 #  - "throughput"
8973 #  - "name"
8974 #  - "tags"
8975 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8976 #  x-axis: "X = CNFs per Service Chain"
8977 #  y-axis: "Y = Number of Service Chains"
8978 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8979 #  layout:
8980 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8981 #    layout: "plot-service-density"
8982 #
8983 #- type: "plot"
8984 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8985 #  algorithm: "plot_nf_heatmap"
8986 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8987 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8988 #  filter: "'NIC_Intel-XXV710' and
8989 #           'NF_DENSITY' and
8990 #           'DOCKER' and
8991 #           'CHAIN' and
8992 #           'NF_VPPIP4' and
8993 #           'IPSEC' and
8994 #           'TNL_4' and
8995 #           'IMIX' and
8996 #           '4T2C' and
8997 #           'NDRPDR'"
8998 #  parameters:
8999 #  - "throughput"
9000 #  - "name"
9001 #  - "tags"
9002 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9003 #  x-axis: "X = CNFs per Service Chain"
9004 #  y-axis: "Y = Number of Service Chains"
9005 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9006 #  layout:
9007 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9008 #    layout: "plot-service-density"
9009 #
9010 #- type: "plot"
9011 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9012 #  algorithm: "plot_nf_heatmap"
9013 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
9014 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9015 #  filter: "'NIC_Intel-XXV710' and
9016 #           'NF_DENSITY' and
9017 #           'DOCKER' and
9018 #           'CHAIN' and
9019 #           'NF_VPPIP4' and
9020 #           'IPSEC' and
9021 #           'TNL_4' and
9022 #           'IMIX' and
9023 #           '8T4C' and
9024 #           'NDRPDR'"
9025 #  parameters:
9026 #  - "throughput"
9027 #  - "name"
9028 #  - "tags"
9029 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9030 #  x-axis: "X = CNFs per Service Chain"
9031 #  y-axis: "Y = Number of Service Chains"
9032 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9033 #  layout:
9034 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9035 #    layout: "plot-service-density"
9036
9037 ###############################################################################
9038
9039 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
9040 #- type: "plot"
9041 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9042 #  algorithm: "plot_nf_heatmap"
9043 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
9044 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9045 #  filter: "'NIC_Intel-XL710' and
9046 #           'NF_DENSITY' and
9047 #           'DOCKER' and
9048 #           'CHAIN' and
9049 #           'NF_VPPIP4' and
9050 #           'IMIX' and
9051 #           'TNL_4' and
9052 #           '1T1C' and
9053 #           'MRR'"
9054 #  parameters:
9055 #  - "result"
9056 #  - "name"
9057 #  - "tags"
9058 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9059 #  x-axis: "X = CNFs per Service Chain"
9060 #  y-axis: "Y = Number of Service Chains"
9061 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9062 #  layout:
9063 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9064 #    layout: "plot-service-density"
9065 #
9066 #- type: "plot"
9067 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9068 #  algorithm: "plot_nf_heatmap"
9069 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
9070 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9071 #  filter: "'NIC_Intel-XL710' and
9072 #           'NF_DENSITY' and
9073 #           'DOCKER' and
9074 #           'CHAIN' and
9075 #           'NF_VPPIP4' and
9076 #           'IPSEC' and
9077 #           'TNL_4' and
9078 #           'IMIX' and
9079 #           '2T2C' and
9080 #           'MRR'"
9081 #  parameters:
9082 #  - "result"
9083 #  - "name"
9084 #  - "tags"
9085 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9086 #  x-axis: "X = CNFs per Service Chain"
9087 #  y-axis: "Y = Number of Service Chains"
9088 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9089 #  layout:
9090 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9091 #    layout: "plot-service-density"
9092 #
9093 #- type: "plot"
9094 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9095 #  algorithm: "plot_nf_heatmap"
9096 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
9097 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9098 #  filter: "'NIC_Intel-XL710' and
9099 #           'NF_DENSITY' and
9100 #           'DOCKER' and
9101 #           'CHAIN' and
9102 #           'NF_VPPIP4' and
9103 #           'IPSEC' and
9104 #           'TNL_4' and
9105 #           'IMIX' and
9106 #           '4T4C' and
9107 #           'MRR'"
9108 #  parameters:
9109 #  - "result"
9110 #  - "name"
9111 #  - "tags"
9112 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9113 #  x-axis: "X = CNFs per Service Chain"
9114 #  y-axis: "Y = Number of Service Chains"
9115 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9116 #  layout:
9117 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
9118 #    layout: "plot-service-density"
9119
9120 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
9121 #- type: "plot"
9122 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9123 #  algorithm: "plot_nf_heatmap"
9124 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
9125 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9126 #  filter: "'NIC_Intel-XL710' and
9127 #           'NF_DENSITY' and
9128 #           'DOCKER' and
9129 #           'CHAIN' and
9130 #           'NF_VPPIP4' and
9131 #           'IPSEC' and
9132 #           'TNL_4' and
9133 #           'IMIX' and
9134 #           '1T1C' and
9135 #           'NDRPDR'"
9136 #  parameters:
9137 #  - "throughput"
9138 #  - "name"
9139 #  - "tags"
9140 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9141 #  x-axis: "X = CNFs per Service Chain"
9142 #  y-axis: "Y = Number of Service Chains"
9143 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9144 #  layout:
9145 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9146 #    layout: "plot-service-density"
9147 #
9148 #- type: "plot"
9149 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9150 #  algorithm: "plot_nf_heatmap"
9151 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
9152 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9153 #  filter: "'NIC_Intel-XL710' and
9154 #           'NF_DENSITY' and
9155 #           'DOCKER' and
9156 #           'CHAIN' and
9157 #           'NF_VPPIP4' and
9158 #           'IPSEC' and
9159 #           'TNL_4' and
9160 #           'IMIX' and
9161 #           '2T2C' and
9162 #           'NDRPDR'"
9163 #  parameters:
9164 #  - "throughput"
9165 #  - "name"
9166 #  - "tags"
9167 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9168 #  x-axis: "X = CNFs per Service Chain"
9169 #  y-axis: "Y = Number of Service Chains"
9170 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9171 #  layout:
9172 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9173 #    layout: "plot-service-density"
9174 #
9175 #- type: "plot"
9176 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9177 #  algorithm: "plot_nf_heatmap"
9178 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
9179 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9180 #  filter: "'NIC_Intel-XL710' and
9181 #           'NF_DENSITY' and
9182 #           'DOCKER' and
9183 #           'CHAIN' and
9184 #           'NF_VPPIP4' and
9185 #           'IPSEC' and
9186 #           'TNL_4' and
9187 #           'IMIX' and
9188 #           '4T4C' and
9189 #           'NDRPDR'"
9190 #  parameters:
9191 #  - "throughput"
9192 #  - "name"
9193 #  - "tags"
9194 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9195 #  x-axis: "X = CNFs per Service Chain"
9196 #  y-axis: "Y = Number of Service Chains"
9197 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9198 #  layout:
9199 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
9200 #    layout: "plot-service-density"
9201 #
9202 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
9203 #- type: "plot"
9204 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9205 #  algorithm: "plot_nf_heatmap"
9206 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
9207 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9208 #  filter: "'NIC_Intel-XL710' and
9209 #           'NF_DENSITY' and
9210 #           'DOCKER' and
9211 #           'CHAIN' and
9212 #           'NF_VPPIP4' and
9213 #           'IPSEC' and
9214 #           'TNL_4' and
9215 #           'IMIX' and
9216 #           '1T1C' and
9217 #           'NDRPDR'"
9218 #  parameters:
9219 #  - "throughput"
9220 #  - "name"
9221 #  - "tags"
9222 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9223 #  x-axis: "X = CNFs per Service Chain"
9224 #  y-axis: "Y = Number of Service Chains"
9225 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9226 #  layout:
9227 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9228 #    layout: "plot-service-density"
9229 #
9230 #- type: "plot"
9231 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9232 #  algorithm: "plot_nf_heatmap"
9233 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
9234 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9235 #  filter: "'NIC_Intel-XL710' and
9236 #           'NF_DENSITY' and
9237 #           'DOCKER' and
9238 #           'CHAIN' and
9239 #           'NF_VPPIP4' and
9240 #           'IPSEC' and
9241 #           'TNL_4' and
9242 #           'IMIX' and
9243 #           '2T2C' and
9244 #           'NDRPDR'"
9245 #  parameters:
9246 #  - "throughput"
9247 #  - "name"
9248 #  - "tags"
9249 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9250 #  x-axis: "X = CNFs per Service Chain"
9251 #  y-axis: "Y = Number of Service Chains"
9252 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9253 #  layout:
9254 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9255 #    layout: "plot-service-density"
9256 #
9257 #- type: "plot"
9258 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9259 #  algorithm: "plot_nf_heatmap"
9260 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
9261 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9262 #  filter: "'NIC_Intel-XL710' and
9263 #           'NF_DENSITY' and
9264 #           'DOCKER' and
9265 #           'CHAIN' and
9266 #           'NF_VPPIP4' and
9267 #           'IPSEC' and
9268 #           'TNL_4' and
9269 #           'IMIX' and
9270 #           '4T4C' and
9271 #           'NDRPDR'"
9272 #  parameters:
9273 #  - "throughput"
9274 #  - "name"
9275 #  - "tags"
9276 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9277 #  x-axis: "X = CNFs per Service Chain"
9278 #  y-axis: "Y = Number of Service Chains"
9279 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9280 #  layout:
9281 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
9282 #    layout: "plot-service-density"
9283
9284 ###############################################################################
9285
9286 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9287 #- type: "plot"
9288 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9289 #  algorithm: "plot_nf_heatmap"
9290 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
9291 #  data: "plot-vpp-nfv-3n-skx-mrr"
9292 #  filter: "'NIC_Intel-XXV710' and
9293 #           'NF_DENSITY' and
9294 #           'DOCKER' and
9295 #           'CHAIN' and
9296 #           'NF_VPPIP4' and
9297 #           'IPSEC' and
9298 #           'TNL_1000' and
9299 #           'IMIX' and
9300 #           '2T1C' and
9301 #           'MRR'"
9302 #  parameters:
9303 #  - "result"
9304 #  - "name"
9305 #  - "tags"
9306 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9307 #  x-axis: "X = CNFs per Service Chain"
9308 #  y-axis: "Y = Number of Service Chains"
9309 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9310 #  layout:
9311 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9312 #    layout: "plot-service-density"
9313 #
9314 #- type: "plot"
9315 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9316 #  algorithm: "plot_nf_heatmap"
9317 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
9318 #  data: "plot-vpp-nfv-3n-skx-mrr"
9319 #  filter: "'NIC_Intel-XXV710' and
9320 #           'NF_DENSITY' and
9321 #           'DOCKER' and
9322 #           'CHAIN' and
9323 #           'NF_VPPIP4' and
9324 #           'IPSEC' and
9325 #           'TNL_1000' and
9326 #           'IMIX' and
9327 #           '4T2C' and
9328 #           'MRR'"
9329 #  parameters:
9330 #  - "result"
9331 #  - "name"
9332 #  - "tags"
9333 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9334 #  x-axis: "X = CNFs per Service Chain"
9335 #  y-axis: "Y = Number of Service Chains"
9336 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9337 #  layout:
9338 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9339 #    layout: "plot-service-density"
9340 #
9341 #- type: "plot"
9342 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9343 #  algorithm: "plot_nf_heatmap"
9344 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
9345 #  data: "plot-vpp-nfv-3n-skx-mrr"
9346 #  filter: "'NIC_Intel-XXV710' and
9347 #           'NF_DENSITY' and
9348 #           'DOCKER' and
9349 #           'CHAIN' and
9350 #           'NF_VPPIP4' and
9351 #           'IPSEC' and
9352 #           'TNL_1000' and
9353 #           'IMIX' and
9354 #           '8T4C' and
9355 #           'MRR'"
9356 #  parameters:
9357 #  - "result"
9358 #  - "name"
9359 #  - "tags"
9360 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9361 #  x-axis: "X = CNFs per Service Chain"
9362 #  y-axis: "Y = Number of Service Chains"
9363 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9364 #  layout:
9365 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9366 #    layout: "plot-service-density"
9367
9368 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9369 #- type: "plot"
9370 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9371 #  algorithm: "plot_nf_heatmap"
9372 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
9373 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9374 #  filter: "'NIC_Intel-XXV710' and
9375 #           'NF_DENSITY' and
9376 #           'DOCKER' and
9377 #           'CHAIN' and
9378 #           'NF_VPPIP4' and
9379 #           'IPSEC' and
9380 #           'TNL_1000' and
9381 #           'IMIX' and
9382 #           '2T1C' and
9383 #           'NDRPDR'"
9384 #  parameters:
9385 #  - "throughput"
9386 #  - "name"
9387 #  - "tags"
9388 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9389 #  x-axis: "X = CNFs per Service Chain"
9390 #  y-axis: "Y = Number of Service Chains"
9391 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9392 #  layout:
9393 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9394 #    layout: "plot-service-density"
9395 #
9396 #- type: "plot"
9397 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9398 #  algorithm: "plot_nf_heatmap"
9399 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9400 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9401 #  filter: "'NIC_Intel-XXV710' and
9402 #           'NF_DENSITY' and
9403 #           'DOCKER' and
9404 #           'CHAIN' and
9405 #           'NF_VPPIP4' and
9406 #           'IPSEC' and
9407 #           'TNL_1000' and
9408 #           'IMIX' and
9409 #           '4T2C' and
9410 #           'NDRPDR'"
9411 #  parameters:
9412 #  - "throughput"
9413 #  - "name"
9414 #  - "tags"
9415 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9416 #  x-axis: "X = CNFs per Service Chain"
9417 #  y-axis: "Y = Number of Service Chains"
9418 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9419 #  layout:
9420 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9421 #    layout: "plot-service-density"
9422 #
9423 #- type: "plot"
9424 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9425 #  algorithm: "plot_nf_heatmap"
9426 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9427 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9428 #  filter: "'NIC_Intel-XXV710' and
9429 #           'NF_DENSITY' and
9430 #           'DOCKER' and
9431 #           'CHAIN' and
9432 #           'NF_VPPIP4' and
9433 #           'IPSEC' and
9434 #           'TNL_1000' and
9435 #           'IMIX' and
9436 #           '8T4C' and
9437 #           'NDRPDR'"
9438 #  parameters:
9439 #  - "throughput"
9440 #  - "name"
9441 #  - "tags"
9442 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9443 #  x-axis: "X = CNFs per Service Chain"
9444 #  y-axis: "Y = Number of Service Chains"
9445 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9446 #  layout:
9447 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9448 #    layout: "plot-service-density"
9449 #
9450 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9451 #- type: "plot"
9452 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9453 #  algorithm: "plot_nf_heatmap"
9454 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9455 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9456 #  filter: "'NIC_Intel-XXV710' and
9457 #           'NF_DENSITY' and
9458 #           'DOCKER' and
9459 #           'CHAIN' and
9460 #           'NF_VPPIP4' and
9461 #           'IPSEC' and
9462 #           'TNL_1000' and
9463 #           'IMIX' and
9464 #           '2T1C' and
9465 #           'NDRPDR'"
9466 #  parameters:
9467 #  - "throughput"
9468 #  - "name"
9469 #  - "tags"
9470 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9471 #  x-axis: "X = CNFs per Service Chain"
9472 #  y-axis: "Y = Number of Service Chains"
9473 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9474 #  layout:
9475 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9476 #    layout: "plot-service-density"
9477 #
9478 #- type: "plot"
9479 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9480 #  algorithm: "plot_nf_heatmap"
9481 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9482 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9483 #  filter: "'NIC_Intel-XXV710' and
9484 #           'NF_DENSITY' and
9485 #           'DOCKER' and
9486 #           'CHAIN' and
9487 #           'NF_VPPIP4' and
9488 #           'IPSEC' and
9489 #           'TNL_1000' and
9490 #           'IMIX' and
9491 #           '4T2C' and
9492 #           'NDRPDR'"
9493 #  parameters:
9494 #  - "throughput"
9495 #  - "name"
9496 #  - "tags"
9497 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9498 #  x-axis: "X = CNFs per Service Chain"
9499 #  y-axis: "Y = Number of Service Chains"
9500 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9501 #  layout:
9502 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9503 #    layout: "plot-service-density"
9504 #
9505 #- type: "plot"
9506 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9507 #  algorithm: "plot_nf_heatmap"
9508 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9509 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9510 #  filter: "'NIC_Intel-XXV710' and
9511 #           'NF_DENSITY' and
9512 #           'DOCKER' and
9513 #           'CHAIN' and
9514 #           'NF_VPPIP4' and
9515 #           'IPSEC' and
9516 #           'TNL_1000' and
9517 #           'IMIX' and
9518 #           '8T4C' and
9519 #           'NDRPDR'"
9520 #  parameters:
9521 #  - "throughput"
9522 #  - "name"
9523 #  - "tags"
9524 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9525 #  x-axis: "X = CNFs per Service Chain"
9526 #  y-axis: "Y = Number of Service Chains"
9527 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9528 #  layout:
9529 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9530 #    layout: "plot-service-density"
9531
9532 ###############################################################################
9533
9534 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9535 #- type: "plot"
9536 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9537 #  algorithm: "plot_nf_heatmap"
9538 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9539 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9540 #  filter: "'NIC_Intel-XL710' and
9541 #           'NF_DENSITY' and
9542 #           'DOCKER' and
9543 #           'CHAIN' and
9544 #           'NF_VPPIP4' and
9545 #           'IMIX' and
9546 #           'TNL_1000' and
9547 #           '1T1C' and
9548 #           'MRR'"
9549 #  parameters:
9550 #  - "result"
9551 #  - "name"
9552 #  - "tags"
9553 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9554 #  x-axis: "X = CNFs per Service Chain"
9555 #  y-axis: "Y = Number of Service Chains"
9556 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9557 #  layout:
9558 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9559 #    layout: "plot-service-density"
9560 #
9561 #- type: "plot"
9562 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9563 #  algorithm: "plot_nf_heatmap"
9564 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9565 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9566 #  filter: "'NIC_Intel-XL710' and
9567 #           'NF_DENSITY' and
9568 #           'DOCKER' and
9569 #           'CHAIN' and
9570 #           'NF_VPPIP4' and
9571 #           'IPSEC' and
9572 #           'TNL_1000' and
9573 #           'IMIX' and
9574 #           '2T2C' and
9575 #           'MRR'"
9576 #  parameters:
9577 #  - "result"
9578 #  - "name"
9579 #  - "tags"
9580 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9581 #  x-axis: "X = CNFs per Service Chain"
9582 #  y-axis: "Y = Number of Service Chains"
9583 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9584 #  layout:
9585 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9586 #    layout: "plot-service-density"
9587 #
9588 #- type: "plot"
9589 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9590 #  algorithm: "plot_nf_heatmap"
9591 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9592 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9593 #  filter: "'NIC_Intel-XL710' and
9594 #           'NF_DENSITY' and
9595 #           'DOCKER' and
9596 #           'CHAIN' and
9597 #           'NF_VPPIP4' and
9598 #           'IPSEC' and
9599 #           'TNL_1000' and
9600 #           'IMIX' and
9601 #           '4T4C' and
9602 #           'MRR'"
9603 #  parameters:
9604 #  - "result"
9605 #  - "name"
9606 #  - "tags"
9607 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9608 #  x-axis: "X = CNFs per Service Chain"
9609 #  y-axis: "Y = Number of Service Chains"
9610 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9611 #  layout:
9612 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9613 #    layout: "plot-service-density"
9614
9615 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9616 #- type: "plot"
9617 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9618 #  algorithm: "plot_nf_heatmap"
9619 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9620 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9621 #  filter: "'NIC_Intel-XL710' and
9622 #           'NF_DENSITY' and
9623 #           'DOCKER' and
9624 #           'CHAIN' and
9625 #           'NF_VPPIP4' and
9626 #           'IPSEC' and
9627 #           'TNL_1000' and
9628 #           'IMIX' and
9629 #           '1T1C' and
9630 #           'NDRPDR'"
9631 #  parameters:
9632 #  - "throughput"
9633 #  - "name"
9634 #  - "tags"
9635 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9636 #  x-axis: "X = CNFs per Service Chain"
9637 #  y-axis: "Y = Number of Service Chains"
9638 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9639 #  layout:
9640 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9641 #    layout: "plot-service-density"
9642 #
9643 #- type: "plot"
9644 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9645 #  algorithm: "plot_nf_heatmap"
9646 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9647 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9648 #  filter: "'NIC_Intel-XL710' and
9649 #           'NF_DENSITY' and
9650 #           'DOCKER' and
9651 #           'CHAIN' and
9652 #           'NF_VPPIP4' and
9653 #           'IPSEC' and
9654 #           'TNL_1000' and
9655 #           'IMIX' and
9656 #           '2T2C' and
9657 #           'NDRPDR'"
9658 #  parameters:
9659 #  - "throughput"
9660 #  - "name"
9661 #  - "tags"
9662 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9663 #  x-axis: "X = CNFs per Service Chain"
9664 #  y-axis: "Y = Number of Service Chains"
9665 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9666 #  layout:
9667 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9668 #    layout: "plot-service-density"
9669 #
9670 #- type: "plot"
9671 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9672 #  algorithm: "plot_nf_heatmap"
9673 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9674 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9675 #  filter: "'NIC_Intel-XL710' and
9676 #           'NF_DENSITY' and
9677 #           'DOCKER' and
9678 #           'CHAIN' and
9679 #           'NF_VPPIP4' and
9680 #           'IPSEC' and
9681 #           'TNL_1000' and
9682 #           'IMIX' and
9683 #           '4T4C' and
9684 #           'NDRPDR'"
9685 #  parameters:
9686 #  - "throughput"
9687 #  - "name"
9688 #  - "tags"
9689 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9690 #  x-axis: "X = CNFs per Service Chain"
9691 #  y-axis: "Y = Number of Service Chains"
9692 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9693 #  layout:
9694 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9695 #    layout: "plot-service-density"
9696 #
9697 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9698 #- type: "plot"
9699 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9700 #  algorithm: "plot_nf_heatmap"
9701 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9702 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9703 #  filter: "'NIC_Intel-XL710' and
9704 #           'NF_DENSITY' and
9705 #           'DOCKER' and
9706 #           'CHAIN' and
9707 #           'NF_VPPIP4' and
9708 #           'IPSEC' and
9709 #           'TNL_1000' and
9710 #           'IMIX' and
9711 #           '1T1C' and
9712 #           'NDRPDR'"
9713 #  parameters:
9714 #  - "throughput"
9715 #  - "name"
9716 #  - "tags"
9717 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9718 #  x-axis: "X = CNFs per Service Chain"
9719 #  y-axis: "Y = Number of Service Chains"
9720 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9721 #  layout:
9722 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9723 #    layout: "plot-service-density"
9724 #
9725 #- type: "plot"
9726 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9727 #  algorithm: "plot_nf_heatmap"
9728 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9729 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9730 #  filter: "'NIC_Intel-XL710' and
9731 #           'NF_DENSITY' and
9732 #           'DOCKER' and
9733 #           'CHAIN' and
9734 #           'NF_VPPIP4' and
9735 #           'IPSEC' and
9736 #           'TNL_1000' and
9737 #           'IMIX' and
9738 #           '2T2C' and
9739 #           'NDRPDR'"
9740 #  parameters:
9741 #  - "throughput"
9742 #  - "name"
9743 #  - "tags"
9744 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9745 #  x-axis: "X = CNFs per Service Chain"
9746 #  y-axis: "Y = Number of Service Chains"
9747 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9748 #  layout:
9749 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9750 #    layout: "plot-service-density"
9751 #
9752 #- type: "plot"
9753 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9754 #  algorithm: "plot_nf_heatmap"
9755 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9756 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9757 #  filter: "'NIC_Intel-XL710' and
9758 #           'NF_DENSITY' and
9759 #           'DOCKER' and
9760 #           'CHAIN' and
9761 #           'NF_VPPIP4' and
9762 #           'IPSEC' and
9763 #           'TNL_1000' and
9764 #           'IMIX' and
9765 #           '4T4C' and
9766 #           'NDRPDR'"
9767 #  parameters:
9768 #  - "throughput"
9769 #  - "name"
9770 #  - "tags"
9771 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9772 #  x-axis: "X = CNFs per Service Chain"
9773 #  y-axis: "Y = Number of Service Chains"
9774 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9775 #  layout:
9776 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9777 #    layout: "plot-service-density"
9778
9779 ###############################################################################
9780
9781 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9782 #- type: "plot"
9783 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9784 #  algorithm: "plot_nf_heatmap"
9785 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9786 #  data: "plot-vpp-nfv-3n-skx-mrr"
9787 #  filter: "'NIC_Intel-XXV710' and
9788 #           'NF_DENSITY' and
9789 #           'DOCKER' and
9790 #           'CHAIN' and
9791 #           'NF_VPPIP4' and
9792 #           'IPSEC' and
9793 #           'TNL_10000' and
9794 #           'IMIX' and
9795 #           '2T1C' and
9796 #           'MRR'"
9797 #  parameters:
9798 #  - "result"
9799 #  - "name"
9800 #  - "tags"
9801 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9802 #  x-axis: "X = CNFs per Service Chain"
9803 #  y-axis: "Y = Number of Service Chains"
9804 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9805 #  layout:
9806 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9807 #    layout: "plot-service-density"
9808 #
9809 #- type: "plot"
9810 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9811 #  algorithm: "plot_nf_heatmap"
9812 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9813 #  data: "plot-vpp-nfv-3n-skx-mrr"
9814 #  filter: "'NIC_Intel-XXV710' and
9815 #           'NF_DENSITY' and
9816 #           'DOCKER' and
9817 #           'CHAIN' and
9818 #           'NF_VPPIP4' and
9819 #           'IPSEC' and
9820 #           'TNL_10000' and
9821 #           'IMIX' and
9822 #           '4T2C' and
9823 #           'MRR'"
9824 #  parameters:
9825 #  - "result"
9826 #  - "name"
9827 #  - "tags"
9828 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9829 #  x-axis: "X = CNFs per Service Chain"
9830 #  y-axis: "Y = Number of Service Chains"
9831 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9832 #  layout:
9833 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9834 #    layout: "plot-service-density"
9835 #
9836 #- type: "plot"
9837 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9838 #  algorithm: "plot_nf_heatmap"
9839 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9840 #  data: "plot-vpp-nfv-3n-skx-mrr"
9841 #  filter: "'NIC_Intel-XXV710' and
9842 #           'NF_DENSITY' and
9843 #           'DOCKER' and
9844 #           'CHAIN' and
9845 #           'NF_VPPIP4' and
9846 #           'IPSEC' and
9847 #           'TNL_10000' and
9848 #           'IMIX' and
9849 #           '8T4C' and
9850 #           'MRR'"
9851 #  parameters:
9852 #  - "result"
9853 #  - "name"
9854 #  - "tags"
9855 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9856 #  x-axis: "X = CNFs per Service Chain"
9857 #  y-axis: "Y = Number of Service Chains"
9858 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9859 #  layout:
9860 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9861 #    layout: "plot-service-density"
9862
9863 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9864 #- type: "plot"
9865 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9866 #  algorithm: "plot_nf_heatmap"
9867 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9868 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9869 #  filter: "'NIC_Intel-XXV710' and
9870 #           'NF_DENSITY' and
9871 #           'DOCKER' and
9872 #           'CHAIN' and
9873 #           'NF_VPPIP4' and
9874 #           'IPSEC' and
9875 #           'TNL_10000' and
9876 #           'IMIX' and
9877 #           '2T1C' and
9878 #           'NDRPDR'"
9879 #  parameters:
9880 #  - "throughput"
9881 #  - "name"
9882 #  - "tags"
9883 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9884 #  x-axis: "X = CNFs per Service Chain"
9885 #  y-axis: "Y = Number of Service Chains"
9886 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9887 #  layout:
9888 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9889 #    layout: "plot-service-density"
9890 #
9891 #- type: "plot"
9892 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9893 #  algorithm: "plot_nf_heatmap"
9894 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9895 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9896 #  filter: "'NIC_Intel-XXV710' and
9897 #           'NF_DENSITY' and
9898 #           'DOCKER' and
9899 #           'CHAIN' and
9900 #           'NF_VPPIP4' and
9901 #           'IPSEC' and
9902 #           'TNL_10000' and
9903 #           'IMIX' and
9904 #           '4T2C' and
9905 #           'NDRPDR'"
9906 #  parameters:
9907 #  - "throughput"
9908 #  - "name"
9909 #  - "tags"
9910 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9911 #  x-axis: "X = CNFs per Service Chain"
9912 #  y-axis: "Y = Number of Service Chains"
9913 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9914 #  layout:
9915 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9916 #    layout: "plot-service-density"
9917 #
9918 #- type: "plot"
9919 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9920 #  algorithm: "plot_nf_heatmap"
9921 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9922 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9923 #  filter: "'NIC_Intel-XXV710' and
9924 #           'NF_DENSITY' and
9925 #           'DOCKER' and
9926 #           'CHAIN' and
9927 #           'NF_VPPIP4' and
9928 #           'IPSEC' and
9929 #           'TNL_10000' and
9930 #           'IMIX' and
9931 #           '8T4C' and
9932 #           'NDRPDR'"
9933 #  parameters:
9934 #  - "throughput"
9935 #  - "name"
9936 #  - "tags"
9937 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9938 #  x-axis: "X = CNFs per Service Chain"
9939 #  y-axis: "Y = Number of Service Chains"
9940 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9941 #  layout:
9942 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9943 #    layout: "plot-service-density"
9944 #
9945 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9946 #- type: "plot"
9947 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9948 #  algorithm: "plot_nf_heatmap"
9949 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9950 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9951 #  filter: "'NIC_Intel-XXV710' and
9952 #           'NF_DENSITY' and
9953 #           'DOCKER' and
9954 #           'CHAIN' and
9955 #           'NF_VPPIP4' and
9956 #           'IPSEC' and
9957 #           'TNL_10000' and
9958 #           'IMIX' and
9959 #           '2T1C' and
9960 #           'NDRPDR'"
9961 #  parameters:
9962 #  - "throughput"
9963 #  - "name"
9964 #  - "tags"
9965 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9966 #  x-axis: "X = CNFs per Service Chain"
9967 #  y-axis: "Y = Number of Service Chains"
9968 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9969 #  layout:
9970 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9971 #    layout: "plot-service-density"
9972 #
9973 #- type: "plot"
9974 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9975 #  algorithm: "plot_nf_heatmap"
9976 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9977 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9978 #  filter: "'NIC_Intel-XXV710' and
9979 #           'NF_DENSITY' and
9980 #           'DOCKER' and
9981 #           'CHAIN' and
9982 #           'NF_VPPIP4' and
9983 #           'IPSEC' and
9984 #           'TNL_10000' and
9985 #           'IMIX' and
9986 #           '4T2C' and
9987 #           'NDRPDR'"
9988 #  parameters:
9989 #  - "throughput"
9990 #  - "name"
9991 #  - "tags"
9992 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9993 #  x-axis: "X = CNFs per Service Chain"
9994 #  y-axis: "Y = Number of Service Chains"
9995 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9996 #  layout:
9997 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9998 #    layout: "plot-service-density"
9999 #
10000 #- type: "plot"
10001 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10002 #  algorithm: "plot_nf_heatmap"
10003 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
10004 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
10005 #  filter: "'NIC_Intel-XXV710' and
10006 #           'NF_DENSITY' and
10007 #           'DOCKER' and
10008 #           'CHAIN' and
10009 #           'NF_VPPIP4' and
10010 #           'IPSEC' and
10011 #           'TNL_10000' and
10012 #           'IMIX' and
10013 #           '8T4C' and
10014 #           'NDRPDR'"
10015 #  parameters:
10016 #  - "throughput"
10017 #  - "name"
10018 #  - "tags"
10019 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10020 #  x-axis: "X = CNFs per Service Chain"
10021 #  y-axis: "Y = Number of Service Chains"
10022 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10023 #  layout:
10024 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10025 #    layout: "plot-service-density"
10026
10027 ###############################################################################
10028
10029 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
10030 #- type: "plot"
10031 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10032 #  algorithm: "plot_nf_heatmap"
10033 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
10034 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10035 #  filter: "'NIC_Intel-XL710' and
10036 #           'NF_DENSITY' and
10037 #           'DOCKER' and
10038 #           'CHAIN' and
10039 #           'NF_VPPIP4' and
10040 #           'IMIX' and
10041 #           'TNL_10000' and
10042 #           '1T1C' and
10043 #           'MRR'"
10044 #  parameters:
10045 #  - "result"
10046 #  - "name"
10047 #  - "tags"
10048 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10049 #  x-axis: "X = CNFs per Service Chain"
10050 #  y-axis: "Y = Number of Service Chains"
10051 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10052 #  layout:
10053 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10054 #    layout: "plot-service-density"
10055 #
10056 #- type: "plot"
10057 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10058 #  algorithm: "plot_nf_heatmap"
10059 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
10060 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10061 #  filter: "'NIC_Intel-XL710' and
10062 #           'NF_DENSITY' and
10063 #           'DOCKER' and
10064 #           'CHAIN' and
10065 #           'NF_VPPIP4' and
10066 #           'IPSEC' and
10067 #           'TNL_10000' and
10068 #           'IMIX' and
10069 #           '2T2C' and
10070 #           'MRR'"
10071 #  parameters:
10072 #  - "result"
10073 #  - "name"
10074 #  - "tags"
10075 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10076 #  x-axis: "X = CNFs per Service Chain"
10077 #  y-axis: "Y = Number of Service Chains"
10078 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10079 #  layout:
10080 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10081 #    layout: "plot-service-density"
10082 #
10083 #- type: "plot"
10084 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10085 #  algorithm: "plot_nf_heatmap"
10086 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
10087 #  data: "plot-vpp-nfv-3n-hsw-mrr"
10088 #  filter: "'NIC_Intel-XL710' and
10089 #           'NF_DENSITY' and
10090 #           'DOCKER' and
10091 #           'CHAIN' and
10092 #           'NF_VPPIP4' and
10093 #           'IPSEC' and
10094 #           'TNL_10000' and
10095 #           'IMIX' and
10096 #           '4T4C' and
10097 #           'MRR'"
10098 #  parameters:
10099 #  - "result"
10100 #  - "name"
10101 #  - "tags"
10102 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10103 #  x-axis: "X = CNFs per Service Chain"
10104 #  y-axis: "Y = Number of Service Chains"
10105 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10106 #  layout:
10107 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
10108 #    layout: "plot-service-density"
10109
10110 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
10111 #- type: "plot"
10112 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10113 #  algorithm: "plot_nf_heatmap"
10114 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
10115 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10116 #  filter: "'NIC_Intel-XL710' and
10117 #           'NF_DENSITY' and
10118 #           'DOCKER' and
10119 #           'CHAIN' and
10120 #           'NF_VPPIP4' and
10121 #           'IPSEC' and
10122 #           'TNL_10000' and
10123 #           'IMIX' and
10124 #           '1T1C' and
10125 #           'NDRPDR'"
10126 #  parameters:
10127 #  - "throughput"
10128 #  - "name"
10129 #  - "tags"
10130 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10131 #  x-axis: "X = CNFs per Service Chain"
10132 #  y-axis: "Y = Number of Service Chains"
10133 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10134 #  layout:
10135 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10136 #    layout: "plot-service-density"
10137 #
10138 #- type: "plot"
10139 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10140 #  algorithm: "plot_nf_heatmap"
10141 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
10142 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10143 #  filter: "'NIC_Intel-XL710' and
10144 #           'NF_DENSITY' and
10145 #           'DOCKER' and
10146 #           'CHAIN' and
10147 #           'NF_VPPIP4' and
10148 #           'IPSEC' and
10149 #           'TNL_10000' and
10150 #           'IMIX' and
10151 #           '2T2C' and
10152 #           'NDRPDR'"
10153 #  parameters:
10154 #  - "throughput"
10155 #  - "name"
10156 #  - "tags"
10157 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10158 #  x-axis: "X = CNFs per Service Chain"
10159 #  y-axis: "Y = Number of Service Chains"
10160 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10161 #  layout:
10162 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10163 #    layout: "plot-service-density"
10164 #
10165 #- type: "plot"
10166 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10167 #  algorithm: "plot_nf_heatmap"
10168 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
10169 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10170 #  filter: "'NIC_Intel-XL710' and
10171 #           'NF_DENSITY' and
10172 #           'DOCKER' and
10173 #           'CHAIN' and
10174 #           'NF_VPPIP4' and
10175 #           'IPSEC' and
10176 #           'TNL_10000' and
10177 #           'IMIX' and
10178 #           '4T4C' and
10179 #           'NDRPDR'"
10180 #  parameters:
10181 #  - "throughput"
10182 #  - "name"
10183 #  - "tags"
10184 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10185 #  x-axis: "X = CNFs per Service Chain"
10186 #  y-axis: "Y = Number of Service Chains"
10187 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10188 #  layout:
10189 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
10190 #    layout: "plot-service-density"
10191 #
10192 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
10193 #- type: "plot"
10194 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10195 #  algorithm: "plot_nf_heatmap"
10196 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
10197 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10198 #  filter: "'NIC_Intel-XL710' and
10199 #           'NF_DENSITY' and
10200 #           'DOCKER' and
10201 #           'CHAIN' and
10202 #           'NF_VPPIP4' and
10203 #           'IPSEC' and
10204 #           'TNL_10000' and
10205 #           'IMIX' and
10206 #           '1T1C' and
10207 #           'NDRPDR'"
10208 #  parameters:
10209 #  - "throughput"
10210 #  - "name"
10211 #  - "tags"
10212 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10213 #  x-axis: "X = CNFs per Service Chain"
10214 #  y-axis: "Y = Number of Service Chains"
10215 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10216 #  layout:
10217 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10218 #    layout: "plot-service-density"
10219 #
10220 #- type: "plot"
10221 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10222 #  algorithm: "plot_nf_heatmap"
10223 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
10224 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10225 #  filter: "'NIC_Intel-XL710' and
10226 #           'NF_DENSITY' and
10227 #           'DOCKER' and
10228 #           'CHAIN' and
10229 #           'NF_VPPIP4' and
10230 #           'IPSEC' and
10231 #           'TNL_10000' and
10232 #           'IMIX' and
10233 #           '2T2C' and
10234 #           'NDRPDR'"
10235 #  parameters:
10236 #  - "throughput"
10237 #  - "name"
10238 #  - "tags"
10239 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10240 #  x-axis: "X = CNFs per Service Chain"
10241 #  y-axis: "Y = Number of Service Chains"
10242 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10243 #  layout:
10244 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10245 #    layout: "plot-service-density"
10246 #
10247 #- type: "plot"
10248 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10249 #  algorithm: "plot_nf_heatmap"
10250 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
10251 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
10252 #  filter: "'NIC_Intel-XL710' and
10253 #           'NF_DENSITY' and
10254 #           'DOCKER' and
10255 #           'CHAIN' and
10256 #           'NF_VPPIP4' and
10257 #           'IPSEC' and
10258 #           'TNL_10000' and
10259 #           'IMIX' and
10260 #           '4T4C' and
10261 #           'NDRPDR'"
10262 #  parameters:
10263 #  - "throughput"
10264 #  - "name"
10265 #  - "tags"
10266 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10267 #  x-axis: "X = CNFs per Service Chain"
10268 #  y-axis: "Y = Number of Service Chains"
10269 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10270 #  layout:
10271 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
10272 #    layout: "plot-service-density"
10273
10274 ###############################################################################
10275
10276 # Plots - NF Density - CSP - MRR IMIX
10277 - type: "plot"
10278   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10279   algorithm: "plot_nf_heatmap"
10280   output-file-type: ".html"
10281   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
10282   data: "plot-vpp-nfv-2n-skx-mrr"
10283   filter: "'NIC_Intel-XXV710' and
10284            'NF_DENSITY' and
10285            'DOCKER' and
10286            'PIPELINE' and
10287            'NF_VPPIP4' and
10288            'IMIX' and
10289            '2T1C' and
10290            'MRR'"
10291   parameters:
10292   - "result"
10293   - "name"
10294   - "tags"
10295   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10296   x-axis: "X = CNFs per Service Pipeline"
10297   y-axis: "Y = Number of Service Pipelines"
10298   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10299   layout:
10300     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10301     layout: "plot-service-density"
10302
10303 - type: "plot"
10304   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10305   algorithm: "plot_nf_heatmap"
10306   output-file-type: ".html"
10307   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
10308   data: "plot-vpp-nfv-2n-skx-mrr"
10309   filter: "'NIC_Intel-XXV710' and
10310            'NF_DENSITY' and
10311            'DOCKER' and
10312            'PIPELINE' and
10313            'NF_VPPIP4' and
10314            'IMIX' and
10315            '4T2C' and
10316            'MRR'"
10317   parameters:
10318   - "result"
10319   - "name"
10320   - "tags"
10321   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10322   x-axis: "X = CNFs per Service Pipeline"
10323   y-axis: "Y = Number of Service Pipelines"
10324   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10325   layout:
10326     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10327     layout: "plot-service-density"
10328
10329 - type: "plot"
10330   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10331   algorithm: "plot_nf_heatmap"
10332   output-file-type: ".html"
10333   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10334   data: "plot-vpp-nfv-2n-skx-mrr"
10335   filter: "'NIC_Intel-XXV710' and
10336            'NF_DENSITY' and
10337            'DOCKER' and
10338            'PIPELINE' and
10339            'NF_VPPIP4' and
10340            'IMIX' and
10341            '8T4C' and
10342            'MRR'"
10343   parameters:
10344   - "result"
10345   - "name"
10346   - "tags"
10347   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10348   x-axis: "X = CNFs per Service Pipeline"
10349   y-axis: "Y = Number of Service Pipelines"
10350   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10351   layout:
10352     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10353     layout: "plot-service-density"
10354
10355 # Plots - NF Density - CSP - NDR IMIX
10356 - type: "plot"
10357   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10358   algorithm: "plot_nf_heatmap"
10359   output-file-type: ".html"
10360   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10361   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10362   filter: "'NIC_Intel-XXV710' and
10363            'NF_DENSITY' and
10364            'DOCKER' and
10365            'PIPELINE' and
10366            'NF_VPPIP4' and
10367            'IMIX' and
10368            '2T1C' and
10369            'NDRPDR'"
10370   parameters:
10371   - "throughput"
10372   - "name"
10373   - "tags"
10374   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10375   x-axis: "X = CNFs per Service Pipeline"
10376   y-axis: "Y = Number of Service Pipelines"
10377   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10378   layout:
10379     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10380     layout: "plot-service-density"
10381
10382 - type: "plot"
10383   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10384   algorithm: "plot_nf_heatmap"
10385   output-file-type: ".html"
10386   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10387   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10388   filter: "'NIC_Intel-XXV710' and
10389            'NF_DENSITY' and
10390            'DOCKER' and
10391            'PIPELINE' and
10392            'NF_VPPIP4' and
10393            'IMIX' and
10394            '4T2C' and
10395            'NDRPDR'"
10396   parameters:
10397   - "throughput"
10398   - "name"
10399   - "tags"
10400   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10401   x-axis: "X = CNFs per Service Pipeline"
10402   y-axis: "Y = Number of Service Pipelines"
10403   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10404   layout:
10405     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10406     layout: "plot-service-density"
10407
10408 - type: "plot"
10409   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10410   algorithm: "plot_nf_heatmap"
10411   output-file-type: ".html"
10412   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10413   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10414   filter: "'NIC_Intel-XXV710' and
10415            'NF_DENSITY' and
10416            'DOCKER' and
10417            'PIPELINE' and
10418            'NF_VPPIP4' and
10419            'IMIX' and
10420            '8T4C' and
10421            'NDRPDR'"
10422   parameters:
10423   - "throughput"
10424   - "name"
10425   - "tags"
10426   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10427   x-axis: "X = CNFs per Service Pipeline"
10428   y-axis: "Y = Number of Service Pipelines"
10429   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10430   layout:
10431     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10432     layout: "plot-service-density"
10433
10434 # Plots - NF Density - CSP - PDR IMIX
10435 - type: "plot"
10436   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10437   algorithm: "plot_nf_heatmap"
10438   output-file-type: ".html"
10439   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10440   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10441   filter: "'NIC_Intel-XXV710' and
10442            'NF_DENSITY' and
10443            'DOCKER' and
10444            'PIPELINE' and
10445            'NF_VPPIP4' and
10446            'IMIX' and
10447            '2T1C' and
10448            'NDRPDR'"
10449   parameters:
10450   - "throughput"
10451   - "name"
10452   - "tags"
10453   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10454   x-axis: "X = CNFs per Service Pipeline"
10455   y-axis: "Y = Number of Service Pipelines"
10456   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10457   layout:
10458     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10459     layout: "plot-service-density"
10460
10461 - type: "plot"
10462   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10463   algorithm: "plot_nf_heatmap"
10464   output-file-type: ".html"
10465   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10466   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10467   filter: "'NIC_Intel-XXV710' and
10468            'NF_DENSITY' and
10469            'DOCKER' and
10470            'PIPELINE' and
10471            'NF_VPPIP4' and
10472            'IMIX' and
10473            '4T2C' and
10474            'NDRPDR'"
10475   parameters:
10476   - "throughput"
10477   - "name"
10478   - "tags"
10479   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10480   x-axis: "X = CNFs per Service Pipeline"
10481   y-axis: "Y = Number of Service Pipelines"
10482   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10483   layout:
10484     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10485     layout: "plot-service-density"
10486
10487 - type: "plot"
10488   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10489   algorithm: "plot_nf_heatmap"
10490   output-file-type: ".html"
10491   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10492   data: "plot-vpp-nfv-2n-skx-ndrpdr"
10493   filter: "'NIC_Intel-XXV710' and
10494            'NF_DENSITY' and
10495            'DOCKER' and
10496            'PIPELINE' and
10497            'NF_VPPIP4' and
10498            'IMIX' and
10499            '8T4C' and
10500            'NDRPDR'"
10501   parameters:
10502   - "throughput"
10503   - "name"
10504   - "tags"
10505   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10506   x-axis: "X = CNFs per Service Pipeline"
10507   y-axis: "Y = Number of Service Pipelines"
10508   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10509   layout:
10510     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10511     layout: "plot-service-density"
10512
10513 ###############################################################################
10514 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10515
10516 - type: "plot"
10517   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10518   algorithm: "plot_nf_heatmap"
10519   output-file-type: ".html"
10520   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10521   data: "plot-vpp-nfv-2n-clx-mrr"
10522   filter: "'NIC_Intel-XXV710' and
10523            'NF_DENSITY' and
10524            'VHOST' and
10525            not 'VXLAN' and
10526            'CHAIN' and
10527            'NF_VPPIP4' and
10528            'IMIX' and
10529            '2T1C' and
10530            'MRR'"
10531   parameters:
10532   - "result"
10533   - "name"
10534   - "tags"
10535   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10536   x-axis: "X = VNFs per Service Chain"
10537   y-axis: "Y = Number of Service Chains"
10538   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10539   layout:
10540     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10541     layout: "plot-service-density"
10542
10543 - type: "plot"
10544   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10545   algorithm: "plot_nf_heatmap"
10546   output-file-type: ".html"
10547   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10548   data: "plot-vpp-nfv-2n-clx-mrr"
10549   filter: "'NIC_Intel-XXV710' and
10550            'NF_DENSITY' and
10551            'VHOST' and
10552            not 'VXLAN' and
10553            'CHAIN' and
10554            'NF_VPPIP4' and
10555            'IMIX' and
10556            '4T2C' and
10557            'MRR'"
10558   parameters:
10559   - "result"
10560   - "name"
10561   - "tags"
10562   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10563   x-axis: "X = VNFs per Service Chain"
10564   y-axis: "Y = Number of Service Chains"
10565   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10566   layout:
10567     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10568     layout: "plot-service-density"
10569
10570 - type: "plot"
10571   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10572   algorithm: "plot_nf_heatmap"
10573   output-file-type: ".html"
10574   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10575   data: "plot-vpp-nfv-2n-clx-mrr"
10576   filter: "'NIC_Intel-XXV710' and
10577            'NF_DENSITY' and
10578            'VHOST' and
10579            not 'VXLAN' and
10580            'CHAIN' and
10581            'NF_VPPIP4' and
10582            'IMIX' and
10583            '8T4C' and
10584            'MRR'"
10585   parameters:
10586   - "result"
10587   - "name"
10588   - "tags"
10589   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10590   x-axis: "X = VNFs per Service Chain"
10591   y-axis: "Y = Number of Service Chains"
10592   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10593   layout:
10594     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10595     layout: "plot-service-density"
10596
10597 # Plots - NF Density - VSC - NDR IMIX
10598 - type: "plot"
10599   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10600   algorithm: "plot_nf_heatmap"
10601   output-file-type: ".html"
10602   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10603   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10604   filter: "'NIC_Intel-XXV710' and
10605            'NF_DENSITY' and
10606            'VHOST' and
10607            not 'VXLAN' and
10608            'CHAIN' and
10609            'NF_VPPIP4' and
10610            'IMIX' and
10611            '2T1C' and
10612            'NDRPDR'"
10613   parameters:
10614   - "throughput"
10615   - "name"
10616   - "tags"
10617   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10618   x-axis: "X = VNFs per Service Chain"
10619   y-axis: "Y = Number of Service Chains"
10620   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10621   layout:
10622     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10623     layout: "plot-service-density"
10624
10625 - type: "plot"
10626   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10627   algorithm: "plot_nf_heatmap"
10628   output-file-type: ".html"
10629   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10630   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10631   filter: "'NIC_Intel-XXV710' and
10632            'NF_DENSITY' and
10633            'VHOST' and
10634            not 'VXLAN' and
10635            'CHAIN' and
10636            'NF_VPPIP4' and
10637            'IMIX' and
10638            '4T2C' and
10639            'NDRPDR'"
10640   parameters:
10641   - "throughput"
10642   - "name"
10643   - "tags"
10644   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10645   x-axis: "X = VNFs per Service Chain"
10646   y-axis: "Y = Number of Service Chains"
10647   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10648   layout:
10649     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10650     layout: "plot-service-density"
10651
10652 - type: "plot"
10653   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10654   algorithm: "plot_nf_heatmap"
10655   output-file-type: ".html"
10656   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10657   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10658   filter: "'NIC_Intel-XXV710' and
10659            'NF_DENSITY' and
10660            'VHOST' and
10661            not 'VXLAN' and
10662            'CHAIN' and
10663            'NF_VPPIP4' and
10664            'IMIX' and
10665            '8T4C' and
10666            'NDRPDR'"
10667   parameters:
10668   - "throughput"
10669   - "name"
10670   - "tags"
10671   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10672   x-axis: "X = VNFs per Service Chain"
10673   y-axis: "Y = Number of Service Chains"
10674   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10675   layout:
10676     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10677     layout: "plot-service-density"
10678
10679 # Plots - NF Density - VSC - PDR IMIX
10680 - type: "plot"
10681   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10682   algorithm: "plot_nf_heatmap"
10683   output-file-type: ".html"
10684   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10685   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10686   filter: "'NIC_Intel-XXV710' and
10687            'NF_DENSITY' and
10688            'VHOST' and
10689            not 'VXLAN' and
10690            'CHAIN' and
10691            'NF_VPPIP4' and
10692            'IMIX' and
10693            '2T1C' and
10694            'NDRPDR'"
10695   parameters:
10696   - "throughput"
10697   - "name"
10698   - "tags"
10699   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10700   x-axis: "X = VNFs per Service Chain"
10701   y-axis: "Y = Number of Service Chains"
10702   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10703   layout:
10704     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10705     layout: "plot-service-density"
10706
10707 - type: "plot"
10708   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10709   algorithm: "plot_nf_heatmap"
10710   output-file-type: ".html"
10711   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10712   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10713   filter: "'NIC_Intel-XXV710' and
10714            'NF_DENSITY' and
10715            'VHOST' and
10716            not 'VXLAN' and
10717            'CHAIN' and
10718            'NF_VPPIP4' and
10719            'IMIX' and
10720            '4T2C' and
10721            'NDRPDR'"
10722   parameters:
10723   - "throughput"
10724   - "name"
10725   - "tags"
10726   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10727   x-axis: "X = VNFs per Service Chain"
10728   y-axis: "Y = Number of Service Chains"
10729   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10730   layout:
10731     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10732     layout: "plot-service-density"
10733
10734 - type: "plot"
10735   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10736   algorithm: "plot_nf_heatmap"
10737   output-file-type: ".html"
10738   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10739   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10740   filter: "'NIC_Intel-XXV710' and
10741            'NF_DENSITY' and
10742            'VHOST' and
10743            not 'VXLAN' and
10744            'CHAIN' and
10745            'NF_VPPIP4' and
10746            'IMIX' and
10747            '8T4C' and
10748            'NDRPDR'"
10749   parameters:
10750   - "throughput"
10751   - "name"
10752   - "tags"
10753   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10754   x-axis: "X = VNFs per Service Chain"
10755   y-axis: "Y = Number of Service Chains"
10756   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10757   layout:
10758     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10759     layout: "plot-service-density"
10760
10761 # Plots - NF Density - VSC - MRR IMIX
10762 - type: "plot"
10763   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10764   algorithm: "plot_nf_heatmap"
10765   output-file-type: ".html"
10766   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10767   data: "plot-vpp-nfv-2n-clx-mrr"
10768   filter: "'NIC_Intel-XXV710' and
10769            'NF_DENSITY' and
10770            'VHOST' and
10771            'VXLAN' and
10772            'CHAIN' and
10773            'IMIX' and
10774            '2T1C' and
10775            'MRR'"
10776   parameters:
10777   - "result"
10778   - "name"
10779   - "tags"
10780   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10781   x-axis: "X = VNFs per Service Chain"
10782   y-axis: "Y = Number of Service Chains"
10783   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10784   layout:
10785     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10786     layout: "plot-service-density"
10787
10788 - type: "plot"
10789   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10790   algorithm: "plot_nf_heatmap"
10791   output-file-type: ".html"
10792   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10793   data: "plot-vpp-nfv-2n-clx-mrr"
10794   filter: "'NIC_Intel-XXV710' and
10795            'NF_DENSITY' and
10796            'VHOST' and
10797            'VXLAN' and
10798            'CHAIN' and
10799            'IMIX' and
10800            '4T2C' and
10801            'MRR'"
10802   parameters:
10803   - "result"
10804   - "name"
10805   - "tags"
10806   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10807   x-axis: "X = VNFs per Service Chain"
10808   y-axis: "Y = Number of Service Chains"
10809   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10810   layout:
10811     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10812     layout: "plot-service-density"
10813
10814 - type: "plot"
10815   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10816   algorithm: "plot_nf_heatmap"
10817   output-file-type: ".html"
10818   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10819   data: "plot-vpp-nfv-2n-clx-mrr"
10820   filter: "'NIC_Intel-XXV710' and
10821            'NF_DENSITY' and
10822            'VHOST' and
10823            'VXLAN' and
10824            'CHAIN' and
10825            'IMIX' and
10826            '8T4C' and
10827            'MRR'"
10828   parameters:
10829   - "result"
10830   - "name"
10831   - "tags"
10832   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10833   x-axis: "X = VNFs per Service Chain"
10834   y-axis: "Y = Number of Service Chains"
10835   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10836   layout:
10837     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10838     layout: "plot-service-density"
10839
10840 # Plots - NF Density - VSC - NDR IMIX
10841 - type: "plot"
10842   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10843   algorithm: "plot_nf_heatmap"
10844   output-file-type: ".html"
10845   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10846   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10847   filter: "'NIC_Intel-XXV710' and
10848            'NF_DENSITY' and
10849            'VHOST' and
10850            'VXLAN' and
10851            'CHAIN' and
10852            'IMIX' and
10853            '2T1C' and
10854            'NDRPDR'"
10855   parameters:
10856   - "throughput"
10857   - "name"
10858   - "tags"
10859   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10860   x-axis: "X = VNFs per Service Chain"
10861   y-axis: "Y = Number of Service Chains"
10862   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10863   layout:
10864     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10865     layout: "plot-service-density"
10866
10867 - type: "plot"
10868   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10869   algorithm: "plot_nf_heatmap"
10870   output-file-type: ".html"
10871   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10872   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10873   filter: "'NIC_Intel-XXV710' and
10874            'NF_DENSITY' and
10875            'VHOST' and
10876            'VXLAN' and
10877            'CHAIN' and
10878            'IMIX' and
10879            '4T2C' and
10880            'NDRPDR'"
10881   parameters:
10882   - "throughput"
10883   - "name"
10884   - "tags"
10885   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10886   x-axis: "X = VNFs per Service Chain"
10887   y-axis: "Y = Number of Service Chains"
10888   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10889   layout:
10890     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10891     layout: "plot-service-density"
10892
10893 - type: "plot"
10894   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10895   algorithm: "plot_nf_heatmap"
10896   output-file-type: ".html"
10897   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10898   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10899   filter: "'NIC_Intel-XXV710' and
10900            'NF_DENSITY' and
10901            'VHOST' and
10902            'VXLAN' and
10903            'CHAIN' and
10904            'IMIX' and
10905            '8T4C' and
10906            'NDRPDR'"
10907   parameters:
10908   - "throughput"
10909   - "name"
10910   - "tags"
10911   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10912   x-axis: "X = VNFs per Service Chain"
10913   y-axis: "Y = Number of Service Chains"
10914   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10915   layout:
10916     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10917     layout: "plot-service-density"
10918
10919 # Plots - NF Density - VSC - PDR IMIX
10920 - type: "plot"
10921   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10922   algorithm: "plot_nf_heatmap"
10923   output-file-type: ".html"
10924   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10925   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10926   filter: "'NIC_Intel-XXV710' and
10927            'NF_DENSITY' and
10928            'VHOST' and
10929            'VXLAN' and
10930            'CHAIN' and
10931            'IMIX' and
10932            '2T1C' and
10933            'NDRPDR'"
10934   parameters:
10935   - "throughput"
10936   - "name"
10937   - "tags"
10938   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10939   x-axis: "X = VNFs per Service Chain"
10940   y-axis: "Y = Number of Service Chains"
10941   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10942   layout:
10943     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10944     layout: "plot-service-density"
10945
10946 - type: "plot"
10947   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10948   algorithm: "plot_nf_heatmap"
10949   output-file-type: ".html"
10950   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10951   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10952   filter: "'NIC_Intel-XXV710' and
10953            'NF_DENSITY' and
10954            'VHOST' and
10955            'VXLAN' and
10956            'CHAIN' and
10957            'IMIX' and
10958            '4T2C' and
10959            'NDRPDR'"
10960   parameters:
10961   - "throughput"
10962   - "name"
10963   - "tags"
10964   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10965   x-axis: "X = VNFs per Service Chain"
10966   y-axis: "Y = Number of Service Chains"
10967   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10968   layout:
10969     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10970     layout: "plot-service-density"
10971
10972 - type: "plot"
10973   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10974   algorithm: "plot_nf_heatmap"
10975   output-file-type: ".html"
10976   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10977   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10978   filter: "'NIC_Intel-XXV710' and
10979            'NF_DENSITY' and
10980            'VHOST' and
10981            'VXLAN' and
10982            'CHAIN' and
10983            'IMIX' and
10984            '8T4C' and
10985            'NDRPDR'"
10986   parameters:
10987   - "throughput"
10988   - "name"
10989   - "tags"
10990   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10991   x-axis: "X = VNFs per Service Chain"
10992   y-axis: "Y = Number of Service Chains"
10993   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10994   layout:
10995     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10996     layout: "plot-service-density"
10997
10998 # Plots - NF Density - CSC - MRR IMIX
10999 - type: "plot"
11000   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11001   algorithm: "plot_nf_heatmap"
11002   output-file-type: ".html"
11003   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
11004   data: "plot-vpp-nfv-2n-clx-mrr"
11005   filter: "'NIC_Intel-XXV710' and
11006            'NF_DENSITY' and
11007            'DOCKER' and
11008            'CHAIN' and
11009            'NF_VPPIP4' and
11010            'IMIX' and
11011            '2T1C' and
11012            'MRR'"
11013   parameters:
11014   - "result"
11015   - "name"
11016   - "tags"
11017   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11018   x-axis: "X = CNFs per Service Chain"
11019   y-axis: "Y = Number of Service Chains"
11020   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11021   layout:
11022     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11023     layout: "plot-service-density"
11024
11025 - type: "plot"
11026   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11027   algorithm: "plot_nf_heatmap"
11028   output-file-type: ".html"
11029   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
11030   data: "plot-vpp-nfv-2n-clx-mrr"
11031   filter: "'NIC_Intel-XXV710' and
11032            'NF_DENSITY' and
11033            'DOCKER' and
11034            'CHAIN' and
11035            'NF_VPPIP4' and
11036            'IMIX' and
11037            '4T2C' and
11038            'MRR'"
11039   parameters:
11040   - "result"
11041   - "name"
11042   - "tags"
11043   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11044   x-axis: "X = CNFs per Service Chain"
11045   y-axis: "Y = Number of Service Chains"
11046   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11047   layout:
11048     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11049     layout: "plot-service-density"
11050
11051 - type: "plot"
11052   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11053   algorithm: "plot_nf_heatmap"
11054   output-file-type: ".html"
11055   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
11056   data: "plot-vpp-nfv-2n-clx-mrr"
11057   filter: "'NIC_Intel-XXV710' and
11058            'NF_DENSITY' and
11059            'DOCKER' and
11060            'CHAIN' and
11061            'NF_VPPIP4' and
11062            'IMIX' and
11063            '8T4C' and
11064            'MRR'"
11065   parameters:
11066   - "result"
11067   - "name"
11068   - "tags"
11069   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11070   x-axis: "X = CNFs per Service Chain"
11071   y-axis: "Y = Number of Service Chains"
11072   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11073   layout:
11074     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
11075     layout: "plot-service-density"
11076
11077 # Plots - NF Density - CSC - NDR IMIX
11078 - type: "plot"
11079   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11080   algorithm: "plot_nf_heatmap"
11081   output-file-type: ".html"
11082   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
11083   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11084   filter: "'NIC_Intel-XXV710' and
11085            'NF_DENSITY' and
11086            'DOCKER' and
11087            'CHAIN' and
11088            'NF_VPPIP4' and
11089            'IMIX' and
11090            '2T1C' and
11091            'NDRPDR'"
11092   parameters:
11093   - "throughput"
11094   - "name"
11095   - "tags"
11096   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11097   x-axis: "X = CNFs per Service Chain"
11098   y-axis: "Y = Number of Service Chains"
11099   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11100   layout:
11101     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11102     layout: "plot-service-density"
11103
11104 - type: "plot"
11105   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11106   algorithm: "plot_nf_heatmap"
11107   output-file-type: ".html"
11108   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
11109   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11110   filter: "'NIC_Intel-XXV710' and
11111            'NF_DENSITY' and
11112            'DOCKER' and
11113            'CHAIN' and
11114            'NF_VPPIP4' and
11115            'IMIX' and
11116            '4T2C' and
11117            'NDRPDR'"
11118   parameters:
11119   - "throughput"
11120   - "name"
11121   - "tags"
11122   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11123   x-axis: "X = CNFs per Service Chain"
11124   y-axis: "Y = Number of Service Chains"
11125   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11126   layout:
11127     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11128     layout: "plot-service-density"
11129
11130 - type: "plot"
11131   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11132   algorithm: "plot_nf_heatmap"
11133   output-file-type: ".html"
11134   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
11135   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11136   filter: "'NIC_Intel-XXV710' and
11137            'NF_DENSITY' and
11138            'DOCKER' and
11139            'CHAIN' and
11140            'NF_VPPIP4' and
11141            'IMIX' and
11142            '8T4C' and
11143            'NDRPDR'"
11144   parameters:
11145   - "throughput"
11146   - "name"
11147   - "tags"
11148   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11149   x-axis: "X = CNFs per Service Chain"
11150   y-axis: "Y = Number of Service Chains"
11151   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11152   layout:
11153     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11154     layout: "plot-service-density"
11155
11156 # Plots - NF Density - CSC - PDR IMIX
11157 - type: "plot"
11158   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11159   algorithm: "plot_nf_heatmap"
11160   output-file-type: ".html"
11161   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11162   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11163   filter: "'NIC_Intel-XXV710' and
11164            'NF_DENSITY' and
11165            'DOCKER' and
11166            'CHAIN' and
11167            'NF_VPPIP4' and
11168            'IMIX' and
11169            '2T1C' and
11170            'NDRPDR'"
11171   parameters:
11172   - "throughput"
11173   - "name"
11174   - "tags"
11175   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11176   x-axis: "X = CNFs per Service Chain"
11177   y-axis: "Y = Number of Service Chains"
11178   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11179   layout:
11180     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11181     layout: "plot-service-density"
11182
11183 - type: "plot"
11184   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11185   algorithm: "plot_nf_heatmap"
11186   output-file-type: ".html"
11187   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11188   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11189   filter: "'NIC_Intel-XXV710' and
11190            'NF_DENSITY' and
11191            'DOCKER' and
11192            'CHAIN' and
11193            'NF_VPPIP4' and
11194            'IMIX' and
11195            '4T2C' and
11196            'NDRPDR'"
11197   parameters:
11198   - "throughput"
11199   - "name"
11200   - "tags"
11201   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11202   x-axis: "X = CNFs per Service Chain"
11203   y-axis: "Y = Number of Service Chains"
11204   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11205   layout:
11206     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11207     layout: "plot-service-density"
11208
11209 - type: "plot"
11210   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11211   algorithm: "plot_nf_heatmap"
11212   output-file-type: ".html"
11213   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11214   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11215   filter: "'NIC_Intel-XXV710' and
11216            'NF_DENSITY' and
11217            'DOCKER' and
11218            'CHAIN' and
11219            'NF_VPPIP4' and
11220            'IMIX' and
11221            '8T4C' and
11222            'NDRPDR'"
11223   parameters:
11224   - "throughput"
11225   - "name"
11226   - "tags"
11227   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11228   x-axis: "X = CNFs per Service Chain"
11229   y-axis: "Y = Number of Service Chains"
11230   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11231   layout:
11232     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11233     layout: "plot-service-density"
11234
11235 # Plots - NF Density - CSP - MRR IMIX
11236 - type: "plot"
11237   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11238   algorithm: "plot_nf_heatmap"
11239   output-file-type: ".html"
11240   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11241   data: "plot-vpp-nfv-2n-clx-mrr"
11242   filter: "'NIC_Intel-XXV710' and
11243            'NF_DENSITY' and
11244            'DOCKER' and
11245            'PIPELINE' and
11246            'NF_VPPIP4' and
11247            'IMIX' and
11248            '2T1C' and
11249            'MRR'"
11250   parameters:
11251   - "result"
11252   - "name"
11253   - "tags"
11254   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11255   x-axis: "X = CNFs per Service Pipeline"
11256   y-axis: "Y = Number of Service Pipelines"
11257   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11258   layout:
11259     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11260     layout: "plot-service-density"
11261
11262 - type: "plot"
11263   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11264   algorithm: "plot_nf_heatmap"
11265   output-file-type: ".html"
11266   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11267   data: "plot-vpp-nfv-2n-clx-mrr"
11268   filter: "'NIC_Intel-XXV710' and
11269            'NF_DENSITY' and
11270            'DOCKER' and
11271            'PIPELINE' and
11272            'NF_VPPIP4' and
11273            'IMIX' and
11274            '4T2C' and
11275            'MRR'"
11276   parameters:
11277   - "result"
11278   - "name"
11279   - "tags"
11280   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11281   x-axis: "X = CNFs per Service Pipeline"
11282   y-axis: "Y = Number of Service Pipelines"
11283   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11284   layout:
11285     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11286     layout: "plot-service-density"
11287
11288 - type: "plot"
11289   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11290   algorithm: "plot_nf_heatmap"
11291   output-file-type: ".html"
11292   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11293   data: "plot-vpp-nfv-2n-clx-mrr"
11294   filter: "'NIC_Intel-XXV710' and
11295            'NF_DENSITY' and
11296            'DOCKER' and
11297            'PIPELINE' and
11298            'NF_VPPIP4' and
11299            'IMIX' and
11300            '8T4C' and
11301            'MRR'"
11302   parameters:
11303   - "result"
11304   - "name"
11305   - "tags"
11306   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11307   x-axis: "X = CNFs per Service Pipeline"
11308   y-axis: "Y = Number of Service Pipelines"
11309   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11310   layout:
11311     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11312     layout: "plot-service-density"
11313
11314 # Plots - NF Density - CSP - NDR IMIX
11315 - type: "plot"
11316   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11317   algorithm: "plot_nf_heatmap"
11318   output-file-type: ".html"
11319   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11320   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11321   filter: "'NIC_Intel-XXV710' and
11322            'NF_DENSITY' and
11323            'DOCKER' and
11324            'PIPELINE' and
11325            'NF_VPPIP4' and
11326            'IMIX' and
11327            '2T1C' and
11328            'NDRPDR'"
11329   parameters:
11330   - "throughput"
11331   - "name"
11332   - "tags"
11333   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11334   x-axis: "X = CNFs per Service Pipeline"
11335   y-axis: "Y = Number of Service Pipelines"
11336   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11337   layout:
11338     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11339     layout: "plot-service-density"
11340
11341 - type: "plot"
11342   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11343   algorithm: "plot_nf_heatmap"
11344   output-file-type: ".html"
11345   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11346   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11347   filter: "'NIC_Intel-XXV710' and
11348            'NF_DENSITY' and
11349            'DOCKER' and
11350            'PIPELINE' and
11351            'NF_VPPIP4' and
11352            'IMIX' and
11353            '4T2C' and
11354            'NDRPDR'"
11355   parameters:
11356   - "throughput"
11357   - "name"
11358   - "tags"
11359   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11360   x-axis: "X = CNFs per Service Pipeline"
11361   y-axis: "Y = Number of Service Pipelines"
11362   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11363   layout:
11364     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11365     layout: "plot-service-density"
11366
11367 - type: "plot"
11368   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11369   algorithm: "plot_nf_heatmap"
11370   output-file-type: ".html"
11371   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11372   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11373   filter: "'NIC_Intel-XXV710' and
11374            'NF_DENSITY' and
11375            'DOCKER' and
11376            'PIPELINE' and
11377            'NF_VPPIP4' and
11378            'IMIX' and
11379            '8T4C' and
11380            'NDRPDR'"
11381   parameters:
11382   - "throughput"
11383   - "name"
11384   - "tags"
11385   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11386   x-axis: "X = CNFs per Service Pipeline"
11387   y-axis: "Y = Number of Service Pipelines"
11388   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11389   layout:
11390     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11391     layout: "plot-service-density"
11392
11393 # Plots - NF Density - CSP - PDR IMIX
11394 - type: "plot"
11395   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11396   algorithm: "plot_nf_heatmap"
11397   output-file-type: ".html"
11398   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11399   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11400   filter: "'NIC_Intel-XXV710' and
11401            'NF_DENSITY' and
11402            'DOCKER' and
11403            'PIPELINE' and
11404            'NF_VPPIP4' and
11405            'IMIX' and
11406            '2T1C' and
11407            'NDRPDR'"
11408   parameters:
11409   - "throughput"
11410   - "name"
11411   - "tags"
11412   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11413   x-axis: "X = CNFs per Service Pipeline"
11414   y-axis: "Y = Number of Service Pipelines"
11415   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11416   layout:
11417     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11418     layout: "plot-service-density"
11419
11420 - type: "plot"
11421   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11422   algorithm: "plot_nf_heatmap"
11423   output-file-type: ".html"
11424   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11425   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11426   filter: "'NIC_Intel-XXV710' and
11427            'NF_DENSITY' and
11428            'DOCKER' and
11429            'PIPELINE' and
11430            'NF_VPPIP4' and
11431            'IMIX' and
11432            '4T2C' and
11433            'NDRPDR'"
11434   parameters:
11435   - "throughput"
11436   - "name"
11437   - "tags"
11438   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11439   x-axis: "X = CNFs per Service Pipeline"
11440   y-axis: "Y = Number of Service Pipelines"
11441   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11442   layout:
11443     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11444     layout: "plot-service-density"
11445
11446 - type: "plot"
11447   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11448   algorithm: "plot_nf_heatmap"
11449   output-file-type: ".html"
11450   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11451   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11452   filter: "'NIC_Intel-XXV710' and
11453            'NF_DENSITY' and
11454            'DOCKER' and
11455            'PIPELINE' and
11456            'NF_VPPIP4' and
11457            'IMIX' and
11458            '8T4C' and
11459            'NDRPDR'"
11460   parameters:
11461   - "throughput"
11462   - "name"
11463   - "tags"
11464   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11465   x-axis: "X = CNFs per Service Pipeline"
11466   y-axis: "Y = Number of Service Pipelines"
11467   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11468   layout:
11469     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11470     layout: "plot-service-density"
11471
11472 ################################################################################
11473
11474 # Packet Throughput
11475
11476 - type: "plot"
11477   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11478   algorithm: "plot_perf_box_name"
11479   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11480   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11481   include:
11482     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11483     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11484     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11485     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11486   layout:
11487     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11488     layout: "plot-throughput"
11489
11490 - type: "plot"
11491   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11492   algorithm: "plot_perf_box_name"
11493   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11494   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11495   include:
11496     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11497     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11498     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11499     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11500   layout:
11501     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11502     layout: "plot-throughput"
11503
11504 - type: "plot"
11505   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11506   algorithm: "plot_perf_box_name"
11507   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11508   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11509   include:
11510     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11511     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11512     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11513     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11514   layout:
11515     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11516     layout: "plot-throughput"
11517
11518 - type: "plot"
11519   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11520   algorithm: "plot_perf_box_name"
11521   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11522   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11523   include:
11524     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11525     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11526     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11527     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11528   layout:
11529     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11530     layout: "plot-throughput"
11531
11532 - type: "plot"
11533   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11534   algorithm: "plot_perf_box_name"
11535   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11536   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11537   include:
11538     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11539     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11540     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11541     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11542     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11543   layout:
11544     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11545     layout: "plot-throughput"
11546
11547 - type: "plot"
11548   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11549   algorithm: "plot_perf_box_name"
11550   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11551   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11552   include:
11553     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11554     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11555     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11556     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11557     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11558   layout:
11559     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11560     layout: "plot-throughput"
11561
11562 - type: "plot"
11563   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11564   algorithm: "plot_perf_box_name"
11565   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11566   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11567   include:
11568     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11569     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11570     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11571     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11572     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11573   layout:
11574     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11575     layout: "plot-throughput"
11576
11577 - type: "plot"
11578   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11579   algorithm: "plot_perf_box_name"
11580   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11581   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11582   include:
11583     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11584     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11585     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11586     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11587     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11588   layout:
11589     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11590     layout: "plot-throughput"
11591
11592 - type: "plot"
11593   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11594   algorithm: "plot_perf_box_name"
11595   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11596   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11597   include:
11598     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11599     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11600     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11601     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11602     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11603   layout:
11604     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11605     layout: "plot-throughput"
11606
11607 - type: "plot"
11608   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11609   algorithm: "plot_perf_box_name"
11610   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11611   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11612   include:
11613     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11614     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11615     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11616     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11617     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11618   layout:
11619     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11620     layout: "plot-throughput"
11621
11622 - type: "plot"
11623   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11624   algorithm: "plot_perf_box_name"
11625   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11626   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11627   include:
11628     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11629     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11630     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11631     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11632     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11633     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11634   layout:
11635     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11636     layout: "plot-throughput"
11637
11638 - type: "plot"
11639   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11640   algorithm: "plot_perf_box_name"
11641   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11642   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11643   include:
11644     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11645     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11646     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11647     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11648     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11649     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11650   layout:
11651     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11652     layout: "plot-throughput"
11653
11654 - type: "plot"
11655   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11656   algorithm: "plot_perf_box_name"
11657   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11658   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11659   include:
11660     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11661     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11662     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11665   layout:
11666     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11667     layout: "plot-throughput"
11668
11669 - type: "plot"
11670   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11671   algorithm: "plot_perf_box_name"
11672   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11673   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11674   include:
11675     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11680   layout:
11681     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11682     layout: "plot-throughput"
11683
11684 - type: "plot"
11685   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11686   algorithm: "plot_perf_box_name"
11687   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11688   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11689   include:
11690     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11693   layout:
11694     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11695     layout: "plot-throughput"
11696
11697 - type: "plot"
11698   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11699   algorithm: "plot_perf_box_name"
11700   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11701   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11702   include:
11703     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11704     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11705     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11706   layout:
11707     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11708     layout: "plot-throughput"
11709
11710 - type: "plot"
11711   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11712   algorithm: "plot_perf_box_name"
11713   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11714   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11715   include:
11716     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11720     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11721   layout:
11722     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11723     layout: "plot-throughput"
11724
11725 - type: "plot"
11726   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11727   algorithm: "plot_perf_box_name"
11728   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11729   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11730   include:
11731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11736   layout:
11737     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11738     layout: "plot-throughput"
11739
11740 - type: "plot"
11741   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11742   algorithm: "plot_perf_box_name"
11743   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11744   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11745   include:
11746     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11747     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11748     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11749   layout:
11750     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11751     layout: "plot-throughput"
11752
11753 - type: "plot"
11754   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11755   algorithm: "plot_perf_box_name"
11756   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11757   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11758   include:
11759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11760     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11761     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11762   layout:
11763     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11764     layout: "plot-throughput"
11765
11766 - type: "plot"
11767   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11768   algorithm: "plot_perf_box_name"
11769   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11770   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11771   include:
11772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11778   layout:
11779     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11780     layout: "plot-throughput"
11781
11782 - type: "plot"
11783   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11784   algorithm: "plot_perf_box_name"
11785   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11786   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11787   include:
11788     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11794   layout:
11795     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11796     layout: "plot-throughput"
11797
11798 - type: "plot"
11799   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11800   algorithm: "plot_perf_box_name"
11801   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11802   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11803   include:
11804     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11805     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11806     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11807     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11808     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11809   layout:
11810     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11811     layout: "plot-throughput"
11812
11813 - type: "plot"
11814   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11815   algorithm: "plot_perf_box_name"
11816   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11817   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11818   include:
11819     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11820     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11821     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11822     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11823     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11824   layout:
11825     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11826     layout: "plot-throughput"
11827
11828 - type: "plot"
11829   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11830   algorithm: "plot_perf_box_name"
11831   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11832   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11833   include:
11834     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11835     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11836     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11837     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
11838     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11839     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11840     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11841     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
11842     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11843     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11844   layout:
11845     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11846     layout: "plot-cps"
11847
11848 - type: "plot"
11849   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11850   algorithm: "plot_perf_box_name"
11851   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11852   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11853   include:
11854     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11855     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11856     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11857     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
11858     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11859     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11860     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11861     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
11862     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11863     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11864   layout:
11865     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11866     layout: "plot-throughput"
11867
11868 - type: "plot"
11869   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11870   algorithm: "plot_perf_box_name"
11871   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11872   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11873   include:
11874     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11875     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11876     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11877     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
11878     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11879     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11880     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11881     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
11882     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11883     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11884   layout:
11885     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11886     layout: "plot-cps"
11887
11888 - type: "plot"
11889   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11890   algorithm: "plot_perf_box_name"
11891   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11892   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11893   include:
11894     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11895     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11896     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11897     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
11898     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11899     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11900     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11901     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
11902     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11903     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11904   layout:
11905     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11906     layout: "plot-throughput"
11907
11908 - type: "plot"
11909   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11910   algorithm: "plot_perf_box_name"
11911   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11912   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11913   include:
11914     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11915     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11916     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11917     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11918     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11919   layout:
11920     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11921     layout: "plot-throughput"
11922
11923 - type: "plot"
11924   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11925   algorithm: "plot_perf_box_name"
11926   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11927   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11928   include:
11929     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11930     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11931     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11932     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11933     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11934   layout:
11935     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11936     layout: "plot-throughput"
11937
11938 - type: "plot"
11939   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11940   algorithm: "plot_perf_box_name"
11941   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11942   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11943   include:
11944     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11945     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11946     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11947     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
11948     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11949     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11950     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11951     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
11952     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11953     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11954   layout:
11955     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11956     layout: "plot-cps"
11957
11958 - type: "plot"
11959   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11960   algorithm: "plot_perf_box_name"
11961   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11962   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11963   include:
11964     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11965     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
11966     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11967     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
11968     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11969     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
11970     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11971     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
11972     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11973     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
11974   layout:
11975     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11976     layout: "plot-throughput"
11977
11978 - type: "plot"
11979   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11980   algorithm: "plot_perf_box_name"
11981   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11982   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11983   include:
11984     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11985     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
11986     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11987     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
11988     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11989     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
11990     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11991     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
11992     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11993     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
11994   layout:
11995     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11996     layout: "plot-cps"
11997
11998 - type: "plot"
11999   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
12000   algorithm: "plot_perf_box_name"
12001   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
12002   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12003   include:
12004     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
12005     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
12006     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
12007     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
12008     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
12009     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
12010     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
12011     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
12012     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
12013     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
12014   layout:
12015     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
12016     layout: "plot-throughput"
12017
12018 - type: "plot"
12019   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12020   algorithm: "plot_perf_box_name"
12021   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12022   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12023   include:
12024     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12025     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12026     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12027     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12028     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12029     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12030   layout:
12031     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12032     layout: "plot-throughput"
12033
12034 - type: "plot"
12035   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12036   algorithm: "plot_perf_box_name"
12037   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12038   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12039   include:
12040     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12041     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12042     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12043     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12044     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12045     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12046   layout:
12047     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12048     layout: "plot-throughput"
12049
12050 - type: "plot"
12051   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12052   algorithm: "plot_perf_box_name"
12053   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12054   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12055   include:
12056     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12057     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12058     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12059   layout:
12060     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
12061     layout: "plot-throughput"
12062
12063 - type: "plot"
12064   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12065   algorithm: "plot_perf_box_name"
12066   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12067   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12068   include:
12069     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12070     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12071     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12072   layout:
12073     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
12074     layout: "plot-throughput"
12075
12076 - type: "plot"
12077   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12078   algorithm: "plot_perf_box_name"
12079   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12080   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12081   include:
12082     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12083     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12084 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12085 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12086 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12087   layout:
12088     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12089     layout: "plot-throughput"
12090
12091 - type: "plot"
12092   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12093   algorithm: "plot_perf_box_name"
12094   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12095   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12096   include:
12097     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12098     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12099 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12100 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12101 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12102   layout:
12103     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12104     layout: "plot-throughput"
12105
12106 - type: "plot"
12107   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12108   algorithm: "plot_perf_box_name"
12109   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12110   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12111   include:
12112     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12113     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12114     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12115     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12116     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12117   layout:
12118     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12119     layout: "plot-throughput"
12120
12121 - type: "plot"
12122   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12123   algorithm: "plot_perf_box_name"
12124   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12125   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12126   include:
12127     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
12128     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12129     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12130     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12131     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12132   layout:
12133     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
12134     layout: "plot-throughput"
12135
12136 - type: "plot"
12137   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12138   algorithm: "plot_perf_box_name"
12139   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12140   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12141   include:
12142     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12143     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12144     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12145     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12146     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12147   layout:
12148     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
12149     layout: "plot-throughput"
12150
12151 - type: "plot"
12152   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12153   algorithm: "plot_perf_box_name"
12154   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12155   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12156   include:
12157     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12158     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12159     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12160     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12161     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12162   layout:
12163     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
12164     layout: "plot-throughput"
12165
12166 - type: "plot"
12167   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12168   algorithm: "plot_perf_box_name"
12169   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12170   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12171   include:
12172     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12173     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12174     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12175     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12176   layout:
12177     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
12178     layout: "plot-throughput"
12179
12180 - type: "plot"
12181   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12182   algorithm: "plot_perf_box_name"
12183   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12184   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12185   include:
12186     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12187     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12188     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12189     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12190   layout:
12191     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
12192     layout: "plot-throughput"
12193
12194 - type: "plot"
12195   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12196   algorithm: "plot_perf_box_name"
12197   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12198   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12199   include:
12200     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12201     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12202     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12203     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12204     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12205   layout:
12206     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
12207     layout: "plot-throughput"
12208
12209 - type: "plot"
12210   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12211   algorithm: "plot_perf_box_name"
12212   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12213   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12214   include:
12215     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12216     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12217     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12218     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12219     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12220   layout:
12221     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
12222     layout: "plot-throughput"
12223
12224 - type: "plot"
12225   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12226   algorithm: "plot_perf_box_name"
12227   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12228   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12229   include:
12230     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12231     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12232     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12233     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12234     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12235   layout:
12236     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12237     layout: "plot-throughput"
12238
12239 - type: "plot"
12240   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12241   algorithm: "plot_perf_box_name"
12242   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12243   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12244   include:
12245     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12246     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12247     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12248     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12249     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12250   layout:
12251     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12252     layout: "plot-throughput"
12253
12254 - type: "plot"
12255   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12256   algorithm: "plot_perf_box_name"
12257   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12258   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12259   include:
12260     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12261     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12262     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12263     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12264   layout:
12265     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12266     layout: "plot-throughput"
12267
12268 - type: "plot"
12269   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12270   algorithm: "plot_perf_box_name"
12271   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12272   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12273   include:
12274     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12275     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12276     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12277     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12278   layout:
12279     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12280     layout: "plot-throughput"
12281
12282 - type: "plot"
12283   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12284   algorithm: "plot_perf_box_name"
12285   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12286   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12287   include:
12288     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12289     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12290     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12291     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12292     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12293   layout:
12294     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12295     layout: "plot-throughput"
12296
12297 - type: "plot"
12298   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12299   algorithm: "plot_perf_box_name"
12300   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12301   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12302   include:
12303     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12304     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12305     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12306     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12307     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12308   layout:
12309     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12310     layout: "plot-throughput"
12311
12312 - type: "plot"
12313   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12314   algorithm: "plot_perf_box_name"
12315   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12316   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12317   include:
12318     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12319     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12320     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12321     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12322     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12323     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12324   layout:
12325     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12326     layout: "plot-throughput"
12327
12328 - type: "plot"
12329   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12330   algorithm: "plot_perf_box_name"
12331   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12332   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12333   include:
12334     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12335     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12336     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12337     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12338     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12339     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12340   layout:
12341     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12342     layout: "plot-throughput"
12343
12344 - type: "plot"
12345   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12346   algorithm: "plot_perf_box_name"
12347   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12348   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12349   include:
12350     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12351     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12352     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12353     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12354     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12355   layout:
12356     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12357     layout: "plot-throughput"
12358
12359 - type: "plot"
12360   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12361   algorithm: "plot_perf_box_name"
12362   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12363   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12364   include:
12365     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12366     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12367     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12368     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12369     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12370   layout:
12371     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12372     layout: "plot-throughput"
12373
12374 - type: "plot"
12375   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12376   algorithm: "plot_perf_box_name"
12377   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12378   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12379   include:
12380     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12381     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12382     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12383     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12384     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12385   layout:
12386     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12387     layout: "plot-throughput"
12388
12389 - type: "plot"
12390   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12391   algorithm: "plot_perf_box_name"
12392   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12393   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12394   include:
12395     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12396     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12397     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12398     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12399     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12400   layout:
12401     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12402     layout: "plot-throughput"
12403
12404 - type: "plot"
12405   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12406   algorithm: "plot_perf_box_name"
12407   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12408   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12409   include:
12410     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12411     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12412   layout:
12413     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12414     layout: "plot-throughput"
12415
12416 - type: "plot"
12417   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12418   algorithm: "plot_perf_box_name"
12419   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12420   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12421   include:
12422     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12423     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12424   layout:
12425     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12426     layout: "plot-throughput"
12427
12428 - type: "plot"
12429   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12430   algorithm: "plot_perf_box_name"
12431   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12432   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12433   include:
12434     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12435     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12436     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12437     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12438   layout:
12439     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12440     layout: "plot-throughput"
12441
12442 - type: "plot"
12443   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12444   algorithm: "plot_perf_box_name"
12445   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12446   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12447   include:
12448     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12449     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12450     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12451     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12452   layout:
12453     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12454     layout: "plot-throughput"
12455
12456 - type: "plot"
12457   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12458   algorithm: "plot_perf_box_name"
12459   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12460   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12461   include:
12462     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12463     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12464     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12465     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12466   layout:
12467     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12468     layout: "plot-throughput"
12469
12470 - type: "plot"
12471   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12472   algorithm: "plot_perf_box_name"
12473   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12474   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12475   include:
12476     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12477     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12478     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12479     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12480   layout:
12481     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12482     layout: "plot-throughput"
12483
12484 - type: "plot"
12485   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12486   algorithm: "plot_perf_box_name"
12487   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12488   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12489   include:
12490     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12491     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12492     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12493     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12494   layout:
12495     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12496     layout: "plot-throughput"
12497
12498 - type: "plot"
12499   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12500   algorithm: "plot_perf_box_name"
12501   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12502   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12503   include:
12504     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12505     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12506     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12507     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12508   layout:
12509     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12510     layout: "plot-throughput"
12511
12512 - type: "plot"
12513   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12514   algorithm: "plot_perf_box_name"
12515   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12516   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12517   include:
12518     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12519     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12520     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12521     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12522   layout:
12523     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12524     layout: "plot-throughput"
12525
12526 - type: "plot"
12527   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12528   algorithm: "plot_perf_box_name"
12529   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12530   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12531   include:
12532     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12533     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12534     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12535     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12536   layout:
12537     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12538     layout: "plot-throughput"
12539
12540 - type: "plot"
12541   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12542   algorithm: "plot_perf_box_name"
12543   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12544   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12545   include:
12546     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12547     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12548     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12549     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12550     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12551     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12552   layout:
12553     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12554     layout: "plot-throughput"
12555
12556 - type: "plot"
12557   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12558   algorithm: "plot_perf_box_name"
12559   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12560   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12561   include:
12562     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12563     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12564     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12565     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12566     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12567     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12568   layout:
12569     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12570     layout: "plot-throughput"
12571
12572 - type: "plot"
12573   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12574   algorithm: "plot_perf_box_name"
12575   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12576   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12577   include:
12578     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12579     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12580     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12581     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12582     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12583   layout:
12584     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12585     layout: "plot-throughput"
12586
12587 - type: "plot"
12588   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12589   algorithm: "plot_perf_box_name"
12590   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12591   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12592   include:
12593     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12594     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12595     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12596     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12597     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12598   layout:
12599     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12600     layout: "plot-throughput"
12601
12602 - type: "plot"
12603   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12604   algorithm: "plot_perf_box_name"
12605   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12606   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12607   include:
12608     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12609     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12610     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12611     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12612     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12613   layout:
12614     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12615     layout: "plot-throughput"
12616
12617 - type: "plot"
12618   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12619   algorithm: "plot_perf_box_name"
12620   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12621   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12622   include:
12623     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12624     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12625     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12626     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12627     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12628   layout:
12629     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12630     layout: "plot-throughput"
12631
12632 - type: "plot"
12633   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12634   algorithm: "plot_perf_box_name"
12635   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12636   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12637   include:
12638     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12639     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12640     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12641   layout:
12642     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12643     layout: "plot-throughput"
12644
12645 - type: "plot"
12646   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12647   algorithm: "plot_perf_box_name"
12648   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12649   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12650   include:
12651     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12652     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12653     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12654   layout:
12655     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12656     layout: "plot-throughput"
12657
12658 - type: "plot"
12659   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12660   algorithm: "plot_perf_box_name"
12661   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12662   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12663   include:
12664     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12665     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12666     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12667   layout:
12668     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12669     layout: "plot-throughput"
12670
12671 - type: "plot"
12672   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12673   algorithm: "plot_perf_box_name"
12674   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12675   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12676   include:
12677     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12678     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12679     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12680   layout:
12681     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12682     layout: "plot-throughput"
12683
12684 - type: "plot"
12685   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12686   algorithm: "plot_perf_box_name"
12687   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12688   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12689   include:
12690     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12691     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12692     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12693     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12694     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12695   layout:
12696     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12697     layout: "plot-throughput"
12698
12699 - type: "plot"
12700   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12701   algorithm: "plot_perf_box_name"
12702   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12703   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12704   include:
12705     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12706     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12707     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12708     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12709     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12710   layout:
12711     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12712     layout: "plot-throughput"
12713
12714 - type: "plot"
12715   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12716   algorithm: "plot_perf_box_name"
12717   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12718   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12719   include:
12720     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12721     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12722     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12723     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12724     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12725   layout:
12726     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12727     layout: "plot-throughput"
12728
12729 - type: "plot"
12730   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12731   algorithm: "plot_perf_box_name"
12732   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12733   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12734   include:
12735     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12736     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12737     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12738     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12739     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12740   layout:
12741     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12742     layout: "plot-throughput"
12743
12744 - type: "plot"
12745   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12746   algorithm: "plot_perf_box_name"
12747   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12748   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12749   include:
12750     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12751     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12752     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12753     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12754     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12755   layout:
12756     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12757     layout: "plot-throughput"
12758
12759 - type: "plot"
12760   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12761   algorithm: "plot_perf_box_name"
12762   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12763   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12764   include:
12765     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12766     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12767     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12768     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12769     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12770   layout:
12771     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12772     layout: "plot-throughput"
12773
12774 - type: "plot"
12775   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12776   algorithm: "plot_perf_box_name"
12777   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12778   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12779   include:
12780     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12781     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12782     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12783     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12784     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12785   layout:
12786     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12787     layout: "plot-throughput"
12788
12789 - type: "plot"
12790   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12791   algorithm: "plot_perf_box_name"
12792   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12793   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12794   include:
12795     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12796     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12797     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12798     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12799     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12800   layout:
12801     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12802     layout: "plot-throughput"
12803
12804 - type: "plot"
12805   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12806   algorithm: "plot_perf_box_name"
12807   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12808   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12809   include:
12810     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12811     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12812     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12813     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12814     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12815   layout:
12816     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12817     layout: "plot-throughput"
12818
12819 - type: "plot"
12820   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12821   algorithm: "plot_perf_box_name"
12822   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12823   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12824   include:
12825     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12826     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12827     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12828     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12829     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12830   layout:
12831     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12832     layout: "plot-throughput"
12833
12834 - type: "plot"
12835   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12836   algorithm: "plot_perf_box_name"
12837   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12838   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12839   include:
12840     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12841     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12842     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12843     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12844     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12845     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12846   layout:
12847     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12848     layout: "plot-throughput"
12849
12850 - type: "plot"
12851   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12852   algorithm: "plot_perf_box_name"
12853   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12854   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12855   include:
12856     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12857     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12858     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12859     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12860     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12861     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12862   layout:
12863     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12864     layout: "plot-throughput"
12865
12866 - type: "plot"
12867   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12868   algorithm: "plot_perf_box_name"
12869   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12870   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12871   include:
12872     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12873     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12874     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12875     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12876   layout:
12877     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12878     layout: "plot-throughput"
12879
12880 - type: "plot"
12881   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12882   algorithm: "plot_perf_box_name"
12883   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12884   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12885   include:
12886     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12887     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12888     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12889     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12890   layout:
12891     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12892     layout: "plot-throughput"
12893
12894 - type: "plot"
12895   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12896   algorithm: "plot_perf_box_name"
12897   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12898   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12899   include:
12900     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12901     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12902     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12903     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12904     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12905     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12906   layout:
12907     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12908     layout: "plot-throughput"
12909
12910 - type: "plot"
12911   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12912   algorithm: "plot_perf_box_name"
12913   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12914   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12915   include:
12916     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12917     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12918     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12919     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12920     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12921     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12922   layout:
12923     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12924     layout: "plot-throughput"
12925
12926 - type: "plot"
12927   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12928   algorithm: "plot_perf_box_name"
12929   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12930   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12931   include:
12932     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12933     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12934     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12935     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12936     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12937     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12938   layout:
12939     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12940     layout: "plot-throughput"
12941
12942 - type: "plot"
12943   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12944   algorithm: "plot_perf_box_name"
12945   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12946   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12947   include:
12948     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12949     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12950     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12951     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12952     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12953     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12954   layout:
12955     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12956     layout: "plot-throughput"
12957
12958 - type: "plot"
12959   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12960   algorithm: "plot_perf_box_name"
12961   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12962   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12963   include:
12964     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12965     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12966     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12967     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12968     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12969     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12970   layout:
12971     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12972     layout: "plot-throughput"
12973
12974 - type: "plot"
12975   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12976   algorithm: "plot_perf_box_name"
12977   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12978   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12979   include:
12980     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12981     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12982     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12983     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12984     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12985     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12986   layout:
12987     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12988     layout: "plot-throughput"
12989
12990 - type: "plot"
12991   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12992   algorithm: "plot_perf_box_name"
12993   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12994   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12995   include:
12996     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12997     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12998     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12999     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13000     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13001     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13002   layout:
13003     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13004     layout: "plot-throughput"
13005
13006 - type: "plot"
13007   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13008   algorithm: "plot_perf_box_name"
13009   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13010   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13011   include:
13012     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13013     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13014     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13015     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13016     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13017     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13018   layout:
13019     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13020     layout: "plot-throughput"
13021
13022 - type: "plot"
13023   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13024   algorithm: "plot_perf_box_name"
13025   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13026   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13027   include:
13028     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13029     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13030     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13031     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13032     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13033     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13034   layout:
13035     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13036     layout: "plot-throughput"
13037
13038 - type: "plot"
13039   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13040   algorithm: "plot_perf_box_name"
13041   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13042   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13043   include:
13044     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13045     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13046     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13047     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13048     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13049     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13050   layout:
13051     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
13052     layout: "plot-throughput"
13053
13054 - type: "plot"
13055   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13056   algorithm: "plot_perf_box_name"
13057   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13058   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13059   include:
13060     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13061     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13062     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13063     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13064     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13065     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13066   layout:
13067     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
13068     layout: "plot-throughput"
13069
13070 - type: "plot"
13071   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13072   algorithm: "plot_perf_box_name"
13073   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13074   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13075   include:
13076     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13077     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13078     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13079     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13080     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13081     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13082   layout:
13083     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
13084     layout: "plot-throughput"
13085
13086 - type: "plot"
13087   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13088   algorithm: "plot_perf_box_name"
13089   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13090   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13091   include:
13092     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13093     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13094     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13095     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13096     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13097   layout:
13098     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13099     layout: "plot-throughput"
13100
13101 - type: "plot"
13102   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13103   algorithm: "plot_perf_box_name"
13104   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13105   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13106   include:
13107     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13108     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13109     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13110     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13111     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13112   layout:
13113     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13114     layout: "plot-throughput"
13115
13116 - type: "plot"
13117   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13118   algorithm: "plot_perf_box_name"
13119   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13120   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13121   include:
13122     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13123     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13124     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13125     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13126     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13127   layout:
13128     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13129     layout: "plot-throughput"
13130
13131 - type: "plot"
13132   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13133   algorithm: "plot_perf_box_name"
13134   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13135   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13136   include:
13137     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13138     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13139     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13140     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13141     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13142   layout:
13143     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13144     layout: "plot-throughput"
13145
13146 - type: "plot"
13147   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13148   algorithm: "plot_perf_box_name"
13149   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13150   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13151   include:
13152     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13153     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13154     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13155     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13156   layout:
13157     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13158     layout: "plot-throughput"
13159
13160 - type: "plot"
13161   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13162   algorithm: "plot_perf_box_name"
13163   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13164   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13165   include:
13166     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13167     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13168     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13169     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13170   layout:
13171     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13172     layout: "plot-throughput"
13173
13174 - type: "plot"
13175   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13176   algorithm: "plot_perf_box_name"
13177   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13178   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13179   include:
13180     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13181     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13182     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13183     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13184   layout:
13185     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13186     layout: "plot-throughput"
13187
13188 - type: "plot"
13189   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13190   algorithm: "plot_perf_box_name"
13191   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13192   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13193   include:
13194     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13195     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13196     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13197     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13198   layout:
13199     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13200     layout: "plot-throughput"
13201
13202 - type: "plot"
13203   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13204   algorithm: "plot_perf_box_name"
13205   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13206   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13207   include:
13208     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13209     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13210     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13211     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13212     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13213     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13214   layout:
13215     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
13216     layout: "plot-throughput"
13217
13218 - type: "plot"
13219   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13220   algorithm: "plot_perf_box_name"
13221   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13222   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13223   include:
13224     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13225     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13226     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13227     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13228     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13229     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13230   layout:
13231     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
13232     layout: "plot-throughput"
13233
13234 - type: "plot"
13235   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13236   algorithm: "plot_perf_box_name"
13237   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13238   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13239   include:
13240     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13241     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13242     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13243     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13244     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13245   layout:
13246     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
13247     layout: "plot-throughput"
13248
13249 - type: "plot"
13250   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13251   algorithm: "plot_perf_box_name"
13252   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13253   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13254   include:
13255     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13256     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13257     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13258     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13259     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13260   layout:
13261     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
13262     layout: "plot-throughput"
13263
13264 - type: "plot"
13265   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13266   algorithm: "plot_perf_box_name"
13267   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13268   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13269   include:
13270     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13271     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13272     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13273     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13274     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13275   layout:
13276     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
13277     layout: "plot-throughput"
13278
13279 - type: "plot"
13280   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13281   algorithm: "plot_perf_box_name"
13282   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13283   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13284   include:
13285     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
13286     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13287     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13288     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13289     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13290   layout:
13291     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
13292     layout: "plot-throughput"
13293
13294 - type: "plot"
13295   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13296   algorithm: "plot_perf_box_name"
13297   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13298   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13299   include:
13300     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13301     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13302     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13303     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13304   layout:
13305     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
13306     layout: "plot-throughput"
13307
13308 - type: "plot"
13309   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13310   algorithm: "plot_perf_box_name"
13311   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13312   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13313   include:
13314     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
13315     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13316     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13317     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13318   layout:
13319     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
13320     layout: "plot-throughput"
13321
13322 - type: "plot"
13323   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13324   algorithm: "plot_perf_box_name"
13325   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13326   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13327   include:
13328     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13329     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13330     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13331     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13332     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13333     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13334   layout:
13335     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
13336     layout: "plot-throughput"
13337
13338 - type: "plot"
13339   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13340   algorithm: "plot_perf_box_name"
13341   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13342   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13343   include:
13344     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
13345     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
13346     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13347     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
13348     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
13349     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
13350   layout:
13351     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
13352     layout: "plot-throughput"
13353
13354 - type: "plot"
13355   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13356   algorithm: "plot_perf_box_name"
13357   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13358   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13359   include:
13360     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13361     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13362     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13363     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13364     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13365     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13366   layout:
13367     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13368     layout: "plot-throughput"
13369
13370 - type: "plot"
13371   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13372   algorithm: "plot_perf_box_name"
13373   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13374   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13375   include:
13376     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13377     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13378     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13379     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13380     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13381     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13382   layout:
13383     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13384     layout: "plot-throughput"
13385
13386 - type: "plot"
13387   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13388   algorithm: "plot_perf_box_name"
13389   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13390   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13391   include:
13392     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13393     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13394     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13395     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13396     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13397     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13398   layout:
13399     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13400     layout: "plot-throughput"
13401
13402 - type: "plot"
13403   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13404   algorithm: "plot_perf_box_name"
13405   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13406   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13407   include:
13408     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13409     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13410     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13411     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13412     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13413     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13414   layout:
13415     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13416     layout: "plot-throughput"
13417
13418 - type: "plot"
13419   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13420   algorithm: "plot_perf_box_name"
13421   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13422   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13423   include:
13424     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13425     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13426     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13427     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13428     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13429     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13430   layout:
13431     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13432     layout: "plot-throughput"
13433
13434 - type: "plot"
13435   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13436   algorithm: "plot_perf_box_name"
13437   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13438   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13439   include:
13440     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13441     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13442     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13443     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13444     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13445     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13446   layout:
13447     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13448     layout: "plot-throughput"
13449
13450 - type: "plot"
13451   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13452   algorithm: "plot_perf_box_name"
13453   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13454   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13455   include:
13456     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13457     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13458     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13459     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13460   layout:
13461     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13462     layout: "plot-throughput"
13463
13464 - type: "plot"
13465   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13466   algorithm: "plot_perf_box_name"
13467   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13468   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13469   include:
13470     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13471     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13472     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13473     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13474   layout:
13475     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13476     layout: "plot-throughput"
13477
13478 - type: "plot"
13479   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13480   algorithm: "plot_perf_box_name"
13481   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13482   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13483   include:
13484     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13485     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13486     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13487     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13488     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13489     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13490   layout:
13491     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13492     layout: "plot-throughput"
13493
13494 - type: "plot"
13495   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13496   algorithm: "plot_perf_box_name"
13497   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13498   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13499   include:
13500     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13501     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13502     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13503     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13504     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13505     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13506   layout:
13507     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13508     layout: "plot-throughput"
13509
13510 - type: "plot"
13511   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13512   algorithm: "plot_perf_box_name"
13513   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13514   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13515   include:
13516     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13517     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13518     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13519     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13520     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13521     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13522   layout:
13523     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13524     layout: "plot-throughput"
13525
13526 - type: "plot"
13527   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13528   algorithm: "plot_perf_box_name"
13529   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13530   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13531   include:
13532     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13533     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13534     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13535     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13536     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13537     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13538   layout:
13539     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13540     layout: "plot-throughput"
13541
13542 - type: "plot"
13543   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13544   algorithm: "plot_perf_box_name"
13545   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13546   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13547   include:
13548     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13549     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13550     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13551     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13552   layout:
13553     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13554     layout: "plot-throughput"
13555
13556 - type: "plot"
13557   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13558   algorithm: "plot_perf_box_name"
13559   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13560   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13561   include:
13562     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13563     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13564     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13565     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13566   layout:
13567     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13568     layout: "plot-throughput"
13569
13570 - type: "plot"
13571   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13572   algorithm: "plot_perf_box_name"
13573   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13574   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13575   include:
13576     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13577     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13578     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13579     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13580     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13581     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13582   layout:
13583     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13584     layout: "plot-throughput"
13585
13586 - type: "plot"
13587   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13588   algorithm: "plot_perf_box_name"
13589   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13590   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13591   include:
13592     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13593     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13594     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13595     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13596     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13597     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13598   layout:
13599     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13600     layout: "plot-throughput"
13601
13602 - type: "plot"
13603   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13604   algorithm: "plot_perf_box_name"
13605   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13606   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13607   include:
13608     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13609     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13610     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13611     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13612   layout:
13613     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13614     layout: "plot-throughput"
13615
13616 - type: "plot"
13617   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13618   algorithm: "plot_perf_box_name"
13619   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13620   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13621   include:
13622     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13623     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13624     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13625     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13626   layout:
13627     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13628     layout: "plot-throughput"
13629
13630 - type: "plot"
13631   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13632   algorithm: "plot_perf_box_name"
13633   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13634   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13635   include:
13636     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13637     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13638     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13639     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13640     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13641     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13642   layout:
13643     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13644     layout: "plot-throughput"
13645
13646 - type: "plot"
13647   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13648   algorithm: "plot_perf_box_name"
13649   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13650   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13651   include:
13652     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13653     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13654     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13655     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13656     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13657     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13658   layout:
13659     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13660     layout: "plot-throughput"
13661
13662 - type: "plot"
13663   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13664   algorithm: "plot_perf_box_name"
13665   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13666   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13667   include:
13668     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13669     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13670     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13671     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13672     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13673     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13674   layout:
13675     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13676     layout: "plot-throughput"
13677
13678 - type: "plot"
13679   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13680   algorithm: "plot_perf_box_name"
13681   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13682   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13683   include:
13684     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13685     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13686     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13687     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13688     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13689     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13690   layout:
13691     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13692     layout: "plot-throughput"
13693
13694 - type: "plot"
13695   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13696   algorithm: "plot_perf_box_name"
13697   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13698   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13699   include:
13700     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13701     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13702     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13703     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13704     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13705     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13706   layout:
13707     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13708     layout: "plot-throughput"
13709
13710 - type: "plot"
13711   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13712   algorithm: "plot_perf_box_name"
13713   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13714   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13715   include:
13716     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13717     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13718     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13719     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13720     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13721     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13722   layout:
13723     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13724     layout: "plot-throughput"
13725
13726 - type: "plot"
13727   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13728   algorithm: "plot_perf_box_name"
13729   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13730   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13731   include:
13732     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13733     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13734     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13735 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13736 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13737 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13738   layout:
13739     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13740     layout: "plot-throughput"
13741
13742 - type: "plot"
13743   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13744   algorithm: "plot_perf_box_name"
13745   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13746   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13747   include:
13748     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13749     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13750     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13751 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13752 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13753 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13754   layout:
13755     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13756     layout: "plot-throughput"
13757
13758 - type: "plot"
13759   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13760   algorithm: "plot_perf_box_name"
13761   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13762   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13763   include:
13764     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13765     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13766     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13767     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13768     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13769     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13770   layout:
13771     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13772     layout: "plot-throughput"
13773
13774 - type: "plot"
13775   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13776   algorithm: "plot_perf_box_name"
13777   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13778   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13779   include:
13780     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13781     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13782     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13783     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13784     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13785     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13786   layout:
13787     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13788     layout: "plot-throughput"
13789
13790 - type: "plot"
13791   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13792   algorithm: "plot_perf_box_name"
13793   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13794   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13795   include:
13796     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13797     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13798     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13799     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13800     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13801     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13802   layout:
13803     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13804     layout: "plot-throughput"
13805
13806 - type: "plot"
13807   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13808   algorithm: "plot_perf_box_name"
13809   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13810   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13811   include:
13812     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13813     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13814     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13815     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13816     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13817     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13818   layout:
13819     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13820     layout: "plot-throughput"
13821
13822 #- type: "plot"
13823 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13824 #  algorithm: "plot_perf_box_name"
13825 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13826 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13827 #  include:
13828 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13829 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13830 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13831 #  layout:
13832 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13833 #    layout: "plot-throughput"
13834 #
13835 #- type: "plot"
13836 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13837 #  algorithm: "plot_perf_box_name"
13838 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13839 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13840 #  include:
13841 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13842 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13843 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13844 #  layout:
13845 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13846 #    layout: "plot-throughput"
13847
13848 - type: "plot"
13849   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13850   algorithm: "plot_perf_box_name"
13851   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13852   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13853   include:
13854     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13855     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13856     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13857     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13858     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13859   layout:
13860     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13861     layout: "plot-throughput"
13862
13863 - type: "plot"
13864   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13865   algorithm: "plot_perf_box_name"
13866   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13867   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13868   include:
13869     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13870     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13871     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13872     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13873     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13874   layout:
13875     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13876     layout: "plot-throughput"
13877
13878 - type: "plot"
13879   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13880   algorithm: "plot_perf_box_name"
13881   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13882   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13883   include:
13884     - "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"
13885     - "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"
13886     - "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"
13887     - "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"
13888     - "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"
13889   layout:
13890     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13891     layout: "plot-throughput"
13892
13893 - type: "plot"
13894   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13895   algorithm: "plot_perf_box_name"
13896   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13897   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13898   include:
13899     - "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"
13900     - "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"
13901     - "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"
13902     - "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"
13903     - "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"
13904   layout:
13905     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13906     layout: "plot-throughput"
13907
13908 - type: "plot"
13909   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13910   algorithm: "plot_perf_box_name"
13911   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13912   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13913   include:
13914     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13915     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13916     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13917     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13918     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13919   layout:
13920     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13921     layout: "plot-throughput"
13922
13923 - type: "plot"
13924   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13925   algorithm: "plot_perf_box_name"
13926   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13927   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13928   include:
13929     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13930     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13931     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13932     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13933     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13934   layout:
13935     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13936     layout: "plot-throughput"
13937
13938 - type: "plot"
13939   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13940   algorithm: "plot_perf_box_name"
13941   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13942   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13943   include:
13944     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13945     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13946     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13947     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13948     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13949   layout:
13950     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13951     layout: "plot-throughput"
13952
13953 - type: "plot"
13954   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13955   algorithm: "plot_perf_box_name"
13956   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13957   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13958   include:
13959     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13960     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13961     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13962     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13963     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13964   layout:
13965     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13966     layout: "plot-throughput"
13967
13968 - type: "plot"
13969   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13970   algorithm: "plot_perf_box_name"
13971   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13972   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13973   include:
13974     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13975     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13976     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13977     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13978     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13979   layout:
13980     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13981     layout: "plot-throughput"
13982
13983 - type: "plot"
13984   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13985   algorithm: "plot_perf_box_name"
13986   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13987   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13988   include:
13989     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13990     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13991     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13992     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13993     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13994   layout:
13995     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13996     layout: "plot-throughput"
13997
13998 - type: "plot"
13999   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14000   algorithm: "plot_perf_box_name"
14001   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14002   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14003   include:
14004     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14005     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14006     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14007     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14008     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14009   layout:
14010     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
14011     layout: "plot-throughput"
14012
14013 - type: "plot"
14014   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14015   algorithm: "plot_perf_box_name"
14016   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14017   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14018   include:
14019     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14020     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14021     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14022     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14023     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14024   layout:
14025     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
14026     layout: "plot-throughput"
14027
14028 - type: "plot"
14029   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14030   algorithm: "plot_perf_box_name"
14031   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14032   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14033   include:
14034     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14035     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14036     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14037     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14038   layout:
14039     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14040     layout: "plot-throughput"
14041
14042 - type: "plot"
14043   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14044   algorithm: "plot_perf_box_name"
14045   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14046   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14047   include:
14048     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14049     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14050     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14051     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14052   layout:
14053     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14054     layout: "plot-throughput"
14055
14056 - type: "plot"
14057   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14058   algorithm: "plot_perf_box_name"
14059   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14060   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14061   include:
14062     - "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"
14063     - "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"
14064     - "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"
14065     - "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"
14066   layout:
14067     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14068     layout: "plot-throughput"
14069
14070 - type: "plot"
14071   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14072   algorithm: "plot_perf_box_name"
14073   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14074   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14075   include:
14076     - "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"
14077     - "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"
14078     - "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"
14079     - "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"
14080   layout:
14081     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14082     layout: "plot-throughput"
14083
14084 - type: "plot"
14085   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14086   algorithm: "plot_perf_box_name"
14087   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14088   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14089   include:
14090     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14091     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14092     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14093     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14094     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14095     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14096   layout:
14097     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
14098     layout: "plot-throughput"
14099
14100 - type: "plot"
14101   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14102   algorithm: "plot_perf_box_name"
14103   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14104   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14105   include:
14106     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14107     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14108     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14109     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14110     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14111     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14112   layout:
14113     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
14114     layout: "plot-throughput"
14115
14116 - type: "plot"
14117   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14118   algorithm: "plot_perf_box_name"
14119   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14120   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14121   include:
14122     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14123     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14124     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14125     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14126     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14127     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14128   layout:
14129     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
14130     layout: "plot-throughput"
14131
14132 - type: "plot"
14133   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14134   algorithm: "plot_perf_box_name"
14135   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14136   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14137   include:
14138     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14139     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14140     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14141     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14142     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14143     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14144   layout:
14145     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
14146     layout: "plot-throughput"
14147
14148 - type: "plot"
14149   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14150   algorithm: "plot_perf_box_name"
14151   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14152   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14153   include:
14154     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14155     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14156     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14157     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14158     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14159     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14160   layout:
14161     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
14162     layout: "plot-throughput"
14163
14164 - type: "plot"
14165   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14166   algorithm: "plot_perf_box_name"
14167   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14168   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14169   include:
14170     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14171     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14172     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14173     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14174     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14175     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14176   layout:
14177     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
14178     layout: "plot-throughput"
14179
14180 - type: "plot"
14181   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14182   algorithm: "plot_perf_box_name"
14183   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14184   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14185   include:
14186     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14187     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14188     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14189     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14190     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14191   layout:
14192     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
14193     layout: "plot-throughput"
14194
14195 - type: "plot"
14196   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14197   algorithm: "plot_perf_box_name"
14198   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14199   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14200   include:
14201     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14202     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14203     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14204     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14205     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14206   layout:
14207     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
14208     layout: "plot-throughput"
14209
14210 - type: "plot"
14211   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14212   algorithm: "plot_perf_box_name"
14213   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14214   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14215   include:
14216     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14217     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14218   layout:
14219     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
14220     layout: "plot-throughput"
14221
14222 - type: "plot"
14223   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14224   algorithm: "plot_perf_box_name"
14225   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14226   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14227   include:
14228     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14229     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14230   layout:
14231     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
14232     layout: "plot-throughput"
14233
14234 - type: "plot"
14235   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14236   algorithm: "plot_perf_box_name"
14237   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14238   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14239   include:
14240     - "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"
14241     - "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"
14242   layout:
14243     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
14244     layout: "plot-throughput"
14245
14246 - type: "plot"
14247   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14248   algorithm: "plot_perf_box_name"
14249   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14250   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14251   include:
14252     - "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"
14253     - "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"
14254   layout:
14255     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
14256     layout: "plot-throughput"
14257
14258 - type: "plot"
14259   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14260   algorithm: "plot_perf_box_name"
14261   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14262   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14263   include:
14264     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14265     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14266   layout:
14267     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
14268     layout: "plot-throughput"
14269
14270 - type: "plot"
14271   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14272   algorithm: "plot_perf_box_name"
14273   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14274   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14275   include:
14276     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14277     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14278   layout:
14279     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
14280     layout: "plot-throughput"
14281
14282 - type: "plot"
14283   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14284   algorithm: "plot_perf_box_name"
14285   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14286   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14287   include:
14288     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14289     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14290   layout:
14291     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
14292     layout: "plot-throughput"
14293
14294 - type: "plot"
14295   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14296   algorithm: "plot_perf_box_name"
14297   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14298   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14299   include:
14300     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14301     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14302   layout:
14303     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
14304     layout: "plot-throughput"
14305
14306 - type: "plot"
14307   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14308   algorithm: "plot_perf_box_name"
14309   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14310   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14311   include:
14312     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14313     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14314     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14315     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14316     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14317     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14318   layout:
14319     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
14320     layout: "plot-throughput"
14321
14322 - type: "plot"
14323   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14324   algorithm: "plot_perf_box_name"
14325   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14326   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14327   include:
14328     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14329     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14330     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14331     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14332     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14333     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14334   layout:
14335     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
14336     layout: "plot-throughput"
14337
14338 - type: "plot"
14339   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14340   algorithm: "plot_perf_box_name"
14341   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14342   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14343   include:
14344     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14345     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14346     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14347     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14348     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14349     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14350   layout:
14351     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
14352     layout: "plot-throughput"
14353
14354 - type: "plot"
14355   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14356   algorithm: "plot_perf_box_name"
14357   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14358   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14359   include:
14360     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14361     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14362     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14363     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14364     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14365     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14366   layout:
14367     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14368     layout: "plot-throughput"
14369
14370 - type: "plot"
14371   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14372   algorithm: "plot_perf_box_name"
14373   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14374   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14375   include:
14376     - "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"
14377     - "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"
14378     - "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"
14379     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14380     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14381     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14382   layout:
14383     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14384     layout: "plot-throughput"
14385
14386 - type: "plot"
14387   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14388   algorithm: "plot_perf_box_name"
14389   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14390   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14391   include:
14392     - "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"
14393     - "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"
14394     - "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"
14395     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14396     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14397     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14398   layout:
14399     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14400     layout: "plot-throughput"
14401
14402 ################################################################################
14403
14404 # Packet Speedup
14405
14406 - type: "plot"
14407   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14408   algorithm: "plot_tsa_name"
14409   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14410   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14411   include:
14412     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14413     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14414     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14415     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14416   layout:
14417     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14418     layout: "plot-throughput-speedup-analysis"
14419
14420 - type: "plot"
14421   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14422   algorithm: "plot_tsa_name"
14423   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14424   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14425   include:
14426     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14427     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14428     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14429     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14430   layout:
14431     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14432     layout: "plot-throughput-speedup-analysis"
14433
14434 - type: "plot"
14435   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14436   algorithm: "plot_tsa_name"
14437   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14438   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14439   include:
14440     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14441     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14442     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14443     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14444   layout:
14445     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14446     layout: "plot-throughput-speedup-analysis"
14447
14448 - type: "plot"
14449   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14450   algorithm: "plot_tsa_name"
14451   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14452   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14453   include:
14454     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14455     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14456     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14457     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14458   layout:
14459     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14460     layout: "plot-throughput-speedup-analysis"
14461
14462 - type: "plot"
14463   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14464   algorithm: "plot_tsa_name"
14465   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14466   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14467   include:
14468     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14469     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14470     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14471     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14472     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14473   layout:
14474     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14475     layout: "plot-throughput-speedup-analysis"
14476
14477 - type: "plot"
14478   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14479   algorithm: "plot_tsa_name"
14480   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14481   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14482   include:
14483     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14484     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14485     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14486     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14487     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14488   layout:
14489     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14490     layout: "plot-throughput-speedup-analysis"
14491
14492 - type: "plot"
14493   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14494   algorithm: "plot_tsa_name"
14495   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14496   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14497   include:
14498     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14499     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14500     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14501     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14502     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14503   layout:
14504     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14505     layout: "plot-throughput-speedup-analysis"
14506
14507 - type: "plot"
14508   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14509   algorithm: "plot_tsa_name"
14510   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14511   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14512   include:
14513     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14514     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14515     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14516     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14517     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14518   layout:
14519     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14520     layout: "plot-throughput-speedup-analysis"
14521
14522 - type: "plot"
14523   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14524   algorithm: "plot_tsa_name"
14525   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14526   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14527   include:
14528     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14529     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14530     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14531     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14532     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14533     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14534   layout:
14535     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14536     layout: "plot-throughput-speedup-analysis"
14537
14538 - type: "plot"
14539   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14540   algorithm: "plot_tsa_name"
14541   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14542   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14543   include:
14544     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14545     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14546     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14547     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14548     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14549     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14550   layout:
14551     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14552     layout: "plot-throughput-speedup-analysis"
14553
14554 - type: "plot"
14555   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14556   algorithm: "plot_tsa_name"
14557   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14558   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14559   include:
14560     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14561     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14562     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14563     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14564     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14565   layout:
14566     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14567     layout: "plot-throughput-speedup-analysis"
14568
14569 - type: "plot"
14570   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14571   algorithm: "plot_tsa_name"
14572   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14573   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14574   include:
14575     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14576     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14577     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14578     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14579     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14580   layout:
14581     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14582     layout: "plot-throughput-speedup-analysis"
14583
14584 - type: "plot"
14585   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14586   algorithm: "plot_tsa_name"
14587   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14588   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14589   include:
14590     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14591     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14592     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14593   layout:
14594     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14595     layout: "plot-throughput-speedup-analysis"
14596
14597 - type: "plot"
14598   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14599   algorithm: "plot_tsa_name"
14600   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14601   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14602   include:
14603     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14604     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14605     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14606   layout:
14607     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14608     layout: "plot-throughput-speedup-analysis"
14609
14610 - type: "plot"
14611   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14612   algorithm: "plot_tsa_name"
14613   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14614   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14615   include:
14616     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14617     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14618     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14619     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14620     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14621   layout:
14622     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14623     layout: "plot-throughput-speedup-analysis"
14624
14625 - type: "plot"
14626   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14627   algorithm: "plot_tsa_name"
14628   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14629   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14630   include:
14631     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14632     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14633     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14634     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14635     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14636   layout:
14637     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14638     layout: "plot-throughput-speedup-analysis"
14639
14640 - type: "plot"
14641   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14642   algorithm: "plot_tsa_name"
14643   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14644   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14645   include:
14646     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14647     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14648     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14649   layout:
14650     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14651     layout: "plot-throughput-speedup-analysis"
14652
14653 - type: "plot"
14654   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14655   algorithm: "plot_tsa_name"
14656   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14657   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14658   include:
14659     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14660     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14661     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14662   layout:
14663     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14664     layout: "plot-throughput-speedup-analysis"
14665
14666 - type: "plot"
14667   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14668   algorithm: "plot_tsa_name"
14669   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14670   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14671   include:
14672     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14673     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14674     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14675     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14678   layout:
14679     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14680     layout: "plot-throughput-speedup-analysis"
14681
14682 - type: "plot"
14683   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14684   algorithm: "plot_tsa_name"
14685   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14686   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14687   include:
14688     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14689     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14690     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14694   layout:
14695     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14696     layout: "plot-throughput-speedup-analysis"
14697
14698 - type: "plot"
14699   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14700   algorithm: "plot_tsa_name"
14701   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14702   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14703   include:
14704     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14705     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14706     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14707     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14708     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14709   layout:
14710     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
14711     layout: "plot-throughput-speedup-analysis"
14712
14713 - type: "plot"
14714   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14715   algorithm: "plot_tsa_name"
14716   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14717   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14718   include:
14719     - "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"
14720     - "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"
14721     - "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"
14722     - "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"
14723     - "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"
14724   layout:
14725     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
14726     layout: "plot-throughput-speedup-analysis"
14727
14728 - type: "plot"
14729   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14730   algorithm: "plot_tsa_name"
14731   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14732   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14733   include:
14734     - "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"
14735     - "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"
14736     - "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"
14737     - "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"
14738     - "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"
14739     - "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"
14740     - "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"
14741     - "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"
14742     - "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"
14743     - "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"
14744   layout:
14745     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
14746     layout: "plot-throughput-speedup-analysis-cps"
14747
14748 - type: "plot"
14749   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14750   algorithm: "plot_tsa_name"
14751   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14752   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14753   include:
14754     - "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"
14755     - "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"
14756     - "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"
14757     - "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"
14758     - "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"
14759     - "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"
14760     - "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"
14761     - "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"
14762     - "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"
14763     - "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"
14764   layout:
14765     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
14766     layout: "plot-throughput-speedup-analysis"
14767
14768 - type: "plot"
14769   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14770   algorithm: "plot_tsa_name"
14771   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14772   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14773   include:
14774     - "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"
14775     - "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"
14776     - "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"
14777     - "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"
14778     - "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"
14779     - "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"
14780     - "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"
14781     - "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"
14782     - "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"
14783     - "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"
14784   layout:
14785     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
14786     layout: "plot-throughput-speedup-analysis-cps"
14787
14788 - type: "plot"
14789   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14790   algorithm: "plot_tsa_name"
14791   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14792   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14793   include:
14794     - "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"
14795     - "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"
14796     - "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"
14797     - "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"
14798     - "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"
14799     - "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"
14800     - "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"
14801     - "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"
14802     - "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"
14803     - "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"
14804   layout:
14805     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
14806     layout: "plot-throughput-speedup-analysis"
14807
14808 - type: "plot"
14809   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14810   algorithm: "plot_tsa_name"
14811   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14812   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14813   include:
14814     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14815     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14816     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14817     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14818     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14819   layout:
14820     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
14821     layout: "plot-throughput-speedup-analysis"
14822
14823 - type: "plot"
14824   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14825   algorithm: "plot_tsa_name"
14826   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14827   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14828   include:
14829     - "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"
14830     - "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"
14831     - "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"
14832     - "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"
14833     - "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"
14834   layout:
14835     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
14836     layout: "plot-throughput-speedup-analysis"
14837
14838 - type: "plot"
14839   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14840   algorithm: "plot_tsa_name"
14841   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14842   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14843   include:
14844     - "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"
14845     - "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"
14846     - "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"
14847     - "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"
14848     - "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"
14849     - "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"
14850     - "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"
14851     - "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"
14852     - "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"
14853     - "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"
14854   layout:
14855     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
14856     layout: "plot-throughput-speedup-analysis-cps"
14857
14858 - type: "plot"
14859   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14860   algorithm: "plot_tsa_name"
14861   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14862   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14863   include:
14864     - "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"
14865     - "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"
14866     - "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"
14867     - "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"
14868     - "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"
14869     - "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"
14870     - "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"
14871     - "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"
14872     - "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"
14873     - "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"
14874   layout:
14875     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
14876     layout: "plot-throughput-speedup-analysis"
14877
14878 - type: "plot"
14879   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14880   algorithm: "plot_tsa_name"
14881   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14882   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14883   include:
14884     - "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"
14885     - "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"
14886     - "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"
14887     - "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"
14888     - "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"
14889     - "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"
14890     - "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"
14891     - "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"
14892     - "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"
14893     - "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"
14894   layout:
14895     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
14896     layout: "plot-throughput-speedup-analysis-cps"
14897
14898 - type: "plot"
14899   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14900   algorithm: "plot_tsa_name"
14901   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14902   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14903   include:
14904     - "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"
14905     - "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"
14906     - "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"
14907     - "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"
14908     - "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"
14909     - "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"
14910     - "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"
14911     - "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"
14912     - "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"
14913     - "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"
14914   layout:
14915     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
14916     layout: "plot-throughput-speedup-analysis"
14917
14918 - type: "plot"
14919   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14920   algorithm: "plot_tsa_name"
14921   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14922   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14923   include:
14924     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14925     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14926     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14927     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14928     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14929     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14930   layout:
14931     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14932     layout: "plot-throughput-speedup-analysis"
14933
14934 - type: "plot"
14935   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14936   algorithm: "plot_tsa_name"
14937   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14938   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14939   include:
14940     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14941     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14942     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14943     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14944     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14945     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14946   layout:
14947     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14948     layout: "plot-throughput-speedup-analysis"
14949
14950 - type: "plot"
14951   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14952   algorithm: "plot_tsa_name"
14953   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14954   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14955   include:
14956     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14957     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14958     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14959   layout:
14960     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14961     layout: "plot-throughput-speedup-analysis"
14962
14963 - type: "plot"
14964   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14965   algorithm: "plot_tsa_name"
14966   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14967   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14968   include:
14969     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14970     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14971     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14972   layout:
14973     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14974     layout: "plot-throughput-speedup-analysis"
14975
14976 - type: "plot"
14977   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14978   algorithm: "plot_tsa_name"
14979   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14980   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14981   include:
14982     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14983     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14984     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14985 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14986 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14987   layout:
14988     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14989     layout: "plot-throughput-speedup-analysis"
14990
14991 - type: "plot"
14992   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14993   algorithm: "plot_tsa_name"
14994   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14995   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14996   include:
14997     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14998     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14999     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15000 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15001 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15002   layout:
15003     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
15004     layout: "plot-throughput-speedup-analysis"
15005
15006 - type: "plot"
15007   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15008   algorithm: "plot_tsa_name"
15009   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
15010   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15011   include:
15012     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15013     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
15014     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15015     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15016     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15017   layout:
15018     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
15019     layout: "plot-throughput-speedup-analysis"
15020
15021 - type: "plot"
15022   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15023   algorithm: "plot_tsa_name"
15024   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
15025   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15026   include:
15027     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15028     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
15029     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15030     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15031     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15032   layout:
15033     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
15034     layout: "plot-throughput-speedup-analysis"
15035
15036 - type: "plot"
15037   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15038   algorithm: "plot_tsa_name"
15039   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
15040   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15041   include:
15042     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15043     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15044     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15045     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15046     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15047   layout:
15048     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
15049     layout: "plot-throughput-speedup-analysis"
15050
15051 - type: "plot"
15052   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15053   algorithm: "plot_tsa_name"
15054   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
15055   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15056   include:
15057     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15058     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15059     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15060     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15061     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15062   layout:
15063     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
15064     layout: "plot-throughput-speedup-analysis"
15065
15066 - type: "plot"
15067   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15068   algorithm: "plot_tsa_name"
15069   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
15070   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15071   include:
15072     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15073     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15074     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15075     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15076   layout:
15077     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
15078     layout: "plot-throughput-speedup-analysis"
15079
15080 - type: "plot"
15081   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15082   algorithm: "plot_tsa_name"
15083   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
15084   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15085   include:
15086     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15087     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15088     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15089     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15090   layout:
15091     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
15092     layout: "plot-throughput-speedup-analysis"
15093
15094 - type: "plot"
15095   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15096   algorithm: "plot_tsa_name"
15097   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
15098   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15099   include:
15100     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15101     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15102     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15103     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15104     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15105   layout:
15106     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
15107     layout: "plot-throughput-speedup-analysis"
15108
15109 - type: "plot"
15110   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15111   algorithm: "plot_tsa_name"
15112   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
15113   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15114   include:
15115     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15116     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15117     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15118     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15119     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15120   layout:
15121     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
15122     layout: "plot-throughput-speedup-analysis"
15123
15124 - type: "plot"
15125   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15126   algorithm: "plot_tsa_name"
15127   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
15128   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15129   include:
15130     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15131     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15132   layout:
15133     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
15134     layout: "plot-throughput-speedup-analysis"
15135
15136 - type: "plot"
15137   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15138   algorithm: "plot_tsa_name"
15139   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
15140   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15141   include:
15142     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15143     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15144   layout:
15145     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
15146     layout: "plot-throughput-speedup-analysis"
15147
15148 - type: "plot"
15149   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15150   algorithm: "plot_tsa_name"
15151   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
15152   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15153   include:
15154     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15155     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15156     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15157     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15158   layout:
15159     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
15160     layout: "plot-throughput-speedup-analysis"
15161
15162 - type: "plot"
15163   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15164   algorithm: "plot_tsa_name"
15165   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
15166   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15167   include:
15168     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
15169     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15170     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15171     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15172   layout:
15173     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
15174     layout: "plot-throughput-speedup-analysis"
15175
15176 - type: "plot"
15177   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15178   algorithm: "plot_tsa_name"
15179   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
15180   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15181   include:
15182     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15183     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15184     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15185     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15186   layout:
15187     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
15188     layout: "plot-throughput-speedup-analysis"
15189
15190 - type: "plot"
15191   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15192   algorithm: "plot_tsa_name"
15193   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
15194   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15195   include:
15196     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15197     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15198     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15199     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15200   layout:
15201     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
15202     layout: "plot-throughput-speedup-analysis"
15203
15204 - type: "plot"
15205   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15206   algorithm: "plot_tsa_name"
15207   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
15208   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15209   include:
15210     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15211     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15212     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15213     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15214     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15215     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15216   layout:
15217     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
15218     layout: "plot-throughput-speedup-analysis"
15219
15220 - type: "plot"
15221   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15222   algorithm: "plot_tsa_name"
15223   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
15224   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15225   include:
15226     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15227     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15228     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15229     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15230     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15231     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15232   layout:
15233     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
15234     layout: "plot-throughput-speedup-analysis"
15235
15236 - type: "plot"
15237   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15238   algorithm: "plot_tsa_name"
15239   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15240   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15241   include:
15242     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15243     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15244     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15245     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15246     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15247   layout:
15248     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15249     layout: "plot-throughput-speedup-analysis"
15250
15251 - type: "plot"
15252   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15253   algorithm: "plot_tsa_name"
15254   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15255   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15256   include:
15257     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15258     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15259     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15260     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15261     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15262   layout:
15263     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15264     layout: "plot-throughput-speedup-analysis"
15265
15266 - type: "plot"
15267   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15268   algorithm: "plot_tsa_name"
15269   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15270   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15271   include:
15272     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15273     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15274     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15275     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15276     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15277   layout:
15278     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15279     layout: "plot-throughput-speedup-analysis"
15280
15281 - type: "plot"
15282   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15283   algorithm: "plot_tsa_name"
15284   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15285   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15286   include:
15287     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15288     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15289     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15290     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15291     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15292   layout:
15293     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15294     layout: "plot-throughput-speedup-analysis"
15295
15296 - type: "plot"
15297   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15298   algorithm: "plot_tsa_name"
15299   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15300   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15301   include:
15302     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15303     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15304     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15305   layout:
15306     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
15307     layout: "plot-throughput-speedup-analysis"
15308
15309 - type: "plot"
15310   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15311   algorithm: "plot_tsa_name"
15312   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15313   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15314   include:
15315     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15316     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15317     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15318   layout:
15319     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
15320     layout: "plot-throughput-speedup-analysis"
15321
15322 - type: "plot"
15323   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15324   algorithm: "plot_tsa_name"
15325   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
15326   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15327   include:
15328     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15329     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15330     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15331   layout:
15332     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
15333     layout: "plot-throughput-speedup-analysis"
15334
15335 - type: "plot"
15336   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15337   algorithm: "plot_tsa_name"
15338   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
15339   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15340   include:
15341     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15342     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15343     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15344   layout:
15345     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
15346     layout: "plot-throughput-speedup-analysis"
15347
15348 - type: "plot"
15349   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15350   algorithm: "plot_tsa_name"
15351   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
15352   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15353   include:
15354     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15355     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15356     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15357     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15358     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15359   layout:
15360     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
15361     layout: "plot-throughput-speedup-analysis"
15362
15363 - type: "plot"
15364   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15365   algorithm: "plot_tsa_name"
15366   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
15367   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15368   include:
15369     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15370     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15371     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15372     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15373     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15374   layout:
15375     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
15376     layout: "plot-throughput-speedup-analysis"
15377
15378 - type: "plot"
15379   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15380   algorithm: "plot_tsa_name"
15381   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
15382   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15383   include:
15384     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15385     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15386     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15387     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15388     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15389   layout:
15390     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
15391     layout: "plot-throughput-speedup-analysis"
15392
15393 - type: "plot"
15394   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15395   algorithm: "plot_tsa_name"
15396   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
15397   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15398   include:
15399     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15400     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15401     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15402     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15403     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15404   layout:
15405     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
15406     layout: "plot-throughput-speedup-analysis"
15407
15408 - type: "plot"
15409   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15410   algorithm: "plot_tsa_name"
15411   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
15412   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15413   include:
15414     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15415     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15416     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15417     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15418     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15419     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15420   layout:
15421     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
15422     layout: "plot-throughput-speedup-analysis"
15423
15424 - type: "plot"
15425   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15426   algorithm: "plot_tsa_name"
15427   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
15428   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15429   include:
15430     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15431     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15432     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15433     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15434     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15435     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15436   layout:
15437     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
15438     layout: "plot-throughput-speedup-analysis"
15439
15440 - type: "plot"
15441   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15442   algorithm: "plot_tsa_name"
15443   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
15444   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15445   include:
15446     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15447     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15448     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
15449     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15450   layout:
15451     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
15452     layout: "plot-throughput-speedup-analysis"
15453
15454 - type: "plot"
15455   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15456   algorithm: "plot_tsa_name"
15457   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
15458   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15459   include:
15460     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
15461     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15462     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15463     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15464   layout:
15465     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
15466     layout: "plot-throughput-speedup-analysis"
15467
15468 - type: "plot"
15469   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15470   algorithm: "plot_tsa_name"
15471   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
15472   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15473   include:
15474     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15475     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15476     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15477     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15478     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15479     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15480   layout:
15481     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
15482     layout: "plot-throughput-speedup-analysis"
15483
15484 - type: "plot"
15485   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15486   algorithm: "plot_tsa_name"
15487   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
15488   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15489   include:
15490     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15491     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15492     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15493     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15494     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15495     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15496   layout:
15497     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
15498     layout: "plot-throughput-speedup-analysis"
15499
15500 - type: "plot"
15501   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15502   algorithm: "plot_tsa_name"
15503   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
15504   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15505   include:
15506     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15507     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15508     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15509     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15510     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15511     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15512   layout:
15513     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
15514     layout: "plot-throughput-speedup-analysis"
15515
15516 - type: "plot"
15517   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15518   algorithm: "plot_tsa_name"
15519   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
15520   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15521   include:
15522     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15523     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15524     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15525     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15526     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15527     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15528   layout:
15529     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
15530     layout: "plot-throughput-speedup-analysis"
15531
15532 - type: "plot"
15533   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15534   algorithm: "plot_tsa_name"
15535   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
15536   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15537   include:
15538     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15539     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15540     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15541     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15542     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15543     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15544   layout:
15545     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15546     layout: "plot-throughput-speedup-analysis"
15547
15548 - type: "plot"
15549   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15550   algorithm: "plot_tsa_name"
15551   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15552   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15553   include:
15554     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15555     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15556     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15557     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15558     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15559     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15560   layout:
15561     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15562     layout: "plot-throughput-speedup-analysis"
15563
15564 - type: "plot"
15565   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15566   algorithm: "plot_tsa_name"
15567   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15568   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15569   include:
15570     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15571     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15572     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15573     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15574     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15575   layout:
15576     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15577     layout: "plot-throughput-speedup-analysis"
15578
15579 - type: "plot"
15580   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15581   algorithm: "plot_tsa_name"
15582   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15583   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15584   include:
15585     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15586     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15587     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15588     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15589     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15590   layout:
15591     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15592     layout: "plot-throughput-speedup-analysis"
15593
15594 - type: "plot"
15595   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15596   algorithm: "plot_tsa_name"
15597   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15598   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15599   include:
15600     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15601     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15602     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15603     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15604     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15605   layout:
15606     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15607     layout: "plot-throughput-speedup-analysis"
15608
15609 - type: "plot"
15610   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15611   algorithm: "plot_tsa_name"
15612   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15613   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15614   include:
15615     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15616     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15617     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15618     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15619     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15620   layout:
15621     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15622     layout: "plot-throughput-speedup-analysis"
15623
15624 - type: "plot"
15625   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15626   algorithm: "plot_tsa_name"
15627   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15628   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15629   include:
15630     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15631     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15632     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15633     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15634   layout:
15635     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15636     layout: "plot-throughput-speedup-analysis"
15637
15638 - type: "plot"
15639   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15640   algorithm: "plot_tsa_name"
15641   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15642   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15643   include:
15644     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15645     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15646     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15647     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15648   layout:
15649     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15650     layout: "plot-throughput-speedup-analysis"
15651
15652 - type: "plot"
15653   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15654   algorithm: "plot_tsa_name"
15655   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15656   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15657   include:
15658     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15659     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15660     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15661     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15662   layout:
15663     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15664     layout: "plot-throughput-speedup-analysis"
15665
15666 - type: "plot"
15667   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15668   algorithm: "plot_tsa_name"
15669   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15670   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15671   include:
15672     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15673     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15674     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15675     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15676   layout:
15677     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15678     layout: "plot-throughput-speedup-analysis"
15679
15680 - type: "plot"
15681   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15682   algorithm: "plot_tsa_name"
15683   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15684   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15685   include:
15686     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15687     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15688     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15689     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15690     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15691     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15692   layout:
15693     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15694     layout: "plot-throughput-speedup-analysis"
15695
15696 - type: "plot"
15697   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15698   algorithm: "plot_tsa_name"
15699   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15700   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15701   include:
15702     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15703     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15704     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15705     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15706     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15707     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15708   layout:
15709     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15710     layout: "plot-throughput-speedup-analysis"
15711
15712 - type: "plot"
15713   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15714   algorithm: "plot_tsa_name"
15715   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15716   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15717   include:
15718     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15719     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15720     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15721     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15722     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15723   layout:
15724     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15725     layout: "plot-throughput-speedup-analysis"
15726
15727 - type: "plot"
15728   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15729   algorithm: "plot_tsa_name"
15730   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15731   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15732   include:
15733     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15734     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15735     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15736     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15737     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15738   layout:
15739     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15740     layout: "plot-throughput-speedup-analysis"
15741
15742 - type: "plot"
15743   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15744   algorithm: "plot_tsa_name"
15745   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15746   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15747   include:
15748     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15749     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15750     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15751     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15752     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15753   layout:
15754     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15755     layout: "plot-throughput-speedup-analysis"
15756
15757 - type: "plot"
15758   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15759   algorithm: "plot_tsa_name"
15760   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15761   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15762   include:
15763     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15764     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15765     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15766     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15767     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15768   layout:
15769     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15770     layout: "plot-throughput-speedup-analysis"
15771
15772 - type: "plot"
15773   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15774   algorithm: "plot_tsa_name"
15775   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15776   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15777   include:
15778     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15779     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15780     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15781     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15782   layout:
15783     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15784     layout: "plot-throughput-speedup-analysis"
15785
15786 - type: "plot"
15787   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15788   algorithm: "plot_tsa_name"
15789   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15790   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15791   include:
15792     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15793     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15794     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15795     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15796   layout:
15797     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15798     layout: "plot-throughput-speedup-analysis"
15799
15800 - type: "plot"
15801   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15802   algorithm: "plot_tsa_name"
15803   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15804   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15805   include:
15806     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15807     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15808     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15809     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15810     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15811     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15812   layout:
15813     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15814     layout: "plot-throughput-speedup-analysis"
15815
15816 - type: "plot"
15817   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15818   algorithm: "plot_tsa_name"
15819   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15820   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15821   include:
15822     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15823     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15824     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15825     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15826     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15827     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15828   layout:
15829     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15830     layout: "plot-throughput-speedup-analysis"
15831
15832 - type: "plot"
15833   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15834   algorithm: "plot_tsa_name"
15835   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15836   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15837   include:
15838     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15839     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15840     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15841     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15842     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15843     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15844   layout:
15845     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15846     layout: "plot-throughput-speedup-analysis"
15847
15848 - type: "plot"
15849   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15850   algorithm: "plot_tsa_name"
15851   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15852   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15853   include:
15854     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15855     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15856     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15857     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15858     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15859     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15860   layout:
15861     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15862     layout: "plot-throughput-speedup-analysis"
15863
15864 - type: "plot"
15865   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15866   algorithm: "plot_tsa_name"
15867   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15868   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15869   include:
15870     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15871     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15872     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15873     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15874     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15875     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15876   layout:
15877     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15878     layout: "plot-throughput-speedup-analysis"
15879
15880 - type: "plot"
15881   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15882   algorithm: "plot_tsa_name"
15883   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15884   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15885   include:
15886     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15887     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15888     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15889     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15890     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15891     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15892   layout:
15893     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15894     layout: "plot-throughput-speedup-analysis"
15895
15896 - type: "plot"
15897   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15898   algorithm: "plot_tsa_name"
15899   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15900   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15901   include:
15902     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15903     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15904     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15905     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15906     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15907     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15908   layout:
15909     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15910     layout: "plot-throughput-speedup-analysis"
15911
15912 - type: "plot"
15913   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15914   algorithm: "plot_tsa_name"
15915   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15916   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15917   include:
15918     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15919     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15920     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15921     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15922     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15923     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15924   layout:
15925     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15926     layout: "plot-throughput-speedup-analysis"
15927
15928 - type: "plot"
15929   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15930   algorithm: "plot_tsa_name"
15931   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15932   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15933   include:
15934     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15935     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15936     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15937     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15938     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15939     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15940   layout:
15941     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15942     layout: "plot-throughput-speedup-analysis"
15943
15944 - type: "plot"
15945   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15946   algorithm: "plot_tsa_name"
15947   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15948   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15949   include:
15950     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15951     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15952     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15953     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15954     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15955     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15956   layout:
15957     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15958     layout: "plot-throughput-speedup-analysis"
15959
15960 - type: "plot"
15961   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15962   algorithm: "plot_tsa_name"
15963   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15964   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15965   include:
15966     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15967     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15968     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15969     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15970     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15971   layout:
15972     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15973     layout: "plot-throughput-speedup-analysis"
15974
15975 - type: "plot"
15976   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15977   algorithm: "plot_tsa_name"
15978   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15979   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15980   include:
15981     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15982     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15983     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15984     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15985     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15986   layout:
15987     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15988     layout: "plot-throughput-speedup-analysis"
15989
15990 - type: "plot"
15991   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15992   algorithm: "plot_tsa_name"
15993   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15994   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15995   include:
15996     - "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"
15997     - "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"
15998     - "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"
15999     - "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"
16000     - "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"
16001   layout:
16002     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16003     layout: "plot-throughput-speedup-analysis"
16004
16005 - type: "plot"
16006   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16007   algorithm: "plot_tsa_name"
16008   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16009   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16010   include:
16011     - "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"
16012     - "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"
16013     - "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"
16014     - "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"
16015     - "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"
16016   layout:
16017     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16018     layout: "plot-throughput-speedup-analysis"
16019
16020 - type: "plot"
16021   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16022   algorithm: "plot_tsa_name"
16023   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16024   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16025   include:
16026     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16027     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16028     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16029     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16030     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16031   layout:
16032     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16033     layout: "plot-throughput-speedup-analysis"
16034
16035 - type: "plot"
16036   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16037   algorithm: "plot_tsa_name"
16038   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16039   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16040   include:
16041     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16042     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16043     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16044     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16045     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16046   layout:
16047     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16048     layout: "plot-throughput-speedup-analysis"
16049
16050 - type: "plot"
16051   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16052   algorithm: "plot_tsa_name"
16053   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16054   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16055   include:
16056     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16057     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16058     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16059     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16060     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16061   layout:
16062     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16063     layout: "plot-throughput-speedup-analysis"
16064
16065 - type: "plot"
16066   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16067   algorithm: "plot_tsa_name"
16068   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16069   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16070   include:
16071     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16072     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16073     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16074     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16075     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16076   layout:
16077     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16078     layout: "plot-throughput-speedup-analysis"
16079
16080 - type: "plot"
16081   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16082   algorithm: "plot_tsa_name"
16083   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
16084   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16085   include:
16086     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16087     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16088     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16089     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16090     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16091   layout:
16092     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
16093     layout: "plot-throughput-speedup-analysis"
16094
16095 - type: "plot"
16096   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16097   algorithm: "plot_tsa_name"
16098   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
16099   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16100   include:
16101     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16102     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16103     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16104     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16105     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16106   layout:
16107     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
16108     layout: "plot-throughput-speedup-analysis"
16109
16110 - type: "plot"
16111   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16112   algorithm: "plot_tsa_name"
16113   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16114   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16115   include:
16116     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16117     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16118     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16119     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16120     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16121   layout:
16122     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
16123     layout: "plot-throughput-speedup-analysis"
16124
16125 - type: "plot"
16126   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16127   algorithm: "plot_tsa_name"
16128   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16129   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16130   include:
16131     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16132     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16133     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16134     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16135     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16136   layout:
16137     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
16138     layout: "plot-throughput-speedup-analysis"
16139
16140 - type: "plot"
16141   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16142   algorithm: "plot_tsa_name"
16143   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16144   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16145   include:
16146     - "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"
16147     - "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"
16148     - "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"
16149     - "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"
16150   layout:
16151     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
16152     layout: "plot-throughput-speedup-analysis"
16153
16154 - type: "plot"
16155   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16156   algorithm: "plot_tsa_name"
16157   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16158   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16159   include:
16160     - "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"
16161     - "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"
16162     - "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"
16163     - "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"
16164   layout:
16165     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
16166     layout: "plot-throughput-speedup-analysis"
16167
16168 - type: "plot"
16169   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16170   algorithm: "plot_tsa_name"
16171   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16172   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16173   include:
16174     - "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"
16175     - "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"
16176     - "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"
16177     - "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"
16178   layout:
16179     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16180     layout: "plot-throughput-speedup-analysis"
16181
16182 - type: "plot"
16183   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16184   algorithm: "plot_tsa_name"
16185   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16186   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16187   include:
16188     - "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"
16189     - "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"
16190     - "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"
16191     - "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"
16192   layout:
16193     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16194     layout: "plot-throughput-speedup-analysis"
16195
16196 - type: "plot"
16197   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
16198   algorithm: "plot_tsa_name"
16199   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
16200   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16201   include:
16202     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16203     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16204     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16205     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16206     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16207     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16208   layout:
16209     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
16210     layout: "plot-throughput-speedup-analysis"
16211
16212 - type: "plot"
16213   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
16214   algorithm: "plot_tsa_name"
16215   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
16216   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16217   include:
16218     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16219     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16220     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16221     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16222     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16223     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16224   layout:
16225     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
16226     layout: "plot-throughput-speedup-analysis"
16227
16228 - type: "plot"
16229   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16230   algorithm: "plot_tsa_name"
16231   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
16232   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16233   include:
16234     - "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"
16235     - "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"
16236     - "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"
16237     - "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"
16238     - "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"
16239     - "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"
16240   layout:
16241     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
16242     layout: "plot-throughput-speedup-analysis"
16243
16244 - type: "plot"
16245   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16246   algorithm: "plot_tsa_name"
16247   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
16248   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16249   include:
16250     - "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"
16251     - "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"
16252     - "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"
16253     - "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"
16254     - "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"
16255     - "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"
16256   layout:
16257     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
16258     layout: "plot-throughput-speedup-analysis"
16259
16260 - type: "plot"
16261   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16262   algorithm: "plot_tsa_name"
16263   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
16264   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16265   include:
16266     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16267     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16268     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16269     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16270     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16271     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16272   layout:
16273     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
16274     layout: "plot-throughput-speedup-analysis"
16275
16276 - type: "plot"
16277   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16278   algorithm: "plot_tsa_name"
16279   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
16280   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16281   include:
16282     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16283     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16284     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16285     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16286     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16287     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16288   layout:
16289     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
16290     layout: "plot-throughput-speedup-analysis"
16291
16292 - type: "plot"
16293   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16294   algorithm: "plot_tsa_name"
16295   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
16296   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16297   include:
16298     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16299     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16300     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16301     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16302     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16303   layout:
16304     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
16305     layout: "plot-throughput-speedup-analysis"
16306
16307 - type: "plot"
16308   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16309   algorithm: "plot_tsa_name"
16310   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
16311   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16312   include:
16313     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16314     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16315     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16316     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16317     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16318   layout:
16319     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
16320     layout: "plot-throughput-speedup-analysis"
16321
16322 - type: "plot"
16323   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16324   algorithm: "plot_tsa_name"
16325   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
16326   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16327   include:
16328     - "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"
16329     - "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"
16330   layout:
16331     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
16332     layout: "plot-throughput-speedup-analysis"
16333
16334 - type: "plot"
16335   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16336   algorithm: "plot_tsa_name"
16337   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
16338   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16339   include:
16340     - "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"
16341     - "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"
16342   layout:
16343     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
16344     layout: "plot-throughput-speedup-analysis"
16345
16346 - type: "plot"
16347   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16348   algorithm: "plot_tsa_name"
16349   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
16350   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16351   include:
16352     - "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"
16353     - "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"
16354   layout:
16355     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
16356     layout: "plot-throughput-speedup-analysis"
16357
16358 - type: "plot"
16359   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16360   algorithm: "plot_tsa_name"
16361   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
16362   data: "plot-vpp-throughput-lat-tsa-3n-skx"
16363   include:
16364     - "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"
16365     - "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"
16366   layout:
16367     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
16368     layout: "plot-throughput-speedup-analysis"
16369
16370 - type: "plot"
16371   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16372   algorithm: "plot_tsa_name"
16373   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
16374   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16375   include:
16376     - "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"
16377     - "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"
16378     - "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"
16379     - "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"
16380     - "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"
16381     - "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"
16382   layout:
16383     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
16384     layout: "plot-throughput-speedup-analysis"
16385
16386 - type: "plot"
16387   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16388   algorithm: "plot_tsa_name"
16389   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
16390   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16391   include:
16392     - "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"
16393     - "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"
16394     - "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"
16395     - "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"
16396     - "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"
16397     - "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"
16398   layout:
16399     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
16400     layout: "plot-throughput-speedup-analysis"
16401
16402 - type: "plot"
16403   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16404   algorithm: "plot_tsa_name"
16405   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
16406   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16407   include:
16408     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16409     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16410     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16411     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16412     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16413   layout:
16414     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
16415     layout: "plot-throughput-speedup-analysis"
16416
16417 - type: "plot"
16418   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16419   algorithm: "plot_tsa_name"
16420   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
16421   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16422   include:
16423     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16424     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16425     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16426     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16427     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16428   layout:
16429     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
16430     layout: "plot-throughput-speedup-analysis"
16431
16432 - type: "plot"
16433   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16434   algorithm: "plot_tsa_name"
16435   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16436   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16437   include:
16438     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16439     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16440     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16441     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16442     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16443   layout:
16444     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
16445     layout: "plot-throughput-speedup-analysis"
16446
16447 - type: "plot"
16448   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16449   algorithm: "plot_tsa_name"
16450   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16451   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16452   include:
16453     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16454     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16455     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16456     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16457     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16458   layout:
16459     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
16460     layout: "plot-throughput-speedup-analysis"
16461
16462 - type: "plot"
16463   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16464   algorithm: "plot_tsa_name"
16465   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16466   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16467   include:
16468     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16469     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16470     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16471     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16472   layout:
16473     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
16474     layout: "plot-throughput-speedup-analysis"
16475
16476 - type: "plot"
16477   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16478   algorithm: "plot_tsa_name"
16479   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16480   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16481   include:
16482     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16483     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16484     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16485     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16486   layout:
16487     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
16488     layout: "plot-throughput-speedup-analysis"
16489
16490 - type: "plot"
16491   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16492   algorithm: "plot_tsa_name"
16493   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16494   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16495   include:
16496     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16497     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16498     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16499     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16500   layout:
16501     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
16502     layout: "plot-throughput-speedup-analysis"
16503
16504 - type: "plot"
16505   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16506   algorithm: "plot_tsa_name"
16507   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16508   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16509   include:
16510     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16511     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16512     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16513     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16514   layout:
16515     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
16516     layout: "plot-throughput-speedup-analysis"
16517
16518 - type: "plot"
16519   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16520   algorithm: "plot_tsa_name"
16521   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16522   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16523   include:
16524     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16525     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16526     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16527     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16528     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16529   layout:
16530     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16531     layout: "plot-throughput-speedup-analysis"
16532
16533 - type: "plot"
16534   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16535   algorithm: "plot_tsa_name"
16536   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16537   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16538   include:
16539     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16540     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16541     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16542     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16543     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16544   layout:
16545     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16546     layout: "plot-throughput-speedup-analysis"
16547
16548 - type: "plot"
16549   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16550   algorithm: "plot_tsa_name"
16551   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16552   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16553   include:
16554     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16555     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16556     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16557     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16558     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16559     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16560   layout:
16561     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16562     layout: "plot-throughput-speedup-analysis"
16563
16564 - type: "plot"
16565   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16566   algorithm: "plot_tsa_name"
16567   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16568   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16569   include:
16570     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16571     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16572     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16573     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16574     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16575     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16576   layout:
16577     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16578     layout: "plot-throughput-speedup-analysis"
16579
16580 - type: "plot"
16581   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16582   algorithm: "plot_tsa_name"
16583   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16584   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16585   include:
16586     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16587     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16588     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16589     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16590   layout:
16591     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16592     layout: "plot-throughput-speedup-analysis"
16593
16594 - type: "plot"
16595   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16596   algorithm: "plot_tsa_name"
16597   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16598   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16599   include:
16600     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16601     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16602     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16603     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16604   layout:
16605     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16606     layout: "plot-throughput-speedup-analysis"
16607
16608 - type: "plot"
16609   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16610   algorithm: "plot_tsa_name"
16611   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16612   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16613   include:
16614     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16615     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16616     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16617     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16618     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16619     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16620   layout:
16621     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16622     layout: "plot-throughput-speedup-analysis"
16623
16624 - type: "plot"
16625   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16626   algorithm: "plot_tsa_name"
16627   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16628   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16629   include:
16630     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16631     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16632     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16633     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16634     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16635     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16636   layout:
16637     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16638     layout: "plot-throughput-speedup-analysis"
16639
16640 - type: "plot"
16641   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16642   algorithm: "plot_tsa_name"
16643   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16644   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16645   include:
16646     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16647     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16648     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16649     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16650     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16651     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16652   layout:
16653     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16654     layout: "plot-throughput-speedup-analysis"
16655
16656 - type: "plot"
16657   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16658   algorithm: "plot_tsa_name"
16659   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16660   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16661   include:
16662     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16663     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16664     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16665     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16666     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16667     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16668   layout:
16669     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16670     layout: "plot-throughput-speedup-analysis"
16671
16672 - type: "plot"
16673   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16674   algorithm: "plot_tsa_name"
16675   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16676   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16677   include:
16678     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16679     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16680     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16681     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16682     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16683     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16684   layout:
16685     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16686     layout: "plot-throughput-speedup-analysis"
16687
16688 - type: "plot"
16689   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16690   algorithm: "plot_tsa_name"
16691   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16692   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16693   include:
16694     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16695     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16696     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16697     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16698     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16699     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16700   layout:
16701     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16702     layout: "plot-throughput-speedup-analysis"
16703
16704 - type: "plot"
16705   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16706   algorithm: "plot_tsa_name"
16707   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16708   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16709   include:
16710     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16711     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16712     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16713     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16714     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16715     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16716   layout:
16717     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16718     layout: "plot-throughput-speedup-analysis"
16719
16720 - type: "plot"
16721   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16722   algorithm: "plot_tsa_name"
16723   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16724   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16725   include:
16726     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16727     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16728     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16729     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16730     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16731     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16732   layout:
16733     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16734     layout: "plot-throughput-speedup-analysis"
16735
16736 - type: "plot"
16737   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16738   algorithm: "plot_tsa_name"
16739   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16740   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16741   include:
16742     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16743     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16744     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16745     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16746     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16747     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16748   layout:
16749     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16750     layout: "plot-throughput-speedup-analysis"
16751
16752 - type: "plot"
16753   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16754   algorithm: "plot_tsa_name"
16755   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16756   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16757   include:
16758     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16759     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16760     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16761     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16762     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16763     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16764   layout:
16765     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16766     layout: "plot-throughput-speedup-analysis"
16767
16768 #- type: "plot"
16769 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16770 #  algorithm: "plot_tsa_name"
16771 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16772 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16773 #  include:
16774 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16775 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16776 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16777 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16778 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16779 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16780 #  layout:
16781 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16782 #    layout: "plot-throughput-speedup-analysis"
16783 #
16784 #- type: "plot"
16785 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16786 #  algorithm: "plot_tsa_name"
16787 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16788 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16789 #  include:
16790 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16791 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16792 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16793 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16794 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16795 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16796 #  layout:
16797 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16798 #    layout: "plot-throughput-speedup-analysis"
16799
16800 - type: "plot"
16801   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16802   algorithm: "plot_tsa_name"
16803   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16804   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16805   include:
16806     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16807     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16808     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16809     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16810     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16811   layout:
16812     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16813     layout: "plot-throughput-speedup-analysis"
16814
16815 - type: "plot"
16816   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16817   algorithm: "plot_tsa_name"
16818   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16819   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16820   include:
16821     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16822     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16823     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16824     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16825     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16826   layout:
16827     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16828     layout: "plot-throughput-speedup-analysis"
16829
16830 - type: "plot"
16831   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16832   algorithm: "plot_tsa_name"
16833   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16834   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16835   include:
16836     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16837     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16838     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16839     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16840     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16841     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16842   layout:
16843     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16844     layout: "plot-throughput-speedup-analysis"
16845
16846 - type: "plot"
16847   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16848   algorithm: "plot_tsa_name"
16849   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16850   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16851   include:
16852     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16853     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16854     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16855     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16856     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16857     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16858   layout:
16859     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16860     layout: "plot-throughput-speedup-analysis"
16861
16862 - type: "plot"
16863   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16864   algorithm: "plot_tsa_name"
16865   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16866   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16867   include:
16868     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16869     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16870     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16871     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16872     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16873   layout:
16874     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16875     layout: "plot-throughput-speedup-analysis"
16876
16877 - type: "plot"
16878   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16879   algorithm: "plot_tsa_name"
16880   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16881   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16882   include:
16883     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16884     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16885     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16886     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16887     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16888   layout:
16889     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16890     layout: "plot-throughput-speedup-analysis"
16891
16892 - type: "plot"
16893   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16894   algorithm: "plot_tsa_name"
16895   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16896   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16897   include:
16898     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16899     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16900     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16901     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16902   layout:
16903     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16904     layout: "plot-throughput-speedup-analysis"
16905
16906 - type: "plot"
16907   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16908   algorithm: "plot_tsa_name"
16909   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16910   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16911   include:
16912     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16913     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16914     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16915     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16916   layout:
16917     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16918     layout: "plot-throughput-speedup-analysis"
16919
16920 - type: "plot"
16921   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16922   algorithm: "plot_tsa_name"
16923   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16924   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16925   include:
16926     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16927     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16928     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16929     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16930     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16931     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16932   layout:
16933     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16934     layout: "plot-throughput-speedup-analysis"
16935
16936 - type: "plot"
16937   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16938   algorithm: "plot_tsa_name"
16939   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16940   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16941   include:
16942     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16943     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16944     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16945     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16946     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16947     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16948   layout:
16949     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16950     layout: "plot-throughput-speedup-analysis"
16951
16952 - type: "plot"
16953   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16954   algorithm: "plot_tsa_name"
16955   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16956   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16957   include:
16958     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16959     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16960     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16961     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16962     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16963   layout:
16964     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16965     layout: "plot-throughput-speedup-analysis"
16966
16967 - type: "plot"
16968   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16969   algorithm: "plot_tsa_name"
16970   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16971   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16972   include:
16973     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16974     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16975     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16976     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16977     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16978   layout:
16979     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16980     layout: "plot-throughput-speedup-analysis"
16981
16982 - type: "plot"
16983   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16984   algorithm: "plot_tsa_name"
16985   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16986   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16987   include:
16988     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16989     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16990     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16991     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16992     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16993   layout:
16994     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16995     layout: "plot-throughput-speedup-analysis"
16996
16997 - type: "plot"
16998   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16999   algorithm: "plot_tsa_name"
17000   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17001   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17002   include:
17003     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17004     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17005     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17006     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17007     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17008   layout:
17009     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
17010     layout: "plot-throughput-speedup-analysis"
17011
17012 - type: "plot"
17013   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17014   algorithm: "plot_tsa_name"
17015   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17016   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17017   include:
17018     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17019     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17020     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17021     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17022   layout:
17023     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
17024     layout: "plot-throughput-speedup-analysis"
17025
17026 - type: "plot"
17027   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17028   algorithm: "plot_tsa_name"
17029   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17030   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17031   include:
17032     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17033     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17034     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17035     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17036   layout:
17037     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
17038     layout: "plot-throughput-speedup-analysis"
17039
17040 - type: "plot"
17041   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17042   algorithm: "plot_tsa_name"
17043   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17044   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17045   include:
17046     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17047     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17048     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17049     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17050     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17051   layout:
17052     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
17053     layout: "plot-throughput-speedup-analysis"
17054
17055 - type: "plot"
17056   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17057   algorithm: "plot_tsa_name"
17058   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17059   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17060   include:
17061     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17062     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17063     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17064     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17065     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17066   layout:
17067     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
17068     layout: "plot-throughput-speedup-analysis"
17069
17070 - type: "plot"
17071   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17072   algorithm: "plot_tsa_name"
17073   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17074   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17075   include:
17076     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17077     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17078     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17079     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17080     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17081     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17082   layout:
17083     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
17084     layout: "plot-throughput-speedup-analysis"
17085
17086 - type: "plot"
17087   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17088   algorithm: "plot_tsa_name"
17089   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17090   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17091   include:
17092     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17093     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17094     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17095     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17096     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17097     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17098   layout:
17099     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
17100     layout: "plot-throughput-speedup-analysis"
17101
17102 - type: "plot"
17103   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17104   algorithm: "plot_tsa_name"
17105   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17106   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17107   include:
17108     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17109     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17110     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17111     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17112   layout:
17113     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
17114     layout: "plot-throughput-speedup-analysis"
17115
17116 - type: "plot"
17117   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17118   algorithm: "plot_tsa_name"
17119   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17120   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17121   include:
17122     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17123     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17124     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17125     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17126   layout:
17127     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
17128     layout: "plot-throughput-speedup-analysis"
17129
17130 - type: "plot"
17131   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17132   algorithm: "plot_tsa_name"
17133   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17134   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17135   include:
17136     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17137     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17138     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17139     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17140     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17141     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17142   layout:
17143     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
17144     layout: "plot-throughput-speedup-analysis"
17145
17146 - type: "plot"
17147   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17148   algorithm: "plot_tsa_name"
17149   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17150   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17151   include:
17152     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17153     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17154     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17155     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17156     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17157     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17158   layout:
17159     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
17160     layout: "plot-throughput-speedup-analysis"
17161
17162 - type: "plot"
17163   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17164   algorithm: "plot_tsa_name"
17165   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17166   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17167   include:
17168     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17169     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17170     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17171     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17172     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17173     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17174   layout:
17175     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
17176     layout: "plot-throughput-speedup-analysis"
17177
17178 - type: "plot"
17179   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17180   algorithm: "plot_tsa_name"
17181   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17182   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17183   include:
17184     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17185     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17186     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17187     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17188     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17189     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17190   layout:
17191     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
17192     layout: "plot-throughput-speedup-analysis"
17193
17194 #- type: "plot"
17195 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17196 #  algorithm: "plot_tsa_name"
17197 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17198 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17199 #  include:
17200 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17201 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17202 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17203 #  layout:
17204 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
17205 #    layout: "plot-throughput-speedup-analysis"
17206 #
17207 #- type: "plot"
17208 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17209 #  algorithm: "plot_tsa_name"
17210 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17211 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
17212 #  include:
17213 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17214 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17215 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17216 #  layout:
17217 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
17218 #    layout: "plot-throughput-speedup-analysis"
17219
17220 ################################################################################
17221
17222 # Packet Throughput - DPDK
17223
17224 # 2n-skx-xxv710
17225
17226 - type: "plot"
17227   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
17228   algorithm: "plot_perf_box_name"
17229   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
17230   data: "plot-dpdk-throughput-latency-2n-skx"
17231   include:
17232     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17233     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17234   layout:
17235     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
17236     layout: "plot-throughput"
17237
17238 - type: "plot"
17239   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
17240   algorithm: "plot_perf_box_name"
17241   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
17242   data: "plot-dpdk-throughput-latency-2n-skx"
17243   include:
17244     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17245     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17246   layout:
17247     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
17248     layout: "plot-throughput"
17249
17250 - type: "plot"
17251   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
17252   algorithm: "plot_perf_box_name"
17253   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
17254   data: "plot-dpdk-throughput-latency-2n-skx"
17255   include:
17256     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17257     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17258   layout:
17259     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
17260     layout: "plot-throughput"
17261
17262 - type: "plot"
17263   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
17264   algorithm: "plot_perf_box_name"
17265   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
17266   data: "plot-dpdk-throughput-latency-2n-skx"
17267   include:
17268     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17269     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17270   layout:
17271     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
17272     layout: "plot-throughput"
17273
17274 # 2n-skx-x710
17275
17276 - type: "plot"
17277   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
17278   algorithm: "plot_perf_box_name"
17279   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
17280   data: "plot-dpdk-throughput-latency-2n-skx"
17281   include:
17282     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17283     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17284   layout:
17285     title: "2n-skx-x710-64b-2t1c-base-ndr"
17286     layout: "plot-throughput"
17287
17288 - type: "plot"
17289   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
17290   algorithm: "plot_perf_box_name"
17291   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
17292   data: "plot-dpdk-throughput-latency-2n-skx"
17293   include:
17294     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17295     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17296   layout:
17297     title: "2n-skx-x710-64b-4t2c-base-ndr"
17298     layout: "plot-throughput"
17299
17300 - type: "plot"
17301   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
17302   algorithm: "plot_perf_box_name"
17303   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
17304   data: "plot-dpdk-throughput-latency-2n-skx"
17305   include:
17306     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17307     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17308   layout:
17309     title: "2n-skx-x710-64b-2t1c-base-pdr"
17310     layout: "plot-throughput"
17311
17312 - type: "plot"
17313   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
17314   algorithm: "plot_perf_box_name"
17315   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
17316   data: "plot-dpdk-throughput-latency-2n-skx"
17317   include:
17318     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17319     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17320   layout:
17321     title: "2n-skx-x710-64b-4t2c-base-pdr"
17322     layout: "plot-throughput"
17323
17324 # 3n-skx-xxv710
17325
17326 - type: "plot"
17327   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
17328   algorithm: "plot_perf_box_name"
17329   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
17330   data: "plot-dpdk-throughput-latency-3n-skx"
17331   include:
17332     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17333     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17334   layout:
17335     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
17336     layout: "plot-throughput"
17337
17338 - type: "plot"
17339   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
17340   algorithm: "plot_perf_box_name"
17341   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
17342   data: "plot-dpdk-throughput-latency-3n-skx"
17343   include:
17344     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17345     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17346   layout:
17347     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
17348     layout: "plot-throughput"
17349
17350 - type: "plot"
17351   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
17352   algorithm: "plot_perf_box_name"
17353   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
17354   data: "plot-dpdk-throughput-latency-3n-skx"
17355   include:
17356     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17357     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17358   layout:
17359     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
17360     layout: "plot-throughput"
17361
17362 - type: "plot"
17363   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
17364   algorithm: "plot_perf_box_name"
17365   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
17366   data: "plot-dpdk-throughput-latency-3n-skx"
17367   include:
17368     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17369     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17370   layout:
17371     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
17372     layout: "plot-throughput"
17373
17374 # 3n-skx-x710
17375
17376 - type: "plot"
17377   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
17378   algorithm: "plot_perf_box_name"
17379   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
17380   data: "plot-dpdk-throughput-latency-3n-skx"
17381   include:
17382     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17383     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17384   layout:
17385     title: "3n-skx-x710-64b-2t1c-base-ndr"
17386     layout: "plot-throughput"
17387
17388 - type: "plot"
17389   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
17390   algorithm: "plot_perf_box_name"
17391   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
17392   data: "plot-dpdk-throughput-latency-3n-skx"
17393   include:
17394     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17395     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17396   layout:
17397     title: "3n-skx-x710-64b-4t2c-base-ndr"
17398     layout: "plot-throughput"
17399
17400 - type: "plot"
17401   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
17402   algorithm: "plot_perf_box_name"
17403   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
17404   data: "plot-dpdk-throughput-latency-3n-skx"
17405   include:
17406     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
17407     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
17408   layout:
17409     title: "3n-skx-x710-64b-2t1c-base-pdr"
17410     layout: "plot-throughput"
17411
17412 - type: "plot"
17413   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
17414   algorithm: "plot_perf_box_name"
17415   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
17416   data: "plot-dpdk-throughput-latency-3n-skx"
17417   include:
17418     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
17419     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
17420   layout:
17421     title: "3n-skx-x710-64b-4t2c-base-pdr"
17422     layout: "plot-throughput"
17423
17424 # 3n-hsw-xl710
17425
17426 - type: "plot"
17427   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
17428   algorithm: "plot_perf_box_name"
17429   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
17430   data: "plot-dpdk-throughput-latency-3n-hsw"
17431   include:
17432     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17433     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17434   layout:
17435     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
17436     layout: "plot-throughput"
17437
17438 - type: "plot"
17439   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
17440   algorithm: "plot_perf_box_name"
17441   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
17442   data: "plot-dpdk-throughput-latency-3n-hsw"
17443   include:
17444     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17445     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17446   layout:
17447     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
17448     layout: "plot-throughput"
17449
17450 - type: "plot"
17451   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
17452   algorithm: "plot_perf_box_name"
17453   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
17454   data: "plot-dpdk-throughput-latency-3n-hsw"
17455   include:
17456     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17457     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17458   layout:
17459     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
17460     layout: "plot-throughput"
17461
17462 - type: "plot"
17463   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
17464   algorithm: "plot_perf_box_name"
17465   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
17466   data: "plot-dpdk-throughput-latency-3n-hsw"
17467   include:
17468     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17469     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17470   layout:
17471     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
17472     layout: "plot-throughput"
17473
17474 # 3n-hsw-x710
17475
17476 - type: "plot"
17477   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
17478   algorithm: "plot_perf_box_name"
17479   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
17480   data: "plot-dpdk-throughput-latency-3n-hsw"
17481   include:
17482     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17483     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17484   layout:
17485     title: "3n-hsw-x710-64b-1t1c-base-ndr"
17486     layout: "plot-throughput"
17487
17488 - type: "plot"
17489   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
17490   algorithm: "plot_perf_box_name"
17491   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
17492   data: "plot-dpdk-throughput-latency-3n-hsw"
17493   include:
17494     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17495     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17496   layout:
17497     title: "3n-hsw-x710-64b-2t2c-base-ndr"
17498     layout: "plot-throughput"
17499
17500 - type: "plot"
17501   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
17502   algorithm: "plot_perf_box_name"
17503   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
17504   data: "plot-dpdk-throughput-latency-3n-hsw"
17505   include:
17506     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17507     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17508   layout:
17509     title: "3n-hsw-x710-64b-1t1c-base-pdr"
17510     layout: "plot-throughput"
17511
17512 - type: "plot"
17513   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
17514   algorithm: "plot_perf_box_name"
17515   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
17516   data: "plot-dpdk-throughput-latency-3n-hsw"
17517   include:
17518     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17519     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17520   layout:
17521     title: "3n-hsw-x710-64b-2t2c-base-pdr"
17522     layout: "plot-throughput"
17523
17524 ## 2n-dnv-x553
17525 #
17526 #- type: "plot"
17527 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
17528 #  algorithm: "plot_perf_box_name"
17529 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
17530 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17531 #  include:
17532 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17533 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17534 #  layout:
17535 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
17536 #    layout: "plot-throughput"
17537 #
17538 #- type: "plot"
17539 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17540 #  algorithm: "plot_perf_box_name"
17541 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
17542 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17543 #  include:
17544 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17545 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17546 #  layout:
17547 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
17548 #    layout: "plot-throughput"
17549 #
17550 #- type: "plot"
17551 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17552 #  algorithm: "plot_perf_box_name"
17553 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17554 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17555 #  include:
17556 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17557 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17558 #  layout:
17559 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
17560 #    layout: "plot-throughput"
17561 #
17562 #- type: "plot"
17563 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17564 #  algorithm: "plot_perf_box_name"
17565 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17566 #  data: "plot-dpdk-throughput-latency-2n-dnv"
17567 #  include:
17568 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17569 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17570 #  layout:
17571 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
17572 #    layout: "plot-throughput"
17573 #
17574 ## 3n-dnv-x553
17575 #
17576 #- type: "plot"
17577 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17578 #  algorithm: "plot_perf_box_name"
17579 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17580 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17581 #  include:
17582 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17583 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17584 #  layout:
17585 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
17586 #    layout: "plot-throughput"
17587 #
17588 #- type: "plot"
17589 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17590 #  algorithm: "plot_perf_box_name"
17591 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17592 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17593 #  include:
17594 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17595 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17596 #  layout:
17597 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
17598 #    layout: "plot-throughput"
17599 #
17600 #- type: "plot"
17601 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17602 #  algorithm: "plot_perf_box_name"
17603 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17604 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17605 #  include:
17606 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17607 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17608 #  layout:
17609 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
17610 #    layout: "plot-throughput"
17611 #
17612 #- type: "plot"
17613 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17614 #  algorithm: "plot_perf_box_name"
17615 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17616 #  data: "plot-dpdk-throughput-latency-3n-dnv"
17617 #  include:
17618 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17619 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17620 #  layout:
17621 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
17622 #    layout: "plot-throughput"
17623
17624 # 3n-tsh-x520
17625
17626 - type: "plot"
17627   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17628   algorithm: "plot_perf_box_name"
17629   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17630   data: "plot-dpdk-throughput-latency-3n-tsh"
17631   include:
17632     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17633     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17634   layout:
17635     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17636     layout: "plot-throughput"
17637
17638 - type: "plot"
17639   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17640   algorithm: "plot_perf_box_name"
17641   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17642   data: "plot-dpdk-throughput-latency-3n-tsh"
17643   include:
17644     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17645     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17646   layout:
17647     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17648     layout: "plot-throughput"
17649
17650 - type: "plot"
17651   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17652   algorithm: "plot_perf_box_name"
17653   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17654   data: "plot-dpdk-throughput-latency-3n-tsh"
17655   include:
17656     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17657     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17658   layout:
17659     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17660     layout: "plot-throughput"
17661
17662 - type: "plot"
17663   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17664   algorithm: "plot_perf_box_name"
17665   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17666   data: "plot-dpdk-throughput-latency-3n-tsh"
17667   include:
17668     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17669     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17670   layout:
17671     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17672     layout: "plot-throughput"
17673
17674 ################################################################################
17675 ###   2n-clx                                                                 ###
17676 ################################################################################
17677
17678 # Packet Throughput
17679
17680 - type: "plot"
17681   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17682   algorithm: "plot_perf_box_name"
17683   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17684   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17685   include:
17686     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17687     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17688     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17689     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17690   layout:
17691     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17692     layout: "plot-throughput"
17693
17694 - type: "plot"
17695   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17696   algorithm: "plot_perf_box_name"
17697   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17698   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17699   include:
17700     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17701     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17702     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17703     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17704   layout:
17705     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17706     layout: "plot-throughput"
17707
17708 - type: "plot"
17709   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17710   algorithm: "plot_perf_box_name"
17711   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17712   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17713   include:
17714     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17715     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17716     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17717     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17718   layout:
17719     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17720     layout: "plot-throughput"
17721
17722 - type: "plot"
17723   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17724   algorithm: "plot_perf_box_name"
17725   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17726   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17727   include:
17728     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17729     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17730     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17731     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17732   layout:
17733     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17734     layout: "plot-throughput"
17735
17736 - type: "plot"
17737   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17738   algorithm: "plot_perf_box_name"
17739   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17740   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17741   include:
17742     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17743     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17744     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17745     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17746   layout:
17747     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17748     layout: "plot-throughput"
17749
17750 - type: "plot"
17751   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17752   algorithm: "plot_perf_box_name"
17753   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17754   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17755   include:
17756     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17757     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17758     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17759     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17760   layout:
17761     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17762     layout: "plot-throughput"
17763
17764 - type: "plot"
17765   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17766   algorithm: "plot_perf_box_name"
17767   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17768   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17769   include:
17770     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17771     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17772     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17773     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17774     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17775     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17776   layout:
17777     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17778     layout: "plot-throughput"
17779
17780 - type: "plot"
17781   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17782   algorithm: "plot_perf_box_name"
17783   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17784   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17785   include:
17786     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17787     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17788     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17789     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17790     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17791     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17792   layout:
17793     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17794     layout: "plot-throughput"
17795
17796 - type: "plot"
17797   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17798   algorithm: "plot_perf_box_name"
17799   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17800   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17801   include:
17802     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17803     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17804     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17805     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17806   layout:
17807     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17808     layout: "plot-throughput"
17809
17810 - type: "plot"
17811   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17812   algorithm: "plot_perf_box_name"
17813   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17814   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17815   include:
17816     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17817     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17818     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17819     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17820   layout:
17821     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17822     layout: "plot-throughput"
17823
17824 - type: "plot"
17825   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17826   algorithm: "plot_perf_box_name"
17827   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17828   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17829   include:
17830     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17831     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17832     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17833   layout:
17834     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17835     layout: "plot-throughput"
17836
17837 - type: "plot"
17838   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17839   algorithm: "plot_perf_box_name"
17840   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17841   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17842   include:
17843     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17844     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17845     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17846   layout:
17847     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17848     layout: "plot-throughput"
17849
17850 - type: "plot"
17851   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17852   algorithm: "plot_perf_box_name"
17853   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17854   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17855   include:
17856     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17857     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17858     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17859     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17860     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17861   layout:
17862     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17863     layout: "plot-throughput"
17864
17865 - type: "plot"
17866   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17867   algorithm: "plot_perf_box_name"
17868   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17869   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17870   include:
17871     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17872     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17873     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17874     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17875     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17876   layout:
17877     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17878     layout: "plot-throughput"
17879
17880 - type: "plot"
17881   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17882   algorithm: "plot_perf_box_name"
17883   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17884   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17885   include:
17886     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17887     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17888     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17889   layout:
17890     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17891     layout: "plot-throughput"
17892
17893 - type: "plot"
17894   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17895   algorithm: "plot_perf_box_name"
17896   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17897   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17898   include:
17899     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17900     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17901     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17902   layout:
17903     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17904     layout: "plot-throughput"
17905
17906 - type: "plot"
17907   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17908   algorithm: "plot_perf_box_name"
17909   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17910   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17911   include:
17912     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17913     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17914     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17915     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17916     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17917     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17918   layout:
17919     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17920     layout: "plot-throughput"
17921
17922 - type: "plot"
17923   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17924   algorithm: "plot_perf_box_name"
17925   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17926   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17927   include:
17928     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17929     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17930     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17931     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17932     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17933     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17934   layout:
17935     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17936     layout: "plot-throughput"
17937
17938 - type: "plot"
17939   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17940   algorithm: "plot_perf_box_name"
17941   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17942   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17943   include:
17944     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17945     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17946     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17947     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17948     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17949   layout:
17950     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17951     layout: "plot-throughput"
17952
17953 - type: "plot"
17954   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17955   algorithm: "plot_perf_box_name"
17956   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17957   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17958   include:
17959     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17960     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17961     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17962     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17963     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17964   layout:
17965     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17966     layout: "plot-throughput"
17967
17968 - type: "plot"
17969   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17970   algorithm: "plot_perf_box_name"
17971   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17972   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17973   include:
17974     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17975     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
17976     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17977     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
17978     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17979     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
17980     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17981     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
17982     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17983     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
17984   layout:
17985     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17986     layout: "plot-cps"
17987
17988 - type: "plot"
17989   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17990   algorithm: "plot_perf_box_name"
17991   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17992   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17993   include:
17994     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17995     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
17996     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17997     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
17998     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17999     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18000     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18001     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
18002     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18003     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18004   layout:
18005     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
18006     layout: "plot-throughput"
18007
18008 - type: "plot"
18009   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18010   algorithm: "plot_perf_box_name"
18011   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18012   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18013   include:
18014     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18015     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18016     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18017     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
18018     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18019     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18020     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18021     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
18022     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18023     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18024   layout:
18025     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18026     layout: "plot-cps"
18027
18028 - type: "plot"
18029   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18030   algorithm: "plot_perf_box_name"
18031   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18032   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18033   include:
18034     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18035     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18036     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18037     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
18038     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18039     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18040     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18041     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
18042     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18043     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18044   layout:
18045     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18046     layout: "plot-throughput"
18047
18048 - type: "plot"
18049   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
18050   algorithm: "plot_perf_box_name"
18051   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
18052   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18053   include:
18054     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18055     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18056     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18057     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18058     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18059   layout:
18060     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
18061     layout: "plot-throughput"
18062
18063 - type: "plot"
18064   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
18065   algorithm: "plot_perf_box_name"
18066   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
18067   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18068   include:
18069     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
18070     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
18071     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
18072     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
18073     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
18074   layout:
18075     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
18076     layout: "plot-throughput"
18077
18078 - type: "plot"
18079   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18080   algorithm: "plot_perf_box_name"
18081   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18082   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18083   include:
18084     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18085     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18086     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18087     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
18088     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18089     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18090     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18091     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
18092     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18093     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18094   layout:
18095     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18096     layout: "plot-cps"
18097
18098 - type: "plot"
18099   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18100   algorithm: "plot_perf_box_name"
18101   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18102   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18103   include:
18104     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18105     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18106     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18107     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
18108     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18109     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18110     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18111     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
18112     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18113     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18114   layout:
18115     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18116     layout: "plot-throughput"
18117
18118 - type: "plot"
18119   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18120   algorithm: "plot_perf_box_name"
18121   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18122   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18123   include:
18124     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
18125     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
18126     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
18127     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
18128     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
18129     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
18130     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
18131     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
18132     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
18133     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
18134   layout:
18135     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18136     layout: "plot-cps"
18137
18138 - type: "plot"
18139   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18140   algorithm: "plot_perf_box_name"
18141   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18142   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18143   include:
18144     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
18145     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
18146     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
18147     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
18148     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
18149     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
18150     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
18151     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
18152     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
18153     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
18154   layout:
18155     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18156     layout: "plot-throughput"
18157
18158 - type: "plot"
18159   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18160   algorithm: "plot_perf_box_name"
18161   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18162   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18163   include:
18164     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18165     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18166     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18167     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18168     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18169     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18170   layout:
18171     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
18172     layout: "plot-throughput"
18173
18174 - type: "plot"
18175   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18176   algorithm: "plot_perf_box_name"
18177   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18178   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18179   include:
18180     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
18181     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18182     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18183     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18184     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18185     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18186   layout:
18187     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
18188     layout: "plot-throughput"
18189
18190 - type: "plot"
18191   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18192   algorithm: "plot_perf_box_name"
18193   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18194   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18195   include:
18196     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
18197     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
18198   layout:
18199     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
18200     layout: "plot-throughput"
18201
18202 - type: "plot"
18203   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18204   algorithm: "plot_perf_box_name"
18205   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18206   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18207   include:
18208     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
18209     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
18210   layout:
18211     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
18212     layout: "plot-throughput"
18213
18214 - type: "plot"
18215   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18216   algorithm: "plot_perf_box_name"
18217   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18218   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18219   include:
18220     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
18221     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18222     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
18223     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18224     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
18225     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18226   layout:
18227     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
18228     layout: "plot-throughput"
18229
18230 - type: "plot"
18231   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18232   algorithm: "plot_perf_box_name"
18233   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18234   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18235   include:
18236     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
18237     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18238     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
18239     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18240     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
18241     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18242   layout:
18243     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
18244     layout: "plot-throughput"
18245
18246 - type: "plot"
18247   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18248   algorithm: "plot_perf_box_name"
18249   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18250   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18251   include:
18252     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18253     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18254     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18255     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18256     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18257     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18258   layout:
18259     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
18260     layout: "plot-throughput"
18261
18262 - type: "plot"
18263   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18264   algorithm: "plot_perf_box_name"
18265   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18266   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18267   include:
18268     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18269     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18270     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18271     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18272     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18273     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18274   layout:
18275     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
18276     layout: "plot-throughput"
18277
18278 - type: "plot"
18279   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18280   algorithm: "plot_perf_box_name"
18281   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18282   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18283   include:
18284     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18285     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18286     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18287     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18288     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18289     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18290   layout:
18291     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
18292     layout: "plot-throughput"
18293
18294 - type: "plot"
18295   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18296   algorithm: "plot_perf_box_name"
18297   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18298   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18299   include:
18300     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18301     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18302     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18303     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18304     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18305     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18306   layout:
18307     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
18308     layout: "plot-throughput"
18309
18310 - type: "plot"
18311   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18312   algorithm: "plot_perf_box_name"
18313   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18314   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18315   include:
18316     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18317     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18318     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18319     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18320     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18321   layout:
18322     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
18323     layout: "plot-throughput"
18324
18325 - type: "plot"
18326   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18327   algorithm: "plot_perf_box_name"
18328   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18329   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18330   include:
18331     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
18332     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
18333     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
18334     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
18335     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
18336   layout:
18337     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
18338     layout: "plot-throughput"
18339
18340 - type: "plot"
18341   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18342   algorithm: "plot_perf_box_name"
18343   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18344   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18345   include:
18346     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18347     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18348     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18349     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18350     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18351   layout:
18352     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
18353     layout: "plot-throughput"
18354
18355 - type: "plot"
18356   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18357   algorithm: "plot_perf_box_name"
18358   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18359   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18360   include:
18361     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
18362     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
18363     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
18364     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
18365     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
18366   layout:
18367     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
18368     layout: "plot-throughput"
18369
18370 - type: "plot"
18371   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18372   algorithm: "plot_perf_box_name"
18373   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18374   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18375   include:
18376     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18377     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18378     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18379     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18380     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18381   layout:
18382     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
18383     layout: "plot-throughput"
18384
18385 - type: "plot"
18386   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18387   algorithm: "plot_perf_box_name"
18388   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18389   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18390   include:
18391     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
18392     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
18393     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
18394     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
18395     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
18396   layout:
18397     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
18398     layout: "plot-throughput"
18399
18400 - type: "plot"
18401   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18402   algorithm: "plot_perf_box_name"
18403   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18404   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18405   include:
18406     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18407     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18408     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18409     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18410     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18411   layout:
18412     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
18413     layout: "plot-throughput"
18414
18415 - type: "plot"
18416   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18417   algorithm: "plot_perf_box_name"
18418   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18419   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18420   include:
18421     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18422     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18423     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18424     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18425     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18426   layout:
18427     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
18428     layout: "plot-throughput"
18429
18430 - type: "plot"
18431   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18432   algorithm: "plot_perf_box_name"
18433   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18434   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18435   include:
18436     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18437     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18438     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18439     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18440     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18441   layout:
18442     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18443     layout: "plot-throughput"
18444
18445 - type: "plot"
18446   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18447   algorithm: "plot_perf_box_name"
18448   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18449   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18450   include:
18451     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18452     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18453     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18454     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18455     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18456   layout:
18457     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18458     layout: "plot-throughput"
18459
18460 - type: "plot"
18461   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18462   algorithm: "plot_perf_box_name"
18463   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18464   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18465   include:
18466     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18467     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18468     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18469     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18470     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18471   layout:
18472     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
18473     layout: "plot-throughput"
18474
18475 - type: "plot"
18476   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18477   algorithm: "plot_perf_box_name"
18478   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18479   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18480   include:
18481     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
18482     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18483     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
18484     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
18485     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18486   layout:
18487     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
18488     layout: "plot-throughput"
18489
18490 - type: "plot"
18491   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18492   algorithm: "plot_perf_box_name"
18493   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18494   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18495   include:
18496     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18497     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18498     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18499     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18500   layout:
18501     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
18502     layout: "plot-throughput"
18503
18504 - type: "plot"
18505   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18506   algorithm: "plot_perf_box_name"
18507   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18508   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18509   include:
18510     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
18511     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18512     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18513     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18514   layout:
18515     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
18516     layout: "plot-throughput"
18517
18518 - type: "plot"
18519   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18520   algorithm: "plot_perf_box_name"
18521   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18522   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18523   include:
18524     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18525     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18526     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18527     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18528     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18529   layout:
18530     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
18531     layout: "plot-throughput"
18532
18533 - type: "plot"
18534   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18535   algorithm: "plot_perf_box_name"
18536   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18537   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18538   include:
18539     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
18540     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
18541     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
18542     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
18543     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18544   layout:
18545     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
18546     layout: "plot-throughput"
18547
18548 - type: "plot"
18549   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18550   algorithm: "plot_perf_box_name"
18551   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18552   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18553   include:
18554     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18555     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18556     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18557     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18558   layout:
18559     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
18560     layout: "plot-throughput"
18561
18562 - type: "plot"
18563   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18564   algorithm: "plot_perf_box_name"
18565   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18566   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18567   include:
18568     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
18569     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
18570     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
18571     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
18572   layout:
18573     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
18574     layout: "plot-throughput"
18575
18576 - type: "plot"
18577   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18578   algorithm: "plot_perf_box_name"
18579   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18580   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18581   include:
18582     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18583     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18584     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18585     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18586     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18587   layout:
18588     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
18589     layout: "plot-throughput"
18590
18591 - type: "plot"
18592   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18593   algorithm: "plot_perf_box_name"
18594   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18595   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18596   include:
18597     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
18598     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18599     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
18600     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
18601     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18602   layout:
18603     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
18604     layout: "plot-throughput"
18605
18606 - type: "plot"
18607   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18608   algorithm: "plot_perf_box_name"
18609   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18610   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18611   include:
18612     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18613     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18614     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18615     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18616   layout:
18617     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
18618     layout: "plot-throughput"
18619
18620 - type: "plot"
18621   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18622   algorithm: "plot_perf_box_name"
18623   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18624   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18625   include:
18626     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18627     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18628     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18629     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18630   layout:
18631     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
18632     layout: "plot-throughput"
18633
18634 - type: "plot"
18635   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18636   algorithm: "plot_perf_box_name"
18637   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18638   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18639   include:
18640     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18641     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18642     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18643     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18644     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18645   layout:
18646     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
18647     layout: "plot-throughput"
18648
18649 - type: "plot"
18650   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18651   algorithm: "plot_perf_box_name"
18652   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18653   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18654   include:
18655     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18656     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18657     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18658     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18659     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18660   layout:
18661     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
18662     layout: "plot-throughput"
18663
18664 - type: "plot"
18665   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18666   algorithm: "plot_perf_box_name"
18667   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18668   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18669   include:
18670     - "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"
18671     - "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"
18672     - "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"
18673     - "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"
18674     - "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"
18675   layout:
18676     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
18677     layout: "plot-throughput"
18678
18679 - type: "plot"
18680   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18681   algorithm: "plot_perf_box_name"
18682   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18683   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18684   include:
18685     - "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"
18686     - "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"
18687     - "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"
18688     - "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"
18689     - "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"
18690   layout:
18691     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
18692     layout: "plot-throughput"
18693
18694 - type: "plot"
18695   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18696   algorithm: "plot_perf_box_name"
18697   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18698   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18699   include:
18700     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18701     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18702     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18703     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18704     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18705   layout:
18706     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
18707     layout: "plot-throughput"
18708
18709 - type: "plot"
18710   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18711   algorithm: "plot_perf_box_name"
18712   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18713   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18714   include:
18715     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18716     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18717     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18718     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18719     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18720   layout:
18721     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
18722     layout: "plot-throughput"
18723
18724 - type: "plot"
18725   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18726   algorithm: "plot_perf_box_name"
18727   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18728   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18729   include:
18730     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18731     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18732     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18733     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18734     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18735   layout:
18736     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
18737     layout: "plot-throughput"
18738
18739 - type: "plot"
18740   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18741   algorithm: "plot_perf_box_name"
18742   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18743   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18744   include:
18745     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18746     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18747     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18748     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18749     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18750   layout:
18751     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18752     layout: "plot-throughput"
18753
18754 - type: "plot"
18755   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18756   algorithm: "plot_perf_box_name"
18757   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18758   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18759   include:
18760     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18761     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18762     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18763     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18764   layout:
18765     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18766     layout: "plot-throughput"
18767
18768 - type: "plot"
18769   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18770   algorithm: "plot_perf_box_name"
18771   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18772   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18773   include:
18774     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18775     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18776     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18777     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18778   layout:
18779     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18780     layout: "plot-throughput"
18781
18782 - type: "plot"
18783   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18784   algorithm: "plot_perf_box_name"
18785   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18786   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18787   include:
18788     - "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"
18789     - "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"
18790     - "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"
18791     - "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"
18792   layout:
18793     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18794     layout: "plot-throughput"
18795
18796 - type: "plot"
18797   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18798   algorithm: "plot_perf_box_name"
18799   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18800   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18801   include:
18802     - "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"
18803     - "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"
18804     - "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"
18805     - "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"
18806   layout:
18807     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18808     layout: "plot-throughput"
18809
18810 - type: "plot"
18811   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18812   algorithm: "plot_perf_box_name"
18813   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18814   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18815   include:
18816     - "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"
18817     - "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"
18818     - "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"
18819     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18820     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18821     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18822   layout:
18823     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18824     layout: "plot-throughput"
18825
18826 - type: "plot"
18827   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18828   algorithm: "plot_perf_box_name"
18829   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18830   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18831   include:
18832     - "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"
18833     - "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"
18834     - "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"
18835     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18836     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18837     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18838   layout:
18839     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18840     layout: "plot-throughput"
18841
18842 ################################################################################
18843
18844 # Packet Speedup
18845
18846 - type: "plot"
18847   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18848   algorithm: "plot_tsa_name"
18849   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18850   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18851   include:
18852     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18853     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18854     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18855     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18856   layout:
18857     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18858     layout: "plot-throughput-speedup-analysis"
18859
18860 - type: "plot"
18861   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18862   algorithm: "plot_tsa_name"
18863   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18864   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18865   include:
18866     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18867     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18868     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18869     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18870   layout:
18871     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18872     layout: "plot-throughput-speedup-analysis"
18873
18874 - type: "plot"
18875   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18876   algorithm: "plot_tsa_name"
18877   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18878   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18879   include:
18880     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18881     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18882     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18883     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18884   layout:
18885     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18886     layout: "plot-throughput-speedup-analysis"
18887
18888 - type: "plot"
18889   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18890   algorithm: "plot_tsa_name"
18891   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18892   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18893   include:
18894     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18895     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18896     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18897     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18898   layout:
18899     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18900     layout: "plot-throughput-speedup-analysis"
18901
18902 - type: "plot"
18903   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18904   algorithm: "plot_tsa_name"
18905   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18906   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18907   include:
18908     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18909     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18910     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18911     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18912   layout:
18913     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18914     layout: "plot-throughput-speedup-analysis"
18915
18916 - type: "plot"
18917   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18918   algorithm: "plot_tsa_name"
18919   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18920   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18921   include:
18922     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18923     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18924     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18925     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18926   layout:
18927     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18928     layout: "plot-throughput-speedup-analysis"
18929
18930 - type: "plot"
18931   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18932   algorithm: "plot_tsa_name"
18933   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18934   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18935   include:
18936     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18937     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18938     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18939     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18940     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18941     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18942   layout:
18943     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18944     layout: "plot-throughput-speedup-analysis"
18945
18946 - type: "plot"
18947   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18948   algorithm: "plot_tsa_name"
18949   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18950   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18951   include:
18952     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18953     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18954     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18955     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18956     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18957     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18958   layout:
18959     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18960     layout: "plot-throughput-speedup-analysis"
18961
18962 - type: "plot"
18963   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18964   algorithm: "plot_tsa_name"
18965   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18966   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18967   include:
18968     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18969     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18970     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18971     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18972   layout:
18973     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18974     layout: "plot-throughput-speedup-analysis"
18975
18976 - type: "plot"
18977   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18978   algorithm: "plot_tsa_name"
18979   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18980   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18981   include:
18982     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18983     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18984     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18985     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18986   layout:
18987     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18988     layout: "plot-throughput-speedup-analysis"
18989
18990 - type: "plot"
18991   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18992   algorithm: "plot_tsa_name"
18993   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18994   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18995   include:
18996     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18997     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18998     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18999   layout:
19000     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
19001     layout: "plot-throughput-speedup-analysis"
19002
19003 - type: "plot"
19004   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
19005   algorithm: "plot_tsa_name"
19006   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
19007   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19008   include:
19009     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
19010     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
19011     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
19012   layout:
19013     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
19014     layout: "plot-throughput-speedup-analysis"
19015
19016 - type: "plot"
19017   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
19018   algorithm: "plot_tsa_name"
19019   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
19020   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19021   include:
19022     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19023     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19024     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19025     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19026     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19027   layout:
19028     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
19029     layout: "plot-throughput-speedup-analysis"
19030
19031 - type: "plot"
19032   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
19033   algorithm: "plot_tsa_name"
19034   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
19035   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19036   include:
19037     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
19038     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19039     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
19040     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
19041     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
19042   layout:
19043     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
19044     layout: "plot-throughput-speedup-analysis"
19045
19046 - type: "plot"
19047   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
19048   algorithm: "plot_tsa_name"
19049   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
19050   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19051   include:
19052     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
19053     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
19054     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
19055   layout:
19056     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
19057     layout: "plot-throughput-speedup-analysis"
19058
19059 - type: "plot"
19060   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
19061   algorithm: "plot_tsa_name"
19062   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
19063   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19064   include:
19065     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
19066     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
19067     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
19068   layout:
19069     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
19070     layout: "plot-throughput-speedup-analysis"
19071
19072 - type: "plot"
19073   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
19074   algorithm: "plot_tsa_name"
19075   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
19076   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19077   include:
19078     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19079     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19080     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19081     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19082     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19083     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19084   layout:
19085     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
19086     layout: "plot-throughput-speedup-analysis"
19087
19088 - type: "plot"
19089   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
19090   algorithm: "plot_tsa_name"
19091   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
19092   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19093   include:
19094     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19095     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
19096     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
19097     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
19098     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
19099   layout:
19100     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
19101     layout: "plot-throughput-speedup-analysis"
19102
19103 - type: "plot"
19104   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
19105   algorithm: "plot_tsa_name"
19106   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
19107   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19108   include:
19109     - "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"
19110     - "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"
19111     - "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"
19112     - "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"
19113     - "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"
19114   layout:
19115     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
19116     layout: "plot-throughput-speedup-analysis"
19117
19118 - type: "plot"
19119   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
19120   algorithm: "plot_tsa_name"
19121   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
19122   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19123   include:
19124     - "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"
19125     - "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"
19126     - "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"
19127     - "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"
19128     - "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"
19129     - "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"
19130     - "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"
19131     - "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"
19132     - "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"
19133     - "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"
19134   layout:
19135     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
19136     layout: "plot-throughput-speedup-analysis-cps"
19137
19138 - type: "plot"
19139   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
19140   algorithm: "plot_tsa_name"
19141   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
19142   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19143   include:
19144     - "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"
19145     - "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"
19146     - "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"
19147     - "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"
19148     - "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"
19149     - "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"
19150     - "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"
19151     - "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"
19152     - "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"
19153     - "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"
19154   layout:
19155     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
19156     layout: "plot-throughput-speedup-analysis"
19157
19158 - type: "plot"
19159   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
19160   algorithm: "plot_tsa_name"
19161   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
19162   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19163   include:
19164     - "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"
19165     - "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"
19166     - "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"
19167     - "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"
19168     - "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"
19169     - "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"
19170     - "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"
19171     - "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"
19172     - "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"
19173     - "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"
19174   layout:
19175     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
19176     layout: "plot-throughput-speedup-analysis-cps"
19177
19178 - type: "plot"
19179   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
19180   algorithm: "plot_tsa_name"
19181   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
19182   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19183   include:
19184     - "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"
19185     - "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"
19186     - "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"
19187     - "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"
19188     - "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"
19189     - "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"
19190     - "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"
19191     - "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"
19192     - "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"
19193     - "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"
19194   layout:
19195     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
19196     layout: "plot-throughput-speedup-analysis"
19197
19198 - type: "plot"
19199   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
19200   algorithm: "plot_tsa_name"
19201   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
19202   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19203   include:
19204     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19205     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19206     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19207     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19208     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19209     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19210   layout:
19211     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
19212     layout: "plot-throughput-speedup-analysis"
19213
19214 - type: "plot"
19215   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
19216   algorithm: "plot_tsa_name"
19217   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
19218   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19219   include:
19220     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19221     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
19222     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
19223     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
19224     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
19225   layout:
19226     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
19227     layout: "plot-throughput-speedup-analysis"
19228
19229 - type: "plot"
19230   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
19231   algorithm: "plot_tsa_name"
19232   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
19233   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19234   include:
19235     - "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"
19236     - "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"
19237     - "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"
19238     - "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"
19239     - "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"
19240   layout:
19241     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
19242     layout: "plot-throughput-speedup-analysis"
19243
19244 - type: "plot"
19245   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
19246   algorithm: "plot_tsa_name"
19247   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
19248   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19249   include:
19250     - "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"
19251     - "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"
19252     - "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"
19253     - "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"
19254     - "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"
19255     - "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"
19256     - "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"
19257     - "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"
19258     - "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"
19259     - "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"
19260   layout:
19261     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
19262     layout: "plot-throughput-speedup-analysis-cps"
19263
19264 - type: "plot"
19265   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
19266   algorithm: "plot_tsa_name"
19267   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
19268   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19269   include:
19270     - "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"
19271     - "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"
19272     - "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"
19273     - "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"
19274     - "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"
19275     - "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"
19276     - "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"
19277     - "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"
19278     - "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"
19279     - "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"
19280   layout:
19281     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
19282     layout: "plot-throughput-speedup-analysis"
19283
19284 - type: "plot"
19285   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
19286   algorithm: "plot_tsa_name"
19287   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
19288   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19289   include:
19290     - "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"
19291     - "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"
19292     - "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"
19293     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
19294     - "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"
19295     - "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"
19296     - "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"
19297     - "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"
19298     - "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"
19299     - "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"
19300   layout:
19301     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
19302     layout: "plot-throughput-speedup-analysis-cps"
19303
19304 - type: "plot"
19305   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19306   algorithm: "plot_tsa_name"
19307   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
19308   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19309   include:
19310     - "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"
19311     - "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"
19312     - "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"
19313     - "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"
19314     - "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"
19315     - "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"
19316     - "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"
19317     - "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"
19318     - "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"
19319     - "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"
19320   layout:
19321     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
19322     layout: "plot-throughput-speedup-analysis"
19323
19324 - type: "plot"
19325   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
19326   algorithm: "plot_tsa_name"
19327   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
19328   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19329   include:
19330     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19333     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19334     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19336   layout:
19337     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
19338     layout: "plot-throughput-speedup-analysis"
19339
19340 - type: "plot"
19341   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
19342   algorithm: "plot_tsa_name"
19343   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
19344   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19345   include:
19346     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
19347     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19348     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19349     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19350     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19351     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19352   layout:
19353     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
19354     layout: "plot-throughput-speedup-analysis"
19355
19356 - type: "plot"
19357   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
19358   algorithm: "plot_tsa_name"
19359   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
19360   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19361   include:
19362     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
19363     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
19364   layout:
19365     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
19366     layout: "plot-throughput-speedup-analysis"
19367
19368 - type: "plot"
19369   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
19370   algorithm: "plot_tsa_name"
19371   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
19372   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19373   include:
19374     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
19375     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
19376   layout:
19377     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
19378     layout: "plot-throughput-speedup-analysis"
19379
19380 - type: "plot"
19381   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
19382   algorithm: "plot_tsa_name"
19383   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
19384   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19385   include:
19386     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
19387     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19388     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
19389     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19390     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
19391     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19392   layout:
19393     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
19394     layout: "plot-throughput-speedup-analysis"
19395
19396 - type: "plot"
19397   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
19398   algorithm: "plot_tsa_name"
19399   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
19400   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19401   include:
19402     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
19403     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
19404     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
19405     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
19406     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
19407     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
19408   layout:
19409     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
19410     layout: "plot-throughput-speedup-analysis"
19411
19412 - type: "plot"
19413   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
19414   algorithm: "plot_tsa_name"
19415   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
19416   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19417   include:
19418     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19419     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19420     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19421     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19422     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19423     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19424   layout:
19425     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
19426     layout: "plot-throughput-speedup-analysis"
19427
19428 - type: "plot"
19429   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
19430   algorithm: "plot_tsa_name"
19431   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
19432   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19433   include:
19434     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19435     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19436     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19437     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19438     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
19439     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
19440   layout:
19441     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
19442     layout: "plot-throughput-speedup-analysis"
19443
19444 - type: "plot"
19445   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
19446   algorithm: "plot_tsa_name"
19447   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
19448   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19449   include:
19450     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19451     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19452     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19453     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19454     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19455     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19456   layout:
19457     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
19458     layout: "plot-throughput-speedup-analysis"
19459
19460 - type: "plot"
19461   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
19462   algorithm: "plot_tsa_name"
19463   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
19464   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19465   include:
19466     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19467     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19468     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19469     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19470     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19471     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19472   layout:
19473     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
19474     layout: "plot-throughput-speedup-analysis"
19475
19476 - type: "plot"
19477   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19478   algorithm: "plot_tsa_name"
19479   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
19480   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19481   include:
19482     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19483     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19484     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19485     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19486     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19487   layout:
19488     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
19489     layout: "plot-throughput-speedup-analysis"
19490
19491 - type: "plot"
19492   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19493   algorithm: "plot_tsa_name"
19494   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
19495   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19496   include:
19497     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
19498     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
19499     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
19500     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
19501     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
19502   layout:
19503     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
19504     layout: "plot-throughput-speedup-analysis"
19505
19506 - type: "plot"
19507   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19508   algorithm: "plot_tsa_name"
19509   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
19510   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19511   include:
19512     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19513     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19514     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19515     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19516     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19517   layout:
19518     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
19519     layout: "plot-throughput-speedup-analysis"
19520
19521 - type: "plot"
19522   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19523   algorithm: "plot_tsa_name"
19524   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
19525   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19526   include:
19527     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19528     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19529     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19530     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19531     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19532   layout:
19533     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
19534     layout: "plot-throughput-speedup-analysis"
19535
19536 - type: "plot"
19537   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19538   algorithm: "plot_tsa_name"
19539   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
19540   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19541   include:
19542     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19543     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19544     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19545     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19546     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19547   layout:
19548     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
19549     layout: "plot-throughput-speedup-analysis"
19550
19551 - type: "plot"
19552   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19553   algorithm: "plot_tsa_name"
19554   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
19555   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19556   include:
19557     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
19558     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
19559     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
19560     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
19561     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
19562   layout:
19563     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
19564     layout: "plot-throughput-speedup-analysis"
19565
19566 - type: "plot"
19567   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19568   algorithm: "plot_tsa_name"
19569   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
19570   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19571   include:
19572     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19573     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19574     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19575     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19576     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19577   layout:
19578     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
19579     layout: "plot-throughput-speedup-analysis"
19580
19581 - type: "plot"
19582   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19583   algorithm: "plot_tsa_name"
19584   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
19585   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19586   include:
19587     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19588     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19589     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19590     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19591     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19592   layout:
19593     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
19594     layout: "plot-throughput-speedup-analysis"
19595
19596 - type: "plot"
19597   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19598   algorithm: "plot_tsa_name"
19599   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19600   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19601   include:
19602     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19603     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19604     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19605     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19606     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19607   layout:
19608     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
19609     layout: "plot-throughput-speedup-analysis"
19610
19611 - type: "plot"
19612   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19613   algorithm: "plot_tsa_name"
19614   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19615   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19616   include:
19617     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19618     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19619     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19620     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19621     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19622   layout:
19623     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
19624     layout: "plot-throughput-speedup-analysis"
19625
19626 - type: "plot"
19627   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19628   algorithm: "plot_tsa_name"
19629   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
19630   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19631   include:
19632     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19633     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19634     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19635     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19636     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19637   layout:
19638     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
19639     layout: "plot-throughput-speedup-analysis"
19640
19641 - type: "plot"
19642   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19643   algorithm: "plot_tsa_name"
19644   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
19645   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19646   include:
19647     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
19648     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
19649     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
19650     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
19651     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19652   layout:
19653     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
19654     layout: "plot-throughput-speedup-analysis"
19655
19656 - type: "plot"
19657   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19658   algorithm: "plot_tsa_name"
19659   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
19660   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19661   include:
19662     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19663     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19664     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19665     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19666   layout:
19667     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
19668     layout: "plot-throughput-speedup-analysis"
19669
19670 - type: "plot"
19671   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19672   algorithm: "plot_tsa_name"
19673   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
19674   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19675   include:
19676     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
19677     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
19678     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
19679     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
19680   layout:
19681     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
19682     layout: "plot-throughput-speedup-analysis"
19683
19684 - type: "plot"
19685   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19686   algorithm: "plot_tsa_name"
19687   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
19688   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19689   include:
19690     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19691     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19692     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19693     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19694     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19695   layout:
19696     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
19697     layout: "plot-throughput-speedup-analysis"
19698
19699 - type: "plot"
19700   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19701   algorithm: "plot_tsa_name"
19702   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
19703   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19704   include:
19705     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19706     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19707     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19708     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19709     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19710   layout:
19711     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
19712     layout: "plot-throughput-speedup-analysis"
19713
19714 - type: "plot"
19715   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19716   algorithm: "plot_tsa_name"
19717   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
19718   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19719   include:
19720     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19721     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19722     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19723     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19724   layout:
19725     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
19726     layout: "plot-throughput-speedup-analysis"
19727
19728 - type: "plot"
19729   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19730   algorithm: "plot_tsa_name"
19731   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
19732   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19733   include:
19734     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19735     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19736     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19737     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19738   layout:
19739     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
19740     layout: "plot-throughput-speedup-analysis"
19741
19742 - type: "plot"
19743   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19744   algorithm: "plot_tsa_name"
19745   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
19746   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19747   include:
19748     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19749     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19750     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19751     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19752     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19753   layout:
19754     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
19755     layout: "plot-throughput-speedup-analysis"
19756
19757 - type: "plot"
19758   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19759   algorithm: "plot_tsa_name"
19760   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
19761   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19762   include:
19763     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
19764     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
19765     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
19766     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
19767     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19768   layout:
19769     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
19770     layout: "plot-throughput-speedup-analysis"
19771
19772 - type: "plot"
19773   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19774   algorithm: "plot_tsa_name"
19775   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
19776   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19777   include:
19778     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19779     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19780     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19781     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19782   layout:
19783     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
19784     layout: "plot-throughput-speedup-analysis"
19785
19786 - type: "plot"
19787   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19788   algorithm: "plot_tsa_name"
19789   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
19790   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19791   include:
19792     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19793     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19794     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19795     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19796   layout:
19797     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19798     layout: "plot-throughput-speedup-analysis"
19799
19800 - type: "plot"
19801   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19802   algorithm: "plot_tsa_name"
19803   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19804   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19805   include:
19806     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19807     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19808     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19809     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19810     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19811   layout:
19812     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19813     layout: "plot-throughput-speedup-analysis"
19814
19815 - type: "plot"
19816   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19817   algorithm: "plot_tsa_name"
19818   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19819   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19820   include:
19821     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19822     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19823     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19824     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19825     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19826   layout:
19827     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19828     layout: "plot-throughput-speedup-analysis"
19829
19830 - type: "plot"
19831   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19832   algorithm: "plot_tsa_name"
19833   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19834   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19835   include:
19836     - "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"
19837     - "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"
19838     - "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"
19839     - "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"
19840     - "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"
19841   layout:
19842     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19843     layout: "plot-throughput-speedup-analysis"
19844
19845 - type: "plot"
19846   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19847   algorithm: "plot_tsa_name"
19848   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19849   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19850   include:
19851     - "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"
19852     - "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"
19853     - "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"
19854     - "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"
19855     - "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"
19856   layout:
19857     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19858     layout: "plot-throughput-speedup-analysis"
19859
19860 - type: "plot"
19861   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19862   algorithm: "plot_tsa_name"
19863   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19864   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19865   include:
19866     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19867     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19868     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19869     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19870     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19871   layout:
19872     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19873     layout: "plot-throughput-speedup-analysis"
19874
19875 - type: "plot"
19876   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19877   algorithm: "plot_tsa_name"
19878   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19879   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19880   include:
19881     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19882     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19883     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19884     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19885     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19886   layout:
19887     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19888     layout: "plot-throughput-speedup-analysis"
19889
19890 - type: "plot"
19891   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19892   algorithm: "plot_tsa_name"
19893   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19894   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19895   include:
19896     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19897     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19898     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19899     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19900     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19901   layout:
19902     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19903     layout: "plot-throughput-speedup-analysis"
19904
19905 - type: "plot"
19906   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19907   algorithm: "plot_tsa_name"
19908   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19909   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19910   include:
19911     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19912     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19913     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19914     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19915     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19916   layout:
19917     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19918     layout: "plot-throughput-speedup-analysis"
19919
19920 - type: "plot"
19921   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19922   algorithm: "plot_tsa_name"
19923   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19924   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19925   include:
19926     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19927     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19928     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19929     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19930   layout:
19931     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19932     layout: "plot-throughput-speedup-analysis"
19933
19934 - type: "plot"
19935   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19936   algorithm: "plot_tsa_name"
19937   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19938   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19939   include:
19940     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19941     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19942     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19943     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19944   layout:
19945     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19946     layout: "plot-throughput-speedup-analysis"
19947
19948 - type: "plot"
19949   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19950   algorithm: "plot_tsa_name"
19951   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19952   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19953   include:
19954     - "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"
19955     - "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"
19956     - "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"
19957     - "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"
19958   layout:
19959     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19960     layout: "plot-throughput-speedup-analysis"
19961
19962 - type: "plot"
19963   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19964   algorithm: "plot_tsa_name"
19965   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19966   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19967   include:
19968     - "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"
19969     - "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"
19970     - "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"
19971     - "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"
19972   layout:
19973     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19974     layout: "plot-throughput-speedup-analysis"
19975
19976 - type: "plot"
19977   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19978   algorithm: "plot_tsa_name"
19979   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19980   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19981   include:
19982     - "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"
19983     - "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"
19984     - "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"
19985     - "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"
19986     - "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"
19987     - "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"
19988   layout:
19989     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19990     layout: "plot-throughput-speedup-analysis"
19991
19992 - type: "plot"
19993   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19994   algorithm: "plot_tsa_name"
19995   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19996   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19997   include:
19998     - "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"
19999     - "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"
20000     - "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"
20001     - "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"
20002     - "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"
20003     - "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"
20004   layout:
20005     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
20006     layout: "plot-throughput-speedup-analysis"
20007
20008 # Packet Throughput - DPDK
20009
20010 # 2n-clx-xxv710
20011
20012 - type: "plot"
20013   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
20014   algorithm: "plot_perf_box_name"
20015   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
20016   data: "plot-dpdk-throughput-latency-2n-clx"
20017   include:
20018     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20019     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20020   layout:
20021     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
20022     layout: "plot-throughput"
20023
20024 - type: "plot"
20025   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
20026   algorithm: "plot_perf_box_name"
20027   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
20028   data: "plot-dpdk-throughput-latency-2n-clx"
20029   include:
20030     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20031     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20032   layout:
20033     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
20034     layout: "plot-throughput"
20035
20036 - type: "plot"
20037   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
20038   algorithm: "plot_perf_box_name"
20039   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
20040   data: "plot-dpdk-throughput-latency-2n-clx"
20041   include:
20042     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20043     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20044   layout:
20045     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
20046     layout: "plot-throughput"
20047
20048 - type: "plot"
20049   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
20050   algorithm: "plot_perf_box_name"
20051   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
20052   data: "plot-dpdk-throughput-latency-2n-clx"
20053   include:
20054     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20055     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20056   layout:
20057     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
20058     layout: "plot-throughput"
20059
20060 # 2n-clx-x710
20061
20062 - type: "plot"
20063   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
20064   algorithm: "plot_perf_box_name"
20065   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
20066   data: "plot-dpdk-throughput-latency-2n-clx"
20067   include:
20068     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20069     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20070   layout:
20071     title: "2n-clx-x710-64b-2t1c-base-ndr"
20072     layout: "plot-throughput"
20073
20074 - type: "plot"
20075   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
20076   algorithm: "plot_perf_box_name"
20077   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
20078   data: "plot-dpdk-throughput-latency-2n-clx"
20079   include:
20080     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20081     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20082   layout:
20083     title: "2n-clx-x710-64b-4t2c-base-ndr"
20084     layout: "plot-throughput"
20085
20086 - type: "plot"
20087   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
20088   algorithm: "plot_perf_box_name"
20089   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
20090   data: "plot-dpdk-throughput-latency-2n-clx"
20091   include:
20092     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
20093     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
20094   layout:
20095     title: "2n-clx-x710-64b-2t1c-base-pdr"
20096     layout: "plot-throughput"
20097
20098 - type: "plot"
20099   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
20100   algorithm: "plot_perf_box_name"
20101   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
20102   data: "plot-dpdk-throughput-latency-2n-clx"
20103   include:
20104     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
20105     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
20106   layout:
20107     title: "2n-clx-x710-64b-4t2c-base-pdr"
20108     layout: "plot-throughput"
20109
20110 ###############################################################################
20111
20112 # 2n-zn2
20113
20114 # Packet Throughput
20115
20116 - type: "plot"
20117   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-avf-ndr"
20118   algorithm: "plot_perf_box_name"
20119   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-avf-ndr"
20120   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20121   include:
20122     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20123     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20124     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20125     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20126   layout:
20127     title: "2n-zn2-xxv710-64b-2t1c-memif-base-avf-ndr"
20128     layout: "plot-throughput"
20129
20130 - type: "plot"
20131   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-avf-pdr"
20132   algorithm: "plot_perf_box_name"
20133   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-avf-pdr"
20134   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20135   include:
20136     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20137     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20138     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20139     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20140   layout:
20141     title: "2n-zn2-xxv710-64b-2t1c-memif-base-avf-pdr"
20142     layout: "plot-throughput"
20143
20144 - type: "plot"
20145   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-ndr"
20146   algorithm: "plot_perf_box_name"
20147   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-ndr"
20148   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20149   include:
20150     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20151     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20152     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20153     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20154   layout:
20155     title: "2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-ndr"
20156     layout: "plot-throughput"
20157
20158 - type: "plot"
20159   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-pdr"
20160   algorithm: "plot_perf_box_name"
20161   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-pdr"
20162   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20163   include:
20164     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20165     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20166     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20167     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20168   layout:
20169     title: "2n-zn2-xxv710-64b-2t1c-memif-base-dpdk-pdr"
20170     layout: "plot-throughput"
20171
20172 - type: "plot"
20173   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
20174   algorithm: "plot_perf_box_name"
20175   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
20176   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20177   include:
20178     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20179     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20180     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20181     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20182   layout:
20183     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
20184     layout: "plot-throughput"
20185
20186 - type: "plot"
20187   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
20188   algorithm: "plot_perf_box_name"
20189   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
20190   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20191   include:
20192     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20193     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20194     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20195     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20196   layout:
20197     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
20198     layout: "plot-throughput"
20199
20200 - type: "plot"
20201   title: "Throughput: 2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
20202   algorithm: "plot_perf_box_name"
20203   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
20204   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20205   include:
20206     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
20207     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20208     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20209     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20210     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20211     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20212   layout:
20213     title: "2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
20214     layout: "plot-throughput"
20215
20216 - type: "plot"
20217   title: "Throughput: 2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
20218   algorithm: "plot_perf_box_name"
20219   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
20220   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20221   include:
20222     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
20223     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20224     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20225     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20226     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20227     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20228   layout:
20229     title: "2n-zn2-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
20230     layout: "plot-throughput"
20231
20232 - type: "plot"
20233   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
20234   algorithm: "plot_perf_box_name"
20235   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
20236   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20237   include:
20238     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20239     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
20240     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
20241     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20242   layout:
20243     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
20244     layout: "plot-throughput"
20245
20246 - type: "plot"
20247   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
20248   algorithm: "plot_perf_box_name"
20249   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
20250   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20251   include:
20252     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20253     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
20254     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
20255     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20256   layout:
20257     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
20258     layout: "plot-throughput"
20259
20260 - type: "plot"
20261   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
20262   algorithm: "plot_perf_box_name"
20263   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
20264   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20265   include:
20266     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
20267     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
20268     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20269   layout:
20270     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
20271     layout: "plot-throughput"
20272
20273 - type: "plot"
20274   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
20275   algorithm: "plot_perf_box_name"
20276   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
20277   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20278   include:
20279     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
20280     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
20281     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
20282   layout:
20283     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
20284     layout: "plot-throughput"
20285
20286 - type: "plot"
20287   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
20288   algorithm: "plot_perf_box_name"
20289   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
20290   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20291   include:
20292     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20293     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20294     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
20295     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
20296     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
20297   layout:
20298     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
20299     layout: "plot-throughput"
20300
20301 - type: "plot"
20302   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
20303   algorithm: "plot_perf_box_name"
20304   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
20305   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20306   include:
20307     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20308     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20309     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
20310     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
20311     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
20312   layout:
20313     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
20314     layout: "plot-throughput"
20315
20316 - type: "plot"
20317   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
20318   algorithm: "plot_perf_box_name"
20319   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
20320   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20321   include:
20322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
20323     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
20324     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
20325   layout:
20326     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
20327     layout: "plot-throughput"
20328
20329 - type: "plot"
20330   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
20331   algorithm: "plot_perf_box_name"
20332   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
20333   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20334   include:
20335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
20336     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
20337     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
20338   layout:
20339     title: "2n-zn2-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
20340     layout: "plot-throughput"
20341
20342 - type: "plot"
20343   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
20344   algorithm: "plot_perf_box_name"
20345   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
20346   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20347   include:
20348     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20349     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20350     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20351     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20352     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20353     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20354   layout:
20355     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
20356     layout: "plot-throughput"
20357
20358 - type: "plot"
20359   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
20360   algorithm: "plot_perf_box_name"
20361   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
20362   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20363   include:
20364     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20365     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20366     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20367     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20368     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20369     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20370   layout:
20371     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
20372     layout: "plot-throughput"
20373
20374 - type: "plot"
20375   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
20376   algorithm: "plot_perf_box_name"
20377   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
20378   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20379   include:
20380     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20381     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
20382     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
20383     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
20384     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
20385   layout:
20386     title: "2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
20387     layout: "plot-throughput"
20388
20389 #- type: "plot"
20390 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
20391 #  algorithm: "plot_perf_box_name"
20392 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
20393 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20394 #  include:
20395 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
20396 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
20397 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
20398 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
20399 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
20400 #  layout:
20401 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
20402 #    layout: "plot-throughput"
20403 #
20404 #- type: "plot"
20405 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
20406 #  algorithm: "plot_perf_box_name"
20407 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
20408 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20409 #  include:
20410 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20411 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20412 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20413 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20414 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20415 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20416 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20417 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20418 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20419 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20420 #  layout:
20421 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
20422 #    layout: "plot-cps"
20423 #
20424 #- type: "plot"
20425 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
20426 #  algorithm: "plot_perf_box_name"
20427 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
20428 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20429 #  include:
20430 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20431 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20432 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20433 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20434 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20435 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20436 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20437 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20438 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20439 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20440 #  layout:
20441 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
20442 #    layout: "plot-throughput"
20443 #
20444 #- type: "plot"
20445 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
20446 #  algorithm: "plot_perf_box_name"
20447 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
20448 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20449 #  include:
20450 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20451 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20452 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20453 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20454 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20455 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20456 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20457 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20458 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20459 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20460 #  layout:
20461 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
20462 #    layout: "plot-cps"
20463 #
20464 #- type: "plot"
20465 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
20466 #  algorithm: "plot_perf_box_name"
20467 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
20468 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20469 #  include:
20470 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20471 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20472 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20473 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20474 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20475 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20476 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20477 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20478 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20479 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20480 #  layout:
20481 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
20482 #    layout: "plot-throughput"
20483
20484 - type: "plot"
20485   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
20486   algorithm: "plot_perf_box_name"
20487   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
20488   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20489   include:
20490     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20491     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
20492     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
20493     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
20494     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
20495   layout:
20496     title: "2n-zn2-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
20497     layout: "plot-throughput"
20498
20499 #- type: "plot"
20500 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
20501 #  algorithm: "plot_perf_box_name"
20502 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
20503 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20504 #  include:
20505 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
20506 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
20507 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
20508 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
20509 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
20510 #  layout:
20511 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
20512 #    layout: "plot-throughput"
20513 #
20514 #- type: "plot"
20515 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
20516 #  algorithm: "plot_perf_box_name"
20517 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
20518 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20519 #  include:
20520 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20521 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20522 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20523 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20524 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20525 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20526 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20527 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20528 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20529 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20530 #  layout:
20531 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
20532 #    layout: "plot-cps"
20533 #
20534 #- type: "plot"
20535 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
20536 #  algorithm: "plot_perf_box_name"
20537 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
20538 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20539 #  include:
20540 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20541 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20542 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20543 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20544 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20545 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20546 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20547 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20548 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20549 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20550 #  layout:
20551 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
20552 #    layout: "plot-throughput"
20553 #
20554 #- type: "plot"
20555 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
20556 #  algorithm: "plot_perf_box_name"
20557 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
20558 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20559 #  include:
20560 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
20561 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
20562 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
20563 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
20564 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
20565 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
20566 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
20567 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
20568 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
20569 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
20570 #  layout:
20571 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
20572 #    layout: "plot-cps"
20573 #
20574 #- type: "plot"
20575 #  title: "Throughput: 2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
20576 #  algorithm: "plot_perf_box_name"
20577 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
20578 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20579 #  include:
20580 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
20581 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
20582 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
20583 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
20584 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
20585 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
20586 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
20587 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
20588 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
20589 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
20590 #  layout:
20591 #    title: "2n-zn2-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
20592 #    layout: "plot-throughput"
20593
20594 - type: "plot"
20595   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
20596   algorithm: "plot_perf_box_name"
20597   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
20598   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20599   include:
20600     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20601     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20602     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20603     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20604     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20605     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20606   layout:
20607     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
20608     layout: "plot-throughput"
20609
20610 - type: "plot"
20611   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
20612   algorithm: "plot_perf_box_name"
20613   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
20614   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20615   include:
20616     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20617     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20618     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20619     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20620     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20621     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20622   layout:
20623     title: "2n-zn2-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
20624     layout: "plot-throughput"
20625
20626 - type: "plot"
20627   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ip4base-ndr"
20628   algorithm: "plot_perf_box_name"
20629   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ip4base-ndr"
20630   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20631   include:
20632     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
20633     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
20634   layout:
20635     title: "2n-zn2-cx556a-64b-2t1c-rdma-ip4base-ndr"
20636     layout: "plot-throughput"
20637
20638 - type: "plot"
20639   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ip4base-pdr"
20640   algorithm: "plot_perf_box_name"
20641   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ip4base-pdr"
20642   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20643   include:
20644     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
20645     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
20646   layout:
20647     title: "2n-zn2-cx556a-64b-2t1c-rdma-ip4base-pdr"
20648     layout: "plot-throughput"
20649
20650 - type: "plot"
20651   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
20652   algorithm: "plot_perf_box_name"
20653   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
20654   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20655   include:
20656     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
20657     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
20658     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
20659     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
20660     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
20661     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
20662   layout:
20663     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
20664     layout: "plot-throughput"
20665
20666 - type: "plot"
20667   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
20668   algorithm: "plot_perf_box_name"
20669   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
20670   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20671   include:
20672     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
20673     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
20674     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
20675     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
20676     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
20677     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
20678   layout:
20679     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
20680     layout: "plot-throughput"
20681
20682 - type: "plot"
20683   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20684   algorithm: "plot_perf_box_name"
20685   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20686   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20687   include:
20688     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20689     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20690     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20691     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20692     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20693     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20694   layout:
20695     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20696     layout: "plot-throughput"
20697
20698 - type: "plot"
20699   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
20700   algorithm: "plot_perf_box_name"
20701   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
20702   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20703   include:
20704     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20705     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20706     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20707     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20708     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
20709     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
20710   layout:
20711     title: "2n-zn2-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
20712     layout: "plot-throughput"
20713
20714 - type: "plot"
20715   title: "Throughput: 2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
20716   algorithm: "plot_perf_box_name"
20717   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
20718   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20719   include:
20720     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20721     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20722     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20723     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20724     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20725     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20726   layout:
20727     title: "2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
20728     layout: "plot-throughput"
20729
20730 - type: "plot"
20731   title: "Throughput: 2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
20732   algorithm: "plot_perf_box_name"
20733   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
20734   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20735   include:
20736     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20737     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20738     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20739     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20740     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20741     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20742   layout:
20743     title: "2n-zn2-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
20744     layout: "plot-throughput"
20745
20746 - type: "plot"
20747   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
20748   algorithm: "plot_perf_box_name"
20749   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
20750   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20751   include:
20752     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20753     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20754     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
20755     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
20756     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20757   layout:
20758     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
20759     layout: "plot-throughput"
20760
20761 - type: "plot"
20762   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
20763   algorithm: "plot_perf_box_name"
20764   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
20765   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20766   include:
20767     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
20768     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
20769     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
20770     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
20771     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
20772   layout:
20773     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
20774     layout: "plot-throughput"
20775
20776 - type: "plot"
20777   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
20778   algorithm: "plot_perf_box_name"
20779   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
20780   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20781   include:
20782     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20783     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20784     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
20785     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
20786     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20787   layout:
20788     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
20789     layout: "plot-throughput"
20790
20791 - type: "plot"
20792   title: "Throughput: 2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
20793   algorithm: "plot_perf_box_name"
20794   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
20795   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20796   include:
20797     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20798     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20799     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
20800     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
20801     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20802   layout:
20803     title: "2n-zn2-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
20804     layout: "plot-throughput"
20805
20806 - type: "plot"
20807   title: "Throughput: 2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20808   algorithm: "plot_perf_box_name"
20809   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20810   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20811   include:
20812     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
20813     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
20814     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
20815     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
20816     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
20817   layout:
20818     title: "2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20819     layout: "plot-throughput"
20820
20821 - type: "plot"
20822   title: "Throughput: 2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20823   algorithm: "plot_perf_box_name"
20824   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20825   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20826   include:
20827     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
20828     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
20829     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
20830     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
20831     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
20832   layout:
20833     title: "2n-zn2-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20834     layout: "plot-throughput"
20835
20836 - type: "plot"
20837   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
20838   algorithm: "plot_perf_box_name"
20839   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
20840   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20841   include:
20842     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20843     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20844     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20845     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20846     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
20847   layout:
20848     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
20849     layout: "plot-throughput"
20850
20851 - type: "plot"
20852   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
20853   algorithm: "plot_perf_box_name"
20854   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
20855   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20856   include:
20857     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20858     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20859     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20860     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20861     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
20862   layout:
20863     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
20864     layout: "plot-throughput"
20865
20866 - type: "plot"
20867   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20868   algorithm: "plot_perf_box_name"
20869   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20870   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20871   include:
20872     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20873     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20874     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20875     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20876     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20877   layout:
20878     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20879     layout: "plot-throughput"
20880
20881 - type: "plot"
20882   title: "Throughput: 2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20883   algorithm: "plot_perf_box_name"
20884   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20885   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20886   include:
20887     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20888     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20889     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20890     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20891     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20892   layout:
20893     title: "2n-zn2-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
20894     layout: "plot-throughput"
20895
20896 - type: "plot"
20897   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-ndr"
20898   algorithm: "plot_perf_box_name"
20899   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-ndr"
20900   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20901   include:
20902     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
20903     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20904     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
20905     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20906     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20907     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20908   layout:
20909     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-ndr"
20910     layout: "plot-throughput"
20911
20912 - type: "plot"
20913   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-pdr"
20914   algorithm: "plot_perf_box_name"
20915   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-pdr"
20916   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20917   include:
20918     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
20919     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20920     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
20921     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20922     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20923     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20924   layout:
20925     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-avf-pdr"
20926     layout: "plot-throughput"
20927
20928 - type: "plot"
20929   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
20930   algorithm: "plot_perf_box_name"
20931   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
20932   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20933   include:
20934     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20935     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
20936     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
20937     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
20938   layout:
20939     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
20940     layout: "plot-throughput"
20941
20942 - type: "plot"
20943   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
20944   algorithm: "plot_perf_box_name"
20945   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
20946   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20947   include:
20948     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20949     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
20950     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
20951     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
20952   layout:
20953     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
20954     layout: "plot-throughput"
20955
20956 - type: "plot"
20957   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
20958   algorithm: "plot_perf_box_name"
20959   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
20960   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20961   include:
20962     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
20963     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20964     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
20965     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20966     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20967     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20968   layout:
20969     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
20970     layout: "plot-throughput"
20971
20972 - type: "plot"
20973   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
20974   algorithm: "plot_perf_box_name"
20975   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
20976   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20977   include:
20978     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
20979     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20980     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
20981     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20982     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20983     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20984   layout:
20985     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
20986     layout: "plot-throughput"
20987
20988 - type: "plot"
20989   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20990   algorithm: "plot_perf_box_name"
20991   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
20992   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
20993   include:
20994     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20995     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
20996     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
20997     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20998   layout:
20999     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
21000     layout: "plot-throughput"
21001
21002 - type: "plot"
21003   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
21004   algorithm: "plot_perf_box_name"
21005   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
21006   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21007   include:
21008     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21009     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
21010     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
21011     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
21012   layout:
21013     title: "2n-zn2-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
21014     layout: "plot-throughput"
21015
21016 - type: "plot"
21017   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
21018   algorithm: "plot_perf_box_name"
21019   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
21020   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21021   include:
21022     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
21023     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
21024     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21025     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
21026     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
21027     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21028   layout:
21029     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
21030     layout: "plot-throughput"
21031
21032 - type: "plot"
21033   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
21034   algorithm: "plot_perf_box_name"
21035   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
21036   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21037   include:
21038     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
21039     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
21040     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21041     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
21042     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
21043     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21044   layout:
21045     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
21046     layout: "plot-throughput"
21047
21048 - type: "plot"
21049   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
21050   algorithm: "plot_perf_box_name"
21051   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
21052   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21053   include:
21054     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21055     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
21056     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
21057     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
21058   layout:
21059     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
21060     layout: "plot-throughput"
21061
21062 - type: "plot"
21063   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
21064   algorithm: "plot_perf_box_name"
21065   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
21066   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21067   include:
21068     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21069     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
21070     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
21071     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
21072   layout:
21073     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
21074     layout: "plot-throughput"
21075
21076 - type: "plot"
21077   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-ndr"
21078   algorithm: "plot_perf_box_name"
21079   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-ndr"
21080   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21081   include:
21082     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21083     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21084     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21085     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21086     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21087   layout:
21088     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-ndr"
21089     layout: "plot-throughput"
21090
21091 - type: "plot"
21092   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-pdr"
21093   algorithm: "plot_perf_box_name"
21094   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-pdr"
21095   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21096   include:
21097     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21098     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21099     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21100     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21101     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21102   layout:
21103     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-pdr"
21104     layout: "plot-throughput"
21105
21106 - type: "plot"
21107   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
21108   algorithm: "plot_perf_box_name"
21109   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
21110   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21111   include:
21112     - "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"
21113     - "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"
21114     - "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"
21115     - "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"
21116     - "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"
21117   layout:
21118     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
21119     layout: "plot-throughput"
21120
21121 - type: "plot"
21122   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
21123   algorithm: "plot_perf_box_name"
21124   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
21125   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21126   include:
21127     - "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"
21128     - "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"
21129     - "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"
21130     - "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"
21131     - "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"
21132   layout:
21133     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
21134     layout: "plot-throughput"
21135
21136 - type: "plot"
21137   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
21138   algorithm: "plot_perf_box_name"
21139   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
21140   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21141   include:
21142     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21143     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21144     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21145     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21146     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21147   layout:
21148     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
21149     layout: "plot-throughput"
21150
21151 - type: "plot"
21152   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
21153   algorithm: "plot_perf_box_name"
21154   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
21155   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21156   include:
21157     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21158     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21159     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21160     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21161     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21162   layout:
21163     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
21164     layout: "plot-throughput"
21165
21166 - type: "plot"
21167   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
21168   algorithm: "plot_perf_box_name"
21169   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
21170   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21171   include:
21172     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21173     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21174     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21175     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21176     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
21177   layout:
21178     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
21179     layout: "plot-throughput"
21180
21181 - type: "plot"
21182   title: "Throughput: 2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
21183   algorithm: "plot_perf_box_name"
21184   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
21185   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21186   include:
21187     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21188     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21189     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21190     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21191     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
21192   layout:
21193     title: "2n-zn2-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
21194     layout: "plot-throughput"
21195
21196 - type: "plot"
21197   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
21198   algorithm: "plot_perf_box_name"
21199   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
21200   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21201   include:
21202     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21203     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21204     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21205     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21206   layout:
21207     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
21208     layout: "plot-throughput"
21209
21210 - type: "plot"
21211   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
21212   algorithm: "plot_perf_box_name"
21213   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
21214   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21215   include:
21216     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21217     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21218     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21219     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21220   layout:
21221     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
21222     layout: "plot-throughput"
21223
21224 - type: "plot"
21225   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
21226   algorithm: "plot_perf_box_name"
21227   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
21228   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21229   include:
21230     - "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"
21231     - "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"
21232     - "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"
21233     - "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"
21234   layout:
21235     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
21236     layout: "plot-throughput"
21237
21238 - type: "plot"
21239   title: "Throughput: 2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
21240   algorithm: "plot_perf_box_name"
21241   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
21242   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21243   include:
21244     - "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"
21245     - "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"
21246     - "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"
21247     - "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"
21248   layout:
21249     title: "2n-zn2-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
21250     layout: "plot-throughput"
21251
21252 - type: "plot"
21253   title: "Throughput: 2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
21254   algorithm: "plot_perf_box_name"
21255   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
21256   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21257   include:
21258     - "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"
21259     - "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"
21260     - "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"
21261     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
21262     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
21263     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
21264   layout:
21265     title: "2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
21266     layout: "plot-throughput"
21267
21268 - type: "plot"
21269   title: "Throughput: 2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
21270   algorithm: "plot_perf_box_name"
21271   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
21272   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21273   include:
21274     - "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"
21275     - "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"
21276     - "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"
21277     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
21278     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
21279     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
21280   layout:
21281     title: "2n-zn2-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
21282     layout: "plot-throughput"
21283
21284 ################################################################################
21285
21286 # Packet Speedup
21287
21288 - type: "plot"
21289   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-avf-ndr-tsa"
21290   algorithm: "plot_tsa_name"
21291   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-avf-ndr-tsa"
21292   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21293   include:
21294     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21295     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21296     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21297     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21298   layout:
21299     title: "2n-zn2-xxv710-64b-memif-base-avf-ndr"
21300     layout: "plot-throughput-speedup-analysis"
21301
21302 - type: "plot"
21303   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-avf-pdr-tsa"
21304   algorithm: "plot_tsa_name"
21305   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-avf-pdr-tsa"
21306   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21307   include:
21308     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21309     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21310     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21311     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21312   layout:
21313     title: "2n-zn2-xxv710-64b-memif-base-avf-pdr"
21314     layout: "plot-throughput-speedup-analysis"
21315
21316 - type: "plot"
21317   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-dpdk-ndr-tsa"
21318   algorithm: "plot_tsa_name"
21319   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-dpdk-ndr-tsa"
21320   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21321   include:
21322     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21323     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21324     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21325     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21326   layout:
21327     title: "2n-zn2-xxv710-64b-memif-base-dpdk-ndr"
21328     layout: "plot-throughput-speedup-analysis"
21329
21330 - type: "plot"
21331   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-dpdk-pdr-tsa"
21332   algorithm: "plot_tsa_name"
21333   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-dpdk-pdr-tsa"
21334   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21335   include:
21336     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21337     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21338     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21339     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21340   layout:
21341     title: "2n-zn2-xxv710-64b-memif-base-dpdk-pdr"
21342     layout: "plot-throughput-speedup-analysis"
21343
21344 - type: "plot"
21345   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
21346   algorithm: "plot_tsa_name"
21347   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
21348   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21349   include:
21350     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21351     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21352     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21353     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21354   layout:
21355     title: "2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
21356     layout: "plot-throughput-speedup-analysis"
21357
21358 - type: "plot"
21359   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
21360   algorithm: "plot_tsa_name"
21361   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
21362   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21363   include:
21364     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21365     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21366     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21367     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21368   layout:
21369     title: "2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
21370     layout: "plot-throughput-speedup-analysis"
21371
21372 - type: "plot"
21373   title: "Speedup: 2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
21374   algorithm: "plot_tsa_name"
21375   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
21376   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21377   include:
21378     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
21379     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21380     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21381     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21382     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21383     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21384   layout:
21385     title: "2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
21386     layout: "plot-throughput-speedup-analysis"
21387
21388 - type: "plot"
21389   title: "Speedup: 2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
21390   algorithm: "plot_tsa_name"
21391   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
21392   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21393   include:
21394     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
21395     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21396     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21397     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21398     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21399     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21400   layout:
21401     title: "2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
21402     layout: "plot-throughput-speedup-analysis"
21403
21404 - type: "plot"
21405   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
21406   algorithm: "plot_tsa_name"
21407   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
21408   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21409   include:
21410     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21411     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
21412     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
21413     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21414   layout:
21415     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-avf-ndr"
21416     layout: "plot-throughput-speedup-analysis"
21417
21418 - type: "plot"
21419   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
21420   algorithm: "plot_tsa_name"
21421   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
21422   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21423   include:
21424     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
21425     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
21426     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
21427     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
21428   layout:
21429     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-avf-pdr"
21430     layout: "plot-throughput-speedup-analysis"
21431
21432 - type: "plot"
21433   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
21434   algorithm: "plot_tsa_name"
21435   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
21436   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21437   include:
21438     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
21439     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
21440     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21441   layout:
21442     title: "2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
21443     layout: "plot-throughput-speedup-analysis"
21444
21445 - type: "plot"
21446   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
21447   algorithm: "plot_tsa_name"
21448   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
21449   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21450   include:
21451     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
21452     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
21453     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
21454   layout:
21455     title: "2n-zn2-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
21456     layout: "plot-throughput-speedup-analysis"
21457
21458 - type: "plot"
21459   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
21460   algorithm: "plot_tsa_name"
21461   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
21462   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21463   include:
21464     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21465     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21466     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
21467     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
21468     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
21469   layout:
21470     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
21471     layout: "plot-throughput-speedup-analysis"
21472
21473 - type: "plot"
21474   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
21475   algorithm: "plot_tsa_name"
21476   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
21477   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21478   include:
21479     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
21480     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21481     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
21482     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
21483     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
21484   layout:
21485     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
21486     layout: "plot-throughput-speedup-analysis"
21487
21488 - type: "plot"
21489   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
21490   algorithm: "plot_tsa_name"
21491   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
21492   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21493   include:
21494     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
21495     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
21496     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
21497   layout:
21498     title: "2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
21499     layout: "plot-throughput-speedup-analysis"
21500
21501 - type: "plot"
21502   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
21503   algorithm: "plot_tsa_name"
21504   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
21505   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21506   include:
21507     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
21508     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
21509     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
21510   layout:
21511     title: "2n-zn2-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
21512     layout: "plot-throughput-speedup-analysis"
21513
21514 - type: "plot"
21515   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
21516   algorithm: "plot_tsa_name"
21517   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
21518   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21519   include:
21520     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21521     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21522     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21523     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21524     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21525     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21526   layout:
21527     title: "2n-zn2-xxv710-64b-features-ip4routing-base-avf-ndr"
21528     layout: "plot-throughput-speedup-analysis"
21529
21530 - type: "plot"
21531   title: "Speedup: 2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
21532   algorithm: "plot_tsa_name"
21533   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
21534   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21535   include:
21536     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21537     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
21538     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
21539     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
21540     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
21541   layout:
21542     title: "2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
21543     layout: "plot-throughput-speedup-analysis"
21544
21545 #- type: "plot"
21546 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
21547 #  algorithm: "plot_tsa_name"
21548 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
21549 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21550 #  include:
21551 #    - "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"
21552 #    - "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"
21553 #    - "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"
21554 #    - "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"
21555 #    - "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"
21556 #  layout:
21557 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
21558 #    layout: "plot-throughput-speedup-analysis"
21559 #
21560 #- type: "plot"
21561 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
21562 #  algorithm: "plot_tsa_name"
21563 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
21564 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21565 #  include:
21566 #    - "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"
21567 #    - "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"
21568 #    - "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"
21569 #    - "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"
21570 #    - "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"
21571 #    - "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"
21572 #    - "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"
21573 #    - "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"
21574 #    - "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"
21575 #    - "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"
21576 #  layout:
21577 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
21578 #    layout: "plot-throughput-speedup-analysis-cps"
21579 #
21580 #- type: "plot"
21581 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
21582 #  algorithm: "plot_tsa_name"
21583 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
21584 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21585 #  include:
21586 #    - "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"
21587 #    - "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"
21588 #    - "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"
21589 #    - "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"
21590 #    - "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"
21591 #    - "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"
21592 #    - "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"
21593 #    - "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"
21594 #    - "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"
21595 #    - "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"
21596 #  layout:
21597 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
21598 #    layout: "plot-throughput-speedup-analysis"
21599 #
21600 #- type: "plot"
21601 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
21602 #  algorithm: "plot_tsa_name"
21603 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
21604 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21605 #  include:
21606 #    - "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"
21607 #    - "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"
21608 #    - "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"
21609 #    - "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"
21610 #    - "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"
21611 #    - "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"
21612 #    - "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"
21613 #    - "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"
21614 #    - "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"
21615 #    - "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"
21616 #  layout:
21617 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
21618 #    layout: "plot-throughput-speedup-analysis-cps"
21619 #
21620 #- type: "plot"
21621 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
21622 #  algorithm: "plot_tsa_name"
21623 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
21624 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21625 #  include:
21626 #    - "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"
21627 #    - "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"
21628 #    - "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"
21629 #    - "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"
21630 #    - "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"
21631 #    - "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"
21632 #    - "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"
21633 #    - "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"
21634 #    - "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"
21635 #    - "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"
21636 #  layout:
21637 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
21638 #    layout: "plot-throughput-speedup-analysis"
21639
21640 - type: "plot"
21641   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
21642   algorithm: "plot_tsa_name"
21643   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
21644   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21645   include:
21646     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21647     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21648     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21649     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21650     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21651     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21652   layout:
21653     title: "2n-zn2-xxv710-64b-features-ip4routing-base-avf-pdr"
21654     layout: "plot-throughput-speedup-analysis"
21655
21656 - type: "plot"
21657   title: "Speedup: 2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
21658   algorithm: "plot_tsa_name"
21659   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
21660   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21661   include:
21662     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21663     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
21664     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
21665     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
21666     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
21667   layout:
21668     title: "2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
21669     layout: "plot-throughput-speedup-analysis"
21670
21671 #- type: "plot"
21672 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
21673 #  algorithm: "plot_tsa_name"
21674 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
21675 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21676 #  include:
21677 #    - "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"
21678 #    - "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"
21679 #    - "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"
21680 #    - "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"
21681 #    - "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"
21682 #  layout:
21683 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
21684 #    layout: "plot-throughput-speedup-analysis"
21685 #
21686 #- type: "plot"
21687 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
21688 #  algorithm: "plot_tsa_name"
21689 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
21690 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21691 #  include:
21692 #    - "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"
21693 #    - "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"
21694 #    - "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"
21695 #    - "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"
21696 #    - "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"
21697 #    - "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"
21698 #    - "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"
21699 #    - "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"
21700 #    - "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"
21701 #    - "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"
21702 #  layout:
21703 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
21704 #    layout: "plot-throughput-speedup-analysis-cps"
21705 #
21706 #- type: "plot"
21707 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
21708 #  algorithm: "plot_tsa_name"
21709 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
21710 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21711 #  include:
21712 #    - "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"
21713 #    - "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"
21714 #    - "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"
21715 #    - "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"
21716 #    - "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"
21717 #    - "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"
21718 #    - "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"
21719 #    - "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"
21720 #    - "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"
21721 #    - "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"
21722 #  layout:
21723 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
21724 #    layout: "plot-throughput-speedup-analysis"
21725 #
21726 #- type: "plot"
21727 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
21728 #  algorithm: "plot_tsa_name"
21729 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
21730 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21731 #  include:
21732 #    - "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"
21733 #    - "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"
21734 #    - "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"
21735 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
21736 #    - "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"
21737 #    - "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"
21738 #    - "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"
21739 #    - "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"
21740 #    - "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"
21741 #    - "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"
21742 #  layout:
21743 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
21744 #    layout: "plot-throughput-speedup-analysis-cps"
21745 #
21746 #- type: "plot"
21747 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
21748 #  algorithm: "plot_tsa_name"
21749 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
21750 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21751 #  include:
21752 #    - "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"
21753 #    - "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"
21754 #    - "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"
21755 #    - "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"
21756 #    - "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"
21757 #    - "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"
21758 #    - "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"
21759 #    - "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"
21760 #    - "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"
21761 #    - "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"
21762 #  layout:
21763 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
21764 #    layout: "plot-throughput-speedup-analysis"
21765
21766 - type: "plot"
21767   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
21768   algorithm: "plot_tsa_name"
21769   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
21770   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21771   include:
21772     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21775     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21776     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21777     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21778   layout:
21779     title: "2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-ndr"
21780     layout: "plot-throughput-speedup-analysis"
21781
21782 - type: "plot"
21783   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
21784   algorithm: "plot_tsa_name"
21785   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
21786   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21787   include:
21788     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
21789     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21790     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21791     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21792     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21793     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21794   layout:
21795     title: "2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-pdr"
21796     layout: "plot-throughput-speedup-analysis"
21797
21798 - type: "plot"
21799   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ip4base-ndr-tsa"
21800   algorithm: "plot_tsa_name"
21801   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ip4base-ndr-tsa"
21802   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21803   include:
21804     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
21805     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
21806   layout:
21807     title: "2n-zn2-cx556a-64b-rdma-ip4base-ndr"
21808     layout: "plot-throughput-speedup-analysis"
21809
21810 - type: "plot"
21811   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ip4base-pdr-tsa"
21812   algorithm: "plot_tsa_name"
21813   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ip4base-pdr-tsa"
21814   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21815   include:
21816     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
21817     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
21818   layout:
21819     title: "2n-zn2-cx556a-64b-rdma-ip4base-pdr"
21820     layout: "plot-throughput-speedup-analysis"
21821
21822 - type: "plot"
21823   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
21824   algorithm: "plot_tsa_name"
21825   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
21826   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21827   include:
21828     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
21829     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
21830     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
21831     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
21832     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
21833     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
21834   layout:
21835     title: "2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-ndr"
21836     layout: "plot-throughput-speedup-analysis"
21837
21838 - type: "plot"
21839   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
21840   algorithm: "plot_tsa_name"
21841   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
21842   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21843   include:
21844     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
21845     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
21846     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
21847     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
21848     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
21849     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
21850   layout:
21851     title: "2n-zn2-cx556a-64b-rdma-ethip4-ip4scale-pdr"
21852     layout: "plot-throughput-speedup-analysis"
21853
21854 - type: "plot"
21855   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-features-ndr-tsa"
21856   algorithm: "plot_tsa_name"
21857   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-features-ndr-tsa"
21858   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21859   include:
21860     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21861     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21862     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21863     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21864     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21865     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21866   layout:
21867     title: "2n-zn2-cx556a-64b-rdma-ethip4-features-ndr"
21868     layout: "plot-throughput-speedup-analysis"
21869
21870 - type: "plot"
21871   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-features-pdr-tsa"
21872   algorithm: "plot_tsa_name"
21873   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-features-pdr-tsa"
21874   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21875   include:
21876     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21877     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21878     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21879     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21880     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
21881     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
21882   layout:
21883     title: "2n-zn2-cx556a-64b-rdma-ethip4-features-pdr"
21884     layout: "plot-throughput-speedup-analysis"
21885
21886 - type: "plot"
21887   title: "Speedup: 2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
21888   algorithm: "plot_tsa_name"
21889   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
21890   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21891   include:
21892     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
21893     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
21894     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
21895     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
21896     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
21897     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
21898   layout:
21899     title: "2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
21900     layout: "plot-throughput-speedup-analysis"
21901
21902 - type: "plot"
21903   title: "Speedup: 2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
21904   algorithm: "plot_tsa_name"
21905   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
21906   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21907   include:
21908     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
21909     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
21910     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
21911     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
21912     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
21913     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
21914   layout:
21915     title: "2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
21916     layout: "plot-throughput-speedup-analysis"
21917
21918 - type: "plot"
21919   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
21920   algorithm: "plot_tsa_name"
21921   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
21922   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21923   include:
21924     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
21925     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
21926     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
21927     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
21928     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
21929   layout:
21930     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-avf-ndr"
21931     layout: "plot-throughput-speedup-analysis"
21932
21933 - type: "plot"
21934   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
21935   algorithm: "plot_tsa_name"
21936   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
21937   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21938   include:
21939     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
21940     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
21941     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
21942     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
21943     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
21944   layout:
21945     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-avf-pdr"
21946     layout: "plot-throughput-speedup-analysis"
21947
21948 - type: "plot"
21949   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
21950   algorithm: "plot_tsa_name"
21951   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
21952   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21953   include:
21954     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
21955     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
21956     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
21957     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
21958     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
21959   layout:
21960     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
21961     layout: "plot-throughput-speedup-analysis"
21962
21963 - type: "plot"
21964   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
21965   algorithm: "plot_tsa_name"
21966   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
21967   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21968   include:
21969     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
21970     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
21971     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
21972     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
21973     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
21974   layout:
21975     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
21976     layout: "plot-throughput-speedup-analysis"
21977
21978 - type: "plot"
21979   title: "Speedup: 2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
21980   algorithm: "plot_tsa_name"
21981   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
21982   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21983   include:
21984     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
21985     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
21986     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
21987     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
21988     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
21989   layout:
21990     title: "2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-ndr"
21991     layout: "plot-throughput-speedup-analysis"
21992
21993 - type: "plot"
21994   title: "Speedup: 2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
21995   algorithm: "plot_tsa_name"
21996   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
21997   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
21998   include:
21999     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
22000     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
22001     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
22002     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
22003     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
22004   layout:
22005     title: "2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-pdr"
22006     layout: "plot-throughput-speedup-analysis"
22007
22008 - type: "plot"
22009   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-avf-ndr-tsa"
22010   algorithm: "plot_tsa_name"
22011   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-avf-ndr-tsa"
22012   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22013   include:
22014     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22015     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22016     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22017     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22018     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22019   layout:
22020     title: "2n-zn2-x710-64b-l2switching-base-scale-avf-ndr"
22021     layout: "plot-throughput-speedup-analysis"
22022
22023 - type: "plot"
22024   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-avf-pdr-tsa"
22025   algorithm: "plot_tsa_name"
22026   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-avf-pdr-tsa"
22027   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22028   include:
22029     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22030     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22031     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22032     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22033     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22034   layout:
22035     title: "2n-zn2-x710-64b-l2switching-base-scale-avf-pdr"
22036     layout: "plot-throughput-speedup-analysis"
22037
22038 - type: "plot"
22039   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
22040   algorithm: "plot_tsa_name"
22041   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
22042   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22043   include:
22044     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22045     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22046     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22047     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22048     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22049   layout:
22050     title: "2n-zn2-x710-64b-l2switching-base-scale-dpdk-ndr"
22051     layout: "plot-throughput-speedup-analysis"
22052
22053 - type: "plot"
22054   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22055   algorithm: "plot_tsa_name"
22056   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22057   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22058   include:
22059     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22060     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22061     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22062     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22063     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22064   layout:
22065     title: "2n-zn2-x710-64b-l2switching-base-scale-dpdk-pdr"
22066     layout: "plot-throughput-speedup-analysis"
22067
22068 - type: "plot"
22069   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-avf-ndr-tsa"
22070   algorithm: "plot_tsa_name"
22071   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-avf-ndr-tsa"
22072   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22073   include:
22074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
22075     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22076     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22077     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22078     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22079     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22080   layout:
22081     title: "2n-zn2-xxv710-64b-l2switching-base-avf-ndr"
22082     layout: "plot-throughput-speedup-analysis"
22083
22084 - type: "plot"
22085   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-avf-pdr-tsa"
22086   algorithm: "plot_tsa_name"
22087   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-avf-pdr-tsa"
22088   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22089   include:
22090     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
22091     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22092     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22093     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22094     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22095     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22096   layout:
22097     title: "2n-zn2-xxv710-64b-l2switching-base-avf-pdr"
22098     layout: "plot-throughput-speedup-analysis"
22099
22100 - type: "plot"
22101   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
22102   algorithm: "plot_tsa_name"
22103   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
22104   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22105   include:
22106     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22107     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
22108     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
22109     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22110   layout:
22111     title: "2n-zn2-xxv710-64b-l2switching-base-scale-avf-ndr"
22112     layout: "plot-throughput-speedup-analysis"
22113
22114 - type: "plot"
22115   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
22116   algorithm: "plot_tsa_name"
22117   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
22118   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22119   include:
22120     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22121     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
22122     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
22123     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
22124   layout:
22125     title: "2n-zn2-xxv710-64b-l2switching-base-scale-avf-pdr"
22126     layout: "plot-throughput-speedup-analysis"
22127
22128 - type: "plot"
22129   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
22130   algorithm: "plot_tsa_name"
22131   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
22132   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22133   include:
22134     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
22135     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22136     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22137     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22138     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22139     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22140   layout:
22141     title: "2n-zn2-xxv710-64b-l2switching-base-dpdk-ndr"
22142     layout: "plot-throughput-speedup-analysis"
22143
22144 - type: "plot"
22145   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
22146   algorithm: "plot_tsa_name"
22147   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
22148   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22149   include:
22150     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
22151     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22152     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22153     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22154     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22155     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22156   layout:
22157     title: "2n-zn2-xxv710-64b-l2switching-base-dpdk-pdr"
22158     layout: "plot-throughput-speedup-analysis"
22159
22160 - type: "plot"
22161   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
22162   algorithm: "plot_tsa_name"
22163   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
22164   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22165   include:
22166     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22167     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
22168     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
22169     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22170   layout:
22171     title: "2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-ndr"
22172     layout: "plot-throughput-speedup-analysis"
22173
22174 - type: "plot"
22175   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22176   algorithm: "plot_tsa_name"
22177   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
22178   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22179   include:
22180     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22181     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
22182     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
22183     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22184   layout:
22185     title: "2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-pdr"
22186     layout: "plot-throughput-speedup-analysis"
22187
22188 - type: "plot"
22189   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-base-ndr-tsa"
22190   algorithm: "plot_tsa_name"
22191   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-base-ndr-tsa"
22192   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22193   include:
22194     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
22195     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
22196     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22197     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
22198     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
22199     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22200   layout:
22201     title: "2n-zn2-cx556a-64b-rdma-l2switching-base-ndr"
22202     layout: "plot-throughput-speedup-analysis"
22203
22204 - type: "plot"
22205   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-base-pdr-tsa"
22206   algorithm: "plot_tsa_name"
22207   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-base-pdr-tsa"
22208   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22209   include:
22210     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
22211     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
22212     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22213     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
22214     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
22215     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22216   layout:
22217     title: "2n-zn2-cx556a-64b-rdma-l2switching-base-pdr"
22218     layout: "plot-throughput-speedup-analysis"
22219
22220 - type: "plot"
22221   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
22222   algorithm: "plot_tsa_name"
22223   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
22224   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22225   include:
22226     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22227     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
22228     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
22229     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
22230   layout:
22231     title: "2n-zn2-cx556a-64b-rdma-l2switching-scale-ndr"
22232     layout: "plot-throughput-speedup-analysis"
22233
22234 - type: "plot"
22235   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
22236   algorithm: "plot_tsa_name"
22237   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
22238   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22239   include:
22240     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22241     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
22242     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
22243     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
22244   layout:
22245     title: "2n-zn2-cx556a-64b-rdma-l2switching-scale-pdr"
22246     layout: "plot-throughput-speedup-analysis"
22247
22248 - type: "plot"
22249   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-ndr"
22250   algorithm: "plot_tsa_name"
22251   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-ndr-tsa"
22252   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22253   include:
22254     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22255     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22256     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22257     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22258     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22259   layout:
22260     title: "2n-zn2-xxv710-64b-vhost-base-avf-ndr"
22261     layout: "plot-throughput-speedup-analysis"
22262
22263 - type: "plot"
22264   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-pdr"
22265   algorithm: "plot_tsa_name"
22266   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-pdr-tsa"
22267   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22268   include:
22269     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22270     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22271     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22272     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22273     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22274   layout:
22275     title: "2n-zn2-xxv710-64b-vhost-base-avf-pdr"
22276     layout: "plot-throughput-speedup-analysis"
22277
22278 - type: "plot"
22279   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-vpp-ndr"
22280   algorithm: "plot_tsa_name"
22281   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
22282   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22283   include:
22284     - "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"
22285     - "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"
22286     - "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"
22287     - "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"
22288     - "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"
22289   layout:
22290     title: "2n-zn2-xxv710-64b-vhost-base-avf-vpp-ndr"
22291     layout: "plot-throughput-speedup-analysis"
22292
22293 - type: "plot"
22294   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-vpp-pdr"
22295   algorithm: "plot_tsa_name"
22296   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
22297   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22298   include:
22299     - "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"
22300     - "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"
22301     - "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"
22302     - "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"
22303     - "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"
22304   layout:
22305     title: "2n-zn2-xxv710-64b-vhost-base-avf-vpp-pdr"
22306     layout: "plot-throughput-speedup-analysis"
22307
22308 - type: "plot"
22309   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-ndr"
22310   algorithm: "plot_tsa_name"
22311   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-ndr-tsa"
22312   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22313   include:
22314     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22315     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22316     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22317     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22318     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22319   layout:
22320     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-ndr"
22321     layout: "plot-throughput-speedup-analysis"
22322
22323 - type: "plot"
22324   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-pdr"
22325   algorithm: "plot_tsa_name"
22326   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-pdr-tsa"
22327   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22328   include:
22329     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22330     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22331     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22332     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22333     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22334   layout:
22335     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-pdr"
22336     layout: "plot-throughput-speedup-analysis"
22337
22338 - type: "plot"
22339   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-ndr"
22340   algorithm: "plot_tsa_name"
22341   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
22342   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22343   include:
22344     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22345     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22346     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22347     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22348     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
22349   layout:
22350     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-ndr"
22351     layout: "plot-throughput-speedup-analysis"
22352
22353 - type: "plot"
22354   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-pdr"
22355   algorithm: "plot_tsa_name"
22356   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
22357   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22358   include:
22359     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22360     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22361     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22362     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22363     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
22364   layout:
22365     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-pdr"
22366     layout: "plot-throughput-speedup-analysis"
22367
22368 - type: "plot"
22369   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
22370   algorithm: "plot_tsa_name"
22371   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
22372   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22373   include:
22374     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22375     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22376     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22377     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22378   layout:
22379     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-base-ndr"
22380     layout: "plot-throughput-speedup-analysis"
22381
22382 - type: "plot"
22383   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
22384   algorithm: "plot_tsa_name"
22385   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
22386   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22387   include:
22388     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22389     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22390     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22391     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22392   layout:
22393     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-base-pdr"
22394     layout: "plot-throughput-speedup-analysis"
22395
22396 - type: "plot"
22397   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
22398   algorithm: "plot_tsa_name"
22399   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
22400   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22401   include:
22402     - "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"
22403     - "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"
22404     - "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"
22405     - "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"
22406   layout:
22407     title: "2n-zn2-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
22408     layout: "plot-throughput-speedup-analysis"
22409
22410 - type: "plot"
22411   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
22412   algorithm: "plot_tsa_name"
22413   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
22414   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22415   include:
22416     - "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"
22417     - "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"
22418     - "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"
22419     - "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"
22420   layout:
22421     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
22422     layout: "plot-throughput-speedup-analysis"
22423
22424 - type: "plot"
22425   title: "Speedup: 2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
22426   algorithm: "plot_tsa_name"
22427   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
22428   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22429   include:
22430     - "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"
22431     - "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"
22432     - "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"
22433     - "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"
22434     - "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"
22435     - "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"
22436   layout:
22437     title: "2n-zn2-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
22438     layout: "plot-throughput-speedup-analysis"
22439
22440 - type: "plot"
22441   title: "Speedup: 2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
22442   algorithm: "plot_tsa_name"
22443   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
22444   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
22445   include:
22446     - "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"
22447     - "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"
22448     - "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"
22449     - "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"
22450     - "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"
22451     - "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"
22452   layout:
22453     title: "2n-zn2-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
22454     layout: "plot-throughput-speedup-analysis"
22455
22456 # Packet Throughput - DPDK
22457
22458 # 2n-zn2-xxv710
22459
22460 - type: "plot"
22461   title: "DPDK Throughput: 2n-zn2-xxv710-64b-2t1c-base-ndr"
22462   algorithm: "plot_perf_box_name"
22463   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-2t1c-base-ndr"
22464   data: "plot-dpdk-throughput-latency-2n-zn2"
22465   include:
22466     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22467     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22468   layout:
22469     title: "2n-zn2-xxv710-64b-2t1c-base-ndr"
22470     layout: "plot-throughput"
22471
22472 - type: "plot"
22473   title: "DPDK Throughput: 2n-zn2-xxv710-64b-4t2c-base-ndr"
22474   algorithm: "plot_perf_box_name"
22475   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-4t2c-base-ndr"
22476   data: "plot-dpdk-throughput-latency-2n-zn2"
22477   include:
22478     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22479     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22480   layout:
22481     title: "2n-zn2-xxv710-64b-4t2c-base-ndr"
22482     layout: "plot-throughput"
22483
22484 - type: "plot"
22485   title: "DPDK Throughput: 2n-zn2-xxv710-64b-2t1c-base-pdr"
22486   algorithm: "plot_perf_box_name"
22487   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-2t1c-base-pdr"
22488   data: "plot-dpdk-throughput-latency-2n-zn2"
22489   include:
22490     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22491     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22492   layout:
22493     title: "2n-zn2-xxv710-64b-2t1c-base-pdr"
22494     layout: "plot-throughput"
22495
22496 - type: "plot"
22497   title: "DPDK Throughput: 2n-zn2-xxv710-64b-4t2c-base-pdr"
22498   algorithm: "plot_perf_box_name"
22499   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-4t2c-base-pdr"
22500   data: "plot-dpdk-throughput-latency-2n-zn2"
22501   include:
22502     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22503     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22504   layout:
22505     title: "2n-zn2-xxv710-64b-4t2c-base-pdr"
22506     layout: "plot-throughput"
22507
22508 # 2n-zn2-x710
22509
22510 - type: "plot"
22511   title: "DPDK Throughput: 2n-zn2-x710-64b-2t1c-base-ndr"
22512   algorithm: "plot_perf_box_name"
22513   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-2t1c-base-ndr"
22514   data: "plot-dpdk-throughput-latency-2n-zn2"
22515   include:
22516     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22517     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22518   layout:
22519     title: "2n-zn2-x710-64b-2t1c-base-ndr"
22520     layout: "plot-throughput"
22521
22522 - type: "plot"
22523   title: "DPDK Throughput: 2n-zn2-x710-64b-4t2c-base-ndr"
22524   algorithm: "plot_perf_box_name"
22525   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-4t2c-base-ndr"
22526   data: "plot-dpdk-throughput-latency-2n-zn2"
22527   include:
22528     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22529     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22530   layout:
22531     title: "2n-zn2-x710-64b-4t2c-base-ndr"
22532     layout: "plot-throughput"
22533
22534 - type: "plot"
22535   title: "DPDK Throughput: 2n-zn2-x710-64b-2t1c-base-pdr"
22536   algorithm: "plot_perf_box_name"
22537   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-2t1c-base-pdr"
22538   data: "plot-dpdk-throughput-latency-2n-zn2"
22539   include:
22540     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
22541     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
22542   layout:
22543     title: "2n-zn2-x710-64b-2t1c-base-pdr"
22544     layout: "plot-throughput"
22545
22546 - type: "plot"
22547   title: "DPDK Throughput: 2n-zn2-x710-64b-4t2c-base-pdr"
22548   algorithm: "plot_perf_box_name"
22549   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-4t2c-base-pdr"
22550   data: "plot-dpdk-throughput-latency-2n-zn2"
22551   include:
22552     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
22553     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
22554   layout:
22555     title: "2n-zn2-x710-64b-4t2c-base-pdr"
22556     layout: "plot-throughput"
22557
22558 ################################################################################
22559
22560 # - type: "plot"
22561 #   title: "Latency by percentile x-log: 2n-clx"
22562 #   algorithm: "plot_hdrh_lat_by_percentile"
22563 #   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-x-log-2n-clx"
22564 #   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
22565 #   target-links: "../../_static/vpp"
22566 #   data: "plot-vpp-hdrh-lat-2n-clx"
22567 #   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22568 #   layout:
22569 #     layout: "plot-hdrh-latency-percentile-x-log"
22570
22571 # - type: "plot"
22572 #   title: "Latency by percentile x-log: 2n-skx"
22573 #   algorithm: "plot_hdrh_lat_by_percentile"
22574 #   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-x-log-2n-skx"
22575 #   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
22576 #   target-links: "../../_static/vpp"
22577 #   data: "plot-vpp-hdrh-lat-2n-skx"
22578 #   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22579 #   layout:
22580 #     layout: "plot-hdrh-latency-percentile-x-log"
22581
22582 - type: "plot"
22583   title: "Latency by percentile: 2n-skx"
22584   algorithm: "plot_hdrh_lat_by_percentile"
22585   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
22586   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
22587   target-links: "../../_static/vpp"
22588   data: "plot-vpp-hdrh-lat-2n-skx"
22589   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22590   layout:
22591     layout: "plot-hdrh-latency-by-percentile"
22592
22593 - type: "plot"
22594   title: "Latency by percentile: 2n-zn2"
22595   algorithm: "plot_hdrh_lat_by_percentile"
22596   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-zn2"
22597   output-file-links: "{DIR[LAT,VPP]}/2n_zn2.rst"
22598   target-links: "../../_static/vpp"
22599   data: "plot-vpp-hdrh-lat-2n-zn2"
22600   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22601   layout:
22602     layout: "plot-hdrh-latency-by-percentile"
22603
22604 - type: "plot"
22605   title: "Latency by percentile: 3n-skx"
22606   algorithm: "plot_hdrh_lat_by_percentile"
22607   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
22608   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
22609   target-links: "../../_static/vpp"
22610   data: "plot-vpp-hdrh-lat-3n-skx"
22611   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22612   layout:
22613     layout: "plot-hdrh-latency-by-percentile"
22614
22615 - type: "plot"
22616   title: "Latency by percentile: 2n-clx"
22617   algorithm: "plot_hdrh_lat_by_percentile"
22618   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
22619   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
22620   target-links: "../../_static/vpp"
22621   data: "plot-vpp-hdrh-lat-2n-clx"
22622   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22623   layout:
22624     layout: "plot-hdrh-latency-by-percentile"
22625
22626 - type: "plot"
22627   title: "Latency by percentile: 3n-hsw"
22628   algorithm: "plot_hdrh_lat_by_percentile"
22629   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
22630   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
22631   target-links: "../../_static/vpp"
22632   data: "plot-vpp-hdrh-lat-3n-hsw"
22633   filter: "'1T1C' and 'NIC_Intel-XL710'"
22634   layout:
22635     layout: "plot-hdrh-latency-by-percentile"
22636
22637 - type: "plot"
22638   title: "Latency by percentile: 3n-tsh"
22639   algorithm: "plot_hdrh_lat_by_percentile"
22640   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
22641   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
22642   target-links: "../../_static/vpp"
22643   data: "plot-vpp-hdrh-lat-3n-tsh"
22644   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
22645   layout:
22646     layout: "plot-hdrh-latency-by-percentile"
22647
22648 - type: "plot"
22649   title: "Latency by percentile: DPDK 2n-skx"
22650   algorithm: "plot_hdrh_lat_by_percentile"
22651   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
22652   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
22653   target-links: "../../_static/dpdk"
22654   data: "plot-dpdk-hdrh-lat-2n-skx"
22655   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22656   layout:
22657     layout: "plot-hdrh-latency-by-percentile"
22658
22659 - type: "plot"
22660   title: "Latency by percentile: DPDK 3n-skx"
22661   algorithm: "plot_hdrh_lat_by_percentile"
22662   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
22663   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
22664   target-links: "../../_static/dpdk"
22665   data: "plot-dpdk-hdrh-lat-3n-skx"
22666   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22667   layout:
22668     layout: "plot-hdrh-latency-by-percentile"
22669
22670 - type: "plot"
22671   title: "Latency by percentile: DPDK 2n-clx"
22672   algorithm: "plot_hdrh_lat_by_percentile"
22673   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
22674   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
22675   target-links: "../../_static/dpdk"
22676   data: "plot-dpdk-hdrh-lat-2n-clx"
22677   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22678   layout:
22679     layout: "plot-hdrh-latency-by-percentile"
22680
22681 - type: "plot"
22682   title: "Latency by percentile: DPDK 2n-zn2"
22683   algorithm: "plot_hdrh_lat_by_percentile"
22684   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-zn2"
22685   output-file-links: "{DIR[LAT,DPDK]}/2n_zn2.rst"
22686   target-links: "../../_static/dpdk"
22687   data: "plot-dpdk-hdrh-lat-2n-zn2"
22688   filter: "'2T1C' and 'NIC_Intel-XXV710'"
22689   layout:
22690     layout: "plot-hdrh-latency-by-percentile"
22691
22692 - type: "plot"
22693   title: "Latency by percentile: DPDK 3n-hsw"
22694   algorithm: "plot_hdrh_lat_by_percentile"
22695   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
22696   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
22697   target-links: "../../_static/dpdk"
22698   data: "plot-dpdk-hdrh-lat-3n-hsw"
22699   filter: "'1T1C' and 'NIC_Intel-XL710'"
22700   layout:
22701     layout: "plot-hdrh-latency-by-percentile"
22702
22703 - type: "plot"
22704   title: "Latency by percentile: DPDK 3n-tsh"
22705   algorithm: "plot_hdrh_lat_by_percentile"
22706   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
22707   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
22708   target-links: "../../_static/dpdk"
22709   data: "plot-dpdk-hdrh-lat-3n-tsh"
22710   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
22711   layout:
22712     layout: "plot-hdrh-latency-by-percentile"