4d1c80128645ecd1d7c27bf9908a146b648d86fd
[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,DPDK,2N,TX2]: "{DIR[DTR]}/dpdk_performance_results_2n_tx2"
38     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
39     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
40     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
41     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
42     DIR[DTR,PERF,VPP,2N,ZN2]: "{DIR[DTR]}/vpp_performance_results_2n_zn2"
43     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
44     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
45     DIR[DTR,PERF,VPP,2N,TX2]: "{DIR[DTR]}/vpp_performance_results_2n_tx2"
46     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
47     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
48     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
49     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
50     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
51     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
52     DIR[DTR,MRR,VPP,2N,ZN2]: "{DIR[DTR]}/vpp_mrr_results_2n_zn2"
53     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
54     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
55     DIR[DTR,MRR,VPP,2N,TX2]: "{DIR[DTR]}/vpp_mrr_results_2n_tx2"
56     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
57     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
58     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
59
60     # Detailed test configurations
61     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
62     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
63     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
64     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
65     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
66     DIR[DTC,PERF,VPP,2N,ZN2]: "{DIR[DTC]}/vpp_performance_configuration_2n_zn2"
67     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
68     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
69     DIR[DTC,PERF,VPP,2N,TX2]: "{DIR[DTC]}/vpp_performance_configuration_2n_tx2"
70     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
71     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
72     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
73     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
74     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
75     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
76     DIR[DTC,MRR,VPP,2N,ZN2]: "{DIR[DTC]}/vpp_mrr_configuration_2n_zn2"
77     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
78     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
79     DIR[DTC,MRR,VPP,2N,TX2]: "{DIR[DTC]}/vpp_mrr_configuration_2n_tx2"
80     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
81     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
82     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
83
84     # Detailed tests operational data
85     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
86     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
87     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
88     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
89     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
90     DIR[DTO,PERF,VPP,2N,ZN2]: "{DIR[DTO]}/vpp_performance_operational_data_2n_zn2"
91     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
92     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
93     DIR[DTO,PERF,VPP,2N,TX2]: "{DIR[DTO]}/vpp_performance_operational_data_2n_tx2"
94     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
95     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
96
97     # Latencies:
98     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
99     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
100
101     # .css patch file to fix tables generated by Sphinx
102     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
103     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
104
105   urls:
106     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
107     URL[S3_STORAGE,LOG]: "https://logs.nginx.service.consul/vex-yul-rot-jenkins-1"
108     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
109     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
110     DIR[NEXUS,DOC]: "report/_static/archive"
111
112   make-dirs:
113   # List the directories which are created while preparing the environment.
114   # All directories MUST be defined in "paths" section.
115   - "DIR[WORKING,DATA]"
116   - "DIR[STATIC,VPP]"
117   - "DIR[STATIC,DPDK]"
118   - "DIR[STATIC,ARCH]"
119   - "DIR[BUILD,LATEX]"
120   - "DIR[WORKING,SRC]"
121   - "DIR[WORKING,SRC,STATIC]"
122
123   remove-dirs:
124   # List the directories which are deleted while cleaning the environment.
125   # All directories MUST be defined in "paths" section.
126   #- "DIR[BUILD,HTML]"
127   - "DIR[WORKING,DATA]"
128
129   build-dirs:
130   # List the directories where the results (build) is stored.
131   # All directories MUST be defined in "paths" section.
132   - "DIR[BUILD,HTML]"
133   - "DIR[BUILD,LATEX]"
134
135 - type: "configuration"
136
137   mapping-file: "mapping_report.yaml"
138
139   limits:
140     nic:
141       x520: 24460000
142       x553: 29761905
143       x710: 35800000
144       xxv710: 35800000
145       xl710: 35800000
146       cx556a: 148809523.81
147
148     link:
149       10ge: 14880952.38
150       25ge: 37202380.95
151       40ge: 59523809.52
152       100ge: 148809523.81
153
154     pci:
155       pci-g3-x8: 74404761.90
156       pci-g3-x16: 148809523.81
157
158   data-sets:
159
160     ###########################################################################
161     # Plots:
162
163     # 3n-hsw
164
165     plot-vpp-throughput-lat-tsa-3n-hsw:
166       csit-vpp-perf-report-iterative-2101-3n-hsw:
167         - 64  # rls2101.rel NDRPDR iter env 6
168         - 71  # rls2101.rel NDRPDR iter env 6
169         - 73  # rls2101.rel NDRPDR iter env 6
170         - 74  # rls2101.rel NDRPDR iter env 6
171         - 80  # rls2101.rel NDRPDR iter env 6
172         - 81  # rls2101.rel NDRPDR iter env 6
173         - 82  # rls2101.rel NDRPDR iter env 6
174         - 83  # rls2101.rel NDRPDR iter env 6
175         - 88  # rls2101.rel NDRPDR iter env 6
176         - 89  # rls2101.rel NDRPDR iter env 6
177         - 128 # rls2101.rel NDRPDR iter RND env 6
178         - 129 # rls2101.rel NDRPDR iter RND env 6
179         - 130 # rls2101.rel NDRPDR iter RND env 6
180         - 131 # rls2101.rel NDRPDR iter RND env 6
181         - 132 # rls2101.rel NDRPDR iter RND env 6
182         - 133 # rls2101.rel NDRPDR iter RND env 6
183         - 134 # rls2101.rel NDRPDR iter RND env 6
184         - 135 # rls2101.rel NDRPDR iter RND env 6
185         - 136 # rls2101.rel NDRPDR iter RND env 6
186         - 137 # rls2101.rel NDRPDR iter RND env 6
187
188     plot-vpp-hdrh-lat-3n-hsw:
189       csit-vpp-perf-report-iterative-2101-3n-hsw:
190         - 89  # rls2101.rel NDRPDR iter env 6
191
192     plot-vpp-hdrh-lat-3n-hsw-rnd:
193       csit-vpp-perf-report-iterative-2101-3n-hsw:
194         - 128 # rls2101.rel NDRPDR iter RND env 6
195
196     plot-vpp-ipsec-reconf-3n-hsw:
197       csit-vpp-perf-report-iterative-2101-3n-hsw:
198         - 65  # rls2101.rel NDRPDR reconf iter env 6
199         - 68  # rls2101.rel NDRPDR reconf iter env 6
200         - 77  # rls2101.rel NDRPDR reconf iter env 6
201         - 84  # rls2101.rel NDRPDR reconf iter env 6
202         - 90  # rls2101.rel NDRPDR reconf iter env 6
203         - 96  # rls2101.rel NDRPDR reconf iter env 6
204         - 101 # rls2101.rel NDRPDR reconf iter env 6
205         - 104 # rls2101.rel NDRPDR reconf iter env 6
206         - 105 # rls2101.rel NDRPDR reconf iter env 6
207         - 106 # rls2101.rel NDRPDR reconf iter env 6
208         - 107 # rls2101.rel NDRPDR reconf iter env 6
209         - 108 # rls2101.rel NDRPDR reconf iter env 6
210         - 110 # rls2101.rel NDRPDR reconf iter env 6
211         - 111 # rls2101.rel NDRPDR reconf iter env 6
212         - 112 # rls2101.rel NDRPDR reconf iter env 6
213         - 113 # rls2101.rel NDRPDR reconf iter env 6
214         - 114 # rls2101.rel NDRPDR reconf iter env 6
215         - 115 # rls2101.rel NDRPDR reconf iter env 6
216         - 116 # rls2101.rel NDRPDR reconf iter env 6
217         - 117 # rls2101.rel NDRPDR reconf iter env 6
218
219     plot-vpp-hoststack-3n-hsw:
220       csit-vpp-perf-report-iterative-2101-3n-hsw:
221         - 69  # rls2101.rel Hoststack iter env 6
222         - 70  # rls2101.rel Hoststack iter env 6
223         - 75  # rls2101.rel Hoststack iter env 6
224         - 76  # rls2101.rel Hoststack iter env 6
225         - 78  # rls2101.rel Hoststack iter env 6
226         - 79  # rls2101.rel Hoststack iter env 6
227         - 85  # rls2101.rel Hoststack iter env 6
228         - 86  # rls2101.rel Hoststack iter env 6
229         - 87  # rls2101.rel Hoststack iter env 6
230         - 91  # rls2101.rel Hoststack iter env 6
231         - 92  # rls2101.rel Hoststack iter env 6
232         - 93  # rls2101.rel Hoststack iter env 6
233         - 94  # rls2101.rel Hoststack iter env 6
234         - 95  # rls2101.rel Hoststack iter env 6
235         - 97  # rls2101.rel Hoststack iter env 6
236         - 98  # rls2101.rel Hoststack iter env 6
237         - 99  # rls2101.rel Hoststack iter env 6
238         - 100 # rls2101.rel Hoststack iter env 6
239         - 102 # rls2101.rel Hoststack iter env 6
240         - 103 # rls2101.rel Hoststack iter env 6
241
242     plot-dpdk-throughput-latency-3n-hsw:
243       csit-dpdk-perf-report-iterative-2101-3n-hsw:
244         - 11  # rls2101 NDRPDR iter env 6
245         - 12  # rls2101 NDRPDR iter env 6
246         - 13  # rls2101 NDRPDR iter env 6
247         - 14  # rls2101 NDRPDR iter env 6
248         - 16  # rls2101 NDRPDR iter env 6
249         - 17  # rls2101 NDRPDR iter env 6
250         - 18  # rls2101 NDRPDR iter env 6
251         - 19  # rls2101 NDRPDR iter env 6
252         - 20  # rls2101 NDRPDR iter env 6
253         - 21  # rls2101 NDRPDR iter env 6
254
255     plot-dpdk-hdrh-lat-3n-hsw:
256       csit-dpdk-perf-report-iterative-2101-3n-hsw:
257         - 11  # rls2101 NDRPDR iter env 6
258
259     # 3n-skx
260
261     plot-vpp-throughput-lat-tsa-3n-skx:
262       csit-vpp-perf-report-iterative-2101-3n-skx:
263         - 36  # rls2101.rel NDRPDR iter env 6
264         - 37  # rls2101.rel NDRPDR iter env 6
265         - 38  # rls2101.rel NDRPDR iter env 6
266         - 39  # rls2101.rel NDRPDR iter env 6
267         - 40  # rls2101.rel NDRPDR iter env 6
268         - 41  # rls2101.rel NDRPDR iter env 6
269         - 42  # rls2101.rel NDRPDR iter env 6
270         - 47  # rls2101.rel NDRPDR iter env 6
271         - 48  # rls2101.rel NDRPDR iter env 6
272         - 50  # rls2101.rel NDRPDR iter env 6
273
274     plot-vpp-hdrh-lat-3n-skx:
275       csit-vpp-perf-report-iterative-2101-3n-skx:
276         - 36  # rls2101.rel NDRPDR iter env 6
277
278 #    plot-vpp-nfv-3n-skx-ndrpdr:
279 #      # No data
280 #      csit-vpp-perf-report-iterative-2101-3n-skx:
281
282 #    plot-vpp-nfv-3n-skx-mrr:
283 #      # No data
284 #      csit-vpp-perf-report-iterative-2101-3n-skx:
285
286     plot-dpdk-throughput-latency-3n-skx:
287       csit-dpdk-perf-report-iterative-2101-3n-skx:
288         - 12  # rls2101 NDRPDR iter env 6
289         - 14  # rls2101 NDRPDR iter env 6
290         - 15  # rls2101 NDRPDR iter env 6
291         - 17  # rls2101 NDRPDR iter env 6
292         - 19  # rls2101 NDRPDR iter env 6
293         - 20  # rls2101 NDRPDR iter env 6
294         - 21  # rls2101 NDRPDR iter env 6
295         - 22  # rls2101 NDRPDR iter env 6
296         - 25  # rls2101 NDRPDR iter env 6
297         - 26  # rls2101 NDRPDR iter env 6
298
299     plot-dpdk-hdrh-lat-3n-skx:
300       csit-dpdk-perf-report-iterative-2101-3n-skx:
301         - 12  # rls2101 NDRPDR iter env 6
302
303     # 2n-skx
304
305     plot-vpp-throughput-lat-tsa-2n-skx:
306       csit-vpp-perf-report-iterative-2101-2n-skx:
307         - 63  # rls2101.rel NDRPDR iter env 6
308         - 69  # rls2101.rel NDRPDR iter env 6
309         - 70  # rls2101.rel NDRPDR iter env 6
310         - 75  # rls2101.rel NDRPDR iter env 6
311         - 76  # rls2101.rel NDRPDR iter env 6
312         - 77  # rls2101.rel NDRPDR iter env 6
313         - 82  # rls2101.rel NDRPDR iter env 6
314         - 85  # rls2101.rel NDRPDR iter env 6
315         - 86  # rls2101.rel NDRPDR iter env 6
316         - 94  # rls2101.rel NDRPDR iter env 6
317         - 89  # rls2101.rel NDRPDR iter RND env 6
318         - 90  # rls2101.rel NDRPDR iter RND env 6
319         - 91  # rls2101.rel NDRPDR iter RND env 6
320         - 92  # rls2101.rel NDRPDR iter RND env 6
321         - 93  # rls2101.rel NDRPDR iter RND env 6
322         - 96  # rls2101.rel NDRPDR iter RND env 6
323         - 98  # rls2101.rel NDRPDR iter RND env 6
324         - 99  # rls2101.rel NDRPDR iter RND env 6
325         - 101 # rls2101.rel NDRPDR iter RND env 6
326         - 102 # rls2101.rel NDRPDR iter RND env 6
327         - 116 # rls2101.rel NDRPDR iter NAT env 6
328         - 117 # rls2101.rel NDRPDR iter NAT env 6
329         - 118 # rls2101.rel NDRPDR iter NAT env 6
330         - 119 # rls2101.rel NDRPDR iter NAT env 6
331         - 120 # rls2101.rel NDRPDR iter NAT env 6
332         - 121 # rls2101.rel NDRPDR iter NAT env 6
333         - 122 # rls2101.rel NDRPDR iter NAT env 6
334         - 123 # rls2101.rel NDRPDR iter NAT env 6
335         - 124 # rls2101.rel NDRPDR iter NAT env 6
336         - 125 # rls2101.rel NDRPDR iter NAT env 6
337
338     plot-vpp-hdrh-lat-2n-skx:
339       csit-vpp-perf-report-iterative-2101-2n-skx:
340         - 94  # rls2101.rel NDRPDR iter env 6
341
342     plot-vpp-hdrh-lat-2n-skx-rnd:
343       csit-vpp-perf-report-iterative-2101-2n-skx:
344         - 89  # rls2101.rel NDRPDR iter RND env 6
345
346     plot-vpp-hdrh-lat-2n-skx-nat:
347       csit-vpp-perf-report-iterative-2101-2n-skx:
348         - 118 # rls2101.rel NDRPDR iter NAT env 6
349
350     plot-vpp-soak-2n-skx:
351       csit-vpp-perf-report-iterative-2101-2n-skx:
352         - 68  # rls2101.rel soak env 6
353         - 73  # rls2101.rel soak env 6
354
355     plot-vpp-nfv-2n-skx-ndrpdr:
356       csit-vpp-perf-report-iterative-2101-2n-skx:
357         - 67  # rls2101.rel NDRPDR nf-density iter env 6
358         - 72  # rls2101.rel NDRPDR nf-density iter env 6
359         - 79  # rls2101.rel NDRPDR nf-density iter env 6
360         - 83  # rls2101.rel NDRPDR nf-density iter env 6
361         - 88  # rls2101.rel NDRPDR nf-density iter env 6
362         - 97  # rls2101.rel NDRPDR nf-density iter env 6
363         - 103 # rls2101.rel NDRPDR nf-density iter env 6
364         - 108 # rls2101.rel NDRPDR nf-density iter env 6
365         - 109 # rls2101.rel NDRPDR nf-density iter env 6
366         - 110 # rls2101.rel NDRPDR nf-density iter env 6
367
368     plot-vpp-nfv-2n-skx-mrr:
369       csit-vpp-perf-report-iterative-2101-2n-skx:
370         - 65  # rls2101.rel MRR nf-density iter env 6
371
372     plot-vpp-nfv-reconf-2n-skx:
373       csit-vpp-perf-report-iterative-2101-2n-skx:
374         - 64  # rls2101.rel NDRPDR reconf iter env 6
375         - 66  # rls2101.rel NDRPDR reconf iter env 6
376         - 71  # rls2101.rel NDRPDR reconf iter env 6
377         - 74  # rls2101.rel NDRPDR reconf iter env 6
378         - 78  # rls2101.rel NDRPDR reconf iter env 6
379         - 87  # rls2101.rel NDRPDR reconf iter env 6
380         - 95  # rls2101.rel NDRPDR reconf iter env 6
381         - 100 # rls2101.rel NDRPDR reconf iter env 6
382         - 104 # rls2101.rel NDRPDR reconf iter env 6
383         - 106 # rls2101.rel NDRPDR reconf iter env 6
384
385     plot-vpp-gso-2n-skx:
386       csit-vpp-perf-report-iterative-2101-2n-skx:
387         - 129 # rls2101.rel MRR GSO iter env 6
388
389     plot-dpdk-throughput-latency-2n-skx:
390       csit-dpdk-perf-report-iterative-2101-2n-skx:
391         - 11  # rls2101 NDRPDR iter env 6
392         - 12  # rls2101 NDRPDR iter env 6
393         - 13  # rls2101 NDRPDR iter env 6
394         - 14  # rls2101 NDRPDR iter env 6
395         - 15  # rls2101 NDRPDR iter env 6
396         - 17  # rls2101 NDRPDR iter env 6
397         - 18  # rls2101 NDRPDR iter env 6
398         - 19  # rls2101 NDRPDR iter env 6
399         - 20  # rls2101 NDRPDR iter env 6
400         - 21  # rls2101 NDRPDR iter env 6
401
402     plot-dpdk-hdrh-lat-2n-skx:
403       csit-dpdk-perf-report-iterative-2101-2n-skx:
404         - 11  # rls2101 NDRPDR iter env 6
405
406     # 2n-zn2
407
408     plot-vpp-throughput-lat-tsa-2n-zn2:
409       csit-vpp-perf-report-iterative-2101-2n-zn2:
410         - 31  # rls2101.rel NDRPDR iter env 6
411         - 32  # rls2101.rel NDRPDR iter env 6
412         - 33  # rls2101.rel NDRPDR iter env 6
413         - 34  # rls2101.rel NDRPDR iter env 6
414         - 35  # rls2101.rel NDRPDR iter env 6
415         - 36  # rls2101.rel NDRPDR iter env 6
416         - 37  # rls2101.rel NDRPDR iter env 6
417         - 38  # rls2101.rel NDRPDR iter env 6
418         - 44  # rls2101.rel NDRPDR iter env 6
419         - 49  # rls2101.rel NDRPDR iter env 6
420         - 39  # rls2101.rel NDRPDR iter RND env 6
421         - 40  # rls2101.rel NDRPDR iter RND env 6
422         - 41  # rls2101.rel NDRPDR iter RND env 6
423         - 42  # rls2101.rel NDRPDR iter RND env 6
424         - 43  # rls2101.rel NDRPDR iter RND env 6
425         - 45  # rls2101.rel NDRPDR iter RND env 6
426         - 48  # rls2101.rel NDRPDR iter RND env 6
427         - 50  # rls2101.rel NDRPDR iter RND env 6
428         - 51  # rls2101.rel NDRPDR iter RND env 6
429         - 52  # rls2101.rel NDRPDR iter RND env 6
430
431     plot-vpp-hdrh-lat-2n-zn2:
432       csit-vpp-perf-report-iterative-2101-2n-zn2:
433         - 31  # rls2101.rel NDRPDR iter env 6
434
435     plot-vpp-hdrh-lat-2n-zn2-rnd:
436       csit-vpp-perf-report-iterative-2101-2n-zn2:
437         - 40  # rls2101.rel NDRPDR iter RND env 6
438
439     plot-vpp-gso-2n-zn2:
440       csit-vpp-perf-report-iterative-2101-2n-zn2:
441         - 56  # rls2101.rel MRR GSO iter env 6
442
443     plot-dpdk-throughput-latency-2n-zn2:
444       csit-dpdk-perf-report-iterative-2101-2n-zn2:
445         - 11  # rls2101 NDRPDR iter env 6
446         - 12  # rls2101 NDRPDR iter env 6
447         - 13  # rls2101 NDRPDR iter env 6
448         - 14  # rls2101 NDRPDR iter env 6
449         - 16  # rls2101 NDRPDR iter env 6
450         - 17  # rls2101 NDRPDR iter env 6
451         - 18  # rls2101 NDRPDR iter env 6
452         - 19  # rls2101 NDRPDR iter env 6
453         - 20  # rls2101 NDRPDR iter env 6
454         - 21  # rls2101 NDRPDR iter env 6
455
456     plot-dpdk-hdrh-lat-2n-zn2:
457       csit-dpdk-perf-report-iterative-2101-2n-zn2:
458         - 11  # rls2101 NDRPDR iter env 6
459
460     # 2n-clx
461
462     plot-vpp-throughput-lat-tsa-2n-clx:
463       csit-vpp-perf-report-iterative-2101-2n-clx:
464         - 54  # rls2101.rel NDRPDR iter env 6
465         - 59  # rls2101.rel NDRPDR iter env 6
466         - 60  # rls2101.rel NDRPDR iter env 6
467         - 63  # rls2101.rel NDRPDR iter env 6
468         - 66  # rls2101.rel NDRPDR iter env 6
469         - 68  # rls2101.rel NDRPDR iter env 6
470         - 73  # rls2101.rel NDRPDR iter env 6
471         - 75  # rls2101.rel NDRPDR iter env 6
472         - 86  # rls2101.rel NDRPDR iter env 6
473         - 90  # rls2101.rel NDRPDR iter env 6
474         - 80  # rls2101.rel NDRPDR iter RND env 6
475         - 87  # rls2101.rel NDRPDR iter RND env 6
476         - 91  # rls2101.rel NDRPDR iter RND env 6
477         - 92  # rls2101.rel NDRPDR iter RND env 6
478         - 93  # rls2101.rel NDRPDR iter RND env 6
479         - 94  # rls2101.rel NDRPDR iter RND env 6
480         - 95  # rls2101.rel NDRPDR iter RND env 6
481         - 100 # rls2101.rel NDRPDR iter RND env 6
482         - 106 # rls2101.rel NDRPDR iter RND env 6
483         - 108 # rls2101.rel NDRPDR iter RND env 6
484         - 112 # rls2101.rel NDRPDR iter NAT env 6
485         - 113 # rls2101.rel NDRPDR iter NAT env 6
486         - 114 # rls2101.rel NDRPDR iter NAT env 6
487         - 115 # rls2101.rel NDRPDR iter NAT env 6
488         - 116 # rls2101.rel NDRPDR iter NAT env 6
489         - 117 # rls2101.rel NDRPDR iter NAT env 6
490         - 118 # rls2101.rel NDRPDR iter NAT env 6
491         - 119 # rls2101.rel NDRPDR iter NAT env 6
492         - 120 # rls2101.rel NDRPDR iter NAT env 6
493         - 121 # rls2101.rel NDRPDR iter NAT env 6
494         - 122 # rls2101.rel NDRPDR iter MLX env 6
495         - 123 # rls2101.rel NDRPDR iter MLX env 6
496         - 124 # rls2101.rel NDRPDR iter MLX env 6
497         - 126 # rls2101.rel NDRPDR iter MLX env 6
498         - 127 # rls2101.rel NDRPDR iter MLX env 6
499         - 128 # rls2101.rel NDRPDR iter MLX env 6
500         - 129 # rls2101.rel NDRPDR iter MLX env 6
501         - 130 # rls2101.rel NDRPDR iter MLX env 6
502         - 131 # rls2101.rel NDRPDR iter MLX env 6
503         - 132 # rls2101.rel NDRPDR iter MLX env 6
504
505     plot-vpp-hdrh-lat-2n-clx:
506       csit-vpp-perf-report-iterative-2101-2n-clx:
507         - 75  # rls2101.rel NDRPDR iter env 6
508
509     plot-vpp-hdrh-lat-2n-clx-rnd:
510       csit-vpp-perf-report-iterative-2101-2n-clx:
511         - 87  # rls2101.rel NDRPDR iter RND env 6
512
513     plot-vpp-hdrh-lat-2n-clx-nat:
514       csit-vpp-perf-report-iterative-2101-2n-clx:
515         - 118 # rls2101.rel NDRPDR iter NAT env 6
516
517     plot-vpp-hdrh-lat-2n-clx-mlx:
518       csit-vpp-perf-report-iterative-2101-2n-clx:
519         - 127 # rls2101.rel NDRPDR iter MLX env 6
520
521     plot-vpp-nfv-2n-clx-ndrpdr:
522       csit-vpp-perf-report-iterative-2101-2n-clx:
523         - 57  # rls2101.rel NDRPDR nf-density iter env 6
524         - 62  # rls2101.rel NDRPDR nf-density iter env 6
525         - 70  # rls2101.rel NDRPDR nf-density iter env 6
526         - 71  # rls2101.rel NDRPDR nf-density iter env 6
527         - 82  # rls2101.rel NDRPDR nf-density iter env 6
528         - 88  # rls2101.rel NDRPDR nf-density iter env 6
529         - 89  # rls2101.rel NDRPDR nf-density iter env 6
530         - 96  # rls2101.rel NDRPDR nf-density iter env 6
531         - 97  # rls2101.rel NDRPDR nf-density iter env 6
532         - 98  # rls2101.rel NDRPDR nf-density iter env 6
533
534     plot-vpp-nfv-2n-clx-mrr:
535       csit-vpp-perf-report-iterative-2101-2n-clx:
536         - 72  # rls2101.rel MRR nf-density iter env 6
537
538     plot-vpp-nfv-reconf-2n-clx:
539       csit-vpp-perf-report-iterative-2101-2n-clx:
540         - 55  # rls2101.rel NDRPDR reconf iter env 6
541         - 64  # rls2101.rel NDRPDR reconf iter env 6
542         - 76  # rls2101.rel NDRPDR reconf iter env 6
543         - 83  # rls2101.rel NDRPDR reconf iter env 6
544         - 99  # rls2101.rel NDRPDR reconf iter env 6
545         - 101 # rls2101.rel NDRPDR reconf iter env 6
546         - 102 # rls2101.rel NDRPDR reconf iter env 6
547         - 107 # rls2101.rel NDRPDR reconf iter env 6
548         - 109 # rls2101.rel NDRPDR reconf iter env 6
549         - 110 # rls2101.rel NDRPDR reconf iter env 6
550
551     plot-vpp-soak-2n-clx:
552       csit-vpp-perf-report-iterative-2101-2n-clx:
553         - 58  # rls2101.rel soak env 6
554         - 61  # rls2101.rel soak env 6
555
556     plot-vpp-gso-2n-clx:
557       csit-vpp-perf-report-iterative-2101-2n-clx:
558         - 159 # rls2101.rel MRR GSO iter env 6
559
560     plot-dpdk-throughput-latency-2n-clx:
561       csit-dpdk-perf-report-iterative-2101-2n-clx:
562         - 12  # rls2101 NDRPDR iter env 6
563         - 13  # rls2101 NDRPDR iter env 6
564         - 14  # rls2101 NDRPDR iter env 6
565         - 18  # rls2101 NDRPDR iter env 6
566         - 22  # rls2101 NDRPDR iter env 6
567
568     plot-dpdk-hdrh-lat-2n-clx:
569       csit-dpdk-perf-report-iterative-2101-2n-clx:
570         - 12  # rls2101 NDRPDR iter env 6
571
572     # 3n-tsh
573
574     plot-vpp-throughput-lat-tsa-3n-tsh:
575       csit-vpp-perf-report-iterative-2101-3n-tsh:
576         - 23  # rls2101.rel NDRPDR iter env 6
577         - 24  # rls2101.rel NDRPDR iter env 6
578         - 25  # rls2101.rel NDRPDR iter env 6
579         - 26  # rls2101.rel NDRPDR iter env 6
580         - 27  # rls2101.rel NDRPDR iter env 6
581         - 28  # rls2101.rel NDRPDR iter env 6
582         - 29  # rls2101.rel NDRPDR iter env 6
583         - 30  # rls2101.rel NDRPDR iter env 6
584         - 31  # rls2101.rel NDRPDR iter env 6
585         - 32  # rls2101.rel NDRPDR iter env 6
586
587     plot-vpp-hdrh-lat-3n-tsh:
588       csit-vpp-perf-report-iterative-2101-3n-tsh:
589         - 23  # rls2101.rel NDRPDR iter env 6
590
591     plot-dpdk-throughput-latency-3n-tsh:
592       csit-dpdk-perf-report-iterative-2101-3n-tsh:
593         - 11  # rls2101 NDRPDR iter env 6
594         - 12  # rls2101 NDRPDR iter env 6
595         - 13  # rls2101 NDRPDR iter env 6
596         - 14  # rls2101 NDRPDR iter env 6
597         - 16  # rls2101 NDRPDR iter env 6
598         - 17  # rls2101 NDRPDR iter env 6
599         - 18  # rls2101 NDRPDR iter env 6
600         - 19  # rls2101 NDRPDR iter env 6
601         - 20  # rls2101 NDRPDR iter env 6
602         - 21  # rls2101 NDRPDR iter env 6
603
604     plot-dpdk-hdrh-lat-3n-tsh:
605       csit-dpdk-perf-report-iterative-2101-3n-tsh:
606         - 21  # rls2101 NDRPDR iter env 6
607
608     # 2n-tx2
609
610     plot-vpp-throughput-lat-tsa-2n-tx2:
611       csit-vpp-perf-report-iterative-2101-2n-tx2:
612         - 22  # rls2101.rel NDRPDR iter env 6
613         - 23  # rls2101.rel NDRPDR iter env 6
614         - 24  # rls2101.rel NDRPDR iter env 6
615         - 25  # rls2101.rel NDRPDR iter env 6
616         - 26  # rls2101.rel NDRPDR iter env 6
617         - 27  # rls2101.rel NDRPDR iter env 6
618         - 28  # rls2101.rel NDRPDR iter env 6
619         - 29  # rls2101.rel NDRPDR iter env 6
620         - 30  # rls2101.rel NDRPDR iter env 6
621         - 31  # rls2101.rel NDRPDR iter env 6
622
623     plot-vpp-hdrh-lat-2n-tx2:
624       csit-vpp-perf-report-iterative-2101-2n-tx2:
625         - 29  # rls2101.rel NDRPDR iter env 6
626
627     plot-dpdk-throughput-latency-2n-tx2:
628       csit-dpdk-perf-report-iterative-2101-2n-tx2:
629         - 4   # rls2101 NDRPDR iter env 6
630         - 6   # rls2101 NDRPDR iter env 6
631         - 7   # rls2101 NDRPDR iter env 6
632         - 8   # rls2101 NDRPDR iter env 6
633         - 9   # rls2101 NDRPDR iter env 6
634         - 10  # rls2101 NDRPDR iter env 6
635         - 11  # rls2101 NDRPDR iter env 6
636         - 12  # rls2101 NDRPDR iter env 6
637         - 13  # rls2101 NDRPDR iter env 6
638         - 14  # rls2101 NDRPDR iter env 6
639
640     plot-dpdk-hdrh-lat-2n-tx2:
641       csit-dpdk-perf-report-iterative-2101-2n-tx2:
642         - 4   # rls2101 NDRPDR iter env 6
643
644     # 3n-dnv
645
646     plot-vpp-throughput-lat-tsa-3n-dnv:
647       csit-vpp-perf-report-iterative-2101-3n-dnv:
648         - 33  # rls2101.rel NDRPDR iter env 6
649         - 34  # rls2101.rel NDRPDR iter env 6
650         - 35  # rls2101.rel NDRPDR iter env 6
651         - 36  # rls2101.rel NDRPDR iter env 6
652         - 37  # rls2101.rel NDRPDR iter env 6
653         - 38  # rls2101.rel NDRPDR iter env 6
654         - 39  # rls2101.rel NDRPDR iter env 6
655         - 40  # rls2101.rel NDRPDR iter env 6
656         - 41  # rls2101.rel NDRPDR iter env 6
657         - 42  # rls2101.rel NDRPDR iter env 6
658         - 43  # rls2101.rel NDRPDR iter RND env 6
659         - 44  # rls2101.rel NDRPDR iter RND env 6
660         - 45  # rls2101.rel NDRPDR iter RND env 6
661         - 46  # rls2101.rel NDRPDR iter RND env 6
662         - 47  # rls2101.rel NDRPDR iter RND env 6
663         - 48  # rls2101.rel NDRPDR iter RND env 6
664         - 49  # rls2101.rel NDRPDR iter RND env 6
665         - 50  # rls2101.rel NDRPDR iter RND env 6
666         - 51  # rls2101.rel NDRPDR iter RND env 6
667         - 52  # rls2101.rel NDRPDR iter RND env 6
668
669 #    plot-dpdk-throughput-latency-3n-dnv:
670 #      # No data
671 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
672
673     # 2n-dnv
674
675     plot-vpp-throughput-lat-tsa-2n-dnv:
676       csit-vpp-perf-report-iterative-2101-2n-dnv:
677         - 32  # rls2101.rel NDRPDR iter env 6
678         - 33  # rls2101.rel NDRPDR iter env 6
679         - 34  # rls2101.rel NDRPDR iter env 6
680         - 35  # rls2101.rel NDRPDR iter env 6
681         - 39  # rls2101.rel NDRPDR iter env 6
682         - 41  # rls2101.rel NDRPDR iter env 6
683         - 42  # rls2101.rel NDRPDR iter env 6
684         - 43  # rls2101.rel NDRPDR iter env 6
685         - 44  # rls2101.rel NDRPDR iter env 6
686         - 45  # rls2101.rel NDRPDR iter env 6
687         - 46  # rls2101.rel NDRPDR iter RND env 6
688         - 47  # rls2101.rel NDRPDR iter RND env 6
689         - 48  # rls2101.rel NDRPDR iter RND env 6
690         - 49  # rls2101.rel NDRPDR iter RND env 6
691         - 50  # rls2101.rel NDRPDR iter RND env 6
692         - 51  # rls2101.rel NDRPDR iter RND env 6
693         - 52  # rls2101.rel NDRPDR iter RND env 6
694         - 53  # rls2101.rel NDRPDR iter RND env 6
695         - 54  # rls2101.rel NDRPDR iter RND env 6
696         - 55  # rls2101.rel NDRPDR iter RND env 6
697
698 #    plot-dpdk-throughput-latency-2n-dnv:
699 #      # No data
700 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
701
702     ###########################################################################
703     # Simple tables (only one data set):
704
705     # NIC Comparisons
706
707     vpp-nic-comparison-3n-skx:
708       csit-vpp-perf-report-iterative-2101-3n-skx:
709         - 36  # rls2101.rel NDRPDR iter env 6
710         - 37  # rls2101.rel NDRPDR iter env 6
711         - 38  # rls2101.rel NDRPDR iter env 6
712         - 39  # rls2101.rel NDRPDR iter env 6
713         - 40  # rls2101.rel NDRPDR iter env 6
714         - 41  # rls2101.rel NDRPDR iter env 6
715         - 42  # rls2101.rel NDRPDR iter env 6
716         - 47  # rls2101.rel NDRPDR iter env 6
717         - 48  # rls2101.rel NDRPDR iter env 6
718         - 50  # rls2101.rel NDRPDR iter env 6
719
720     vpp-nic-comparison-2n-skx:
721       csit-vpp-perf-report-iterative-2101-2n-skx:
722         - 63  # rls2101.rel NDRPDR iter env 6
723         - 69  # rls2101.rel NDRPDR iter env 6
724         - 70  # rls2101.rel NDRPDR iter env 6
725         - 75  # rls2101.rel NDRPDR iter env 6
726         - 76  # rls2101.rel NDRPDR iter env 6
727         - 77  # rls2101.rel NDRPDR iter env 6
728         - 82  # rls2101.rel NDRPDR iter env 6
729         - 85  # rls2101.rel NDRPDR iter env 6
730         - 86  # rls2101.rel NDRPDR iter env 6
731         - 94  # rls2101.rel NDRPDR iter env 6
732         - 89  # rls2101.rel NDRPDR iter RND env 6
733         - 90  # rls2101.rel NDRPDR iter RND env 6
734         - 91  # rls2101.rel NDRPDR iter RND env 6
735         - 92  # rls2101.rel NDRPDR iter RND env 6
736         - 93  # rls2101.rel NDRPDR iter RND env 6
737         - 96  # rls2101.rel NDRPDR iter RND env 6
738         - 98  # rls2101.rel NDRPDR iter RND env 6
739         - 99  # rls2101.rel NDRPDR iter RND env 6
740         - 101 # rls2101.rel NDRPDR iter RND env 6
741         - 102 # rls2101.rel NDRPDR iter RND env 6
742         - 116 # rls2101.rel NDRPDR iter NAT env 6
743         - 117 # rls2101.rel NDRPDR iter NAT env 6
744         - 118 # rls2101.rel NDRPDR iter NAT env 6
745         - 119 # rls2101.rel NDRPDR iter NAT env 6
746         - 120 # rls2101.rel NDRPDR iter NAT env 6
747         - 121 # rls2101.rel NDRPDR iter NAT env 6
748         - 122 # rls2101.rel NDRPDR iter NAT env 6
749         - 123 # rls2101.rel NDRPDR iter NAT env 6
750         - 124 # rls2101.rel NDRPDR iter NAT env 6
751         - 125 # rls2101.rel NDRPDR iter NAT env 6
752
753     vpp-nic-comparison-3n-skx-mrr:
754       csit-vpp-perf-report-iterative-2101-3n-skx:
755         - 35  # rls2101.rel MRR iter env 6
756
757     vpp-nic-comparison-2n-skx-mrr:
758       csit-vpp-perf-report-iterative-2101-2n-skx:
759         - 62  # rls2101.rel MRR iter env 6
760
761     # Results
762
763     vpp-perf-results-3n-hsw:
764       csit-vpp-perf-report-coverage-2101-3n-hsw:
765         - 1   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-00
766         - 2   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-01
767         - 3   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-02
768         - 4   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-03
769         - 5   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-00
770         - 6   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-01
771         - 7   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-02
772         - 8   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-03
773         - 9   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-04
774         - 10  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-05
775         - 11  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-06
776         - 12  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-07
777         - 13  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-00
778         - 14  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-01
779         - 15  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-02
780         - 16  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6-00
781         - 18  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6-01
782         - 19  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-00
783         - 20  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-01
784         - 21  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-02
785         - 22  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-03
786         - 23  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-04
787         - 24  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6tun-00
788         - 25  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-05
789         - 26  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-06
790         - 27  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-07
791         - 28  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-08
792         - 29  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-09
793         - 30  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-10
794         - 31  # rls2101.rel NDRPDR cov env 6 3n-hsw-memif-00
795         - 32  # rls2101.rel NDRPDR cov env 6 3n-hsw-srv6-00
796         - 33  # rls2101.rel NDRPDR cov env 6 3n-hsw-srv6-01
797         - 34  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-00
798         - 35  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-01
799         - 36  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-02
800
801     vpp-perf-results-3n-skx:
802       csit-vpp-perf-report-coverage-2101-3n-skx:
803         - 1   # rls2101.rel NDRPDR cov env 6 3n-skx-crypto-00
804         - 2   # rls2101.rel NDRPDR cov env 6 3n-skx-crypto-01
805         - 3   # rls2101.rel NDRPDR cov env 6 3n-skx-crypto-02
806         - 4   # rls2101.rel NDRPDR cov env 6 3n-skx-crypto-03
807         - 5   # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-00
808         - 16  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-01
809         - 7   # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-02
810         - 17  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-03
811         - 18  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-04
812         - 19  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-05
813         - 20  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-06
814         - 12  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-06
815         - 13  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4tun-00
816         - 26  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4tun-01
817         - 15  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4tun-02
818         - 21  # rls2101.rel NDRPDR cov env 6 3n-skx-ip6-00
819         - 22  # rls2101.rel NDRPDR cov env 6 3n-skx-ip6-01
820         - 23  # rls2101.rel NDRPDR cov env 6 3n-skx-ip6tun-00
821         - 24  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-00
822         - 30  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-01
823         - 27  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-02
824         - 28  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-03
825         - 29  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-04
826         - 31  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-05
827         - 32  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-06
828         - 33  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-07
829         - 34  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-08
830         - 35  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-09
831         - 36  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-10
832         - 37  # rls2101.rel NDRPDR cov env 6 3n-skx-memif-00
833         - 38  # rls2101.rel NDRPDR cov env 6 3n-skx-srv6-00
834         - 39  # rls2101.rel NDRPDR cov env 6 3n-skx-srv6-01
835         - 40  # rls2101.rel NDRPDR cov env 6 3n-skx-vhost-00
836         - 41  # rls2101.rel NDRPDR cov env 6 3n-skx-vhost-01
837         - 42  # rls2101.rel NDRPDR cov env 6 3n-skx-vhost-02
838         - 43  # rls2101.rel NDRPDR cov env 6 3n-skx-vhost-03
839
840     vpp-perf-results-2n-skx:
841       csit-vpp-perf-report-coverage-2101-2n-skx:
842         - 1   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-00
843         - 2   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-01
844         - 3   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-02
845         - 4   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-03
846         - 5   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-04
847         - 6   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-05
848         - 7   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-06
849         - 8   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-07
850         - 21  # rls2101.rel NDRPDR cov env 6 2n-skx-ip4tun-00
851         - 22  # rls2101.rel NDRPDR cov env 6 2n-skx-ip4tun-00
852         - 10  # rls2101.rel NDRPDR cov env 6 2n-skx-ip6-00
853         - 11  # rls2101.rel NDRPDR cov env 6 2n-skx-ip6-01
854         - 12  # rls2101.rel NDRPDR cov env 6 2n-skx-l2-00
855         - 13  # rls2101.rel NDRPDR cov env 6 2n-skx-l2-01
856         - 14  # rls2101.rel NDRPDR cov env 6 2n-skx-lb-00
857         - 15  # rls2101.rel NDRPDR cov env 6 2n-skx-memif-00
858         - 16  # rls2101.rel NDRPDR cov env 6 2n-skx-vhost-00
859         - 17  # rls2101.rel NDRPDR cov env 6 2n-skx-vhost-01
860         - 19  # rls2101.rel NDRPDR cov env 6 2n-skx-vts-00
861
862     vpp-perf-results-2n-zn2:
863       csit-vpp-perf-report-coverage-2101-2n-zn2:
864         - 1   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-00
865         - 2   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-01
866         - 3   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-02
867         - 4   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-03
868         - 5   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-04
869         - 6   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-05
870         - 17  # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4tun-00
871         - 18  # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4tun-01
872         - 8   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip6-00
873         - 9   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip6-01
874         - 10  # rls2101.rel NDRPDR cov env 6 2n-zn2-l2-00
875         - 11  # rls2101.rel NDRPDR cov env 6 2n-zn2-l2-01
876         - 12  # rls2101.rel NDRPDR cov env 6 2n-zn2-lb-00
877         - 13  # rls2101.rel NDRPDR cov env 6 2n-zn2-memif-00
878         - 14  # rls2101.rel NDRPDR cov env 6 2n-zn2-vhost-00
879         - 15  # rls2101.rel NDRPDR cov env 6 2n-zn2-vhost-00
880         - 16  # rls2101.rel NDRPDR cov env 6 2n-zn2-vts-00
881
882     vpp-perf-results-2n-clx:
883       csit-vpp-perf-report-coverage-2101-2n-clx:
884         - 1   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-00
885         - 2   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-01
886         - 3   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-02
887         - 4   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-03
888         - 5   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-04
889         - 6   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-05
890         - 7   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-06
891         - 8   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-07
892         - 19  # rls2101.rel NDRPDR cov env 6 2n-clx-ip4tun-00
893         - 20  # rls2101.rel NDRPDR cov env 6 2n-clx-ip4tun-00
894         - 10  # rls2101.rel NDRPDR cov env 6 2n-clx-ip6-00
895         - 11  # rls2101.rel NDRPDR cov env 6 2n-clx-ip6-01
896         - 12  # rls2101.rel NDRPDR cov env 6 2n-clx-l2-00
897         - 13  # rls2101.rel NDRPDR cov env 6 2n-clx-l2-01
898         - 14  # rls2101.rel NDRPDR cov env 6 2n-clx-lb-00
899         - 15  # rls2101.rel NDRPDR cov env 6 2n-clx-memif-00
900         - 16  # rls2101.rel NDRPDR cov env 6 2n-clx-vhost-00
901         - 17  # rls2101.rel NDRPDR cov env 6 2n-clx-vhost-01
902         - 18  # rls2101.rel NDRPDR cov env 6 2n-clx-vts-00
903
904     vpp-perf-results-3n-tsh:
905       csit-vpp-perf-report-coverage-2101-3n-tsh:
906         - 1   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4-00
907         - 2   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4-01
908         - 3   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4-02
909         - 4   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4-03
910         - 5   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4tun-00
911         - 6   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4tun-01
912         - 7   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip6-00
913         - 8   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip6-01
914         - 9   # rls2101.rel NDRPDR cov env 6 3n-tsh-l2-00
915         - 10  # rls2101.rel NDRPDR cov env 6 3n-tsh-l2-01
916         - 11  # rls2101.rel NDRPDR cov env 6 3n-tsh-l2-02
917         - 12  # rls2101.rel NDRPDR cov env 6 3n-tsh-l2-03
918         - 13  # rls2101.rel NDRPDR cov env 6 3n-tsh-l2-04
919         - 19  # rls2101.rel NDRPDR cov env 6 3n-tsh-memif-00
920         - 15  # rls2101.rel NDRPDR cov env 6 3n-tsh-srv6-00
921         - 16  # rls2101.rel NDRPDR cov env 6 3n-tsh-srv6-01
922         - 17  # rls2101.rel NDRPDR cov env 6 3n-tsh-vhost-00
923         - 18  # rls2101.rel NDRPDR cov env 6 3n-tsh-vhost-01
924
925     vpp-perf-results-2n-tx2:
926       csit-vpp-perf-report-coverage-2101-2n-tx2:
927         - 1   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-00
928         - 2   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-01
929         - 3   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-02
930         - 4   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-03
931         - 5   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-04
932         - 6   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-05
933         - 7   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-06
934         - 8   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip6-00
935         - 9   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip6-01
936         - 10  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-00
937         - 11  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-01
938         - 12  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-02
939         - 13  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-03
940         - 15  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-04
941
942     vpp-perf-results-3n-dnv:
943       csit-vpp-perf-report-coverage-2101-3n-dnv:
944         - 1   # rls2101.rel NDRPDR cov env 6 3n-dnv-crypto-00
945         - 2   # rls2101.rel NDRPDR cov env 6 3n-dnv-crypto-01
946         - 3   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-00
947         - 4   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-01
948         - 5   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4tun-00
949         - 6   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip6-00
950         - 7   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip6-01
951         - 8   # rls2101.rel NDRPDR cov env 6 3n-dnv-l2-00
952         - 9   # rls2101.rel NDRPDR cov env 6 3n-dnv-l2-01
953
954     vpp-perf-results-2n-dnv:
955       csit-vpp-perf-report-coverage-2101-2n-dnv:
956         - 1   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-00
957         - 2   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-01
958         - 3   # rls2101.rel NDRPDR cov env 6 2n-dnv-ip6-00
959         - 4   # rls2101.rel NDRPDR cov env 6 2n-dnv-ip6-01
960         - 5   # rls2101.rel NDRPDR cov env 6 2n-dnv-l2-00
961         - 6   # rls2101.rel NDRPDR cov env 6 2n-dnv-l2-01
962
963     vpp-mrr-results-3n-hsw:
964       csit-vpp-perf-report-iterative-2101-3n-hsw:
965         - 63  # rls2101.rel MRR iter env 6
966
967     vpp-mrr-results-3n-skx:
968       csit-vpp-perf-report-iterative-2101-3n-skx:
969         - 35  # rls2101.rel MRR iter env 6
970
971     vpp-mrr-results-2n-skx:
972       csit-vpp-perf-report-iterative-2101-2n-skx:
973         - 62  # rls2101.rel MRR iter env 6
974
975     vpp-mrr-results-2n-zn2:
976       csit-vpp-perf-report-iterative-2101-2n-zn2:
977         - 30  # rls2101.rel MRR iter env 6
978
979     vpp-mrr-results-2n-clx:
980       csit-vpp-perf-report-iterative-2101-2n-clx:
981         - 53  # rls2101.rel MRR iter env 6
982
983     vpp-mrr-results-3n-tsh:
984       csit-vpp-perf-report-iterative-2101-3n-tsh:
985         - 22  # rls2101.rel MRR iter env 6
986
987     vpp-mrr-results-2n-tx2:
988       csit-vpp-perf-report-iterative-2101-2n-tx2:
989         - 21  # rls2101.rel MRR iter env 6
990
991     vpp-mrr-results-3n-dnv:
992       csit-vpp-perf-report-iterative-2101-3n-dnv:
993         - 32  # rls2101.rel MRR iter env 6
994
995     vpp-mrr-results-2n-dnv:
996       csit-vpp-perf-report-iterative-2101-2n-dnv:
997         - 31  # rls2101.rel MRR iter env 6
998
999     vpp-device-results-ubuntu:
1000       csit-vpp-device-2101-ubuntu1804-1n-skx:
1001         - 358  # rls2101.rel VPP DEV env 6
1002
1003     dpdk-perf-results-3n-hsw:
1004       csit-dpdk-perf-report-iterative-2101-3n-hsw:
1005         - 11  # rls2101 NDRPDR iter env 6
1006
1007     dpdk-perf-results-3n-skx:
1008       csit-dpdk-perf-report-iterative-2101-3n-skx:
1009         - 12  # rls2101 NDRPDR iter env 6
1010
1011     dpdk-perf-results-2n-skx:
1012       csit-dpdk-perf-report-iterative-2101-2n-skx:
1013         - 11  # rls2101 NDRPDR iter env 6
1014
1015     dpdk-perf-results-2n-zn2:
1016       csit-dpdk-perf-report-iterative-2101-2n-zn2:
1017         - 11  # rls2101 NDRPDR iter env 6
1018
1019     dpdk-perf-results-2n-clx:
1020       csit-dpdk-perf-report-iterative-2101-2n-clx:
1021         - 12  # rls2101 NDRPDR iter env 6
1022
1023 #    dpdk-perf-results-2n-dnv:
1024 #      # No data
1025 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
1026
1027 #    dpdk-perf-results-3n-dnv:
1028 #      # No data
1029 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
1030
1031     dpdk-perf-results-3n-tsh:
1032       csit-dpdk-perf-report-iterative-2101-3n-tsh:
1033         - 21  # rls2101 NDRPDR iter env 6
1034
1035     dpdk-perf-results-2n-tx2:
1036       csit-dpdk-perf-report-iterative-2101-2n-tx2:
1037         - 4   # rls2101 NDRPDR iter env 6
1038
1039 ###########################################################################
1040     # Tables (more than one data set)
1041
1042     # Performance changes
1043
1044     vpp-performance-changes-3n-hsw-h1:
1045       csit-vpp-perf-report-iterative-2009-3n-hsw:
1046         - 9   # rls2005 NDRPDR iter env 5
1047         - 10  # rls2005 NDRPDR iter env 5
1048         - 11  # rls2005 NDRPDR iter env 5
1049         - 12  # rls2005 NDRPDR iter env 5
1050         - 13  # rls2005 NDRPDR iter env 5
1051         - 14  # rls2005 NDRPDR iter env 5
1052         - 15  # rls2005 NDRPDR iter env 5
1053         - 16  # rls2005 NDRPDR iter env 5
1054         - 17  # rls2005 NDRPDR iter env 5
1055         - 19  # rls2005 NDRPDR iter env 5
1056     vpp-performance-changes-3n-hsw-ref-env-old:
1057       csit-vpp-perf-report-iterative-2009-3n-hsw:
1058         - 21  # rls2009 NDRPDR iter env 5
1059         - 22  # rls2009 NDRPDR iter env 5
1060         - 24  # rls2009 NDRPDR iter env 5
1061         - 25  # rls2009 NDRPDR iter env 5
1062         - 26  # rls2009 NDRPDR iter env 5
1063         - 27  # rls2009 NDRPDR iter env 5
1064         - 28  # rls2009 NDRPDR iter env 5
1065         - 29  # rls2009 NDRPDR iter env 5
1066         - 30  # rls2009 NDRPDR iter env 5
1067         - 31  # rls2009 NDRPDR iter env 5
1068     vpp-performance-changes-3n-hsw-ref-env-new:
1069       csit-vpp-perf-report-iterative-2101-3n-hsw:
1070         - 19  # rls2009 NDRPDR iter env 6
1071         - 20  # rls2009 NDRPDR iter env 6
1072         - 21  # rls2009 NDRPDR iter env 6
1073         - 22  # rls2009 NDRPDR iter env 6
1074         - 23  # rls2009 NDRPDR iter env 6
1075         - 24  # rls2009 NDRPDR iter env 6
1076         - 25  # rls2009 NDRPDR iter env 6
1077         - 26  # rls2009 NDRPDR iter env 6
1078         - 27  # rls2009 NDRPDR iter env 6
1079         - 28  # rls2009 NDRPDR iter env 6
1080     vpp-performance-changes-3n-hsw-cmp:
1081       csit-vpp-perf-report-iterative-2101-3n-hsw:
1082         - 64  # rls2101.rel NDRPDR iter env 6
1083         - 71  # rls2101.rel NDRPDR iter env 6
1084         - 73  # rls2101.rel NDRPDR iter env 6
1085         - 74  # rls2101.rel NDRPDR iter env 6
1086         - 80  # rls2101.rel NDRPDR iter env 6
1087         - 81  # rls2101.rel NDRPDR iter env 6
1088         - 82  # rls2101.rel NDRPDR iter env 6
1089         - 83  # rls2101.rel NDRPDR iter env 6
1090         - 88  # rls2101.rel NDRPDR iter env 6
1091         - 89  # rls2101.rel NDRPDR iter env 6
1092         - 128 # rls2101.rel NDRPDR iter RND env 6
1093         - 129 # rls2101.rel NDRPDR iter RND env 6
1094         - 130 # rls2101.rel NDRPDR iter RND env 6
1095         - 131 # rls2101.rel NDRPDR iter RND env 6
1096         - 132 # rls2101.rel NDRPDR iter RND env 6
1097         - 133 # rls2101.rel NDRPDR iter RND env 6
1098         - 134 # rls2101.rel NDRPDR iter RND env 6
1099         - 135 # rls2101.rel NDRPDR iter RND env 6
1100         - 136 # rls2101.rel NDRPDR iter RND env 6
1101         - 137 # rls2101.rel NDRPDR iter RND env 6
1102
1103     vpp-performance-changes-3n-skx-h1:
1104       csit-vpp-perf-report-iterative-2009-3n-skx:
1105         - 13  # rls2005 NDRPDR iter env 5
1106         - 18  # rls2005 NDRPDR iter env 5
1107         - 19  # rls2005 NDRPDR iter env 5
1108         - 41  # rls2005 NDRPDR iter env 5
1109         - 43  # rls2005 NDRPDR iter env 5
1110         - 44  # rls2005 NDRPDR iter env 5
1111         - 45  # rls2005 NDRPDR iter env 5
1112         - 46  # rls2005 NDRPDR iter env 5
1113         - 48  # rls2005 NDRPDR iter env 5
1114         - 49  # rls2005 NDRPDR iter env 5
1115     vpp-performance-changes-3n-skx-ref-env-old:
1116       csit-vpp-perf-report-iterative-2009-3n-skx:
1117         - 26  # rls2009 NDRPDR iter env 5
1118         - 27  # rls2009 NDRPDR iter env 5
1119         - 28  # rls2009 NDRPDR iter env 5
1120         - 29  # rls2009 NDRPDR iter env 5
1121         - 35  # rls2009 NDRPDR iter env 5
1122         - 36  # rls2009 NDRPDR iter env 5
1123         - 37  # rls2009 NDRPDR iter env 5
1124         - 38  # rls2009 NDRPDR iter env 5
1125         - 39  # rls2009 NDRPDR iter env 5
1126         - 40  # rls2009 NDRPDR iter env 5
1127     vpp-performance-changes-3n-skx-ref-env-new:
1128       csit-vpp-perf-report-iterative-2101-3n-skx:
1129         - 14  # rls2009 NDRPDR iter env 6
1130         - 15  # rls2009 NDRPDR iter env 6
1131         - 16  # rls2009 NDRPDR iter env 6
1132         - 17  # rls2009 NDRPDR iter env 6
1133         - 18  # rls2009 NDRPDR iter env 6
1134         - 25  # rls2009 NDRPDR iter env 6
1135         - 26  # rls2009 NDRPDR iter env 6
1136         - 27  # rls2009 NDRPDR iter env 6
1137         - 29  # rls2009 NDRPDR iter env 6
1138         - 31  # rls2009 NDRPDR iter env 6
1139     vpp-performance-changes-3n-skx-cmp:
1140       csit-vpp-perf-report-iterative-2101-3n-skx:
1141         - 36  # rls2101.rel NDRPDR iter env 6
1142         - 37  # rls2101.rel NDRPDR iter env 6
1143         - 38  # rls2101.rel NDRPDR iter env 6
1144         - 39  # rls2101.rel NDRPDR iter env 6
1145         - 40  # rls2101.rel NDRPDR iter env 6
1146         - 41  # rls2101.rel NDRPDR iter env 6
1147         - 42  # rls2101.rel NDRPDR iter env 6
1148         - 47  # rls2101.rel NDRPDR iter env 6
1149         - 48  # rls2101.rel NDRPDR iter env 6
1150         - 50  # rls2101.rel NDRPDR iter env 6
1151
1152     vpp-performance-changes-2n-skx-h1:
1153       csit-vpp-perf-report-iterative-2009-2n-skx:
1154         - 13  # rls2005 NDRPDR iter env 5
1155         - 16  # rls2005 NDRPDR iter env 5
1156         - 17  # rls2005 NDRPDR iter env 5
1157         - 18  # rls2005 NDRPDR iter env 5
1158         - 19  # rls2005 NDRPDR iter env 5
1159         - 21  # rls2005 NDRPDR iter env 5
1160         - 22  # rls2005 NDRPDR iter env 5
1161         - 23  # rls2005 NDRPDR iter env 5
1162         - 24  # rls2005 NDRPDR iter env 5
1163         - 25  # rls2005 NDRPDR iter env 5
1164     vpp-performance-changes-2n-skx-ref-env-old:
1165       csit-vpp-perf-report-iterative-2009-2n-skx:
1166         - 35  # rls2009 NDRPDR iter env 5
1167         - 36  # rls2009 NDRPDR iter env 5
1168         - 37  # rls2009 NDRPDR iter env 5
1169         - 39  # rls2009 NDRPDR iter env 5
1170         - 40  # rls2009 NDRPDR iter env 5
1171         - 42  # rls2009 NDRPDR iter env 5
1172         - 43  # rls2009 NDRPDR iter env 5
1173         - 44  # rls2009 NDRPDR iter env 5
1174         - 46  # rls2009 NDRPDR iter env 5
1175         - 48  # rls2009 NDRPDR iter env 5
1176         - 110 # rls2009 NDRPDR iter NAT44 env 5
1177         - 111 # rls2009 NDRPDR iter NAT44 env 5
1178         - 112 # rls2009 NDRPDR iter NAT44 env 5
1179         - 113 # rls2009 NDRPDR iter NAT44 env 5
1180         - 114 # rls2009 NDRPDR iter NAT44 env 5
1181         - 115 # rls2009 NDRPDR iter NAT44 env 5
1182         - 116 # rls2009 NDRPDR iter NAT44 env 5
1183         - 118 # rls2009 NDRPDR iter NAT44 env 5
1184         - 119 # rls2009 NDRPDR iter NAT44 env 5
1185         - 121 # rls2009 NDRPDR iter NAT44 env 5
1186     vpp-performance-changes-2n-skx-ref-env-new:
1187       csit-vpp-perf-report-iterative-2101-2n-skx:
1188         - 22  # rls2009 NDRPDR iter env 6
1189         - 23  # rls2009 NDRPDR iter env 6
1190         - 24  # rls2009 NDRPDR iter env 6
1191         - 25  # rls2009 NDRPDR iter env 6
1192         - 26  # rls2009 NDRPDR iter env 6
1193         - 28  # rls2009 NDRPDR iter env 6
1194         - 39  # rls2009 NDRPDR iter env 6
1195         - 40  # rls2009 NDRPDR iter env 6
1196         - 41  # rls2009 NDRPDR iter env 6
1197         - 44  # rls2009 NDRPDR iter env 6
1198     vpp-performance-changes-2n-skx-cmp:
1199       csit-vpp-perf-report-iterative-2101-2n-skx:
1200         - 63  # rls2101.rel NDRPDR iter env 6
1201         - 69  # rls2101.rel NDRPDR iter env 6
1202         - 70  # rls2101.rel NDRPDR iter env 6
1203         - 75  # rls2101.rel NDRPDR iter env 6
1204         - 76  # rls2101.rel NDRPDR iter env 6
1205         - 77  # rls2101.rel NDRPDR iter env 6
1206         - 82  # rls2101.rel NDRPDR iter env 6
1207         - 85  # rls2101.rel NDRPDR iter env 6
1208         - 86  # rls2101.rel NDRPDR iter env 6
1209         - 94  # rls2101.rel NDRPDR iter env 6
1210         - 89  # rls2101.rel NDRPDR iter RND env 6
1211         - 90  # rls2101.rel NDRPDR iter RND env 6
1212         - 91  # rls2101.rel NDRPDR iter RND env 6
1213         - 92  # rls2101.rel NDRPDR iter RND env 6
1214         - 93  # rls2101.rel NDRPDR iter RND env 6
1215         - 96  # rls2101.rel NDRPDR iter RND env 6
1216         - 98  # rls2101.rel NDRPDR iter RND env 6
1217         - 99  # rls2101.rel NDRPDR iter RND env 6
1218         - 101 # rls2101.rel NDRPDR iter RND env 6
1219         - 102 # rls2101.rel NDRPDR iter RND env 6
1220         - 116 # rls2101.rel NDRPDR iter NAT env 6
1221         - 117 # rls2101.rel NDRPDR iter NAT env 6
1222         - 118 # rls2101.rel NDRPDR iter NAT env 6
1223         - 119 # rls2101.rel NDRPDR iter NAT env 6
1224         - 120 # rls2101.rel NDRPDR iter NAT env 6
1225         - 121 # rls2101.rel NDRPDR iter NAT env 6
1226         - 122 # rls2101.rel NDRPDR iter NAT env 6
1227         - 123 # rls2101.rel NDRPDR iter NAT env 6
1228         - 124 # rls2101.rel NDRPDR iter NAT env 6
1229         - 125 # rls2101.rel NDRPDR iter NAT env 6
1230
1231     vpp-performance-changes-2n-clx-h1:
1232       csit-vpp-perf-report-iterative-2009-2n-clx:
1233         - 13  # rls2005 NDRPDR iter env 5
1234         - 15  # rls2005 NDRPDR iter env 5
1235         - 17  # rls2005 NDRPDR iter env 5
1236         - 18  # rls2005 NDRPDR iter env 5
1237         - 19  # rls2005 NDRPDR iter env 5
1238         - 20  # rls2005 NDRPDR iter env 5
1239         - 21  # rls2005 NDRPDR iter env 5
1240         - 22  # rls2005 NDRPDR iter env 5
1241         - 23  # rls2005 NDRPDR iter env 5
1242         - 24  # rls2005 NDRPDR iter env 5
1243     vpp-performance-changes-2n-clx-ref-env-old:
1244       csit-vpp-perf-report-iterative-2009-2n-clx:
1245         - 36  # rls2009 NDRPDR iter env 5
1246         - 39  # rls2009 NDRPDR iter env 5
1247         - 40  # rls2009 NDRPDR iter env 5
1248         - 65  # rls2009 NDRPDR iter env 5
1249         - 66  # rls2009 NDRPDR iter env 5
1250         - 79  # rls2009 NDRPDR iter env 5
1251         - 82  # rls2009 NDRPDR iter env 5
1252         - 88  # rls2009 NDRPDR iter env 5
1253         - 89  # rls2009 NDRPDR iter env 5
1254         - 90  # rls2009 NDRPDR iter env 5
1255         - 114 # rls2009 NDRPDR iter NAT44 env 5
1256         - 115 # rls2009 NDRPDR iter NAT44 env 5
1257         - 116 # rls2009 NDRPDR iter NAT44 env 5
1258         - 117 # rls2009 NDRPDR iter NAT44 env 5
1259         - 118 # rls2009 NDRPDR iter NAT44 env 5
1260         - 119 # rls2009 NDRPDR iter NAT44 env 5
1261         - 121 # rls2009 NDRPDR iter NAT44 env 5
1262         - 122 # rls2009 NDRPDR iter NAT44 env 5
1263         - 123 # rls2009 NDRPDR iter NAT44 env 5
1264         - 126 # rls2009 NDRPDR iter NAT44 env 5
1265     vpp-performance-changes-2n-clx-ref-env-new:
1266       csit-vpp-perf-report-iterative-2101-2n-clx:
1267         - 16  # rls2009 NDRPDR iter env 6
1268         - 17  # rls2009 NDRPDR iter env 6
1269         - 18  # rls2009 NDRPDR iter env 6
1270         - 19  # rls2009 NDRPDR iter env 6
1271         - 20  # rls2009 NDRPDR iter env 6
1272         - 21  # rls2009 NDRPDR iter env 6
1273         - 32  # rls2009 NDRPDR iter env 6
1274         - 33  # rls2009 NDRPDR iter env 6
1275         - 34  # rls2009 NDRPDR iter env 6
1276         - 35  # rls2009 NDRPDR iter env 6
1277         - 146 # rls2009 NDRPDR MLX iter env 6
1278         - 147 # rls2009 NDRPDR MLX iter env 6
1279         - 148 # rls2009 NDRPDR MLX iter env 6
1280         - 149 # rls2009 NDRPDR MLX iter env 6
1281         - 150 # rls2009 NDRPDR MLX iter env 6
1282         - 151 # rls2009 NDRPDR MLX iter env 6
1283         - 152 # rls2009 NDRPDR MLX iter env 6
1284         - 153 # rls2009 NDRPDR MLX iter env 6
1285         - 154 # rls2009 NDRPDR MLX iter env 6
1286         - 155 # rls2009 NDRPDR MLX iter env 6
1287     vpp-performance-changes-2n-clx-cmp:
1288       csit-vpp-perf-report-iterative-2101-2n-clx:
1289         - 54  # rls2101.rel NDRPDR iter env 6
1290         - 59  # rls2101.rel NDRPDR iter env 6
1291         - 60  # rls2101.rel NDRPDR iter env 6
1292         - 63  # rls2101.rel NDRPDR iter env 6
1293         - 66  # rls2101.rel NDRPDR iter env 6
1294         - 68  # rls2101.rel NDRPDR iter env 6
1295         - 73  # rls2101.rel NDRPDR iter env 6
1296         - 75  # rls2101.rel NDRPDR iter env 6
1297         - 86  # rls2101.rel NDRPDR iter env 6
1298         - 90  # rls2101.rel NDRPDR iter env 6
1299         - 80  # rls2101.rel NDRPDR iter RND env 6
1300         - 87  # rls2101.rel NDRPDR iter RND env 6
1301         - 91  # rls2101.rel NDRPDR iter RND env 6
1302         - 92  # rls2101.rel NDRPDR iter RND env 6
1303         - 93  # rls2101.rel NDRPDR iter RND env 6
1304         - 94  # rls2101.rel NDRPDR iter RND env 6
1305         - 95  # rls2101.rel NDRPDR iter RND env 6
1306         - 100 # rls2101.rel NDRPDR iter RND env 6
1307         - 106 # rls2101.rel NDRPDR iter RND env 6
1308         - 108 # rls2101.rel NDRPDR iter RND env 6
1309         - 112 # rls2101.rel NDRPDR iter NAT env 6
1310         - 113 # rls2101.rel NDRPDR iter NAT env 6
1311         - 114 # rls2101.rel NDRPDR iter NAT env 6
1312         - 115 # rls2101.rel NDRPDR iter NAT env 6
1313         - 116 # rls2101.rel NDRPDR iter NAT env 6
1314         - 117 # rls2101.rel NDRPDR iter NAT env 6
1315         - 118 # rls2101.rel NDRPDR iter NAT env 6
1316         - 119 # rls2101.rel NDRPDR iter NAT env 6
1317         - 120 # rls2101.rel NDRPDR iter NAT env 6
1318         - 121 # rls2101.rel NDRPDR iter NAT env 6
1319         - 122 # rls2101.rel NDRPDR iter MLX env 6
1320         - 123 # rls2101.rel NDRPDR iter MLX env 6
1321         - 124 # rls2101.rel NDRPDR iter MLX env 6
1322         - 126 # rls2101.rel NDRPDR iter MLX env 6
1323         - 127 # rls2101.rel NDRPDR iter MLX env 6
1324         - 128 # rls2101.rel NDRPDR iter MLX env 6
1325         - 129 # rls2101.rel NDRPDR iter MLX env 6
1326         - 130 # rls2101.rel NDRPDR iter MLX env 6
1327         - 131 # rls2101.rel NDRPDR iter MLX env 6
1328         - 132 # rls2101.rel NDRPDR iter MLX env 6
1329
1330     vpp-performance-changes-2n-zn2-ref-env-old:
1331       csit-vpp-perf-report-iterative-2009-2n-zn2:
1332         - 17  # rls2009 NDRPDR iter env 5
1333         - 18  # rls2009 NDRPDR iter env 5
1334         - 31  # rls2009 NDRPDR iter env 5
1335         - 33  # rls2009 NDRPDR iter env 5
1336         - 34  # rls2009 NDRPDR iter env 5
1337     vpp-performance-changes-2n-zn2-ref-env-new:
1338       csit-vpp-perf-report-iterative-2101-2n-zn2:
1339         - 9   # rls2009 NDRPDR iter env 6
1340         - 10  # rls2009 NDRPDR iter env 6
1341         - 11  # rls2009 NDRPDR iter env 6
1342         - 12  # rls2009 NDRPDR iter env 6
1343         - 13  # rls2009 NDRPDR iter env 6
1344         - 20  # rls2009 NDRPDR iter env 6
1345         - 21  # rls2009 NDRPDR iter env 6
1346         - 22  # rls2009 NDRPDR iter env 6
1347         - 25  # rls2009 NDRPDR iter env 6
1348         - 26  # rls2009 NDRPDR iter env 6
1349     vpp-performance-changes-2n-zn2-cmp:
1350       csit-vpp-perf-report-iterative-2101-2n-zn2:
1351         - 31  # rls2101.rel NDRPDR iter env 6
1352         - 32  # rls2101.rel NDRPDR iter env 6
1353         - 33  # rls2101.rel NDRPDR iter env 6
1354         - 34  # rls2101.rel NDRPDR iter env 6
1355         - 35  # rls2101.rel NDRPDR iter env 6
1356         - 36  # rls2101.rel NDRPDR iter env 6
1357         - 37  # rls2101.rel NDRPDR iter env 6
1358         - 38  # rls2101.rel NDRPDR iter env 6
1359         - 44  # rls2101.rel NDRPDR iter env 6
1360         - 49  # rls2101.rel NDRPDR iter env 6
1361         - 39  # rls2101.rel NDRPDR iter RND env 6
1362         - 40  # rls2101.rel NDRPDR iter RND env 6
1363         - 41  # rls2101.rel NDRPDR iter RND env 6
1364         - 42  # rls2101.rel NDRPDR iter RND env 6
1365         - 43  # rls2101.rel NDRPDR iter RND env 6
1366         - 45  # rls2101.rel NDRPDR iter RND env 6
1367         - 48  # rls2101.rel NDRPDR iter RND env 6
1368         - 50  # rls2101.rel NDRPDR iter RND env 6
1369         - 51  # rls2101.rel NDRPDR iter RND env 6
1370         - 52  # rls2101.rel NDRPDR iter RND env 6
1371
1372     vpp-performance-changes-2n-dnv-h1:
1373       csit-vpp-perf-report-iterative-2009-2n-dnv:
1374         - 16  # rls2005 NDRPDR iter env 5
1375         - 17  # rls2005 NDRPDR iter env 5
1376         - 18  # rls2005 NDRPDR iter env 5
1377         - 19  # rls2005 NDRPDR iter env 5
1378         - 21  # rls2005 NDRPDR iter env 5
1379         - 24  # rls2005 NDRPDR iter env 5
1380         - 27  # rls2005 NDRPDR iter env 5
1381         - 28  # rls2005 NDRPDR iter env 5
1382         - 29  # rls2005 NDRPDR iter env 5
1383         - 30  # rls2005 NDRPDR iter env 5
1384     vpp-performance-changes-2n-dnv-ref-env-old:
1385       csit-vpp-perf-report-iterative-2009-2n-dnv:
1386         - 3   # rls2009 NDRPDR iter env 5
1387         - 5   # rls2009 NDRPDR iter env 5
1388         - 6   # rls2009 NDRPDR iter env 5
1389         - 7   # rls2009 NDRPDR iter env 5
1390         - 9   # rls2009 NDRPDR iter env 5
1391         - 10  # rls2009 NDRPDR iter env 5
1392         - 11  # rls2009 NDRPDR iter env 5
1393         - 12  # rls2009 NDRPDR iter env 5
1394         - 14  # rls2009 NDRPDR iter env 5
1395         - 15  # rls2009 NDRPDR iter env 5
1396     vpp-performance-changes-2n-dnv-ref-env-new:
1397       # TODO: Re-test in new env
1398       csit-vpp-perf-report-iterative-2009-2n-dnv:
1399         - 3   # rls2009 NDRPDR iter env 5
1400         - 5   # rls2009 NDRPDR iter env 5
1401         - 6   # rls2009 NDRPDR iter env 5
1402         - 7   # rls2009 NDRPDR iter env 5
1403         - 9   # rls2009 NDRPDR iter env 5
1404         - 10  # rls2009 NDRPDR iter env 5
1405         - 11  # rls2009 NDRPDR iter env 5
1406         - 12  # rls2009 NDRPDR iter env 5
1407         - 14  # rls2009 NDRPDR iter env 5
1408         - 15  # rls2009 NDRPDR iter env 5
1409     vpp-performance-changes-2n-dnv-cmp:
1410       csit-vpp-perf-report-iterative-2101-2n-dnv:
1411         - 32  # rls2101.rel NDRPDR iter env 6
1412         - 33  # rls2101.rel NDRPDR iter env 6
1413         - 34  # rls2101.rel NDRPDR iter env 6
1414         - 35  # rls2101.rel NDRPDR iter env 6
1415         - 39  # rls2101.rel NDRPDR iter env 6
1416         - 41  # rls2101.rel NDRPDR iter env 6
1417         - 42  # rls2101.rel NDRPDR iter env 6
1418         - 43  # rls2101.rel NDRPDR iter env 6
1419         - 44  # rls2101.rel NDRPDR iter env 6
1420         - 45  # rls2101.rel NDRPDR iter env 6
1421         - 46  # rls2101.rel NDRPDR iter RND env 6
1422         - 47  # rls2101.rel NDRPDR iter RND env 6
1423         - 48  # rls2101.rel NDRPDR iter RND env 6
1424         - 49  # rls2101.rel NDRPDR iter RND env 6
1425         - 50  # rls2101.rel NDRPDR iter RND env 6
1426         - 51  # rls2101.rel NDRPDR iter RND env 6
1427         - 52  # rls2101.rel NDRPDR iter RND env 6
1428         - 53  # rls2101.rel NDRPDR iter RND env 6
1429         - 54  # rls2101.rel NDRPDR iter RND env 6
1430         - 55  # rls2101.rel NDRPDR iter RND env 6
1431
1432     vpp-performance-changes-3n-dnv-h1:
1433       csit-vpp-perf-report-iterative-2009-3n-dnv:
1434         - 16  # rls2005 NDRPDR iter env 5
1435         - 23  # rls2005 NDRPDR iter env 5
1436         - 25  # rls2005 NDRPDR iter env 5
1437         - 26  # rls2005 NDRPDR iter env 5
1438         - 27  # rls2005 NDRPDR iter env 5
1439         - 28  # rls2005 NDRPDR iter env 5
1440         - 29  # rls2005 NDRPDR iter env 5
1441         - 30  # rls2005 NDRPDR iter env 5
1442         - 31  # rls2005 NDRPDR iter env 5
1443         - 32  # rls2005 NDRPDR iter env 5
1444     vpp-performance-changes-3n-dnv-ref-env-old:
1445       csit-vpp-perf-report-iterative-2009-3n-dnv:
1446         - 3   # rls2009 NDRPDR iter env 5
1447         - 6   # rls2009 NDRPDR iter env 5
1448         - 7   # rls2009 NDRPDR iter env 5
1449         - 8   # rls2009 NDRPDR iter env 5
1450         - 10  # rls2009 NDRPDR iter env 5
1451         - 11  # rls2009 NDRPDR iter env 5
1452         - 12  # rls2009 NDRPDR iter env 5
1453         - 14  # rls2009 NDRPDR iter env 5
1454         - 15  # rls2009 NDRPDR iter env 5
1455         - 24  # rls2009 NDRPDR iter env 5
1456     vpp-performance-changes-3n-dnv-ref-env-new:
1457       # TODO: Re-test in new env
1458       csit-vpp-perf-report-iterative-2009-3n-dnv:
1459         - 3   # rls2009 NDRPDR iter env 5
1460         - 6   # rls2009 NDRPDR iter env 5
1461         - 7   # rls2009 NDRPDR iter env 5
1462         - 8   # rls2009 NDRPDR iter env 5
1463         - 10  # rls2009 NDRPDR iter env 5
1464         - 11  # rls2009 NDRPDR iter env 5
1465         - 12  # rls2009 NDRPDR iter env 5
1466         - 14  # rls2009 NDRPDR iter env 5
1467         - 15  # rls2009 NDRPDR iter env 5
1468         - 24  # rls2009 NDRPDR iter env 5
1469     vpp-performance-changes-3n-dnv-cmp:
1470       csit-vpp-perf-report-iterative-2101-3n-dnv:
1471         - 33  # rls2101.rel NDRPDR iter env 6
1472         - 34  # rls2101.rel NDRPDR iter env 6
1473         - 35  # rls2101.rel NDRPDR iter env 6
1474         - 36  # rls2101.rel NDRPDR iter env 6
1475         - 37  # rls2101.rel NDRPDR iter env 6
1476         - 38  # rls2101.rel NDRPDR iter env 6
1477         - 39  # rls2101.rel NDRPDR iter env 6
1478         - 40  # rls2101.rel NDRPDR iter env 6
1479         - 41  # rls2101.rel NDRPDR iter env 6
1480         - 42  # rls2101.rel NDRPDR iter env 6
1481         - 43  # rls2101.rel NDRPDR iter RND env 6
1482         - 44  # rls2101.rel NDRPDR iter RND env 6
1483         - 45  # rls2101.rel NDRPDR iter RND env 6
1484         - 46  # rls2101.rel NDRPDR iter RND env 6
1485         - 47  # rls2101.rel NDRPDR iter RND env 6
1486         - 48  # rls2101.rel NDRPDR iter RND env 6
1487         - 49  # rls2101.rel NDRPDR iter RND env 6
1488         - 50  # rls2101.rel NDRPDR iter RND env 6
1489         - 51  # rls2101.rel NDRPDR iter RND env 6
1490         - 52  # rls2101.rel NDRPDR iter RND env 6
1491
1492     vpp-performance-changes-3n-tsh-h1:
1493       csit-vpp-perf-report-iterative-2009-3n-tsh:
1494         - 8   # rls2005 NDRPDR iter env 5
1495         - 11  # rls2005 NDRPDR iter env 5
1496         - 12  # rls2005 NDRPDR iter env 5
1497         - 24  # rls2005 NDRPDR iter env 5
1498         - 27  # rls2005 NDRPDR iter env 5
1499         - 29  # rls2005 NDRPDR iter env 5
1500         - 31  # rls2005 NDRPDR iter env 5
1501         - 39  # rls2005 NDRPDR iter env 5
1502         - 40  # rls2005 NDRPDR iter env 5
1503         - 42  # rls2005 NDRPDR iter env 5
1504     vpp-performance-changes-3n-tsh-ref-env-old:
1505       csit-vpp-perf-report-iterative-2009-3n-tsh:
1506         - 14  # rls2009 NDRPDR iter env 5
1507         - 20  # rls2009 NDRPDR iter env 5
1508         - 21  # rls2009 NDRPDR iter env 5
1509         - 22  # rls2009 NDRPDR iter env 5
1510         - 23  # rls2009 NDRPDR iter env 5
1511         - 28  # rls2009 NDRPDR iter env 5
1512         - 30  # rls2009 NDRPDR iter env 5
1513         - 33  # rls2009 NDRPDR iter env 5
1514         - 38  # rls2009 NDRPDR iter env 5
1515         - 41  # rls2009 NDRPDR iter env 5
1516     vpp-performance-changes-3n-tsh-ref-env-new:
1517       csit-vpp-perf-report-iterative-2101-3n-tsh:
1518         - 8   # rls2009 NDRPDR iter env 6
1519         - 13  # rls2009 NDRPDR iter env 6
1520         - 14  # rls2009 NDRPDR iter env 6
1521         - 15  # rls2009 NDRPDR iter env 6
1522         - 16  # rls2009 NDRPDR iter env 6
1523         - 17  # rls2009 NDRPDR iter env 6
1524         - 18  # rls2009 NDRPDR iter env 6
1525         - 19  # rls2009 NDRPDR iter env 6
1526         - 21  # rls2009 NDRPDR iter env 6
1527     vpp-performance-changes-3n-tsh-cmp:
1528       csit-vpp-perf-report-iterative-2101-3n-tsh:
1529         - 23  # rls2101.rel NDRPDR iter env 6
1530         - 24  # rls2101.rel NDRPDR iter env 6
1531         - 25  # rls2101.rel NDRPDR iter env 6
1532         - 26  # rls2101.rel NDRPDR iter env 6
1533         - 27  # rls2101.rel NDRPDR iter env 6
1534         - 28  # rls2101.rel NDRPDR iter env 6
1535         - 29  # rls2101.rel NDRPDR iter env 6
1536         - 30  # rls2101.rel NDRPDR iter env 6
1537         - 31  # rls2101.rel NDRPDR iter env 6
1538         - 32  # rls2101.rel NDRPDR iter env 6
1539
1540 #     vpp-performance-changes-2n-tx2-h1:
1541 #       csit-vpp-perf-report-iterative-2009-2n-tx2:
1542 #         -
1543 #     vpp-performance-changes-2n-tx2-ref-env-old:
1544 #       csit-vpp-perf-report-iterative-2009-2n-tx2:
1545 #         -
1546     vpp-performance-changes-2n-tx2-ref-env-new:
1547       csit-vpp-perf-report-iterative-2101-2n-tx2:
1548         - 6   # rls2009 NDRPDR iter env 6
1549         - 7   # rls2009 NDRPDR iter env 6
1550         - 11  # rls2009 NDRPDR iter env 6
1551         - 12  # rls2009 NDRPDR iter env 6
1552         - 13  # rls2009 NDRPDR iter env 6
1553         - 16  # rls2009 NDRPDR iter env 6
1554         - 17  # rls2009 NDRPDR iter env 6
1555         - 18  # rls2009 NDRPDR iter env 6
1556         - 19  # rls2009 NDRPDR iter env 6
1557         - 20  # rls2009 NDRPDR iter env 6
1558     vpp-performance-changes-2n-tx2-cmp:
1559       csit-vpp-perf-report-iterative-2101-2n-tx2:
1560         - 22  # rls2101.rel NDRPDR iter env 6
1561         - 23  # rls2101.rel NDRPDR iter env 6
1562         - 24  # rls2101.rel NDRPDR iter env 6
1563         - 25  # rls2101.rel NDRPDR iter env 6
1564         - 26  # rls2101.rel NDRPDR iter env 6
1565         - 27  # rls2101.rel NDRPDR iter env 6
1566         - 28  # rls2101.rel NDRPDR iter env 6
1567         - 29  # rls2101.rel NDRPDR iter env 6
1568         - 30  # rls2101.rel NDRPDR iter env 6
1569         - 31  # rls2101.rel NDRPDR iter env 6
1570
1571     vpp-soak-vs-ndr-2n-skx-ref:
1572       csit-vpp-perf-report-iterative-2101-2n-skx:
1573         - 63  # rls2101.rel NDRPDR iter env 6
1574         - 69  # rls2101.rel NDRPDR iter env 6
1575         - 70  # rls2101.rel NDRPDR iter env 6
1576         - 75  # rls2101.rel NDRPDR iter env 6
1577         - 76  # rls2101.rel NDRPDR iter env 6
1578         - 77  # rls2101.rel NDRPDR iter env 6
1579         - 82  # rls2101.rel NDRPDR iter env 6
1580         - 85  # rls2101.rel NDRPDR iter env 6
1581         - 86  # rls2101.rel NDRPDR iter env 6
1582         - 94  # rls2101.rel NDRPDR iter env 6
1583     vpp-soak-vs-ndr-2n-skx-cmp:
1584       csit-vpp-perf-report-iterative-2101-2n-skx:
1585         - 68  # rls2101.rel soak env 6
1586         - 73  # rls2101.rel soak env 6
1587     vpp-soak-vs-ndr-2n-skx:
1588       csit-vpp-perf-report-iterative-2101-2n-skx:
1589         - 63  # rls2101.rel NDRPDR iter env 6
1590         - 69  # rls2101.rel NDRPDR iter env 6
1591         - 70  # rls2101.rel NDRPDR iter env 6
1592         - 75  # rls2101.rel NDRPDR iter env 6
1593         - 76  # rls2101.rel NDRPDR iter env 6
1594         - 77  # rls2101.rel NDRPDR iter env 6
1595         - 82  # rls2101.rel NDRPDR iter env 6
1596         - 85  # rls2101.rel NDRPDR iter env 6
1597         - 86  # rls2101.rel NDRPDR iter env 6
1598         - 94  # rls2101.rel NDRPDR iter env 6
1599         - 68  # rls2101.rel soak env 6
1600         - 73  # rls2101.rel soak env 6
1601
1602     vpp-soak-vs-ndr-2n-clx-ref:
1603       csit-vpp-perf-report-iterative-2101-2n-clx:
1604         - 54  # rls2101.rel NDRPDR iter env 6
1605         - 59  # rls2101.rel NDRPDR iter env 6
1606         - 60  # rls2101.rel NDRPDR iter env 6
1607         - 63  # rls2101.rel NDRPDR iter env 6
1608         - 66  # rls2101.rel NDRPDR iter env 6
1609         - 68  # rls2101.rel NDRPDR iter env 6
1610         - 73  # rls2101.rel NDRPDR iter env 6
1611         - 75  # rls2101.rel NDRPDR iter env 6
1612         - 86  # rls2101.rel NDRPDR iter env 6
1613         - 90  # rls2101.rel NDRPDR iter env 6
1614     vpp-soak-vs-ndr-2n-clx-cmp:
1615       csit-vpp-perf-report-iterative-2101-2n-clx:
1616         - 58  # rls2101.rel soak env 6
1617         - 61  # rls2101.rel soak env 6
1618     vpp-soak-vs-ndr-2n-clx:
1619       csit-vpp-perf-report-iterative-2101-2n-clx:
1620         - 54  # rls2101.rel NDRPDR iter env 6
1621         - 59  # rls2101.rel NDRPDR iter env 6
1622         - 60  # rls2101.rel NDRPDR iter env 6
1623         - 63  # rls2101.rel NDRPDR iter env 6
1624         - 66  # rls2101.rel NDRPDR iter env 6
1625         - 68  # rls2101.rel NDRPDR iter env 6
1626         - 73  # rls2101.rel NDRPDR iter env 6
1627         - 75  # rls2101.rel NDRPDR iter env 6
1628         - 86  # rls2101.rel NDRPDR iter env 6
1629         - 90  # rls2101.rel NDRPDR iter env 6
1630         - 58  # rls2101.rel soak env 6
1631         - 61  # rls2101.rel soak env 6
1632
1633     vpp-performance-changes-3n-hsw-mrr-h1:
1634       csit-vpp-perf-report-iterative-2009-3n-hsw:
1635         - 18  # rls2005 MRR iter env 5
1636     vpp-performance-changes-3n-hsw-mrr-ref-env-old:
1637       csit-vpp-perf-report-iterative-2009-3n-hsw:
1638         - 23  # rls2009 MRR iter env 5
1639     vpp-performance-changes-3n-hsw-mrr-ref-env-new:
1640       csit-vpp-perf-report-iterative-2101-3n-hsw:
1641         - 17  # rls2009 MRR iter env 6
1642     vpp-performance-changes-3n-hsw-mrr-cmp:
1643       csit-vpp-perf-report-iterative-2101-3n-hsw:
1644         - 63  # rls2101.rel MRR iter env 6
1645
1646     vpp-performance-changes-3n-skx-mrr-h1:
1647       csit-vpp-perf-report-iterative-2009-3n-skx:
1648         - 17  # rls2005 MRR iter env 5
1649     vpp-performance-changes-3n-skx-mrr-ref-env-old:
1650       csit-vpp-perf-report-iterative-2009-3n-skx:
1651         - 24  # rls2009 MRR iter env 5
1652     vpp-performance-changes-3n-skx-mrr-ref-env-new:
1653       csit-vpp-perf-report-iterative-2101-3n-skx:
1654         - 34  # rls2009 MRR iter env 6
1655     vpp-performance-changes-3n-skx-mrr-cmp:
1656       csit-vpp-perf-report-iterative-2101-3n-skx:
1657         - 35  # rls2101.rel MRR iter env 6
1658
1659     vpp-performance-changes-2n-skx-mrr-h1:
1660       csit-vpp-perf-report-iterative-2009-2n-skx:
1661         - 20  # rls2005 MRR iter env 5
1662     vpp-performance-changes-2n-skx-mrr-ref-env-old:
1663       csit-vpp-perf-report-iterative-2009-2n-skx:
1664         - 120 # rls2009 MRR iter env 5
1665     vpp-performance-changes-2n-skx-mrr-ref-env-new:
1666       csit-vpp-perf-report-iterative-2101-2n-skx:
1667         - 21  # rls2009 MRR iter env 6
1668     vpp-performance-changes-2n-skx-mrr-cmp:
1669       csit-vpp-perf-report-iterative-2101-2n-skx:
1670         - 62  # rls2101.rel MRR iter env 6
1671
1672     vpp-performance-changes-2n-clx-mrr-h1:
1673       csit-vpp-perf-report-iterative-2009-2n-clx:
1674         - 77  # rls2005 MRR iter env 5
1675     vpp-performance-changes-2n-clx-mrr-ref-env-old:
1676       csit-vpp-perf-report-iterative-2009-2n-clx:
1677         - 125 # rls2009 MRR iter env 5
1678     vpp-performance-changes-2n-clx-mrr-ref-env-new:
1679       csit-vpp-perf-report-iterative-2101-2n-clx:
1680         - 15  # rls2009 MRR iter env 6
1681         - 142 # rls2009 MRR MLX iter env 6
1682     vpp-performance-changes-2n-clx-mrr-cmp:
1683       csit-vpp-perf-report-iterative-2101-2n-clx:
1684         - 53  # rls2101.rel MRR iter env 6
1685         - 133 # rls2101.rel MRR MLX iter env 6
1686
1687     vpp-performance-changes-2n-zn2-mrr-ref-env-old:
1688       csit-vpp-perf-report-iterative-2009-2n-zn2:
1689         - 15  # rls2009 MRR iter env 5
1690     vpp-performance-changes-2n-zn2-mrr-ref-env-new:
1691       csit-vpp-perf-report-iterative-2101-2n-zn2:
1692         - 8   # rls2009 MRR iter env6
1693     vpp-performance-changes-2n-zn2-mrr-cmp:
1694       csit-vpp-perf-report-iterative-2101-2n-zn2:
1695         - 30  # rls2101.rel MRR iter env 6
1696
1697     vpp-performance-changes-2n-dnv-mrr-h1:
1698       csit-vpp-perf-report-iterative-2009-2n-dnv:
1699         - 23  # rls2005 MRR iter env 5
1700     vpp-performance-changes-2n-dnv-mrr-ref-env-old:
1701       csit-vpp-perf-report-iterative-2009-2n-dnv:
1702         - 13  # rls2009 MRR iter env 5
1703     vpp-performance-changes-2n-dnv-mrr-ref-env-new:
1704       # TODO: Re-test in new env
1705       csit-vpp-perf-report-iterative-2009-2n-dnv:
1706         - 13  # rls2009 MRR iter env 5
1707     vpp-performance-changes-2n-dnv-mrr-cmp:
1708       csit-vpp-perf-report-iterative-2101-2n-dnv:
1709         - 31  # rls2101.rel MRR iter env 6
1710
1711     vpp-performance-changes-3n-dnv-mrr-h1:
1712       csit-vpp-perf-report-iterative-2009-3n-dnv:
1713         - 19  # rls2005 MRR iter env 5
1714     vpp-performance-changes-3n-dnv-mrr-ref-env-old:
1715       csit-vpp-perf-report-iterative-2009-3n-dnv:
1716         - 22  # rls2009 MRR iter env 5
1717     vpp-performance-changes-3n-dnv-mrr-ref-env-new:
1718       # TODO: Re-test in new env
1719       csit-vpp-perf-report-iterative-2009-3n-dnv:
1720         - 22  # rls2009 MRR iter env 5
1721     vpp-performance-changes-3n-dnv-mrr-cmp:
1722       csit-vpp-perf-report-iterative-2101-3n-dnv:
1723         - 32  # rls2101.rel MRR iter env 6
1724
1725     vpp-performance-changes-3n-tsh-mrr-h1:
1726       csit-vpp-perf-report-iterative-2009-3n-tsh:
1727         - 13  # rls2005 MRR iter env 5
1728     vpp-performance-changes-3n-tsh-mrr-ref-env-old:
1729       csit-vpp-perf-report-iterative-2009-3n-tsh:
1730         - 15  # rls2009 MRR iter env 5
1731     vpp-performance-changes-3n-tsh-mrr-ref-env-new:
1732       csit-vpp-perf-report-iterative-2101-3n-tsh:
1733         - 7   # rls2009 MRR iter env 6
1734     vpp-performance-changes-3n-tsh-mrr-cmp:
1735       csit-vpp-perf-report-iterative-2101-3n-tsh:
1736         - 22  # rls2101.rel MRR iter env 6
1737
1738 #     vpp-performance-changes-2n-tx2-mrr-h1:
1739 #       csit-vpp-perf-report-iterative-2009-2n-tx2:
1740 #         -
1741 #     vpp-performance-changes-2n-tx2-mrr-ref-env-old:
1742 #       csit-vpp-perf-report-iterative-2009-2n-tx2:
1743 #         -
1744     vpp-performance-changes-2n-tx2-mrr-ref-env-new:
1745       csit-vpp-perf-report-iterative-2101-2n-tx2:
1746         - 5   # rls2009 MRR iter env 6
1747     vpp-performance-changes-2n-tx2-mrr-cmp:
1748       csit-vpp-perf-report-iterative-2101-2n-tx2:
1749         - 21  # rls2101.rel MRR iter env 6
1750
1751     dpdk-performance-changes-3n-hsw-h1:
1752       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1753         - 25  # NDRPDR iter
1754         - 26  # NDRPDR iter
1755         - 27  # NDRPDR iter
1756         - 28  # NDRPDR iter
1757         - 29  # NDRPDR iter
1758         - 30  # NDRPDR iter
1759         - 31  # NDRPDR iter
1760         - 32  # NDRPDR iter
1761         - 33  # NDRPDR iter
1762         - 34  # NDRPDR iter
1763     dpdk-performance-changes-3n-hsw-ref:
1764       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1765         - 6   # NDRPDR iter env5
1766         - 7   # NDRPDR iter env5
1767         - 8   # NDRPDR iter env5
1768         - 9   # NDRPDR iter env5
1769         - 10  # NDRPDR iter env5
1770         - 11  # NDRPDR iter env5
1771         - 12  # NDRPDR iter env5
1772         - 13  # NDRPDR iter env5
1773         - 14  # NDRPDR iter env5
1774         - 15  # NDRPDR iter env5
1775     dpdk-performance-changes-3n-hsw-cmp:
1776       csit-dpdk-perf-report-iterative-2101-3n-hsw:
1777         - 11  # rls2101 NDRPDR iter env 6
1778         - 12  # rls2101 NDRPDR iter env 6
1779         - 13  # rls2101 NDRPDR iter env 6
1780         - 14  # rls2101 NDRPDR iter env 6
1781         - 16  # rls2101 NDRPDR iter env 6
1782         - 17  # rls2101 NDRPDR iter env 6
1783         - 18  # rls2101 NDRPDR iter env 6
1784         - 19  # rls2101 NDRPDR iter env 6
1785         - 20  # rls2101 NDRPDR iter env 6
1786         - 21  # rls2101 NDRPDR iter env 6
1787
1788     dpdk-performance-changes-3n-skx-h1:
1789       csit-dpdk-perf-report-iterative-2005-3n-skx:
1790         - 28  # NDRPDR iter
1791         - 29  # NDRPDR iter
1792         - 30  # NDRPDR iter
1793         - 31  # NDRPDR iter
1794         - 32  # NDRPDR iter
1795         - 33  # NDRPDR iter
1796         - 34  # NDRPDR iter
1797         - 35  # NDRPDR iter
1798         - 36  # NDRPDR iter
1799         - 37  # NDRPDR iter
1800     dpdk-performance-changes-3n-skx-ref:
1801       csit-dpdk-perf-report-iterative-2009-3n-skx:
1802         - 4   # NDRPDR sel env5
1803         - 5   # NDRPDR sel env5
1804         - 6   # NDRPDR sel env5
1805         - 7   # NDRPDR sel env5
1806         - 8   # NDRPDR sel env5
1807         - 9   # NDRPDR sel env5
1808         - 14  # NDRPDR sel env5
1809         - 11  # NDRPDR sel env5
1810         - 12  # NDRPDR sel env5
1811         - 13  # NDRPDR sel env5
1812     dpdk-performance-changes-3n-skx-cmp:
1813       csit-dpdk-perf-report-iterative-2101-3n-skx:
1814         - 12  # rls2101 NDRPDR iter env 6
1815         - 14  # rls2101 NDRPDR iter env 6
1816         - 15  # rls2101 NDRPDR iter env 6
1817         - 17  # rls2101 NDRPDR iter env 6
1818         - 19  # rls2101 NDRPDR iter env 6
1819         - 20  # rls2101 NDRPDR iter env 6
1820         - 21  # rls2101 NDRPDR iter env 6
1821         - 22  # rls2101 NDRPDR iter env 6
1822         - 25  # rls2101 NDRPDR iter env 6
1823         - 26  # rls2101 NDRPDR iter env 6
1824
1825     dpdk-performance-changes-2n-skx-h1:
1826       csit-dpdk-perf-report-iterative-2005-2n-skx:
1827         - 20  # NDRPDR iter
1828         - 21  # NDRPDR iter
1829         - 22  # NDRPDR iter
1830         - 23  # NDRPDR iter
1831         - 24  # NDRPDR iter
1832         - 25  # NDRPDR iter
1833         - 26  # NDRPDR iter
1834         - 27  # NDRPDR iter
1835         - 28  # NDRPDR iter
1836         - 29  # NDRPDR iter
1837     dpdk-performance-changes-2n-skx-ref:
1838       csit-dpdk-perf-report-iterative-2009-2n-skx:
1839         - 4   # NDRPDR iter env5
1840         - 5   # NDRPDR iter env5
1841         - 6   # NDRPDR iter env5
1842         - 7   # NDRPDR iter env5
1843         - 8   # NDRPDR iter env5
1844         - 9   # NDRPDR iter env5
1845         - 10  # NDRPDR iter env5
1846         - 11  # NDRPDR iter env5
1847         - 12  # NDRPDR iter env5
1848         - 13  # NDRPDR iter env5
1849     dpdk-performance-changes-2n-skx-cmp:
1850       csit-dpdk-perf-report-iterative-2101-2n-skx:
1851         - 11  # rls2101 NDRPDR iter env 6
1852         - 12  # rls2101 NDRPDR iter env 6
1853         - 13  # rls2101 NDRPDR iter env 6
1854         - 14  # rls2101 NDRPDR iter env 6
1855         - 15  # rls2101 NDRPDR iter env 6
1856         - 17  # rls2101 NDRPDR iter env 6
1857         - 18  # rls2101 NDRPDR iter env 6
1858         - 19  # rls2101 NDRPDR iter env 6
1859         - 20  # rls2101 NDRPDR iter env 6
1860         - 21  # rls2101 NDRPDR iter env 6
1861
1862     dpdk-performance-changes-2n-clx-h1:
1863       csit-dpdk-perf-report-iterative-2005-2n-clx:
1864         - 20  # NDRPDR iter
1865         - 21  # NDRPDR iter
1866         - 22  # NDRPDR iter
1867         - 23  # NDRPDR iter
1868         - 24  # NDRPDR iter
1869         - 25  # NDRPDR iter
1870         - 26  # NDRPDR iter
1871         - 27  # NDRPDR iter
1872         - 28  # NDRPDR iter
1873         - 29  # NDRPDR iter
1874     dpdk-performance-changes-2n-clx-ref:
1875       csit-dpdk-perf-report-iterative-2009-2n-clx:
1876         - 4   # NDRPDR iter env5
1877         - 5   # NDRPDR iter env5
1878         - 6   # NDRPDR iter env5
1879         - 7   # NDRPDR iter env5
1880         - 8   # NDRPDR iter env5
1881         - 9   # NDRPDR iter env5
1882         - 10  # NDRPDR iter env5
1883         - 11  # NDRPDR iter env5
1884         - 12  # NDRPDR iter env5
1885         - 13  # NDRPDR iter env5
1886     dpdk-performance-changes-2n-clx-cmp:
1887       csit-dpdk-perf-report-iterative-2101-2n-clx:
1888         - 12  # rls2101 NDRPDR iter env 6
1889         - 13  # rls2101 NDRPDR iter env 6
1890         - 14  # rls2101 NDRPDR iter env 6
1891         - 18  # rls2101 NDRPDR iter env 6
1892         - 22  # rls2101 NDRPDR iter env 6
1893
1894     dpdk-performance-changes-2n-zn2-ref:
1895       csit-dpdk-perf-report-iterative-2009-2n-zn2:
1896         - 16  # NDRPDR iter env5
1897         - 21  # NDRPDR iter env5
1898         - 22  # NDRPDR iter env5
1899         - 23  # NDRPDR iter env5
1900         - 24  # NDRPDR iter env5
1901         - 25  # NDRPDR iter env5
1902         - 29  # NDRPDR iter env5
1903     dpdk-performance-changes-2n-zn2-cmp:
1904       csit-dpdk-perf-report-iterative-2101-2n-zn2:
1905         - 11  # rls2101 NDRPDR iter env 6
1906         - 12  # rls2101 NDRPDR iter env 6
1907         - 13  # rls2101 NDRPDR iter env 6
1908         - 14  # rls2101 NDRPDR iter env 6
1909         - 16  # rls2101 NDRPDR iter env 6
1910         - 17  # rls2101 NDRPDR iter env 6
1911         - 18  # rls2101 NDRPDR iter env 6
1912         - 19  # rls2101 NDRPDR iter env 6
1913         - 20  # rls2101 NDRPDR iter env 6
1914         - 21  # rls2101 NDRPDR iter env 6
1915
1916 #    dpdk-performance-changes-2n-dnv-h1:
1917 #      csit-dpdk-perf-verify-2101-2n-dnv:
1918 #        - 9   # NDRPDR sel
1919 #        - 10  # NDRPDR sel
1920 #        - 11  # NDRPDR sel
1921 #        - 12  # NDRPDR sel
1922 #        - 13  # NDRPDR sel
1923 #        - 14  # NDRPDR sel
1924 #        - 15  # NDRPDR sel
1925 #        - 16  # NDRPDR sel
1926 #        - 17  # NDRPDR sel
1927 #        - 18  # NDRPDR sel
1928 #    dpdk-performance-changes-2n-dnv-ref:
1929 #      # No data
1930 #    dpdk-performance-changes-2n-dnv-cmp:
1931 #      # No data
1932 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
1933
1934 #    dpdk-performance-changes-3n-dnv-h1:
1935 #      csit-dpdk-perf-verify-2101-3n-dnv:
1936 #        - 12  # NDRPDR sel
1937 #        - 13  # NDRPDR sel
1938 #        - 14  # NDRPDR sel
1939 #        - 15  # NDRPDR sel
1940 #        - 16  # NDRPDR sel
1941 #        - 17  # NDRPDR sel
1942 #        - 18  # NDRPDR sel
1943 #        - 19  # NDRPDR sel
1944 #        - 20  # NDRPDR sel
1945 #        - 22  # NDRPDR sel
1946 #    dpdk-performance-changes-3n-dnv-ref:
1947 #      # No data
1948 #    dpdk-performance-changes-3n-dnv-cmp:
1949 #      # No data
1950 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
1951
1952     dpdk-performance-changes-3n-tsh-h1:
1953       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1954         - 5   # NDRPDR sel
1955     dpdk-performance-changes-3n-tsh-ref:
1956       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1957         - 1   # NDRPDR iter env5
1958         - 2   # NDRPDR iter env5
1959         - 3   # NDRPDR iter env5
1960         - 4   # NDRPDR iter env5
1961         - 5   # NDRPDR iter env5
1962         - 6   # NDRPDR iter env5
1963         - 7   # NDRPDR iter env5
1964         - 9   # NDRPDR iter env5
1965         - 10  # NDRPDR iter env5
1966         - 11  # NDRPDR iter env5
1967     dpdk-performance-changes-3n-tsh-cmp:
1968       csit-dpdk-perf-report-iterative-2101-3n-tsh:
1969         - 11  # rls2101 NDRPDR iter env 6
1970         - 12  # rls2101 NDRPDR iter env 6
1971         - 13  # rls2101 NDRPDR iter env 6
1972         - 14  # rls2101 NDRPDR iter env 6
1973         - 16  # rls2101 NDRPDR iter env 6
1974         - 17  # rls2101 NDRPDR iter env 6
1975         - 18  # rls2101 NDRPDR iter env 6
1976         - 19  # rls2101 NDRPDR iter env 6
1977         - 20  # rls2101 NDRPDR iter env 6
1978         - 21  # rls2101 NDRPDR iter env 6
1979
1980     # Compare testbeds
1981
1982     vpp-compare-testbeds-ref:
1983       csit-vpp-perf-report-iterative-2101-3n-hsw:
1984         - 64  # rls2101.rel NDRPDR iter env 6
1985         - 71  # rls2101.rel NDRPDR iter env 6
1986         - 73  # rls2101.rel NDRPDR iter env 6
1987         - 74  # rls2101.rel NDRPDR iter env 6
1988         - 80  # rls2101.rel NDRPDR iter env 6
1989         - 81  # rls2101.rel NDRPDR iter env 6
1990         - 82  # rls2101.rel NDRPDR iter env 6
1991         - 83  # rls2101.rel NDRPDR iter env 6
1992         - 88  # rls2101.rel NDRPDR iter env 6
1993         - 89  # rls2101.rel NDRPDR iter env 6
1994     vpp-compare-testbeds-cmp:
1995       csit-vpp-perf-report-iterative-2101-3n-skx:
1996         - 36  # rls2101.rel NDRPDR iter env 6
1997         - 37  # rls2101.rel NDRPDR iter env 6
1998         - 38  # rls2101.rel NDRPDR iter env 6
1999         - 39  # rls2101.rel NDRPDR iter env 6
2000         - 40  # rls2101.rel NDRPDR iter env 6
2001         - 41  # rls2101.rel NDRPDR iter env 6
2002         - 42  # rls2101.rel NDRPDR iter env 6
2003         - 47  # rls2101.rel NDRPDR iter env 6
2004         - 48  # rls2101.rel NDRPDR iter env 6
2005         - 50  # rls2101.rel NDRPDR iter env 6
2006
2007     vpp-compare-testbeds-skx-clx-ref:
2008       csit-vpp-perf-report-iterative-2101-2n-skx:
2009         - 63  # rls2101.rel NDRPDR iter env 6
2010         - 69  # rls2101.rel NDRPDR iter env 6
2011         - 70  # rls2101.rel NDRPDR iter env 6
2012         - 75  # rls2101.rel NDRPDR iter env 6
2013         - 76  # rls2101.rel NDRPDR iter env 6
2014         - 77  # rls2101.rel NDRPDR iter env 6
2015         - 82  # rls2101.rel NDRPDR iter env 6
2016         - 85  # rls2101.rel NDRPDR iter env 6
2017         - 86  # rls2101.rel NDRPDR iter env 6
2018         - 94  # rls2101.rel NDRPDR iter env 6
2019         - 89  # rls2101.rel NDRPDR iter RND env 6
2020         - 90  # rls2101.rel NDRPDR iter RND env 6
2021         - 91  # rls2101.rel NDRPDR iter RND env 6
2022         - 92  # rls2101.rel NDRPDR iter RND env 6
2023         - 93  # rls2101.rel NDRPDR iter RND env 6
2024         - 96  # rls2101.rel NDRPDR iter RND env 6
2025         - 98  # rls2101.rel NDRPDR iter RND env 6
2026         - 99  # rls2101.rel NDRPDR iter RND env 6
2027         - 101 # rls2101.rel NDRPDR iter RND env 6
2028         - 102 # rls2101.rel NDRPDR iter RND env 6
2029         - 116 # rls2101.rel NDRPDR iter NAT env 6
2030         - 117 # rls2101.rel NDRPDR iter NAT env 6
2031         - 118 # rls2101.rel NDRPDR iter NAT env 6
2032         - 119 # rls2101.rel NDRPDR iter NAT env 6
2033         - 120 # rls2101.rel NDRPDR iter NAT env 6
2034         - 121 # rls2101.rel NDRPDR iter NAT env 6
2035         - 122 # rls2101.rel NDRPDR iter NAT env 6
2036         - 123 # rls2101.rel NDRPDR iter NAT env 6
2037         - 124 # rls2101.rel NDRPDR iter NAT env 6
2038         - 125 # rls2101.rel NDRPDR iter NAT env 6
2039     vpp-compare-testbeds-skx-clx-cmp:
2040       csit-vpp-perf-report-iterative-2101-2n-clx:
2041         - 54  # rls2101.rel NDRPDR iter env 6
2042         - 59  # rls2101.rel NDRPDR iter env 6
2043         - 60  # rls2101.rel NDRPDR iter env 6
2044         - 63  # rls2101.rel NDRPDR iter env 6
2045         - 66  # rls2101.rel NDRPDR iter env 6
2046         - 68  # rls2101.rel NDRPDR iter env 6
2047         - 73  # rls2101.rel NDRPDR iter env 6
2048         - 75  # rls2101.rel NDRPDR iter env 6
2049         - 86  # rls2101.rel NDRPDR iter env 6
2050         - 90  # rls2101.rel NDRPDR iter env 6
2051         - 80  # rls2101.rel NDRPDR iter RND env 6
2052         - 87  # rls2101.rel NDRPDR iter RND env 6
2053         - 91  # rls2101.rel NDRPDR iter RND env 6
2054         - 92  # rls2101.rel NDRPDR iter RND env 6
2055         - 93  # rls2101.rel NDRPDR iter RND env 6
2056         - 94  # rls2101.rel NDRPDR iter RND env 6
2057         - 95  # rls2101.rel NDRPDR iter RND env 6
2058         - 100 # rls2101.rel NDRPDR iter RND env 6
2059         - 106 # rls2101.rel NDRPDR iter RND env 6
2060         - 108 # rls2101.rel NDRPDR iter RND env 6
2061         - 112 # rls2101.rel NDRPDR iter NAT env 6
2062         - 113 # rls2101.rel NDRPDR iter NAT env 6
2063         - 114 # rls2101.rel NDRPDR iter NAT env 6
2064         - 115 # rls2101.rel NDRPDR iter NAT env 6
2065         - 116 # rls2101.rel NDRPDR iter NAT env 6
2066         - 117 # rls2101.rel NDRPDR iter NAT env 6
2067         - 118 # rls2101.rel NDRPDR iter NAT env 6
2068         - 119 # rls2101.rel NDRPDR iter NAT env 6
2069         - 120 # rls2101.rel NDRPDR iter NAT env 6
2070         - 121 # rls2101.rel NDRPDR iter NAT env 6
2071         - 122 # rls2101.rel NDRPDR iter MLX env 6
2072         - 123 # rls2101.rel NDRPDR iter MLX env 6
2073         - 124 # rls2101.rel NDRPDR iter MLX env 6
2074         - 126 # rls2101.rel NDRPDR iter MLX env 6
2075         - 127 # rls2101.rel NDRPDR iter MLX env 6
2076         - 128 # rls2101.rel NDRPDR iter MLX env 6
2077         - 129 # rls2101.rel NDRPDR iter MLX env 6
2078         - 130 # rls2101.rel NDRPDR iter MLX env 6
2079         - 131 # rls2101.rel NDRPDR iter MLX env 6
2080         - 132 # rls2101.rel NDRPDR iter MLX env 6
2081
2082     vpp-compare-testbeds-hsw-clx-ref:
2083       csit-vpp-perf-report-iterative-2101-3n-hsw:
2084         - 64  # rls2101.rel NDRPDR iter env 6
2085         - 71  # rls2101.rel NDRPDR iter env 6
2086         - 73  # rls2101.rel NDRPDR iter env 6
2087         - 74  # rls2101.rel NDRPDR iter env 6
2088         - 80  # rls2101.rel NDRPDR iter env 6
2089         - 81  # rls2101.rel NDRPDR iter env 6
2090         - 82  # rls2101.rel NDRPDR iter env 6
2091         - 83  # rls2101.rel NDRPDR iter env 6
2092         - 88  # rls2101.rel NDRPDR iter env 6
2093         - 89  # rls2101.rel NDRPDR iter env 6
2094         - 128 # rls2101.rel NDRPDR iter RND env 6
2095         - 129 # rls2101.rel NDRPDR iter RND env 6
2096         - 130 # rls2101.rel NDRPDR iter RND env 6
2097         - 131 # rls2101.rel NDRPDR iter RND env 6
2098         - 132 # rls2101.rel NDRPDR iter RND env 6
2099         - 133 # rls2101.rel NDRPDR iter RND env 6
2100         - 134 # rls2101.rel NDRPDR iter RND env 6
2101         - 135 # rls2101.rel NDRPDR iter RND env 6
2102         - 136 # rls2101.rel NDRPDR iter RND env 6
2103         - 137 # rls2101.rel NDRPDR iter RND env 6
2104     vpp-compare-testbeds-hsw-clx-cmp:
2105       csit-vpp-perf-report-iterative-2101-2n-clx:
2106         - 54  # rls2101.rel NDRPDR iter env 6
2107         - 59  # rls2101.rel NDRPDR iter env 6
2108         - 60  # rls2101.rel NDRPDR iter env 6
2109         - 63  # rls2101.rel NDRPDR iter env 6
2110         - 66  # rls2101.rel NDRPDR iter env 6
2111         - 68  # rls2101.rel NDRPDR iter env 6
2112         - 73  # rls2101.rel NDRPDR iter env 6
2113         - 75  # rls2101.rel NDRPDR iter env 6
2114         - 90  # rls2101.rel NDRPDR iter env 6
2115         - 80  # rls2101.rel NDRPDR iter RND env 6
2116         - 87  # rls2101.rel NDRPDR iter RND env 6
2117         - 91  # rls2101.rel NDRPDR iter RND env 6
2118         - 92  # rls2101.rel NDRPDR iter RND env 6
2119         - 93  # rls2101.rel NDRPDR iter RND env 6
2120         - 94  # rls2101.rel NDRPDR iter RND env 6
2121         - 95  # rls2101.rel NDRPDR iter RND env 6
2122         - 100 # rls2101.rel NDRPDR iter RND env 6
2123         - 106 # rls2101.rel NDRPDR iter RND env 6
2124         - 108 # rls2101.rel NDRPDR iter RND env 6
2125         - 112 # rls2101.rel NDRPDR iter NAT env 6
2126         - 113 # rls2101.rel NDRPDR iter NAT env 6
2127         - 114 # rls2101.rel NDRPDR iter NAT env 6
2128         - 115 # rls2101.rel NDRPDR iter NAT env 6
2129         - 116 # rls2101.rel NDRPDR iter NAT env 6
2130         - 117 # rls2101.rel NDRPDR iter NAT env 6
2131         - 118 # rls2101.rel NDRPDR iter NAT env 6
2132         - 119 # rls2101.rel NDRPDR iter NAT env 6
2133         - 120 # rls2101.rel NDRPDR iter NAT env 6
2134         - 121 # rls2101.rel NDRPDR iter NAT env 6
2135         - 122 # rls2101.rel NDRPDR iter MLX env 6
2136         - 123 # rls2101.rel NDRPDR iter MLX env 6
2137         - 124 # rls2101.rel NDRPDR iter MLX env 6
2138         - 126 # rls2101.rel NDRPDR iter MLX env 6
2139         - 127 # rls2101.rel NDRPDR iter MLX env 6
2140         - 128 # rls2101.rel NDRPDR iter MLX env 6
2141         - 129 # rls2101.rel NDRPDR iter MLX env 6
2142         - 130 # rls2101.rel NDRPDR iter MLX env 6
2143         - 131 # rls2101.rel NDRPDR iter MLX env 6
2144         - 132 # rls2101.rel NDRPDR iter MLX env 6
2145
2146     vpp-compare-testbeds-mrr-ref:
2147       csit-vpp-perf-report-iterative-2101-3n-hsw:
2148         - 63  # rls2101.rel MRR iter env 6
2149     vpp-compare-testbeds-mrr-cmp:
2150       csit-vpp-perf-report-iterative-2101-3n-skx:
2151         - 35  # rls2101.rel MRR iter env 6
2152
2153     vpp-compare-testbeds-mrr-skx-clx-ref:
2154       csit-vpp-perf-report-iterative-2101-2n-skx:
2155         - 62  # rls2101.rel MRR iter env 6
2156     vpp-compare-testbeds-mrr-skx-clx-cmp:
2157       csit-vpp-perf-report-iterative-2101-2n-clx:
2158         - 53  # rls2101.rel MRR iter env 6
2159
2160     vpp-compare-testbeds-mrr-hsw-clx-ref:
2161       csit-vpp-perf-report-iterative-2101-3n-hsw:
2162         - 63  # rls2101.rel MRR iter env 6
2163     vpp-compare-testbeds-mrr-hsw-clx-cmp:
2164       csit-vpp-perf-report-iterative-2101-2n-clx:
2165         - 53  # rls2101.rel MRR iter env 6
2166
2167     dpdk-compare-testbeds-ref:
2168       csit-dpdk-perf-report-iterative-2101-3n-hsw:
2169         - 11  # rls2101 NDRPDR iter env 6
2170         - 12  # rls2101 NDRPDR iter env 6
2171         - 13  # rls2101 NDRPDR iter env 6
2172         - 14  # rls2101 NDRPDR iter env 6
2173         - 16  # rls2101 NDRPDR iter env 6
2174         - 17  # rls2101 NDRPDR iter env 6
2175         - 18  # rls2101 NDRPDR iter env 6
2176         - 19  # rls2101 NDRPDR iter env 6
2177         - 20  # rls2101 NDRPDR iter env 6
2178         - 21  # rls2101 NDRPDR iter env 6
2179     dpdk-compare-testbeds-cmp:
2180       csit-dpdk-perf-report-iterative-2101-3n-skx:
2181         - 12  # rls2101 NDRPDR iter env 6
2182         - 14  # rls2101 NDRPDR iter env 6
2183         - 15  # rls2101 NDRPDR iter env 6
2184         - 17  # rls2101 NDRPDR iter env 6
2185         - 19  # rls2101 NDRPDR iter env 6
2186         - 20  # rls2101 NDRPDR iter env 6
2187         - 21  # rls2101 NDRPDR iter env 6
2188         - 22  # rls2101 NDRPDR iter env 6
2189         - 25  # rls2101 NDRPDR iter env 6
2190         - 26  # rls2101 NDRPDR iter env 6
2191
2192     dpdk-compare-testbeds-skx-clx-ref:
2193       csit-dpdk-perf-report-iterative-2101-2n-skx:
2194         - 11  # rls2101 NDRPDR iter env 6
2195         - 12  # rls2101 NDRPDR iter env 6
2196         - 13  # rls2101 NDRPDR iter env 6
2197         - 14  # rls2101 NDRPDR iter env 6
2198         - 15  # rls2101 NDRPDR iter env 6
2199         - 17  # rls2101 NDRPDR iter env 6
2200         - 18  # rls2101 NDRPDR iter env 6
2201         - 19  # rls2101 NDRPDR iter env 6
2202         - 20  # rls2101 NDRPDR iter env 6
2203         - 21  # rls2101 NDRPDR iter env 6
2204     dpdk-compare-testbeds-skx-clx-cmp:
2205       csit-dpdk-perf-report-iterative-2101-2n-clx:
2206         - 12  # rls2101 NDRPDR iter env 6
2207         - 13  # rls2101 NDRPDR iter env 6
2208         - 14  # rls2101 NDRPDR iter env 6
2209         - 18  # rls2101 NDRPDR iter env 6
2210         - 22  # rls2101 NDRPDR iter env 6
2211
2212     # Compare topologies
2213
2214     vpp-compare-topologies-ref:
2215       csit-vpp-perf-report-iterative-2101-3n-skx:
2216         - 36  # rls2101.rel NDRPDR iter env 6
2217         - 37  # rls2101.rel NDRPDR iter env 6
2218         - 38  # rls2101.rel NDRPDR iter env 6
2219         - 39  # rls2101.rel NDRPDR iter env 6
2220         - 40  # rls2101.rel NDRPDR iter env 6
2221         - 41  # rls2101.rel NDRPDR iter env 6
2222         - 42  # rls2101.rel NDRPDR iter env 6
2223         - 47  # rls2101.rel NDRPDR iter env 6
2224         - 48  # rls2101.rel NDRPDR iter env 6
2225         - 50  # rls2101.rel NDRPDR iter env 6
2226     vpp-compare-topologies-cmp:
2227       csit-vpp-perf-report-iterative-2101-2n-skx:
2228         - 63  # rls2101.rel NDRPDR iter env 6
2229         - 69  # rls2101.rel NDRPDR iter env 6
2230         - 70  # rls2101.rel NDRPDR iter env 6
2231         - 75  # rls2101.rel NDRPDR iter env 6
2232         - 76  # rls2101.rel NDRPDR iter env 6
2233         - 77  # rls2101.rel NDRPDR iter env 6
2234         - 82  # rls2101.rel NDRPDR iter env 6
2235         - 85  # rls2101.rel NDRPDR iter env 6
2236         - 86  # rls2101.rel NDRPDR iter env 6
2237         - 94  # rls2101.rel NDRPDR iter env 6
2238
2239     vpp-compare-topologies-mrr-ref:
2240       csit-vpp-perf-report-iterative-2101-3n-skx:
2241         - 35  # rls2101.rel MRR iter env 6
2242     vpp-compare-topologies-mrr-cmp:
2243       csit-vpp-perf-report-iterative-2101-2n-skx:
2244         - 62  # rls2101.rel MRR iter env 6
2245
2246     dpdk-compare-topologies-ref:
2247       csit-dpdk-perf-report-iterative-2101-3n-skx:
2248         - 12  # rls2101 NDRPDR iter env 6
2249         - 14  # rls2101 NDRPDR iter env 6
2250         - 15  # rls2101 NDRPDR iter env 6
2251         - 17  # rls2101 NDRPDR iter env 6
2252         - 19  # rls2101 NDRPDR iter env 6
2253         - 20  # rls2101 NDRPDR iter env 6
2254         - 21  # rls2101 NDRPDR iter env 6
2255         - 22  # rls2101 NDRPDR iter env 6
2256         - 25  # rls2101 NDRPDR iter env 6
2257         - 26  # rls2101 NDRPDR iter env 6
2258     dpdk-compare-topologies-cmp:
2259       csit-dpdk-perf-report-iterative-2101-2n-skx:
2260         - 11  # rls2101 NDRPDR iter env 6
2261         - 12  # rls2101 NDRPDR iter env 6
2262         - 13  # rls2101 NDRPDR iter env 6
2263         - 14  # rls2101 NDRPDR iter env 6
2264         - 15  # rls2101 NDRPDR iter env 6
2265         - 17  # rls2101 NDRPDR iter env 6
2266         - 18  # rls2101 NDRPDR iter env 6
2267         - 19  # rls2101 NDRPDR iter env 6
2268         - 20  # rls2101 NDRPDR iter env 6
2269         - 21  # rls2101 NDRPDR iter env 6
2270
2271   plot-layouts:
2272
2273     plot-soak-throughput:
2274       titlefont:
2275         size: 16
2276       xaxis:
2277         title: "<b>Test Cases [Index]</b>"
2278         titlefont:
2279           size: 14
2280         autorange: True
2281         fixedrange: False
2282         gridcolor: "rgb(230, 230, 230)"
2283         linecolor: "rgb(220, 220, 220)"
2284         linewidth: 1
2285         showgrid: True
2286         showline: True
2287         showticklabels: True
2288         tickcolor: "rgb(220, 220, 220)"
2289         tickmode: "linear"
2290         tickfont:
2291           size: 14
2292         zeroline: False
2293       yaxis:
2294         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
2295         titlefont:
2296           size: 14
2297         gridcolor: "rgb(230, 230, 230)"
2298         hoverformat: ".4r"
2299         tickformat: ".3r"
2300         linecolor: "rgb(220, 220, 220)"
2301         linewidth: 1
2302         showgrid: True
2303         showline: True
2304         showticklabels: True
2305         tickcolor: "rgb(220, 220, 220)"
2306         tickfont:
2307           size: 14
2308         zeroline: False
2309         range: [0,50]
2310       autosize: False
2311       margin:
2312         t: 50
2313         b: 0
2314         l: 80
2315         r: 20
2316       showlegend: True
2317       legend:
2318         orientation: "h"
2319         font:
2320           size: 14
2321       width: 700
2322       height: 900
2323       paper_bgcolor: "#fff"
2324       plot_bgcolor: "#fff"
2325       hoverlabel:
2326         namelength: -1
2327
2328     plot-service-density:
2329       titlefont:
2330         size: 16
2331       xaxis:
2332         side: "top"
2333         autorange: True
2334         fixedrange: False
2335         showgrid: False
2336         showline: False
2337         showticklabels: False
2338         ticks: ""
2339         ticklen: 0
2340         tickwidth: 0
2341         zeroline: False
2342       yaxis:
2343         autorange: "reversed"
2344         showgrid: False
2345         showline: False
2346         showticklabels: False
2347         ticks: ""
2348         ticklen: 0
2349         tickwidth: 0
2350         zeroline: False
2351       showlegend: False
2352       paper_bgcolor: "#fff"
2353       plot_bgcolor: "#fff"
2354       width: 700
2355       height: 700
2356       hoverlabel:
2357         namelength: -1
2358
2359     plot-hoststack:
2360       titlefont:
2361         size: 16
2362       xaxis:
2363         title: "<b>Test Cases [Index]</b>"
2364         titlefont:
2365           size: 14
2366         autorange: True
2367         fixedrange: False
2368         gridcolor: "rgb(230, 230, 230)"
2369         linecolor: "rgb(220, 220, 220)"
2370         linewidth: 1
2371         showgrid: True
2372         showline: True
2373         showticklabels: True
2374         tickcolor: "rgb(220, 220, 220)"
2375         tickmode: "linear"
2376         tickfont:
2377           size: 14
2378         zeroline: False
2379       yaxis:
2380         title: "<b>Bandwidth [Gbps]</b>"
2381         titlefont:
2382           size: 14
2383         gridcolor: "rgb(230, 230, 230)"
2384         hoverformat: ".4s"
2385         linecolor: "rgb(220, 220, 220)"
2386         linewidth: 1
2387         rangemode: "tozero"
2388         showgrid: True
2389         showline: True
2390         showticklabels: True
2391         tickcolor: "rgb(230, 230, 230)"
2392         tickformat: ".3s"
2393         tickfont:
2394           size: 14
2395         zeroline: False
2396       autosize: False
2397       margin:
2398         t: 50
2399         b: 20
2400         l: 80
2401         r: 20
2402       showlegend: True
2403       legend:
2404         orientation: "h"
2405         font:
2406           size: 14
2407       width: 700
2408       height: 800
2409       paper_bgcolor: "#fff"
2410       plot_bgcolor: "#fff"
2411       hoverlabel:
2412         namelength: -1
2413
2414     plot-throughput:
2415       titlefont:
2416         size: 16
2417       xaxis:
2418         title: "<b>Test Cases [Index]</b>"
2419         titlefont:
2420           size: 14
2421         autorange: True
2422         fixedrange: False
2423         gridcolor: "rgb(230, 230, 230)"
2424         linecolor: "rgb(220, 220, 220)"
2425         linewidth: 1
2426         showgrid: True
2427         showline: True
2428         showticklabels: True
2429         tickcolor: "rgb(220, 220, 220)"
2430         tickmode: "linear"
2431         tickfont:
2432           size: 14
2433         zeroline: False
2434       yaxis:
2435         title: "<b>Packet Throughput [Mpps]</b>"
2436         titlefont:
2437           size: 14
2438         gridcolor: "rgb(230, 230, 230)"
2439         hoverformat: ".4r"
2440         tickformat: ".3r"
2441         linecolor: "rgb(220, 220, 220)"
2442         linewidth: 1
2443         showgrid: True
2444         showline: True
2445         showticklabels: True
2446         tickcolor: "rgb(220, 220, 220)"
2447         tickfont:
2448           size: 14
2449         zeroline: False
2450         range: [0,50]
2451       autosize: False
2452       margin:
2453         t: 50
2454         b: 0
2455         l: 80
2456         r: 20
2457       showlegend: True
2458       legend:
2459         orientation: "h"
2460         font:
2461           size: 14
2462       width: 700
2463       height: 900
2464       paper_bgcolor: "#fff"
2465       plot_bgcolor: "#fff"
2466       hoverlabel:
2467         namelength: -1
2468
2469     plot-throughput-gbps:
2470       titlefont:
2471         size: 16
2472       xaxis:
2473         title: "<b>Test Cases [Index]</b>"
2474         titlefont:
2475           size: 14
2476         autorange: True
2477         fixedrange: False
2478         gridcolor: "rgb(230, 230, 230)"
2479         linecolor: "rgb(220, 220, 220)"
2480         linewidth: 1
2481         showgrid: True
2482         showline: True
2483         showticklabels: True
2484         tickcolor: "rgb(220, 220, 220)"
2485         tickmode: "linear"
2486         tickfont:
2487           size: 14
2488         zeroline: False
2489       yaxis:
2490         title: "<b>Data Throughput [Gbps]</b>"
2491         titlefont:
2492           size: 14
2493         gridcolor: "rgb(230, 230, 230)"
2494         hoverformat: ".4r"
2495         tickformat: ".3r"
2496         linecolor: "rgb(220, 220, 220)"
2497         linewidth: 1
2498         showgrid: True
2499         showline: True
2500         showticklabels: True
2501         tickcolor: "rgb(220, 220, 220)"
2502         tickfont:
2503           size: 14
2504         zeroline: False
2505         range: [0,10]
2506       autosize: False
2507       margin:
2508         t: 50
2509         b: 0
2510         l: 80
2511         r: 20
2512       showlegend: True
2513       legend:
2514         orientation: "h"
2515         font:
2516           size: 14
2517       width: 700
2518       height: 900
2519       paper_bgcolor: "#fff"
2520       plot_bgcolor: "#fff"
2521       hoverlabel:
2522         namelength: -1
2523
2524     plot-cps:
2525       titlefont:
2526         size: 16
2527       xaxis:
2528         title: "<b>Test Cases [Index]</b>"
2529         titlefont:
2530           size: 14
2531         autorange: True
2532         fixedrange: False
2533         gridcolor: "rgb(230, 230, 230)"
2534         linecolor: "rgb(220, 220, 220)"
2535         linewidth: 1
2536         showgrid: True
2537         showline: True
2538         showticklabels: True
2539         tickcolor: "rgb(220, 220, 220)"
2540         tickmode: "linear"
2541         tickfont:
2542           size: 14
2543         zeroline: False
2544       yaxis:
2545         title: "<b>Connection Rate [Mcps]</b>"
2546         titlefont:
2547           size: 14
2548         gridcolor: "rgb(230, 230, 230)"
2549         hoverformat: ".4r"
2550         tickformat: ".3s"
2551         linecolor: "rgb(220, 220, 220)"
2552         linewidth: 1
2553         showgrid: True
2554         showline: True
2555         showticklabels: True
2556         tickcolor: "rgb(220, 220, 220)"
2557         tickfont:
2558           size: 14
2559         zeroline: False
2560         range: [0,10]
2561       autosize: False
2562       margin:
2563         t: 50
2564         b: 0
2565         l: 80
2566         r: 20
2567       showlegend: True
2568       legend:
2569         orientation: "h"
2570         font:
2571           size: 14
2572       width: 700
2573       height: 900
2574       paper_bgcolor: "#fff"
2575       plot_bgcolor: "#fff"
2576       hoverlabel:
2577         namelength: -1
2578
2579     plot-throughput-speedup-analysis:
2580       titlefont:
2581         size: 16
2582       xaxis:
2583         title: "<b>Number of Cores [Qty]</b>"
2584         titlefont:
2585           size: 14
2586         autorange: True
2587         fixedrange: False
2588         gridcolor: "rgb(230, 230, 230)"
2589         linecolor: "rgb(220, 220, 220)"
2590         linewidth: 1
2591         showgrid: True
2592         showline: True
2593         showticklabels: True
2594         tickcolor: "rgb(238, 238, 238)"
2595         tickmode: "linear"
2596         tickfont:
2597           size: 14
2598         zeroline: False
2599       yaxis:
2600         title: "<b>Packet Throughput [Mpps]</b>"
2601         titlefont:
2602           size: 14
2603         type: "linear"
2604         gridcolor: "rgb(230, 230, 230)"
2605         hoverformat: ".4s"
2606         linecolor: "rgb(220, 220, 220)"
2607         linewidth: 1
2608         showgrid: True
2609         showline: True
2610         showticklabels: True
2611         tickcolor: "rgb(220, 220, 220)"
2612         tickformat: ".4s"
2613         tickfont:
2614           size: 14
2615         zeroline: True
2616         rangemode: "tozero"
2617         range: [0,100]
2618       legend:
2619         orientation: "h"
2620         font:
2621           size: 14
2622         xanchor: "left"
2623         yanchor: "top"
2624         x: 0
2625         y: -0.2
2626         bgcolor: "rgba(255, 255, 255, 0)"
2627         bordercolor: "rgba(255, 255, 255, 0)"
2628         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2629       autosize: False
2630       margin:
2631           't': 50
2632           'b': 150
2633           'l': 85
2634           'r': 10
2635       showlegend: True
2636       width: 700
2637       height: 700
2638       paper_bgcolor: "#fff"
2639       plot_bgcolor: "#fff"
2640       hoverlabel:
2641         namelength: -1
2642       annotations: [
2643         {
2644           text: "_ _          __          ...",
2645           align: "left",
2646           showarrow: False,
2647           xref: "paper",
2648           yref: "paper",
2649           xanchor: "left",
2650           yanchor: "top",
2651           x: 0,
2652           y: -0.14,
2653           font: {
2654             family: "Consolas, Courier New",
2655             size: 13
2656           },
2657         },
2658         {
2659           text: "    Perfect     Measured     Limit",
2660           align: "left",
2661           showarrow: False,
2662           xref: "paper",
2663           yref: "paper",
2664           xanchor: "left",
2665           yanchor: "top",
2666           x: 0,
2667           y: -0.15,
2668           font: {
2669             family: "Consolas, Courier New",
2670             size: 13
2671           },
2672         },
2673       ]
2674
2675     plot-throughput-speedup-analysis-gbps:
2676       titlefont:
2677         size: 16
2678       xaxis:
2679         title: "<b>Number of Cores [Qty]</b>"
2680         titlefont:
2681           size: 14
2682         autorange: True
2683         fixedrange: False
2684         gridcolor: "rgb(230, 230, 230)"
2685         linecolor: "rgb(220, 220, 220)"
2686         linewidth: 1
2687         showgrid: True
2688         showline: True
2689         showticklabels: True
2690         tickcolor: "rgb(238, 238, 238)"
2691         tickmode: "linear"
2692         tickfont:
2693           size: 14
2694         zeroline: False
2695       yaxis:
2696         title: "<b>Packet Throughput [Gbps]</b>"
2697         titlefont:
2698           size: 14
2699         type: "linear"
2700         gridcolor: "rgb(230, 230, 230)"
2701         hoverformat: ".4s"
2702         linecolor: "rgb(220, 220, 220)"
2703         linewidth: 1
2704         showgrid: True
2705         showline: True
2706         showticklabels: True
2707         tickcolor: "rgb(220, 220, 220)"
2708         tickformat: ".4s"
2709         tickfont:
2710           size: 14
2711         zeroline: True
2712         rangemode: "tozero"
2713         range: [0,100]
2714       legend:
2715         orientation: "h"
2716         font:
2717           size: 14
2718         xanchor: "left"
2719         yanchor: "top"
2720         x: 0
2721         y: -0.2
2722         bgcolor: "rgba(255, 255, 255, 0)"
2723         bordercolor: "rgba(255, 255, 255, 0)"
2724         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2725       autosize: False
2726       margin:
2727           't': 50
2728           'b': 150
2729           'l': 85
2730           'r': 10
2731       showlegend: True
2732       width: 700
2733       height: 700
2734       paper_bgcolor: "#fff"
2735       plot_bgcolor: "#fff"
2736       hoverlabel:
2737         namelength: -1
2738       annotations: [
2739         {
2740           text: "_ _          __",
2741           align: "left",
2742           showarrow: False,
2743           xref: "paper",
2744           yref: "paper",
2745           xanchor: "left",
2746           yanchor: "top",
2747           x: 0,
2748           y: -0.13,
2749           font: {
2750             family: "Consolas, Courier New",
2751             size: 13
2752           },
2753         },
2754         {
2755           text: "    Perfect     Measured",
2756           align: "left",
2757           showarrow: False,
2758           xref: "paper",
2759           yref: "paper",
2760           xanchor: "left",
2761           yanchor: "top",
2762           x: 0,
2763           y: -0.15,
2764           font: {
2765             family: "Consolas, Courier New",
2766             size: 13
2767           },
2768         },
2769       ]
2770
2771     plot-throughput-speedup-analysis-cps:
2772       titlefont:
2773         size: 16
2774       xaxis:
2775         title: "<b>Number of Cores [Qty]</b>"
2776         titlefont:
2777           size: 14
2778         autorange: True
2779         fixedrange: False
2780         gridcolor: "rgb(230, 230, 230)"
2781         linecolor: "rgb(220, 220, 220)"
2782         linewidth: 1
2783         showgrid: True
2784         showline: True
2785         showticklabels: True
2786         tickcolor: "rgb(238, 238, 238)"
2787         tickmode: "linear"
2788         tickfont:
2789           size: 14
2790         zeroline: False
2791       yaxis:
2792         title: "<b>Connection Rate [Mcps]</b>"
2793         titlefont:
2794           size: 14
2795         type: "linear"
2796         gridcolor: "rgb(230, 230, 230)"
2797         hoverformat: ".4s"
2798         linecolor: "rgb(220, 220, 220)"
2799         linewidth: 1
2800         showgrid: True
2801         showline: True
2802         showticklabels: True
2803         tickcolor: "rgb(220, 220, 220)"
2804         tickformat: ".4s"
2805         tickfont:
2806           size: 14
2807         zeroline: True
2808         rangemode: "tozero"
2809         range: [0,100]
2810       legend:
2811         orientation: "h"
2812         font:
2813           size: 14
2814         xanchor: "left"
2815         yanchor: "top"
2816         x: 0
2817         y: -0.2
2818         bgcolor: "rgba(255, 255, 255, 0)"
2819         bordercolor: "rgba(255, 255, 255, 0)"
2820         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2821       autosize: False
2822       margin:
2823           't': 50
2824           'b': 150
2825           'l': 85
2826           'r': 10
2827       showlegend: True
2828       width: 700
2829       height: 700
2830       paper_bgcolor: "#fff"
2831       plot_bgcolor: "#fff"
2832       hoverlabel:
2833         namelength: -1
2834       annotations: [
2835         {
2836           text: "_ _          __",
2837           align: "left",
2838           showarrow: False,
2839           xref: "paper",
2840           yref: "paper",
2841           xanchor: "left",
2842           yanchor: "top",
2843           x: 0,
2844           y: -0.13,
2845           font: {
2846             family: "Consolas, Courier New",
2847             size: 13
2848           },
2849         },
2850         {
2851           text: "    Perfect     Measured",
2852           align: "left",
2853           showarrow: False,
2854           xref: "paper",
2855           yref: "paper",
2856           xanchor: "left",
2857           yanchor: "top",
2858           x: 0,
2859           y: -0.15,
2860           font: {
2861             family: "Consolas, Courier New",
2862             size: 13
2863           },
2864         },
2865       ]
2866
2867     plot-latency:
2868       titlefont:
2869         size: 16
2870       xaxis:
2871         title: "<b>Direction</b>"
2872         titlefont:
2873           size: 14
2874         autorange: True
2875         fixedrange: False
2876         gridcolor: "rgb(230, 230, 230)"
2877         linecolor: "rgb(220, 220, 220)"
2878         linewidth: 1
2879         showgrid: True
2880         showline: True
2881         showticklabels: False
2882         tickcolor: "rgb(220, 220, 220)"
2883         tickmode: "linear"
2884         tickfont:
2885           size: 14
2886         zeroline: False
2887       yaxis:
2888         title: "<b>Packet Latency [uSec]</b>"
2889         titlefont:
2890           size: 14
2891         type: "linear"
2892         gridcolor: "rgb(230, 230, 230)"
2893         hoverformat: ".4s"
2894         linecolor: "rgb(220, 220, 220)"
2895         linewidth: 1
2896         showgrid: True
2897         showline: True
2898         showticklabels: True
2899         tickcolor: "rgb(220, 220, 220)"
2900         tickformat: ".4s"
2901         tickfont:
2902           size: 14
2903         zeroline: True
2904         rangemode: "tozero"
2905       legend:
2906         orientation: "h"
2907         font:
2908           size: 14
2909         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
2910       autosize: False
2911       margin:
2912           't': 50
2913           'b': 150
2914           'l': 80
2915           'r': 10
2916       showlegend: True
2917       width: 700
2918       height: 700
2919       paper_bgcolor: "#fff"
2920       plot_bgcolor: "#fff"
2921       hoverlabel:
2922         namelength: -1
2923
2924     plot-hdrh-latency:
2925       title:
2926         text: ""
2927         xanchor: "center"
2928         x: 0.5
2929         font:
2930           size: 16
2931       width: 700
2932       plot_bgcolor: "white"
2933       annotations:
2934         - font:
2935             size: 14
2936           showarrow: False
2937           text: "<b>Packet Latency [uSec]</b>"
2938           x: 1
2939           xanchor: "right"
2940           xref: "paper"
2941           y: -0.045
2942           yanchor: "top"
2943           yref: "paper"
2944         - font:
2945             size: 14
2946           showarrow: False
2947           text: "<b>Probability [%]</b>"
2948           textangle: 270
2949           x: -0.06
2950           xanchor: "center"
2951           xref: "paper"
2952           y: 0.5
2953           yanchor: "middle"
2954           yref: "paper"
2955         - font:
2956             size: 14
2957           showarrow: False
2958           text: "<b>Direction: E-W</b>"
2959           x: 0.24
2960           xanchor: "center"
2961           xref: "paper"
2962           y: 1.05
2963           yanchor: "bottom"
2964           yref: "paper"
2965         - font:
2966             size: 14
2967           showarrow: False
2968           text: "<b>Direction: W-E</b>"
2969           x: 0.74
2970           xanchor: "center"
2971           xref: "paper"
2972           y: 1.05
2973           yanchor: "bottom"
2974           yref: "paper"
2975
2976     plot-hdrh-latency-percentile-x-log:
2977       title:
2978         text: "<b>Latency by Percentile Distribution</b>"
2979         xanchor: "center"
2980         x: 0.5
2981         font:
2982           size: 18
2983       showlegend: True
2984       legend:
2985         traceorder: "normal"
2986         orientation: "h"
2987         font:
2988           size: 16
2989         xanchor: "left"
2990         yanchor: "top"
2991         x: 0
2992         y: -0.2
2993         bgcolor: "rgba(255, 255, 255, 0)"
2994         bordercolor: "rgba(255, 255, 255, 0)"
2995       xaxis:
2996         type: "log"
2997         title: "<b>Percentile [%]</b>"
2998         titlefont:
2999           size: 14
3000         autorange: False
3001         fixedrange: True
3002         gridcolor: "rgb(230, 230, 230)"
3003         linecolor: "rgb(220, 220, 220)"
3004         linewidth: 1
3005         showgrid: True
3006         showline: True
3007         showticklabels: True
3008         tickcolor: "rgb(220, 220, 220)"
3009         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6]
3010         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999]
3011         tickfont:
3012           size: 14
3013       yaxis:
3014         title: "<b>One-Way Latency per Direction [uSec]</b>"
3015         titlefont:
3016           size: 14
3017         gridcolor: "rgb(230, 230, 230)"
3018         linecolor: "rgb(220, 220, 220)"
3019         linewidth: 1
3020         showgrid: True
3021         showline: True
3022         showticklabels: True
3023         tickcolor: "rgb(220, 220, 220)"
3024         tickfont:
3025           size: 14
3026       autosize: False
3027       width: 700
3028       height: 700
3029       paper_bgcolor: "white"
3030       plot_bgcolor: "white"
3031
3032     plot-hdrh-latency-by-percentile:
3033       title:
3034         text: "<b>Latency by Percentile Distribution</b>"
3035         xanchor: "center"
3036         x: 0.5
3037         font:
3038           size: 18
3039       showlegend: True
3040       legend:
3041         traceorder: "normal"
3042         orientation: "h"
3043         font:
3044           size: 16
3045         xanchor: "left"
3046         yanchor: "top"
3047         x: 0
3048         y: -0.2
3049         bgcolor: "rgba(255, 255, 255, 0)"
3050         bordercolor: "rgba(255, 255, 255, 0)"
3051       xaxis:
3052         type: "linear"
3053         title: "<b>Percentile [%]</b>"
3054         titlefont:
3055           size: 14
3056         autorange: False
3057         fixedrange: False
3058         range: [0, 100]
3059         gridcolor: "rgb(230, 230, 230)"
3060         linecolor: "rgb(220, 220, 220)"
3061         linewidth: 1
3062         showgrid: True
3063         showline: True
3064         showticklabels: True
3065         tickcolor: "rgb(220, 220, 220)"
3066         tickvals: [0, 25, 50, 75, 100]
3067         ticktext: [0, 25, 50, 75, 100]
3068         tickfont:
3069           size: 14
3070       yaxis:
3071         title: "<b>One-Way Latency per Direction [uSec]</b>"
3072         titlefont:
3073           size: 14
3074         gridcolor: "rgb(230, 230, 230)"
3075         linecolor: "rgb(220, 220, 220)"
3076         linewidth: 1
3077         showgrid: True
3078         showline: True
3079         showticklabels: True
3080         tickcolor: "rgb(220, 220, 220)"
3081         tickfont:
3082           size: 14
3083       width: 700
3084       height: 700
3085       paper_bgcolor: "white"
3086       plot_bgcolor: "white"
3087
3088     plot-scatter-error-bars-gbps:
3089       titlefont:
3090         size: 16
3091       xaxis:
3092         title: "<b>Test Cases [Index]</b>"
3093         titlefont:
3094           size: 14
3095         autorange: True
3096         fixedrange: False
3097         gridcolor: "rgb(230, 230, 230)"
3098         linecolor: "rgb(220, 220, 220)"
3099         linewidth: 1
3100         showgrid: True
3101         showline: True
3102         showticklabels: True
3103         tickcolor: "rgb(220, 220, 220)"
3104         tickmode: "linear"
3105         tickfont:
3106           size: 14
3107         zeroline: False
3108       yaxis:
3109         title: "<b>Data Throughput [Gbps]</b>"
3110         titlefont:
3111           size: 14
3112         gridcolor: "rgb(230, 230, 230)"
3113         hoverformat: ".4r"
3114         tickformat: ".3r"
3115         linecolor: "rgb(220, 220, 220)"
3116         linewidth: 1
3117         showgrid: True
3118         showline: True
3119         showticklabels: True
3120         tickcolor: "rgb(220, 220, 220)"
3121         tickfont:
3122           size: 14
3123         zeroline: False
3124         range: [0,10]
3125       autosize: False
3126       margin:
3127         t: 50
3128         b: 0
3129         l: 80
3130         r: 20
3131       showlegend: True
3132       legend:
3133         orientation: "h"
3134         font:
3135           size: 14
3136       width: 700
3137       height: 900
3138       paper_bgcolor: "#fff"
3139       plot_bgcolor: "#fff"
3140       hoverlabel:
3141         namelength: -1
3142
3143 - type: "static"
3144   src-path: "{DIR[RST]}"
3145   dst-path: "{DIR[WORKING,SRC]}"
3146
3147 - type: "input"
3148   general:
3149     file-name: "output_info.xml.gz"
3150     file-format: ".gz"
3151     arch-file-format:
3152       - ".gz"
3153       - ".zip"
3154     download-path: "{job}/{build}/archives/{filename}"
3155     extract: "output.xml"
3156
3157     zip-file-name: "robot-plugin.zip"
3158     zip-file-format: ".zip"
3159     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
3160     zip-extract: "robot-plugin/output.xml"
3161
3162   builds:
3163
3164     csit-vpp-perf-report-iterative-2009-3n-hsw:
3165       - 18  # rls2005 MRR iter env 5
3166       - 9   # rls2005 NDRPDR iter env 5
3167       - 10  # rls2005 NDRPDR iter env 5
3168       - 11  # rls2005 NDRPDR iter env 5
3169       - 12  # rls2005 NDRPDR iter env 5
3170       - 13  # rls2005 NDRPDR iter env 5
3171       - 14  # rls2005 NDRPDR iter env 5
3172       - 15  # rls2005 NDRPDR iter env 5
3173       - 16  # rls2005 NDRPDR iter env 5
3174       - 17  # rls2005 NDRPDR iter env 5
3175       - 19  # rls2005 NDRPDR iter env 5
3176       - 23  # rls2009 MRR iter env 5
3177       - 21  # rls2009 NDRPDR iter env 5
3178       - 22  # rls2009 NDRPDR iter env 5
3179       - 24  # rls2009 NDRPDR iter env 5
3180       - 25  # rls2009 NDRPDR iter env 5
3181       - 26  # rls2009 NDRPDR iter env 5
3182       - 27  # rls2009 NDRPDR iter env 5
3183       - 28  # rls2009 NDRPDR iter env 5
3184       - 29  # rls2009 NDRPDR iter env 5
3185       - 30  # rls2009 NDRPDR iter env 5
3186       - 31  # rls2009 NDRPDR iter env 5
3187     csit-vpp-perf-report-iterative-2101-3n-hsw:
3188       - 17  # rls2009 MRR iter env 6
3189       - 19  # rls2009 NDRPDR iter env 6
3190       - 20  # rls2009 NDRPDR iter env 6
3191       - 21  # rls2009 NDRPDR iter env 6
3192       - 22  # rls2009 NDRPDR iter env 6
3193       - 23  # rls2009 NDRPDR iter env 6
3194       - 24  # rls2009 NDRPDR iter env 6
3195       - 25  # rls2009 NDRPDR iter env 6
3196       - 26  # rls2009 NDRPDR iter env 6
3197       - 27  # rls2009 NDRPDR iter env 6
3198       - 63  # rls2101.rel MRR iter env 6
3199       - 64  # rls2101.rel NDRPDR iter env 6
3200       - 71  # rls2101.rel NDRPDR iter env 6
3201       - 73  # rls2101.rel NDRPDR iter env 6
3202       - 74  # rls2101.rel NDRPDR iter env 6
3203       - 80  # rls2101.rel NDRPDR iter env 6
3204       - 81  # rls2101.rel NDRPDR iter env 6
3205       - 82  # rls2101.rel NDRPDR iter env 6
3206       - 83  # rls2101.rel NDRPDR iter env 6
3207       - 88  # rls2101.rel NDRPDR iter env 6
3208       - 89  # rls2101.rel NDRPDR iter env 6
3209       - 128 # rls2101.rel NDRPDR iter RND env 6
3210       - 129 # rls2101.rel NDRPDR iter RND env 6
3211       - 130 # rls2101.rel NDRPDR iter RND env 6
3212       - 131 # rls2101.rel NDRPDR iter RND env 6
3213       - 132 # rls2101.rel NDRPDR iter RND env 6
3214       - 133 # rls2101.rel NDRPDR iter RND env 6
3215       - 134 # rls2101.rel NDRPDR iter RND env 6
3216       - 135 # rls2101.rel NDRPDR iter RND env 6
3217       - 136 # rls2101.rel NDRPDR iter RND env 6
3218       - 137 # rls2101.rel NDRPDR iter RND env 6
3219       - 65  # rls2101.rel NDRPDR reconf iter env 6
3220       - 68  # rls2101.rel NDRPDR reconf iter env 6
3221       - 77  # rls2101.rel NDRPDR reconf iter env 6
3222       - 84  # rls2101.rel NDRPDR reconf iter env 6
3223       - 90  # rls2101.rel NDRPDR reconf iter env 6
3224       - 96  # rls2101.rel NDRPDR reconf iter env 6
3225       - 101 # rls2101.rel NDRPDR reconf iter env 6
3226       - 104 # rls2101.rel NDRPDR reconf iter env 6
3227       - 105 # rls2101.rel NDRPDR reconf iter env 6
3228       - 106 # rls2101.rel NDRPDR reconf iter env 6
3229       - 107 # rls2101.rel NDRPDR reconf iter env 6
3230       - 108 # rls2101.rel NDRPDR reconf iter env 6
3231       - 110 # rls2101.rel NDRPDR reconf iter env 6
3232       - 111 # rls2101.rel NDRPDR reconf iter env 6
3233       - 112 # rls2101.rel NDRPDR reconf iter env 6
3234       - 113 # rls2101.rel NDRPDR reconf iter env 6
3235       - 114 # rls2101.rel NDRPDR reconf iter env 6
3236       - 115 # rls2101.rel NDRPDR reconf iter env 6
3237       - 116 # rls2101.rel NDRPDR reconf iter env 6
3238       - 117 # rls2101.rel NDRPDR reconf iter env 6
3239       - 69  # rls2101.rel Hoststack iter env 6
3240       - 70  # rls2101.rel Hoststack iter env 6
3241       - 75  # rls2101.rel Hoststack iter env 6
3242       - 76  # rls2101.rel Hoststack iter env 6
3243       - 78  # rls2101.rel Hoststack iter env 6
3244       - 79  # rls2101.rel Hoststack iter env 6
3245       - 85  # rls2101.rel Hoststack iter env 6
3246       - 86  # rls2101.rel Hoststack iter env 6
3247       - 87  # rls2101.rel Hoststack iter env 6
3248       - 91  # rls2101.rel Hoststack iter env 6
3249       - 92  # rls2101.rel Hoststack iter env 6
3250       - 93  # rls2101.rel Hoststack iter env 6
3251       - 94  # rls2101.rel Hoststack iter env 6
3252       - 95  # rls2101.rel Hoststack iter env 6
3253       - 97  # rls2101.rel Hoststack iter env 6
3254       - 98  # rls2101.rel Hoststack iter env 6
3255       - 99  # rls2101.rel Hoststack iter env 6
3256       - 100 # rls2101.rel Hoststack iter env 6
3257       - 102 # rls2101.rel Hoststack iter env 6
3258       - 103 # rls2101.rel Hoststack iter env 6
3259     csit-vpp-perf-report-coverage-2101-3n-hsw:
3260       - 1   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-00
3261       - 2   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-01
3262       - 3   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-02
3263       - 4   # rls2101.rel NDRPDR cov env 6 3n-hsw-crypto-03
3264       - 5   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-00
3265       - 6   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-01
3266       - 7   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-02
3267       - 8   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-03
3268       - 9   # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-04
3269       - 10  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-05
3270       - 11  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-06
3271       - 12  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4-07
3272       - 13  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-00
3273       - 14  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-01
3274       - 15  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip4tun-02
3275       - 16  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6-00
3276       - 18  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6-01
3277       - 19  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-00
3278       - 20  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-01
3279       - 21  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-02
3280       - 22  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-03
3281       - 23  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-04
3282       - 24  # rls2101.rel NDRPDR cov env 6 3n-hsw-ip6tun-00
3283       - 25  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-05
3284       - 26  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-06
3285       - 27  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-07
3286       - 28  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-08
3287       - 29  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-09
3288       - 30  # rls2101.rel NDRPDR cov env 6 3n-hsw-l2-10
3289       - 31  # rls2101.rel NDRPDR cov env 6 3n-hsw-memif-00
3290       - 32  # rls2101.rel NDRPDR cov env 6 3n-hsw-srv6-00
3291       - 33  # rls2101.rel NDRPDR cov env 6 3n-hsw-srv6-01
3292       - 34  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-00
3293       - 35  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-01
3294       - 36  # rls2101.rel NDRPDR cov env 6 3n-hsw-vhost-02
3295
3296     csit-vpp-perf-report-iterative-2009-3n-skx:
3297       - 17  # rls2005 MRR iter env 5
3298       - 13  # rls2005 NDRPDR iter env 5
3299       - 18  # rls2005 NDRPDR iter env 5
3300       - 19  # rls2005 NDRPDR iter env 5
3301       - 41  # rls2005 NDRPDR iter env 5
3302       - 43  # rls2005 NDRPDR iter env 5
3303       - 44  # rls2005 NDRPDR iter env 5
3304       - 45  # rls2005 NDRPDR iter env 5
3305       - 46  # rls2005 NDRPDR iter env 5
3306       - 48  # rls2005 NDRPDR iter env 5
3307       - 49  # rls2005 NDRPDR iter env 5
3308       - 24  # rls2009 MRR iter env 5
3309       - 26  # rls2009 NDRPDR iter env 5
3310       - 27  # rls2009 NDRPDR iter env 5
3311       - 28  # rls2009 NDRPDR iter env 5
3312       - 29  # rls2009 NDRPDR iter env 5
3313       - 35  # rls2009 NDRPDR iter env 5
3314       - 36  # rls2009 NDRPDR iter env 5
3315       - 37  # rls2009 NDRPDR iter env 5
3316       - 38  # rls2009 NDRPDR iter env 5
3317       - 39  # rls2009 NDRPDR iter env 5
3318       - 40  # rls2009 NDRPDR iter env 5
3319     csit-vpp-perf-report-iterative-2101-3n-skx:
3320       - 34  # rls2009 MRR iter env 6
3321       - 14  # rls2009 NDRPDR iter env 6
3322       - 15  # rls2009 NDRPDR iter env 6
3323       - 16  # rls2009 NDRPDR iter env 6
3324       - 17  # rls2009 NDRPDR iter env 6
3325       - 18  # rls2009 NDRPDR iter env 6
3326       - 25  # rls2009 NDRPDR iter env 6
3327       - 26  # rls2009 NDRPDR iter env 6
3328       - 27  # rls2009 NDRPDR iter env 6
3329       - 29  # rls2009 NDRPDR iter env 6
3330       - 31  # rls2009 NDRPDR iter env 6
3331       - 35  # rls2101.rel MRR iter env 6
3332       - 36  # rls2101.rel NDRPDR iter env 6
3333       - 37  # rls2101.rel NDRPDR iter env 6
3334       - 38  # rls2101.rel NDRPDR iter env 6
3335       - 39  # rls2101.rel NDRPDR iter env 6
3336       - 40  # rls2101.rel NDRPDR iter env 6
3337       - 41  # rls2101.rel NDRPDR iter env 6
3338       - 42  # rls2101.rel NDRPDR iter env 6
3339       - 47  # rls2101.rel NDRPDR iter env 6
3340       - 48  # rls2101.rel NDRPDR iter env 6
3341       - 50  # rls2101.rel NDRPDR iter env 6
3342     csit-vpp-perf-report-coverage-2101-3n-skx:
3343       - 1   # rls2101.rel NDRPDR cov env 6 3n-skx-crypto-00
3344       - 2   # rls2101.rel NDRPDR cov env 6 3n-skx-crypto-01
3345       - 3   # rls2101.rel NDRPDR cov env 6 3n-skx-crypto-02
3346       - 4   # rls2101.rel NDRPDR cov env 6 3n-skx-crypto-03
3347       - 5   # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-00
3348       - 16  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-01
3349       - 7   # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-02
3350       - 17  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-03
3351       - 18  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-04
3352       - 19  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-05
3353       - 20  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-06
3354       - 12  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4-06
3355       - 13  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4tun-00
3356       - 26  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4tun-01
3357       - 15  # rls2101.rel NDRPDR cov env 6 3n-skx-ip4tun-02
3358       - 21  # rls2101.rel NDRPDR cov env 6 3n-skx-ip6-00
3359       - 22  # rls2101.rel NDRPDR cov env 6 3n-skx-ip6-01
3360       - 23  # rls2101.rel NDRPDR cov env 6 3n-skx-ip6tun-00
3361       - 24  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-00
3362       - 30  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-01
3363       - 27  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-02
3364       - 28  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-03
3365       - 29  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-04
3366       - 31  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-05
3367       - 32  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-06
3368       - 33  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-07
3369       - 34  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-08
3370       - 35  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-09
3371       - 36  # rls2101.rel NDRPDR cov env 6 3n-skx-l2-10
3372       - 37  # rls2101.rel NDRPDR cov env 6 3n-skx-memif-00
3373       - 38  # rls2101.rel NDRPDR cov env 6 3n-skx-srv6-00
3374       - 39  # rls2101.rel NDRPDR cov env 6 3n-skx-srv6-01
3375       - 40  # rls2101.rel NDRPDR cov env 6 3n-skx-vhost-00
3376       - 41  # rls2101.rel NDRPDR cov env 6 3n-skx-vhost-01
3377       - 42  # rls2101.rel NDRPDR cov env 6 3n-skx-vhost-02
3378       - 43  # rls2101.rel NDRPDR cov env 6 3n-skx-vhost-03
3379
3380     csit-vpp-perf-report-iterative-2009-2n-skx:
3381       - 20  # rls2005 MRR iter env 5
3382       - 13  # rls2005 NDRPDR iter env 5
3383       - 16  # rls2005 NDRPDR iter env 5
3384       - 17  # rls2005 NDRPDR iter env 5
3385       - 18  # rls2005 NDRPDR iter env 5
3386       - 19  # rls2005 NDRPDR iter env 5
3387       - 21  # rls2005 NDRPDR iter env 5
3388       - 22  # rls2005 NDRPDR iter env 5
3389       - 23  # rls2005 NDRPDR iter env 5
3390       - 24  # rls2005 NDRPDR iter env 5
3391       - 25  # rls2005 NDRPDR iter env 5
3392       - 120 # rls2009 MRR iter env 5
3393       - 35  # rls2009 NDRPDR iter env 5
3394       - 36  # rls2009 NDRPDR iter env 5
3395       - 37  # rls2009 NDRPDR iter env 5
3396       - 39  # rls2009 NDRPDR iter env 5
3397       - 40  # rls2009 NDRPDR iter env 5
3398       - 42  # rls2009 NDRPDR iter env 5
3399       - 43  # rls2009 NDRPDR iter env 5
3400       - 44  # rls2009 NDRPDR iter env 5
3401       - 46  # rls2009 NDRPDR iter env 5
3402       - 48  # rls2009 NDRPDR iter env 5
3403       - 110 # rls2009 NDRPDR iter NAT44 env 5
3404       - 111 # rls2009 NDRPDR iter NAT44 env 5
3405       - 112 # rls2009 NDRPDR iter NAT44 env 5
3406       - 113 # rls2009 NDRPDR iter NAT44 env 5
3407       - 114 # rls2009 NDRPDR iter NAT44 env 5
3408       - 115 # rls2009 NDRPDR iter NAT44 env 5
3409       - 116 # rls2009 NDRPDR iter NAT44 env 5
3410       - 118 # rls2009 NDRPDR iter NAT44 env 5
3411       - 119 # rls2009 NDRPDR iter NAT44 env 5
3412       - 121 # rls2009 NDRPDR iter NAT44 env 5
3413     csit-vpp-perf-report-iterative-2101-2n-skx:
3414       - 21  # rls2009 MRR iter env 6
3415       - 22  # rls2009 NDRPDR iter env 6
3416       - 23  # rls2009 NDRPDR iter env 6
3417       - 24  # rls2009 NDRPDR iter env 6
3418       - 25  # rls2009 NDRPDR iter env 6
3419       - 26  # rls2009 NDRPDR iter env 6
3420       - 28  # rls2009 NDRPDR iter env 6
3421       - 39  # rls2009 NDRPDR iter env 6
3422       - 40  # rls2009 NDRPDR iter env 6
3423       - 41  # rls2009 NDRPDR iter env 6
3424       - 44  # rls2009 NDRPDR iter env 6
3425       - 62  # rls2101.rel MRR iter env 6
3426       - 63  # rls2101.rel NDRPDR iter env 6
3427       - 69  # rls2101.rel NDRPDR iter env 6
3428       - 70  # rls2101.rel NDRPDR iter env 6
3429       - 75  # rls2101.rel NDRPDR iter env 6
3430       - 76  # rls2101.rel NDRPDR iter env 6
3431       - 77  # rls2101.rel NDRPDR iter env 6
3432       - 82  # rls2101.rel NDRPDR iter env 6
3433       - 85  # rls2101.rel NDRPDR iter env 6
3434       - 86  # rls2101.rel NDRPDR iter env 6
3435       - 94  # rls2101.rel NDRPDR iter env 6
3436       - 89  # rls2101.rel NDRPDR iter RND env 6
3437       - 90  # rls2101.rel NDRPDR iter RND env 6
3438       - 91  # rls2101.rel NDRPDR iter RND env 6
3439       - 92  # rls2101.rel NDRPDR iter RND env 6
3440       - 93  # rls2101.rel NDRPDR iter RND env 6
3441       - 96  # rls2101.rel NDRPDR iter RND env 6
3442       - 98  # rls2101.rel NDRPDR iter RND env 6
3443       - 99  # rls2101.rel NDRPDR iter RND env 6
3444       - 101 # rls2101.rel NDRPDR iter RND env 6
3445       - 102 # rls2101.rel NDRPDR iter RND env 6
3446       - 116 # rls2101.rel NDRPDR iter NAT env 6
3447       - 117 # rls2101.rel NDRPDR iter NAT env 6
3448       - 118 # rls2101.rel NDRPDR iter NAT env 6
3449       - 119 # rls2101.rel NDRPDR iter NAT env 6
3450       - 120 # rls2101.rel NDRPDR iter NAT env 6
3451       - 121 # rls2101.rel NDRPDR iter NAT env 6
3452       - 122 # rls2101.rel NDRPDR iter NAT env 6
3453       - 123 # rls2101.rel NDRPDR iter NAT env 6
3454       - 124 # rls2101.rel NDRPDR iter NAT env 6
3455       - 125 # rls2101.rel NDRPDR iter NAT env 6
3456       - 65  # rls2101.rel MRR nf-density iter env 6
3457       - 67  # rls2101.rel NDRPDR nf-density iter env 6
3458       - 72  # rls2101.rel NDRPDR nf-density iter env 6
3459       - 79  # rls2101.rel NDRPDR nf-density iter env 6
3460       - 83  # rls2101.rel NDRPDR nf-density iter env 6
3461       - 88  # rls2101.rel NDRPDR nf-density iter env 6
3462       - 97  # rls2101.rel NDRPDR nf-density iter env 6
3463       - 103 # rls2101.rel NDRPDR nf-density iter env 6
3464       - 108 # rls2101.rel NDRPDR nf-density iter env 6
3465       - 109 # rls2101.rel NDRPDR nf-density iter env 6
3466       - 110 # rls2101.rel NDRPDR nf-density iter env 6
3467       - 64  # rls2101.rel NDRPDR reconf iter env 6
3468       - 66  # rls2101.rel NDRPDR reconf iter env 6
3469       - 71  # rls2101.rel NDRPDR reconf iter env 6
3470       - 74  # rls2101.rel NDRPDR reconf iter env 6
3471       - 78  # rls2101.rel NDRPDR reconf iter env 6
3472       - 87  # rls2101.rel NDRPDR reconf iter env 6
3473       - 95  # rls2101.rel NDRPDR reconf iter env 6
3474       - 100 # rls2101.rel NDRPDR reconf iter env 6
3475       - 104 # rls2101.rel NDRPDR reconf iter env 6
3476       - 106 # rls2101.rel NDRPDR reconf iter env 6
3477       - 68  # rls2101.rel soak env 6
3478       - 73  # rls2101.rel soak env 6
3479       - 129 # rls2101.rel MRR GSO iter env 6
3480     csit-vpp-perf-report-coverage-2101-2n-skx:
3481       - 1   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-00
3482       - 2   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-01
3483       - 3   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-02
3484       - 4   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-03
3485       - 5   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-04
3486       - 6   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-05
3487       - 7   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-06
3488       - 8   # rls2101.rel NDRPDR cov env 6 2n-skx-ip4-07
3489       - 21  # rls2101.rel NDRPDR cov env 6 2n-skx-ip4tun-00
3490       - 22  # rls2101.rel NDRPDR cov env 6 2n-skx-ip4tun-00
3491       - 10  # rls2101.rel NDRPDR cov env 6 2n-skx-ip6-00
3492       - 11  # rls2101.rel NDRPDR cov env 6 2n-skx-ip6-01
3493       - 12  # rls2101.rel NDRPDR cov env 6 2n-skx-l2-00
3494       - 13  # rls2101.rel NDRPDR cov env 6 2n-skx-l2-01
3495       - 14  # rls2101.rel NDRPDR cov env 6 2n-skx-lb-00
3496       - 15  # rls2101.rel NDRPDR cov env 6 2n-skx-memif-00
3497       - 16  # rls2101.rel NDRPDR cov env 6 2n-skx-vhost-00
3498       - 17  # rls2101.rel NDRPDR cov env 6 2n-skx-vhost-01
3499       - 19  # rls2101.rel NDRPDR cov env 6 2n-skx-vts-00
3500
3501     csit-vpp-perf-report-iterative-2009-2n-clx:
3502       - 77  # rls2005 MRR iter env 5
3503       - 13  # rls2005 NDRPDR iter env 5
3504       - 15  # rls2005 NDRPDR iter env 5
3505       - 17  # rls2005 NDRPDR iter env 5
3506       - 18  # rls2005 NDRPDR iter env 5
3507       - 19  # rls2005 NDRPDR iter env 5
3508       - 20  # rls2005 NDRPDR iter env 5
3509       - 21  # rls2005 NDRPDR iter env 5
3510       - 22  # rls2005 NDRPDR iter env 5
3511       - 23  # rls2005 NDRPDR iter env 5
3512       - 24  # rls2005 NDRPDR iter env 5
3513       - 125 # rls2009 MRR iter env 5
3514       - 36  # rls2009 NDRPDR iter env 5
3515       - 39  # rls2009 NDRPDR iter env 5
3516       - 40  # rls2009 NDRPDR iter env 5
3517       - 65  # rls2009 NDRPDR iter env 5
3518       - 66  # rls2009 NDRPDR iter env 5
3519       - 79  # rls2009 NDRPDR iter env 5
3520       - 82  # rls2009 NDRPDR iter env 5
3521       - 88  # rls2009 NDRPDR iter env 5
3522       - 89  # rls2009 NDRPDR iter env 5
3523       - 90  # rls2009 NDRPDR iter env 5
3524       - 114 # rls2009 NDRPDR iter NAT44 env 5
3525       - 115 # rls2009 NDRPDR iter NAT44 env 5
3526       - 116 # rls2009 NDRPDR iter NAT44 env 5
3527       - 117 # rls2009 NDRPDR iter NAT44 env 5
3528       - 118 # rls2009 NDRPDR iter NAT44 env 5
3529       - 119 # rls2009 NDRPDR iter NAT44 env 5
3530       - 121 # rls2009 NDRPDR iter NAT44 env 5
3531       - 122 # rls2009 NDRPDR iter NAT44 env 5
3532       - 123 # rls2009 NDRPDR iter NAT44 env 5
3533       - 126 # rls2009 NDRPDR iter NAT44 env 5
3534     csit-vpp-perf-report-iterative-2101-2n-clx:
3535       - 15  # rls2009 MRR iter env 6
3536       - 142 # rls2009 MRR MLX iter env 6
3537       - 16  # rls2009 NDRPDR iter env 6
3538       - 17  # rls2009 NDRPDR iter env 6
3539       - 18  # rls2009 NDRPDR iter env 6
3540       - 19  # rls2009 NDRPDR iter env 6
3541       - 20  # rls2009 NDRPDR iter env 6
3542       - 21  # rls2009 NDRPDR iter env 6
3543       - 32  # rls2009 NDRPDR iter env 6
3544       - 33  # rls2009 NDRPDR iter env 6
3545       - 34  # rls2009 NDRPDR iter env 6
3546       - 35  # rls2009 NDRPDR iter env 6
3547       - 146 # rls2009 NDRPDR MLX iter env 6
3548       - 147 # rls2009 NDRPDR MLX iter env 6
3549       - 148 # rls2009 NDRPDR MLX iter env 6
3550       - 149 # rls2009 NDRPDR MLX iter env 6
3551       - 150 # rls2009 NDRPDR MLX iter env 6
3552       - 151 # rls2009 NDRPDR MLX iter env 6
3553       - 152 # rls2009 NDRPDR MLX iter env 6
3554       - 153 # rls2009 NDRPDR MLX iter env 6
3555       - 154 # rls2009 NDRPDR MLX iter env 6
3556       - 155 # rls2009 NDRPDR MLX iter env 6
3557       - 53  # rls2101.rel MRR iter env 6
3558       - 133 # rls2101.rel MRR MLX iter env 6
3559       - 54  # rls2101.rel NDRPDR iter env 6
3560       - 59  # rls2101.rel NDRPDR iter env 6
3561       - 60  # rls2101.rel NDRPDR iter env 6
3562       - 63  # rls2101.rel NDRPDR iter env 6
3563       - 66  # rls2101.rel NDRPDR iter env 6
3564       - 68  # rls2101.rel NDRPDR iter env 6
3565       - 73  # rls2101.rel NDRPDR iter env 6
3566       - 75  # rls2101.rel NDRPDR iter env 6
3567       - 86  # rls2101.rel NDRPDR iter env 6
3568       - 90  # rls2101.rel NDRPDR iter env 6
3569       - 80  # rls2101.rel NDRPDR iter RND env 6
3570       - 87  # rls2101.rel NDRPDR iter RND env 6
3571       - 91  # rls2101.rel NDRPDR iter RND env 6
3572       - 92  # rls2101.rel NDRPDR iter RND env 6
3573       - 93  # rls2101.rel NDRPDR iter RND env 6
3574       - 94  # rls2101.rel NDRPDR iter RND env 6
3575       - 95  # rls2101.rel NDRPDR iter RND env 6
3576       - 100 # rls2101.rel NDRPDR iter RND env 6
3577       - 106 # rls2101.rel NDRPDR iter RND env 6
3578       - 108 # rls2101.rel NDRPDR iter RND env 6
3579       - 112 # rls2101.rel NDRPDR iter NAT env 6
3580       - 113 # rls2101.rel NDRPDR iter NAT env 6
3581       - 114 # rls2101.rel NDRPDR iter NAT env 6
3582       - 115 # rls2101.rel NDRPDR iter NAT env 6
3583       - 116 # rls2101.rel NDRPDR iter NAT env 6
3584       - 117 # rls2101.rel NDRPDR iter NAT env 6
3585       - 118 # rls2101.rel NDRPDR iter NAT env 6
3586       - 119 # rls2101.rel NDRPDR iter NAT env 6
3587       - 120 # rls2101.rel NDRPDR iter NAT env 6
3588       - 121 # rls2101.rel NDRPDR iter NAT env 6
3589       - 122 # rls2101.rel NDRPDR iter MLX env 6
3590       - 123 # rls2101.rel NDRPDR iter MLX env 6
3591       - 124 # rls2101.rel NDRPDR iter MLX env 6
3592       - 126 # rls2101.rel NDRPDR iter MLX env 6
3593       - 127 # rls2101.rel NDRPDR iter MLX env 6
3594       - 128 # rls2101.rel NDRPDR iter MLX env 6
3595       - 129 # rls2101.rel NDRPDR iter MLX env 6
3596       - 130 # rls2101.rel NDRPDR iter MLX env 6
3597       - 131 # rls2101.rel NDRPDR iter MLX env 6
3598       - 132 # rls2101.rel NDRPDR iter MLX env 6
3599       - 72  # rls2101.rel MRR nf-density iter env 6
3600       - 57  # rls2101.rel NDRPDR nf-density iter env 6
3601       - 62  # rls2101.rel NDRPDR nf-density iter env 6
3602       - 70  # rls2101.rel NDRPDR nf-density iter env 6
3603       - 71  # rls2101.rel NDRPDR nf-density iter env 6
3604       - 82  # rls2101.rel NDRPDR nf-density iter env 6
3605       - 88  # rls2101.rel NDRPDR nf-density iter env 6
3606       - 89  # rls2101.rel NDRPDR nf-density iter env 6
3607       - 96  # rls2101.rel NDRPDR nf-density iter env 6
3608       - 97  # rls2101.rel NDRPDR nf-density iter env 6
3609       - 98  # rls2101.rel NDRPDR nf-density iter env 6
3610       - 55  # rls2101.rel NDRPDR reconf iter env 6
3611       - 64  # rls2101.rel NDRPDR reconf iter env 6
3612       - 76  # rls2101.rel NDRPDR reconf iter env 6
3613       - 83  # rls2101.rel NDRPDR reconf iter env 6
3614       - 99  # rls2101.rel NDRPDR reconf iter env 6
3615       - 101 # rls2101.rel NDRPDR reconf iter env 6
3616       - 102 # rls2101.rel NDRPDR reconf iter env 6
3617       - 107 # rls2101.rel NDRPDR reconf iter env 6
3618       - 109 # rls2101.rel NDRPDR reconf iter env 6
3619       - 110 # rls2101.rel NDRPDR reconf iter env 6
3620       - 58  # rls2101.rel soak env 6
3621       - 61  # rls2101.rel soak env 6
3622       - 159 # rls2101.rel MRR GSO iter env 6
3623     csit-vpp-perf-report-coverage-2101-2n-clx:
3624       - 1   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-00
3625       - 2   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-01
3626       - 3   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-02
3627       - 4   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-03
3628       - 5   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-04
3629       - 6   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-05
3630       - 7   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-06
3631       - 8   # rls2101.rel NDRPDR cov env 6 2n-clx-ip4-07
3632       - 19  # rls2101.rel NDRPDR cov env 6 2n-clx-ip4tun-00
3633       - 20  # rls2101.rel NDRPDR cov env 6 2n-clx-ip4tun-00
3634       - 10  # rls2101.rel NDRPDR cov env 6 2n-clx-ip6-00
3635       - 11  # rls2101.rel NDRPDR cov env 6 2n-clx-ip6-01
3636       - 12  # rls2101.rel NDRPDR cov env 6 2n-clx-l2-00
3637       - 13  # rls2101.rel NDRPDR cov env 6 2n-clx-l2-01
3638       - 14  # rls2101.rel NDRPDR cov env 6 2n-clx-lb-00
3639       - 15  # rls2101.rel NDRPDR cov env 6 2n-clx-memif-00
3640       - 16  # rls2101.rel NDRPDR cov env 6 2n-clx-vhost-00
3641       - 17  # rls2101.rel NDRPDR cov env 6 2n-clx-vhost-01
3642       - 18  # rls2101.rel NDRPDR cov env 6 2n-clx-vts-00
3643
3644     csit-vpp-perf-report-iterative-2009-2n-zn2:
3645       - 15  # rls2009 MRR iter env 5
3646       - 17  # rls2009 NDRPDR iter env 5
3647       - 18  # rls2009 NDRPDR iter env 5
3648       - 31  # rls2009 NDRPDR iter env 5
3649       - 33  # rls2009 NDRPDR iter env 5
3650       - 34  # rls2009 NDRPDR iter env 5
3651     csit-vpp-perf-report-iterative-2101-2n-zn2:
3652       - 8   # rls2009 MRR iter env6
3653       - 9   # rls2009 NDRPDR iter env 6
3654       - 10  # rls2009 NDRPDR iter env 6
3655       - 11  # rls2009 NDRPDR iter env 6
3656       - 12  # rls2009 NDRPDR iter env 6
3657       - 13  # rls2009 NDRPDR iter env 6
3658       - 20  # rls2009 NDRPDR iter env 6
3659       - 21  # rls2009 NDRPDR iter env 6
3660       - 22  # rls2009 NDRPDR iter env 6
3661       - 25  # rls2009 NDRPDR iter env 6
3662       - 26  # rls2009 NDRPDR iter env 6
3663       - 30  # rls2101.rel MRR iter env 6
3664       - 31  # rls2101.rel NDRPDR iter env 6
3665       - 32  # rls2101.rel NDRPDR iter env 6
3666       - 33  # rls2101.rel NDRPDR iter env 6
3667       - 34  # rls2101.rel NDRPDR iter env 6
3668       - 35  # rls2101.rel NDRPDR iter env 6
3669       - 36  # rls2101.rel NDRPDR iter env 6
3670       - 37  # rls2101.rel NDRPDR iter env 6
3671       - 38  # rls2101.rel NDRPDR iter env 6
3672       - 44  # rls2101.rel NDRPDR iter env 6
3673       - 49  # rls2101.rel NDRPDR iter env 6
3674       - 39  # rls2101.rel NDRPDR iter RND env 6
3675       - 40  # rls2101.rel NDRPDR iter RND env 6
3676       - 41  # rls2101.rel NDRPDR iter RND env 6
3677       - 42  # rls2101.rel NDRPDR iter RND env 6
3678       - 43  # rls2101.rel NDRPDR iter RND env 6
3679       - 45  # rls2101.rel NDRPDR iter RND env 6
3680       - 48  # rls2101.rel NDRPDR iter RND env 6
3681       - 50  # rls2101.rel NDRPDR iter RND env 6
3682       - 51  # rls2101.rel NDRPDR iter RND env 6
3683       - 52  # rls2101.rel NDRPDR iter RND env 6
3684       - 56  # rls2101.rel MRR GSO iter env 6
3685     csit-vpp-perf-report-coverage-2101-2n-zn2:
3686       - 1   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-00
3687       - 2   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-01
3688       - 3   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-02
3689       - 4   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-03
3690       - 5   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-04
3691       - 6   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4-05
3692       - 17  # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4tun-00
3693       - 18  # rls2101.rel NDRPDR cov env 6 2n-zn2-ip4tun-01
3694       - 8   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip6-00
3695       - 9   # rls2101.rel NDRPDR cov env 6 2n-zn2-ip6-01
3696       - 10  # rls2101.rel NDRPDR cov env 6 2n-zn2-l2-00
3697       - 11  # rls2101.rel NDRPDR cov env 6 2n-zn2-l2-01
3698       - 12  # rls2101.rel NDRPDR cov env 6 2n-zn2-lb-00
3699       - 13  # rls2101.rel NDRPDR cov env 6 2n-zn2-memif-00
3700       - 14  # rls2101.rel NDRPDR cov env 6 2n-zn2-vhost-00
3701       - 15  # rls2101.rel NDRPDR cov env 6 2n-zn2-vhost-00
3702       - 16  # rls2101.rel NDRPDR cov env 6 2n-zn2-vts-00
3703
3704     csit-vpp-perf-report-iterative-2009-3n-tsh:
3705       - 8   # rls2005 NDRPDR iter env 5
3706       - 11  # rls2005 NDRPDR iter env 5
3707       - 12  # rls2005 NDRPDR iter env 5
3708       - 24  # rls2005 NDRPDR iter env 5
3709       - 27  # rls2005 NDRPDR iter env 5
3710       - 29  # rls2005 NDRPDR iter env 5
3711       - 31  # rls2005 NDRPDR iter env 5
3712       - 39  # rls2005 NDRPDR iter env 5
3713       - 40  # rls2005 NDRPDR iter env 5
3714       - 42  # rls2005 NDRPDR iter env 5
3715       - 13  # rls2005 MRR iter env 5
3716       - 14  # rls2009 NDRPDR iter env 5
3717       - 20  # rls2009 NDRPDR iter env 5
3718       - 21  # rls2009 NDRPDR iter env 5
3719       - 22  # rls2009 NDRPDR iter env 5
3720       - 23  # rls2009 NDRPDR iter env 5
3721       - 28  # rls2009 NDRPDR iter env 5
3722       - 30  # rls2009 NDRPDR iter env 5
3723       - 33  # rls2009 NDRPDR iter env 5
3724       - 38  # rls2009 NDRPDR iter env 5
3725       - 41  # rls2009 NDRPDR iter env 5
3726       - 15  # rls2009 MRR iter env 5
3727     csit-vpp-perf-report-iterative-2101-3n-tsh:
3728       - 7   # rls2009 MRR iter env 6
3729       - 8   # rls2009 NDRPDR iter env 6
3730       - 13  # rls2009 NDRPDR iter env 6
3731       - 14  # rls2009 NDRPDR iter env 6
3732       - 15  # rls2009 NDRPDR iter env 6
3733       - 16  # rls2009 NDRPDR iter env 6
3734       - 17  # rls2009 NDRPDR iter env 6
3735       - 18  # rls2009 NDRPDR iter env 6
3736       - 19  # rls2009 NDRPDR iter env 6
3737       - 21  # rls2009 NDRPDR iter env 6
3738       - 22  # rls2101.rel MRR iter env 6
3739       - 23  # rls2101.rel NDRPDR iter env 6
3740       - 24  # rls2101.rel NDRPDR iter env 6
3741       - 25  # rls2101.rel NDRPDR iter env 6
3742       - 26  # rls2101.rel NDRPDR iter env 6
3743       - 27  # rls2101.rel NDRPDR iter env 6
3744       - 28  # rls2101.rel NDRPDR iter env 6
3745       - 29  # rls2101.rel NDRPDR iter env 6
3746       - 30  # rls2101.rel NDRPDR iter env 6
3747       - 31  # rls2101.rel NDRPDR iter env 6
3748       - 32  # rls2101.rel NDRPDR iter env 6
3749     csit-vpp-perf-report-coverage-2101-3n-tsh:
3750       - 1   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4-00
3751       - 2   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4-01
3752       - 3   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4-02
3753       - 4   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4-03
3754       - 5   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4tun-00
3755       - 6   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip4tun-01
3756       - 7   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip6-00
3757       - 8   # rls2101.rel NDRPDR cov env 6 3n-tsh-ip6-01
3758       - 9   # rls2101.rel NDRPDR cov env 6 3n-tsh-l2-00
3759       - 10  # rls2101.rel NDRPDR cov env 6 3n-tsh-l2-01
3760       - 11  # rls2101.rel NDRPDR cov env 6 3n-tsh-l2-02
3761       - 12  # rls2101.rel NDRPDR cov env 6 3n-tsh-l2-03
3762       - 13  # rls2101.rel NDRPDR cov env 6 3n-tsh-l2-04
3763       - 19  # rls2101.rel NDRPDR cov env 6 3n-tsh-memif-00
3764       - 15  # rls2101.rel NDRPDR cov env 6 3n-tsh-srv6-00
3765       - 16  # rls2101.rel NDRPDR cov env 6 3n-tsh-srv6-01
3766       - 17  # rls2101.rel NDRPDR cov env 6 3n-tsh-vhost-00
3767       - 18  # rls2101.rel NDRPDR cov env 6 3n-tsh-vhost-01
3768
3769     csit-vpp-perf-report-iterative-2101-2n-tx2:
3770       - 5   # rls2009 MRR iter env 6
3771       - 6   # rls2009 NDRPDR iter env 6
3772       - 7   # rls2009 NDRPDR iter env 6
3773       - 11  # rls2009 NDRPDR iter env 6
3774       - 12  # rls2009 NDRPDR iter env 6
3775       - 13  # rls2009 NDRPDR iter env 6
3776       - 16  # rls2009 NDRPDR iter env 6
3777       - 17  # rls2009 NDRPDR iter env 6
3778       - 18  # rls2009 NDRPDR iter env 6
3779       - 19  # rls2009 NDRPDR iter env 6
3780       - 20  # rls2009 NDRPDR iter env 6
3781       - 21  # rls2101.rel MRR iter env 6
3782       - 22  # rls2101.rel NDRPDR iter env 6
3783       - 23  # rls2101.rel NDRPDR iter env 6
3784       - 24  # rls2101.rel NDRPDR iter env 6
3785       - 25  # rls2101.rel NDRPDR iter env 6
3786       - 26  # rls2101.rel NDRPDR iter env 6
3787       - 27  # rls2101.rel NDRPDR iter env 6
3788       - 28  # rls2101.rel NDRPDR iter env 6
3789       - 29  # rls2101.rel NDRPDR iter env 6
3790       - 30  # rls2101.rel NDRPDR iter env 6
3791       - 31  # rls2101.rel NDRPDR iter env 6
3792     csit-vpp-perf-report-coverage-2101-2n-tx2:
3793       - 1   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-00
3794       - 2   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-01
3795       - 3   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-02
3796       - 4   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-03
3797       - 5   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-04
3798       - 6   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-05
3799       - 7   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip4-06
3800       - 8   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip6-00
3801       - 9   # rls2101.rel NDRPDR cov env 6 2n-tx2-ip6-01
3802       - 10  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-00
3803       - 11  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-01
3804       - 12  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-02
3805       - 13  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-03
3806       - 15  # rls2101.rel NDRPDR cov env 6 2n-tx2-l2-04
3807
3808     csit-vpp-perf-report-iterative-2009-3n-dnv:
3809       - 16  # rls2005 NDRPDR iter env 5
3810       - 23  # rls2005 NDRPDR iter env 5
3811       - 25  # rls2005 NDRPDR iter env 5
3812       - 26  # rls2005 NDRPDR iter env 5
3813       - 27  # rls2005 NDRPDR iter env 5
3814       - 28  # rls2005 NDRPDR iter env 5
3815       - 29  # rls2005 NDRPDR iter env 5
3816       - 30  # rls2005 NDRPDR iter env 5
3817       - 31  # rls2005 NDRPDR iter env 5
3818       - 32  # rls2005 NDRPDR iter env 5
3819       - 19  # rls2005 MRR iter env 5
3820       - 3   # rls2009 NDRPDR iter env 5
3821       - 6   # rls2009 NDRPDR iter env 5
3822       - 7   # rls2009 NDRPDR iter env 5
3823       - 8   # rls2009 NDRPDR iter env 5
3824       - 10  # rls2009 NDRPDR iter env 5
3825       - 11  # rls2009 NDRPDR iter env 5
3826       - 12  # rls2009 NDRPDR iter env 5
3827       - 14  # rls2009 NDRPDR iter env 5
3828       - 15  # rls2009 NDRPDR iter env 5
3829       - 24  # rls2009 NDRPDR iter env 5
3830       - 22  # rls2009 MRR iter env 5
3831     csit-vpp-perf-report-iterative-2101-3n-dnv:
3832       - 32  # rls2101.rel MRR iter env 6
3833       - 33  # rls2101.rel NDRPDR iter env 6
3834       - 34  # rls2101.rel NDRPDR iter env 6
3835       - 35  # rls2101.rel NDRPDR iter env 6
3836       - 36  # rls2101.rel NDRPDR iter env 6
3837       - 37  # rls2101.rel NDRPDR iter env 6
3838       - 38  # rls2101.rel NDRPDR iter env 6
3839       - 39  # rls2101.rel NDRPDR iter env 6
3840       - 40  # rls2101.rel NDRPDR iter env 6
3841       - 41  # rls2101.rel NDRPDR iter env 6
3842       - 42  # rls2101.rel NDRPDR iter env 6
3843       - 43  # rls2101.rel NDRPDR iter RND env 6
3844       - 44  # rls2101.rel NDRPDR iter RND env 6
3845       - 45  # rls2101.rel NDRPDR iter RND env 6
3846       - 46  # rls2101.rel NDRPDR iter RND env 6
3847       - 47  # rls2101.rel NDRPDR iter RND env 6
3848       - 48  # rls2101.rel NDRPDR iter RND env 6
3849       - 49  # rls2101.rel NDRPDR iter RND env 6
3850       - 50  # rls2101.rel NDRPDR iter RND env 6
3851       - 51  # rls2101.rel NDRPDR iter RND env 6
3852       - 52  # rls2101.rel NDRPDR iter RND env 6
3853     csit-vpp-perf-report-coverage-2101-3n-dnv:
3854       - 1   # rls2101.rel NDRPDR cov env 6 3n-dnv-crypto-00
3855       - 2   # rls2101.rel NDRPDR cov env 6 3n-dnv-crypto-01
3856       - 3   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-00
3857       - 4   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-01
3858       - 5   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4tun-00
3859       - 6   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip6-00
3860       - 7   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip6-01
3861       - 8   # rls2101.rel NDRPDR cov env 6 3n-dnv-l2-00
3862       - 9   # rls2101.rel NDRPDR cov env 6 3n-dnv-l2-01
3863
3864     csit-vpp-perf-report-iterative-2009-2n-dnv:
3865       - 16  # rls2005 NDRPDR iter env 5
3866       - 17  # rls2005 NDRPDR iter env 5
3867       - 18  # rls2005 NDRPDR iter env 5
3868       - 19  # rls2005 NDRPDR iter env 5
3869       - 21  # rls2005 NDRPDR iter env 5
3870       - 24  # rls2005 NDRPDR iter env 5
3871       - 27  # rls2005 NDRPDR iter env 5
3872       - 28  # rls2005 NDRPDR iter env 5
3873       - 29  # rls2005 NDRPDR iter env 5
3874       - 30  # rls2005 NDRPDR iter env 5
3875       - 23  # rls2005 MRR iter env 5
3876       - 3   # rls2009 NDRPDR iter env 5
3877       - 5   # rls2009 NDRPDR iter env 5
3878       - 6   # rls2009 NDRPDR iter env 5
3879       - 7   # rls2009 NDRPDR iter env 5
3880       - 9   # rls2009 NDRPDR iter env 5
3881       - 10  # rls2009 NDRPDR iter env 5
3882       - 11  # rls2009 NDRPDR iter env 5
3883       - 12  # rls2009 NDRPDR iter env 5
3884       - 14  # rls2009 NDRPDR iter env 5
3885       - 15  # rls2009 NDRPDR iter env 5
3886       - 13  # rls2009 MRR iter env 5
3887     csit-vpp-perf-report-iterative-2101-2n-dnv:
3888       - 31  # rls2101.rel MRR iter env 6
3889       - 32  # rls2101.rel NDRPDR iter env 6
3890       - 33  # rls2101.rel NDRPDR iter env 6
3891       - 34  # rls2101.rel NDRPDR iter env 6
3892       - 35  # rls2101.rel NDRPDR iter env 6
3893       - 39  # rls2101.rel NDRPDR iter env 6
3894       - 41  # rls2101.rel NDRPDR iter env 6
3895       - 42  # rls2101.rel NDRPDR iter env 6
3896       - 43  # rls2101.rel NDRPDR iter env 6
3897       - 44  # rls2101.rel NDRPDR iter env 6
3898       - 45  # rls2101.rel NDRPDR iter env 6
3899       - 46  # rls2101.rel NDRPDR iter RND env 6
3900       - 47  # rls2101.rel NDRPDR iter RND env 6
3901       - 48  # rls2101.rel NDRPDR iter RND env 6
3902       - 49  # rls2101.rel NDRPDR iter RND env 6
3903       - 50  # rls2101.rel NDRPDR iter RND env 6
3904       - 51  # rls2101.rel NDRPDR iter RND env 6
3905       - 52  # rls2101.rel NDRPDR iter RND env 6
3906       - 53  # rls2101.rel NDRPDR iter RND env 6
3907       - 54  # rls2101.rel NDRPDR iter RND env 6
3908       - 55  # rls2101.rel NDRPDR iter RND env 6
3909     csit-vpp-perf-report-coverage-2101-2n-dnv:
3910       - 1   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-00
3911       - 2   # rls2101.rel NDRPDR cov env 6 3n-dnv-ip4-01
3912       - 3   # rls2101.rel NDRPDR cov env 6 2n-dnv-ip6-00
3913       - 4   # rls2101.rel NDRPDR cov env 6 2n-dnv-ip6-01
3914       - 5   # rls2101.rel NDRPDR cov env 6 2n-dnv-l2-00
3915       - 6   # rls2101.rel NDRPDR cov env 6 2n-dnv-l2-01
3916
3917     csit-dpdk-perf-report-iterative-2005-3n-hsw:
3918       - 25  # NDRPDR iter
3919       - 26  # NDRPDR iter
3920       - 27  # NDRPDR iter
3921       - 28  # NDRPDR iter
3922       - 29  # NDRPDR iter
3923       - 30  # NDRPDR iter
3924       - 31  # NDRPDR iter
3925       - 32  # NDRPDR iter
3926       - 33  # NDRPDR iter
3927       - 34  # NDRPDR iter
3928     csit-dpdk-perf-report-iterative-2009-3n-hsw:
3929       - 6   # NDRPDR iter env5
3930       - 7   # NDRPDR iter env5
3931       - 8   # NDRPDR iter env5
3932       - 9   # NDRPDR iter env5
3933       - 10  # NDRPDR iter env5
3934       - 11  # NDRPDR iter env5
3935       - 12  # NDRPDR iter env5
3936       - 13  # NDRPDR iter env5
3937       - 14  # NDRPDR iter env5
3938       - 15  # NDRPDR iter env5
3939     csit-dpdk-perf-report-iterative-2101-3n-hsw:
3940       - 11  # rls2101 NDRPDR iter env 6
3941       - 12  # rls2101 NDRPDR iter env 6
3942       - 13  # rls2101 NDRPDR iter env 6
3943       - 14  # rls2101 NDRPDR iter env 6
3944       - 16  # rls2101 NDRPDR iter env 6
3945       - 17  # rls2101 NDRPDR iter env 6
3946       - 18  # rls2101 NDRPDR iter env 6
3947       - 19  # rls2101 NDRPDR iter env 6
3948       - 20  # rls2101 NDRPDR iter env 6
3949       - 21  # rls2101 NDRPDR iter env 6
3950
3951     csit-dpdk-perf-report-iterative-2005-3n-skx:
3952       - 28  # NDRPDR iter
3953       - 29  # NDRPDR iter
3954       - 30  # NDRPDR iter
3955       - 31  # NDRPDR iter
3956       - 32  # NDRPDR iter
3957       - 33  # NDRPDR iter
3958       - 34  # NDRPDR iter
3959       - 35  # NDRPDR iter
3960       - 36  # NDRPDR iter
3961       - 37  # NDRPDR iter
3962     csit-dpdk-perf-report-iterative-2009-3n-skx:
3963       - 4   # NDRPDR sel env5
3964       - 5   # NDRPDR sel env5
3965       - 6   # NDRPDR sel env5
3966       - 7   # NDRPDR sel env5
3967       - 8   # NDRPDR sel env5
3968       - 9   # NDRPDR sel env5
3969       - 14  # NDRPDR sel env5
3970       - 11  # NDRPDR sel env5
3971       - 12  # NDRPDR sel env5
3972       - 13  # NDRPDR sel env5
3973     csit-dpdk-perf-report-iterative-2101-3n-skx:
3974       - 12  # rls2101 NDRPDR iter env 6
3975       - 14  # rls2101 NDRPDR iter env 6
3976       - 15  # rls2101 NDRPDR iter env 6
3977       - 17  # rls2101 NDRPDR iter env 6
3978       - 19  # rls2101 NDRPDR iter env 6
3979       - 20  # rls2101 NDRPDR iter env 6
3980       - 21  # rls2101 NDRPDR iter env 6
3981       - 22  # rls2101 NDRPDR iter env 6
3982       - 25  # rls2101 NDRPDR iter env 6
3983       - 26  # rls2101 NDRPDR iter env 6
3984
3985     csit-dpdk-perf-report-iterative-2005-2n-skx:
3986       - 20  # NDRPDR iter
3987       - 21  # NDRPDR iter
3988       - 22  # NDRPDR iter
3989       - 23  # NDRPDR iter
3990       - 24  # NDRPDR iter
3991       - 25  # NDRPDR iter
3992       - 26  # NDRPDR iter
3993       - 27  # NDRPDR iter
3994       - 28  # NDRPDR iter
3995       - 29  # NDRPDR iter
3996     csit-dpdk-perf-report-iterative-2009-2n-skx:
3997       - 4   # NDRPDR iter env5
3998       - 5   # NDRPDR iter env5
3999       - 6   # NDRPDR iter env5
4000       - 7   # NDRPDR iter env5
4001       - 8   # NDRPDR iter env5
4002       - 9   # NDRPDR iter env5
4003       - 10  # NDRPDR iter env5
4004       - 11  # NDRPDR iter env5
4005       - 12  # NDRPDR iter env5
4006       - 13  # NDRPDR iter env5
4007     csit-dpdk-perf-report-iterative-2101-2n-skx:
4008       - 11  # rls2101 NDRPDR iter env 6
4009       - 12  # rls2101 NDRPDR iter env 6
4010       - 13  # rls2101 NDRPDR iter env 6
4011       - 14  # rls2101 NDRPDR iter env 6
4012       - 15  # rls2101 NDRPDR iter env 6
4013       - 17  # rls2101 NDRPDR iter env 6
4014       - 18  # rls2101 NDRPDR iter env 6
4015       - 19  # rls2101 NDRPDR iter env 6
4016       - 20  # rls2101 NDRPDR iter env 6
4017       - 21  # rls2101 NDRPDR iter env 6
4018
4019     csit-dpdk-perf-report-iterative-2005-2n-clx:
4020       - 20  # NDRPDR iter
4021       - 21  # NDRPDR iter
4022       - 22  # NDRPDR iter
4023       - 23  # NDRPDR iter
4024       - 24  # NDRPDR iter
4025       - 25  # NDRPDR iter
4026       - 26  # NDRPDR iter
4027       - 27  # NDRPDR iter
4028       - 28  # NDRPDR iter
4029       - 29  # NDRPDR iter
4030     csit-dpdk-perf-report-iterative-2009-2n-clx:
4031       - 4   # NDRPDR iter env5
4032       - 5   # NDRPDR iter env5
4033       - 6   # NDRPDR iter env5
4034       - 7   # NDRPDR iter env5
4035       - 8   # NDRPDR iter env5
4036       - 9   # NDRPDR iter env5
4037       - 10  # NDRPDR iter env5
4038       - 11  # NDRPDR iter env5
4039       - 12  # NDRPDR iter env5
4040       - 13  # NDRPDR iter env5
4041     csit-dpdk-perf-report-iterative-2101-2n-clx:
4042       - 12  # rls2101 NDRPDR iter env 6
4043       - 13  # rls2101 NDRPDR iter env 6
4044       - 14  # rls2101 NDRPDR iter env 6
4045       - 15  # rls2101 NDRPDR iter env 6
4046       - 17  # rls2101 NDRPDR iter env 6
4047       - 18  # rls2101 NDRPDR iter env 6
4048       - 19  # rls2101 NDRPDR iter env 6
4049       - 20  # rls2101 NDRPDR iter env 6
4050       - 21  # rls2101 NDRPDR iter env 6
4051       - 22  # rls2101 NDRPDR iter env 6
4052
4053     csit-dpdk-perf-report-iterative-2009-2n-zn2:
4054       - 16  # NDRPDR iter env5
4055       - 21  # NDRPDR iter env5
4056       - 22  # NDRPDR iter env5
4057       - 23  # NDRPDR iter env5
4058       - 24  # NDRPDR iter env5
4059       - 25  # NDRPDR iter env5
4060       - 29  # NDRPDR iter env5
4061     csit-dpdk-perf-report-iterative-2101-2n-zn2:
4062       - 11  # rls2101 NDRPDR iter env 6
4063       - 12  # rls2101 NDRPDR iter env 6
4064       - 13  # rls2101 NDRPDR iter env 6
4065       - 14  # rls2101 NDRPDR iter env 6
4066       - 16  # rls2101 NDRPDR iter env 6
4067       - 17  # rls2101 NDRPDR iter env 6
4068       - 18  # rls2101 NDRPDR iter env 6
4069       - 19  # rls2101 NDRPDR iter env 6
4070       - 20  # rls2101 NDRPDR iter env 6
4071       - 21  # rls2101 NDRPDR iter env 6
4072
4073 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
4074 #      # No data
4075 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
4076 #      # No data
4077 #
4078 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
4079 #      # No data
4080 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
4081 #      # No data
4082
4083     csit-dpdk-perf-report-iterative-2005-3n-tsh:
4084       - 5   # NDRPDR sel
4085     csit-dpdk-perf-report-iterative-2009-3n-tsh:
4086       - 1   # NDRPDR iter env5
4087       - 2   # NDRPDR iter env5
4088       - 3   # NDRPDR iter env5
4089       - 4   # NDRPDR iter env5
4090       - 5   # NDRPDR iter env5
4091       - 6   # NDRPDR iter env5
4092       - 7   # NDRPDR iter env5
4093       - 9   # NDRPDR iter env5
4094       - 10  # NDRPDR iter env5
4095       - 11  # NDRPDR iter env5
4096     csit-dpdk-perf-report-iterative-2101-3n-tsh:
4097       - 11  # rls2101 NDRPDR iter env 6
4098       - 12  # rls2101 NDRPDR iter env 6
4099       - 13  # rls2101 NDRPDR iter env 6
4100       - 14  # rls2101 NDRPDR iter env 6
4101       - 16  # rls2101 NDRPDR iter env 6
4102       - 17  # rls2101 NDRPDR iter env 6
4103       - 18  # rls2101 NDRPDR iter env 6
4104       - 19  # rls2101 NDRPDR iter env 6
4105       - 20  # rls2101 NDRPDR iter env 6
4106       - 21  # rls2101 NDRPDR iter env 6
4107
4108     csit-dpdk-perf-report-iterative-2101-2n-tx2:
4109       - 4   # rls2101 NDRPDR iter env 6
4110       - 6   # rls2101 NDRPDR iter env 6
4111       - 7   # rls2101 NDRPDR iter env 6
4112       - 8   # rls2101 NDRPDR iter env 6
4113       - 9   # rls2101 NDRPDR iter env 6
4114       - 10  # rls2101 NDRPDR iter env 6
4115       - 11  # rls2101 NDRPDR iter env 6
4116       - 12  # rls2101 NDRPDR iter env 6
4117       - 13  # rls2101 NDRPDR iter env 6
4118       - 14  # rls2101 NDRPDR iter env 6
4119
4120     csit-vpp-device-2101-ubuntu1804-1n-skx:
4121       - 358  # rls2101.rel VPP DEV env 6
4122
4123 - type: "output"
4124   output: "report"
4125   format:
4126     html:
4127     - full
4128     pdf:
4129     - minimal
4130
4131 ################################################################################
4132 ###                               T A B L E S                                ###
4133 ################################################################################
4134
4135 # VPP Soak vs NDR - 2n-skx
4136 - type: "table"
4137   title: "VPP Soak vs NDR 2n-skx"
4138   algorithm: "table_soak_vs_ndr"
4139   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
4140   reference:
4141     title: "NDR"
4142     data: "vpp-soak-vs-ndr-2n-skx-ref"
4143   compare:
4144     title: "Soak"
4145     data: "vpp-soak-vs-ndr-2n-skx-cmp"
4146   data: "vpp-soak-vs-ndr-2n-skx"
4147   include-tests: "NDR"
4148   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
4149   parameters:
4150     - "throughput"
4151     - "name"
4152     - "parent"
4153
4154 # VPP Soak vs NDR - 2n-clx
4155 - type: "table"
4156   title: "VPP Soak vs NDR 2n-clx"
4157   algorithm: "table_soak_vs_ndr"
4158   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
4159   reference:
4160     title: "NDR"
4161     data: "vpp-soak-vs-ndr-2n-clx-ref"
4162   compare:
4163     title: "Soak"
4164     data: "vpp-soak-vs-ndr-2n-clx-cmp"
4165   data: "vpp-soak-vs-ndr-2n-clx"
4166   include-tests: "NDR"
4167   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
4168   parameters:
4169     - "throughput"
4170     - "name"
4171     - "parent"
4172
4173 ################################################################################
4174
4175 # VPP Compare NICs 3n-skx 2t1c ndr
4176 - type: "table"
4177   title: "VPP Compare NICs 3n-skx 2t1c ndr"
4178   algorithm: "table_comparison"
4179   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
4180   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4181   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
4182   columns:
4183     - title: "x710"
4184       data-set: "vpp-nic-comparison-3n-skx"
4185       tag: "NIC_Intel-X710"
4186     - title: "xxv710"
4187       data-set: "vpp-nic-comparison-3n-skx"
4188       tag: "NIC_Intel-XXV710"
4189   comparisons:
4190     - title: "Diff"
4191       reference: 1
4192       compare: 2
4193   legend:
4194     - ""
4195     - "x710, xxv710 - NICs tested."
4196     - "Diff - difference between x710 and xxv710 NIC."
4197
4198 # VPP Compare NICs 3n-skx 4t2c ndr
4199 - type: "table"
4200   title: "VPP Compare NICs 3n-skx 4t2c ndr"
4201   algorithm: "table_comparison"
4202   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
4203   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4204   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
4205   columns:
4206     - title: "x710"
4207       data-set: "vpp-nic-comparison-3n-skx"
4208       tag: "NIC_Intel-X710"
4209     - title: "xxv710"
4210       data-set: "vpp-nic-comparison-3n-skx"
4211       tag: "NIC_Intel-XXV710"
4212   comparisons:
4213     - title: "Diff"
4214       reference: 1
4215       compare: 2
4216   legend:
4217     - ""
4218     - "x710, xxv710 - NICs tested."
4219     - "Diff - difference between x710 and xxv710 NIC."
4220
4221 # VPP Compare NICs 3n-skx 2t1c pdr
4222 - type: "table"
4223   title: "VPP Compare NICs 3n-skx 2t1c pdr"
4224   algorithm: "table_comparison"
4225   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
4226   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4227   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
4228   columns:
4229     - title: "x710"
4230       data-set: "vpp-nic-comparison-3n-skx"
4231       tag: "NIC_Intel-X710"
4232     - title: "xxv710"
4233       data-set: "vpp-nic-comparison-3n-skx"
4234       tag: "NIC_Intel-XXV710"
4235   comparisons:
4236     - title: "Diff"
4237       reference: 1
4238       compare: 2
4239   legend:
4240     - ""
4241     - "x710, xxv710 - NICs tested."
4242     - "Diff - difference between x710 and xxv710 NIC."
4243
4244 # VPP Compare NICs 3n-skx 4t2c pdr
4245 - type: "table"
4246   title: "VPP Compare NICs 3n-skx 4t2c pdr"
4247   algorithm: "table_comparison"
4248   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
4249   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4250   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
4251   columns:
4252     - title: "x710"
4253       data-set: "vpp-nic-comparison-3n-skx"
4254       tag: "NIC_Intel-X710"
4255     - title: "xxv710"
4256       data-set: "vpp-nic-comparison-3n-skx"
4257       tag: "NIC_Intel-XXV710"
4258   comparisons:
4259     - title: "Diff"
4260       reference: 1
4261       compare: 2
4262   legend:
4263     - ""
4264     - "x710, xxv710 - NICs tested."
4265     - "Diff - difference between x710 and xxv710 NIC."
4266
4267 # VPP Compare NICs 3n-skx 2t1c mrr
4268 - type: "table"
4269   title: "VPP Compare NICs 3n-skx 2t1c mrr"
4270   algorithm: "table_comparison"
4271   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
4272   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4273   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
4274   columns:
4275     - title: "x710"
4276       data-set: "vpp-nic-comparison-3n-skx-mrr"
4277       tag: "NIC_Intel-X710"
4278     - title: "xxv710"
4279       data-set: "vpp-nic-comparison-3n-skx-mrr"
4280       tag: "NIC_Intel-XXV710"
4281   comparisons:
4282     - title: "Diff"
4283       reference: 1
4284       compare: 2
4285   legend:
4286     - ""
4287     - "x710, xxv710 - NICs tested."
4288     - "Diff - difference between x710 and xxv710 NIC."
4289
4290 # VPP Compare NICs 3n-skx 4t2c mrr
4291 - type: "table"
4292   title: "VPP Compare NICs 3n-skx 4t2c mrr"
4293   algorithm: "table_comparison"
4294   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
4295   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4296   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
4297   columns:
4298     - title: "x710"
4299       data-set: "vpp-nic-comparison-3n-skx-mrr"
4300       tag: "NIC_Intel-X710"
4301     - title: "xxv710"
4302       data-set: "vpp-nic-comparison-3n-skx-mrr"
4303       tag: "NIC_Intel-XXV710"
4304   comparisons:
4305     - title: "Diff"
4306       reference: 1
4307       compare: 2
4308   legend:
4309     - ""
4310     - "x710, xxv710 - NICs tested."
4311     - "Diff - difference between x710 and xxv710 NIC."
4312
4313 # VPP Compare NICs 3n-skx 8t4c mrr
4314 - type: "table"
4315   title: "VPP Compare NICs 3n-skx 8t4c mrr"
4316   algorithm: "table_comparison"
4317   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
4318   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4319   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
4320   columns:
4321     - title: "x710"
4322       data-set: "vpp-nic-comparison-3n-skx-mrr"
4323       tag: "NIC_Intel-X710"
4324     - title: "xxv710"
4325       data-set: "vpp-nic-comparison-3n-skx-mrr"
4326       tag: "NIC_Intel-XXV710"
4327   comparisons:
4328     - title: "Diff"
4329       reference: 1
4330       compare: 2
4331   legend:
4332     - ""
4333     - "x710, xxv710 - NICs tested."
4334     - "Diff - difference between x710 and xxv710 NIC."
4335
4336 # VPP Compare NICs 2n-skx 2t1c ndr
4337 - type: "table"
4338   title: "VPP Compare NICs 2n-skx 2t1c ndr"
4339   algorithm: "table_comparison"
4340   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
4341   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4342   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
4343   columns:
4344     - title: "x710"
4345       data-set: "vpp-nic-comparison-2n-skx"
4346       tag: "NIC_Intel-X710"
4347     - title: "xxv710"
4348       data-set: "vpp-nic-comparison-2n-skx"
4349       tag: "NIC_Intel-XXV710"
4350   comparisons:
4351     - title: "Diff"
4352       reference: 1
4353       compare: 2
4354   legend:
4355     - ""
4356     - "x710, xxv710 - NICs tested."
4357     - "Diff - difference between x710 and xxv710 NIC."
4358
4359 # VPP Compare NICs 2n-skx 4t2c ndr
4360 - type: "table"
4361   title: "VPP Compare NICs 2n-skx 4t2c ndr"
4362   algorithm: "table_comparison"
4363   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
4364   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4365   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
4366   columns:
4367     - title: "x710"
4368       data-set: "vpp-nic-comparison-2n-skx"
4369       tag: "NIC_Intel-X710"
4370     - title: "xxv710"
4371       data-set: "vpp-nic-comparison-2n-skx"
4372       tag: "NIC_Intel-XXV710"
4373   comparisons:
4374     - title: "Diff"
4375       reference: 1
4376       compare: 2
4377   legend:
4378     - ""
4379     - "x710, xxv710 - NICs tested."
4380     - "Diff - difference between x710 and xxv710 NIC."
4381
4382 # VPP Compare NICs 2n-skx 2t1c pdr
4383 - type: "table"
4384   title: "VPP Compare NICs 2n-skx 2t1c pdr"
4385   algorithm: "table_comparison"
4386   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
4387   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4388   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
4389   columns:
4390     - title: "x710"
4391       data-set: "vpp-nic-comparison-2n-skx"
4392       tag: "NIC_Intel-X710"
4393     - title: "xxv710"
4394       data-set: "vpp-nic-comparison-2n-skx"
4395       tag: "NIC_Intel-XXV710"
4396   comparisons:
4397     - title: "Diff"
4398       reference: 1
4399       compare: 2
4400   legend:
4401     - ""
4402     - "x710, xxv710 - NICs tested."
4403     - "Diff - difference between x710 and xxv710 NIC."
4404
4405 # VPP Compare NICs 2n-skx 4t2c pdr
4406 - type: "table"
4407   title: "VPP Compare NICs 2n-skx 4t2c pdr"
4408   algorithm: "table_comparison"
4409   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
4410   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4411   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
4412   columns:
4413     - title: "x710"
4414       data-set: "vpp-nic-comparison-2n-skx"
4415       tag: "NIC_Intel-X710"
4416     - title: "xxv710"
4417       data-set: "vpp-nic-comparison-2n-skx"
4418       tag: "NIC_Intel-XXV710"
4419   comparisons:
4420     - title: "Diff"
4421       reference: 1
4422       compare: 2
4423   legend:
4424     - ""
4425     - "x710, xxv710 - NICs tested."
4426     - "Diff - difference between x710 and xxv710 NIC."
4427
4428 # VPP Compare NICs 2n-skx 2t1c mrr
4429 - type: "table"
4430   title: "VPP Compare NICs 2n-skx 2t1c mrr"
4431   algorithm: "table_comparison"
4432   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
4433   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4434   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
4435   columns:
4436     - title: "x710"
4437       data-set: "vpp-nic-comparison-2n-skx-mrr"
4438       tag: "NIC_Intel-X710"
4439     - title: "xxv710"
4440       data-set: "vpp-nic-comparison-2n-skx-mrr"
4441       tag: "NIC_Intel-XXV710"
4442   comparisons:
4443     - title: "Diff"
4444       reference: 1
4445       compare: 2
4446   legend:
4447     - ""
4448     - "x710, xxv710 - NICs tested."
4449     - "Diff - difference between x710 and xxv710 NIC."
4450
4451 # VPP Compare NICs 2n-skx 4t2c mrr
4452 - type: "table"
4453   title: "VPP Compare NICs 2n-skx 4t2c mrr"
4454   algorithm: "table_comparison"
4455   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
4456   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4457   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
4458   columns:
4459     - title: "x710"
4460       data-set: "vpp-nic-comparison-2n-skx-mrr"
4461       tag: "NIC_Intel-X710"
4462     - title: "xxv710"
4463       data-set: "vpp-nic-comparison-2n-skx-mrr"
4464       tag: "NIC_Intel-XXV710"
4465   comparisons:
4466     - title: "Diff"
4467       reference: 1
4468       compare: 2
4469   legend:
4470     - ""
4471     - "x710, xxv710 - NICs tested."
4472     - "Diff - difference between x710 and xxv710 NIC."
4473
4474 # VPP Compare NICs 2n-skx 8t4c mrr
4475 - type: "table"
4476   title: "VPP Compare NICs 2n-skx 8t4c mrr"
4477   algorithm: "table_comparison"
4478   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
4479   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4480   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
4481   columns:
4482     - title: "x710"
4483       data-set: "vpp-nic-comparison-2n-skx-mrr"
4484       tag: "NIC_Intel-X710"
4485     - title: "xxv710"
4486       data-set: "vpp-nic-comparison-2n-skx-mrr"
4487       tag: "NIC_Intel-XXV710"
4488   comparisons:
4489     - title: "Diff"
4490       reference: 1
4491       compare: 2
4492   legend:
4493     - ""
4494     - "x710, xxv710 - NICs tested."
4495     - "Diff - difference between x710 and xxv710 NIC."
4496
4497 ################################################################################
4498 # VPP
4499
4500 # VPP Performance Changes 3n-hsw 1t1c pdr
4501 - type: "table"
4502   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
4503   algorithm: "table_comparison"
4504   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
4505   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4506   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4507   columns:
4508     - title: "2005.0-5"
4509       data-set: "vpp-performance-changes-3n-hsw-h1"
4510     - title: "2009.0-5"
4511       data-set: "vpp-performance-changes-3n-hsw-ref-env-old"
4512     - title: "2009.0-6"
4513       data-set: "vpp-performance-changes-3n-hsw-ref-env-new"
4514     - title: "2101.0-6"
4515       data-set: "vpp-performance-changes-3n-hsw-cmp"
4516   comparisons:
4517     - title: "2009.0-6 vs 2009.0-5"
4518       reference: 2
4519       compare: 3
4520 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
4521     - title: "2101.0-6 vs 2009.0-6"
4522       reference: 3
4523       compare: 4
4524 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
4525   legend:
4526     - ''
4527     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
4528     - '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).'
4529     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4530     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4531     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4532
4533 # VPP Performance Changes 3n-hsw 2t2c pdr
4534 - type: "table"
4535   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
4536   algorithm: "table_comparison"
4537   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
4538   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4539   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4540   columns:
4541     - title: "2005.0-5"
4542       data-set: "vpp-performance-changes-3n-hsw-h1"
4543     - title: "2009.0-5"
4544       data-set: "vpp-performance-changes-3n-hsw-ref-env-old"
4545     - title: "2009.0-6"
4546       data-set: "vpp-performance-changes-3n-hsw-ref-env-new"
4547     - title: "2101.0-6"
4548       data-set: "vpp-performance-changes-3n-hsw-cmp"
4549   comparisons:
4550     - title: "2009.0-6 vs 2009.0-5"
4551       reference: 2
4552       compare: 3
4553 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
4554     - title: "2101.0-6 vs 2009.0-6"
4555       reference: 3
4556       compare: 4
4557 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
4558   legend:
4559     - ''
4560     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
4561     - '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).'
4562     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4563     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4564     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4565
4566 # VPP Performance Changes 3n-hsw 1t1c ndr
4567 - type: "table"
4568   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
4569   algorithm: "table_comparison"
4570   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
4571   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4572   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4573   columns:
4574     - title: "2005.0-5"
4575       data-set: "vpp-performance-changes-3n-hsw-h1"
4576     - title: "2009.0-5"
4577       data-set: "vpp-performance-changes-3n-hsw-ref-env-old"
4578     - title: "2009.0-6"
4579       data-set: "vpp-performance-changes-3n-hsw-ref-env-new"
4580     - title: "2101.0-6"
4581       data-set: "vpp-performance-changes-3n-hsw-cmp"
4582   comparisons:
4583     - title: "2009.0-6 vs 2009.0-5"
4584       reference: 2
4585       compare: 3
4586 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
4587     - title: "2101.0-6 vs 2009.0-6"
4588       reference: 3
4589       compare: 4
4590 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
4591   legend:
4592     - ''
4593     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
4594     - '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).'
4595     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4596     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4597     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4598
4599 # VPP Performance Changes 3n-hsw 2t2c ndr
4600 - type: "table"
4601   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
4602   algorithm: "table_comparison"
4603   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
4604   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4605   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4606   columns:
4607     - title: "2005.0-5"
4608       data-set: "vpp-performance-changes-3n-hsw-h1"
4609     - title: "2009.0-5"
4610       data-set: "vpp-performance-changes-3n-hsw-ref-env-old"
4611     - title: "2009.0-6"
4612       data-set: "vpp-performance-changes-3n-hsw-ref-env-new"
4613     - title: "2101.0-6"
4614       data-set: "vpp-performance-changes-3n-hsw-cmp"
4615   comparisons:
4616     - title: "2009.0-6 vs 2009.0-5"
4617       reference: 2
4618       compare: 3
4619 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
4620     - title: "2101.0-6 vs 2009.0-6"
4621       reference: 3
4622       compare: 4
4623 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
4624   legend:
4625     - ''
4626     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
4627     - '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).'
4628     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4629     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4630     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4631
4632 # VPP Performance Changes 3n-skx 2t1c pdr
4633 - type: "table"
4634   title: "VPP Performance Changes 3n-skx 2t1c pdr"
4635   algorithm: "table_comparison"
4636   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
4637   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4638   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4639   columns:
4640     - title: "2005.0-5"
4641       data-set: "vpp-performance-changes-3n-skx-h1"
4642     - title: "2009.0-5"
4643       data-set: "vpp-performance-changes-3n-skx-ref-env-old"
4644     - title: "2009.0-6"
4645       data-set: "vpp-performance-changes-3n-skx-ref-env-new"
4646     - title: "2101.0-6"
4647       data-set: "vpp-performance-changes-3n-skx-cmp"
4648   comparisons:
4649     - title: "2009.0-6 vs 2009.0-5"
4650       reference: 2
4651       compare: 3
4652 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
4653     - title: "2101.0-6 vs 2009.0-6"
4654       reference: 3
4655       compare: 4
4656 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
4657   legend:
4658     - ''
4659     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
4660     - '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).'
4661     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4662     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4663     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4664
4665 # VPP Performance Changes 3n-skx 4t2c pdr
4666 - type: "table"
4667   title: "VPP Performance Changes 3n-skx 4t2c pdr"
4668   algorithm: "table_comparison"
4669   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
4670   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4671   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4672   columns:
4673     - title: "2005.0-5"
4674       data-set: "vpp-performance-changes-3n-skx-h1"
4675     - title: "2009.0-5"
4676       data-set: "vpp-performance-changes-3n-skx-ref-env-old"
4677     - title: "2009.0-6"
4678       data-set: "vpp-performance-changes-3n-skx-ref-env-new"
4679     - title: "2101.0-6"
4680       data-set: "vpp-performance-changes-3n-skx-cmp"
4681   comparisons:
4682     - title: "2009.0-6 vs 2009.0-5"
4683       reference: 2
4684       compare: 3
4685 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
4686     - title: "2101.0-6 vs 2009.0-6"
4687       reference: 3
4688       compare: 4
4689 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
4690   legend:
4691     - ''
4692     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
4693     - '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).'
4694     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4695     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4696     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4697
4698 # VPP Performance Changes 3n-skx 2t1c ndr
4699 - type: "table"
4700   title: "VPP Performance Changes 3n-skx 2t1c ndr"
4701   algorithm: "table_comparison"
4702   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
4703   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4704   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4705   columns:
4706     - title: "2005.0-5"
4707       data-set: "vpp-performance-changes-3n-skx-h1"
4708     - title: "2009.0-5"
4709       data-set: "vpp-performance-changes-3n-skx-ref-env-old"
4710     - title: "2009.0-6"
4711       data-set: "vpp-performance-changes-3n-skx-ref-env-new"
4712     - title: "2101.0-6"
4713       data-set: "vpp-performance-changes-3n-skx-cmp"
4714   comparisons:
4715     - title: "2009.0-6 vs 2009.0-5"
4716       reference: 2
4717       compare: 3
4718 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
4719     - title: "2101.0-6 vs 2009.0-6"
4720       reference: 3
4721       compare: 4
4722 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
4723   legend:
4724     - ''
4725     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
4726     - '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).'
4727     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4728     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4729     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4730
4731 # VPP Performance Changes 3n-skx 4t2c ndr
4732 - type: "table"
4733   title: "VPP Performance Changes 3n-skx 4t2c ndr"
4734   algorithm: "table_comparison"
4735   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
4736   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4737   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4738   columns:
4739     - title: "2005.0-5"
4740       data-set: "vpp-performance-changes-3n-skx-h1"
4741     - title: "2009.0-5"
4742       data-set: "vpp-performance-changes-3n-skx-ref-env-old"
4743     - title: "2009.0-6"
4744       data-set: "vpp-performance-changes-3n-skx-ref-env-new"
4745     - title: "2101.0-6"
4746       data-set: "vpp-performance-changes-3n-skx-cmp"
4747   comparisons:
4748     - title: "2009.0-6 vs 2009.0-5"
4749       reference: 2
4750       compare: 3
4751 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
4752     - title: "2101.0-6 vs 2009.0-6"
4753       reference: 3
4754       compare: 4
4755 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
4756   legend:
4757     - ''
4758     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
4759     - '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).'
4760     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4761     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4762     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4763
4764 # VPP Performance Changes 2n-skx 2t1c pdr
4765 - type: "table"
4766   title: "VPP Performance Changes 2n-skx 2t1c pdr"
4767   algorithm: "table_comparison"
4768   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
4769   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4770   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4771   columns:
4772     - title: "2005.0-5"
4773       data-set: "vpp-performance-changes-2n-skx-h1"
4774     - title: "2009.0-5"
4775       data-set: "vpp-performance-changes-2n-skx-ref-env-old"
4776     - title: "2009.0-6"
4777       data-set: "vpp-performance-changes-2n-skx-ref-env-new"
4778     - title: "2101.0-6"
4779       data-set: "vpp-performance-changes-2n-skx-cmp"
4780   comparisons:
4781     - title: "2009.0-6 vs 2009.0-5"
4782       reference: 2
4783       compare: 3
4784 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
4785     - title: "2101.0-6 vs 2009.0-6"
4786       reference: 3
4787       compare: 4
4788 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
4789   legend:
4790     - ''
4791     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4792     - '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).'
4793     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4794     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4795     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4796
4797 # VPP Performance Changes 2n-skx 4t2c pdr
4798 - type: "table"
4799   title: "VPP Performance Changes 2n-skx 4t2c pdr"
4800   algorithm: "table_comparison"
4801   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
4802   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4803   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4804   columns:
4805     - title: "2005.0-5"
4806       data-set: "vpp-performance-changes-2n-skx-h1"
4807     - title: "2009.0-5"
4808       data-set: "vpp-performance-changes-2n-skx-ref-env-old"
4809     - title: "2009.0-6"
4810       data-set: "vpp-performance-changes-2n-skx-ref-env-new"
4811     - title: "2101.0-6"
4812       data-set: "vpp-performance-changes-2n-skx-cmp"
4813   comparisons:
4814     - title: "2009.0-6 vs 2009.0-5"
4815       reference: 2
4816       compare: 3
4817 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
4818     - title: "2101.0-6 vs 2009.0-6"
4819       reference: 3
4820       compare: 4
4821 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
4822   legend:
4823     - ''
4824     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
4825     - '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).'
4826     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4827     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4828     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4829
4830 # VPP Performance Changes 2n-skx 2t1c ndr
4831 - type: "table"
4832   title: "VPP Performance Changes 2n-skx 2t1c ndr"
4833   algorithm: "table_comparison"
4834   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
4835   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4836   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4837   columns:
4838     - title: "2005.0-5"
4839       data-set: "vpp-performance-changes-2n-skx-h1"
4840     - title: "2009.0-5"
4841       data-set: "vpp-performance-changes-2n-skx-ref-env-old"
4842     - title: "2009.0-6"
4843       data-set: "vpp-performance-changes-2n-skx-ref-env-new"
4844     - title: "2101.0-6"
4845       data-set: "vpp-performance-changes-2n-skx-cmp"
4846   comparisons:
4847     - title: "2009.0-6 vs 2009.0-5"
4848       reference: 2
4849       compare: 3
4850 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
4851     - title: "2101.0-6 vs 2009.0-6"
4852       reference: 3
4853       compare: 4
4854 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
4855   legend:
4856     - ''
4857     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4858     - '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).'
4859     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4860     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4861     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4862
4863 # VPP Performance Changes 2n-skx 4t2c ndr
4864 - type: "table"
4865   title: "VPP Performance Changes 2n-skx 4t2c ndr"
4866   algorithm: "table_comparison"
4867   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
4868   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4869   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4870   columns:
4871     - title: "2005.0-5"
4872       data-set: "vpp-performance-changes-2n-skx-h1"
4873     - title: "2009.0-5"
4874       data-set: "vpp-performance-changes-2n-skx-ref-env-old"
4875     - title: "2009.0-6"
4876       data-set: "vpp-performance-changes-2n-skx-ref-env-new"
4877     - title: "2101.0-6"
4878       data-set: "vpp-performance-changes-2n-skx-cmp"
4879   comparisons:
4880     - title: "2009.0-6 vs 2009.0-5"
4881       reference: 2
4882       compare: 3
4883 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
4884     - title: "2101.0-6 vs 2009.0-6"
4885       reference: 3
4886       compare: 4
4887 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
4888   legend:
4889     - ''
4890     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
4891     - '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).'
4892     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4893     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4894     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4895
4896 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
4897 - type: "table"
4898   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
4899   algorithm: "table_comparison"
4900   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
4901   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4902   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4903   columns:
4904     - title: "2005.0-5"
4905       data-set: "vpp-performance-changes-2n-clx-h1"
4906     - title: "2009.0-5"
4907       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
4908     - title: "2009.0-6"
4909       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
4910     - title: "2101.0-6"
4911       data-set: "vpp-performance-changes-2n-clx-cmp"
4912   comparisons:
4913     - title: "2009.0-6 vs 2009.0-5"
4914       reference: 2
4915       compare: 3
4916 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4917     - title: "2101.0-6 vs 2009.0-6"
4918       reference: 3
4919       compare: 4
4920 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
4921   legend:
4922     - ''
4923     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4924     - '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).'
4925     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4926     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4927     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4928
4929 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
4930 - type: "table"
4931   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
4932   algorithm: "table_comparison"
4933   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
4934   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4935   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4936   columns:
4937     - title: "2005.0-5"
4938       data-set: "vpp-performance-changes-2n-clx-h1"
4939     - title: "2009.0-5"
4940       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
4941     - title: "2009.0-6"
4942       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
4943     - title: "2101.0-6"
4944       data-set: "vpp-performance-changes-2n-clx-cmp"
4945   comparisons:
4946     - title: "2009.0-6 vs 2009.0-5"
4947       reference: 2
4948       compare: 3
4949 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4950     - title: "2101.0-6 vs 2009.0-6"
4951       reference: 3
4952       compare: 4
4953 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
4954   legend:
4955     - ''
4956     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
4957     - '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).'
4958     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4959     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4960     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4961
4962 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
4963 - type: "table"
4964   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
4965   algorithm: "table_comparison"
4966   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
4967   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4968   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4969   columns:
4970     - title: "2005.0-5"
4971       data-set: "vpp-performance-changes-2n-clx-h1"
4972     - title: "2009.0-5"
4973       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
4974     - title: "2009.0-6"
4975       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
4976     - title: "2101.0-6"
4977       data-set: "vpp-performance-changes-2n-clx-cmp"
4978   comparisons:
4979     - title: "2009.0-6 vs 2009.0-5"
4980       reference: 2
4981       compare: 3
4982 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4983     - title: "2101.0-6 vs 2009.0-6"
4984       reference: 3
4985       compare: 4
4986 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
4987   legend:
4988     - ''
4989     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
4990     - '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).'
4991     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4992     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
4993     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
4994
4995 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
4996 - type: "table"
4997   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
4998   algorithm: "table_comparison"
4999   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
5000   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5001   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
5002   columns:
5003     - title: "2005.0-5"
5004       data-set: "vpp-performance-changes-2n-clx-h1"
5005     - title: "2009.0-5"
5006       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
5007     - title: "2009.0-6"
5008       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
5009     - title: "2101.0-6"
5010       data-set: "vpp-performance-changes-2n-clx-cmp"
5011   comparisons:
5012     - title: "2009.0-6 vs 2009.0-5"
5013       reference: 2
5014       compare: 3
5015 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
5016     - title: "2101.0-6 vs 2009.0-6"
5017       reference: 3
5018       compare: 4
5019 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
5020   legend:
5021     - ''
5022     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
5023     - '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).'
5024     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5025     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5026     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5027
5028 # VPP Performance Changes 2n-clx-cx556a 2t1c pdr
5029 - type: "table"
5030   title: "VPP Performance Changes 2n-clx-cx556a 2t1c pdr"
5031   algorithm: "table_comparison"
5032   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-cx556a-2t1c-pdr"
5033   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5034   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5035   columns:
5036     - title: "2005.0-5"
5037       data-set: "vpp-performance-changes-2n-clx-h1"
5038     - title: "2009.0-5"
5039       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
5040     - title: "2009.0-6"
5041       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
5042     - title: "2101.0-6"
5043       data-set: "vpp-performance-changes-2n-clx-cmp"
5044   comparisons:
5045     - title: "2009.0-6 vs 2009.0-5"
5046       reference: 2
5047       compare: 3
5048 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca2.yaml"
5049     - title: "2101.0-6 vs 2009.0-6"
5050       reference: 3
5051       compare: 4
5052 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca2.yaml"
5053   legend:
5054     - ''
5055     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with cx556a.'
5056     - '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).'
5057     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5058     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5059     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5060
5061 # VPP Performance Changes 2n-clx-cx556a 4t2c pdr
5062 - type: "table"
5063   title: "VPP Performance Changes 2n-clx-cx556a 4t2c pdr"
5064   algorithm: "table_comparison"
5065   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-cx556a-4t2c-pdr"
5066   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5067   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5068   columns:
5069     - title: "2005.0-5"
5070       data-set: "vpp-performance-changes-2n-clx-h1"
5071     - title: "2009.0-5"
5072       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
5073     - title: "2009.0-6"
5074       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
5075     - title: "2101.0-6"
5076       data-set: "vpp-performance-changes-2n-clx-cmp"
5077   comparisons:
5078     - title: "2009.0-6 vs 2009.0-5"
5079       reference: 2
5080       compare: 3
5081 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca2.yaml"
5082     - title: "2101.0-6 vs 2009.0-6"
5083       reference: 3
5084       compare: 4
5085 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca2.yaml"
5086   legend:
5087     - ''
5088     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with cx556a.'
5089     - '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).'
5090     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5091     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5092     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5093
5094 # VPP Performance Changes 2n-clx-cx556a 2t1c ndr
5095 - type: "table"
5096   title: "VPP Performance Changes 2n-clx-cx556a 2t1c ndr"
5097   algorithm: "table_comparison"
5098   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-cx556a-2t1c-ndr"
5099   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5100   filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5101   columns:
5102     - title: "2005.0-5"
5103       data-set: "vpp-performance-changes-2n-clx-h1"
5104     - title: "2009.0-5"
5105       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
5106     - title: "2009.0-6"
5107       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
5108     - title: "2101.0-6"
5109       data-set: "vpp-performance-changes-2n-clx-cmp"
5110   comparisons:
5111     - title: "2009.0-6 vs 2009.0-5"
5112       reference: 2
5113       compare: 3
5114 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca2.yaml"
5115     - title: "2101.0-6 vs 2009.0-6"
5116       reference: 3
5117       compare: 4
5118 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca2.yaml"
5119   legend:
5120     - ''
5121     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with cx556a.'
5122     - '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).'
5123     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5124     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5125     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5126
5127 # VPP Performance Changes 2n-clx-cx556a 4t2c ndr
5128 - type: "table"
5129   title: "VPP Performance Changes 2n-clx-cx556a ndr"
5130   algorithm: "table_comparison"
5131   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-cx556a-4t2c-ndr"
5132   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5133   filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
5134   columns:
5135     - title: "2005.0-5"
5136       data-set: "vpp-performance-changes-2n-clx-h1"
5137     - title: "2009.0-5"
5138       data-set: "vpp-performance-changes-2n-clx-ref-env-old"
5139     - title: "2009.0-6"
5140       data-set: "vpp-performance-changes-2n-clx-ref-env-new"
5141     - title: "2101.0-6"
5142       data-set: "vpp-performance-changes-2n-clx-cmp"
5143   comparisons:
5144     - title: "2009.0-6 vs 2009.0-5"
5145       reference: 2
5146       compare: 3
5147 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca2.yaml"
5148     - title: "2101.0-6 vs 2009.0-6"
5149       reference: 3
5150       compare: 4
5151 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca2.yaml"
5152   legend:
5153     - ''
5154     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with cx556a.'
5155     - '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).'
5156     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5157     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5158     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5159
5160 # VPP Performance Changes 2n-zn2-xxv710 2t1c pdr
5161 - type: "table"
5162   title: "VPP Performance Changes 2n-zn2-xxv710 2t1c pdr"
5163   algorithm: "table_comparison"
5164   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-2t1c-pdr"
5165   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5166   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5167   columns:
5168 #     - title: "2005.0-5"
5169 #       data-set: "vpp-performance-changes-2n-zn2-h1"
5170     - title: "2009.0-5"
5171       data-set: "vpp-performance-changes-2n-zn2-ref-env-old"
5172     - title: "2009.0-6"
5173       data-set: "vpp-performance-changes-2n-zn2-ref-env-new"
5174     - title: "2101.0-6"
5175       data-set: "vpp-performance-changes-2n-zn2-cmp"
5176   comparisons:
5177     - title: "2009.0-6 vs 2009.0-5"
5178       reference: 1  # 2
5179       compare: 2  # 3
5180 #      rca-file: "rca/rca-2n-zn2-2t1c-pdr-rca1.yaml"
5181     - title: "2101.0-6 vs 2009.0-6"
5182       reference: 2  # 3
5183       compare: 3  # 4
5184 #      rca-file: "rca/rca-2n-zn2-2t1c-pdr-rca1.yaml"
5185   legend:
5186     - ''
5187     - 'Test Case:            Test cases executed for: PDR throughput on 2n-zn2 with xxv710.'
5188     - '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).'
5189     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5190     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5191     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5192
5193 # VPP Performance Changes 2n-zn2-xxv710 4t2c pdr
5194 - type: "table"
5195   title: "VPP Performance Changes 2n-zn2-xxv710 4t2c pdr"
5196   algorithm: "table_comparison"
5197   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-4t2c-pdr"
5198   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5199   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5200   columns:
5201 #     - title: "2005.0-5"
5202 #       data-set: "vpp-performance-changes-2n-zn2-h1"
5203     - title: "2009.0-5"
5204       data-set: "vpp-performance-changes-2n-zn2-ref-env-old"
5205     - title: "2009.0-6"
5206       data-set: "vpp-performance-changes-2n-zn2-ref-env-new"
5207     - title: "2101.0-6"
5208       data-set: "vpp-performance-changes-2n-zn2-cmp"
5209   comparisons:
5210     - title: "2009.0-6 vs 2009.0-5"
5211       reference: 1  # 2
5212       compare: 2  # 3
5213 #      rca-file: "rca/rca-2n-zn2-4t2c-pdr-rca1.yaml"
5214     - title: "2101.0-6 vs 2009.0-6"
5215       reference: 2  # 3
5216       compare: 3  # 4
5217 #      rca-file: "rca/rca-2n-zn2-4t2c-pdr-rca1.yaml"
5218   legend:
5219     - ''
5220     - 'Test Case:            Test cases executed for: PDR throughput on 2n-zn2 with xxv710.'
5221     - '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).'
5222     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5223     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5224     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5225
5226 # VPP Performance Changes 2n-zn2-xxv710 2t1c ndr
5227 - type: "table"
5228   title: "VPP Performance Changes 2n-zn2-xxv710 2t1c ndr"
5229   algorithm: "table_comparison"
5230   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-2t1c-ndr"
5231   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5232   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5233   columns:
5234 #     - title: "2005.0-5"
5235 #       data-set: "vpp-performance-changes-2n-zn2-h1"
5236     - title: "2009.0-5"
5237       data-set: "vpp-performance-changes-2n-zn2-ref-env-old"
5238     - title: "2009.0-6"
5239       data-set: "vpp-performance-changes-2n-zn2-ref-env-new"
5240     - title: "2101.0-6"
5241       data-set: "vpp-performance-changes-2n-zn2-cmp"
5242   comparisons:
5243     - title: "2009.0-6 vs 2009.0-5"
5244       reference: 1  # 2
5245       compare: 2  # 3
5246 #      rca-file: "rca/rca-2n-zn2-2t1c-ndr-rca1.yaml"
5247     - title: "2101.0-6 vs 2009.0-6"
5248       reference: 2  # 3
5249       compare: 3  # 4
5250 #      rca-file: "rca/rca-2n-zn2-2t1c-ndr-rca1.yaml"
5251   legend:
5252     - ''
5253     - 'Test Case:            Test cases executed for: NDR throughput on 2n-zn2 with xxv710.'
5254     - '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).'
5255     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5256     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5257     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5258
5259 # VPP Performance Changes 2n-zn2-xxv710 4t2c ndr
5260 - type: "table"
5261   title: "VPP Performance Changes 2n-zn2-xxv710 4t2c ndr"
5262   algorithm: "table_comparison"
5263   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-4t2c-ndr"
5264   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5265   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5266   columns:
5267 #     - title: "2005.0-5"
5268 #       data-set: "vpp-performance-changes-2n-zn2-h1"
5269     - title: "2009.0-5"
5270       data-set: "vpp-performance-changes-2n-zn2-ref-env-old"
5271     - title: "2009.0-6"
5272       data-set: "vpp-performance-changes-2n-zn2-ref-env-new"
5273     - title: "2101.0-6"
5274       data-set: "vpp-performance-changes-2n-zn2-cmp"
5275   comparisons:
5276     - title: "2009.0-6 vs 2009.0-5"
5277       reference: 1  # 2
5278       compare: 2  # 3
5279 #      rca-file: "rca/rca-2n-zn2-4t2c-ndr-rca1.yaml"
5280     - title: "2101.0-6 vs 2009.0-6"
5281       reference: 2  # 3
5282       compare: 3  # 4
5283 #      rca-file: "rca/rca-2n-zn2-4t2c-ndr-rca1.yaml"
5284   legend:
5285     - ''
5286     - 'Test Case:            Test cases executed for: NDR throughput on 2n-zn2 with xxv710.'
5287     - '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).'
5288     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5289     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5290     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5291
5292 # VPP Performance Changes 2n-dnv 1t1c pdr
5293 - type: "table"
5294   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
5295   algorithm: "table_comparison"
5296   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
5297   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5298   filter: "'1T1C'"
5299   columns:
5300     - title: "2005.0-5"
5301       data-set: "vpp-performance-changes-2n-dnv-h1"
5302     - title: "2009.0-5"
5303       data-set: "vpp-performance-changes-2n-dnv-ref-env-old"
5304 #     - title: "2009.0-6"
5305 #       data-set: "vpp-performance-changes-2n-dnv-ref-env-new"
5306     - title: "2101.0-6"
5307       data-set: "vpp-performance-changes-2n-dnv-cmp"
5308   comparisons:
5309 #     - title: "2009.0-6 vs 2009.0-5"
5310 #       reference: 2
5311 #       compare: 3
5312     - title: "2101.0-6 vs 2009.0-5"
5313       reference: 2
5314       compare: 3
5315   legend:
5316     - ''
5317     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
5318     - '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).'
5319     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5320 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5321     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
5322
5323 # VPP Performance Changes 2n-dnv 2t2c pdr
5324 - type: "table"
5325   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
5326   algorithm: "table_comparison"
5327   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
5328   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5329   filter: "'2T2C'"
5330   columns:
5331     - title: "2005.0-5"
5332       data-set: "vpp-performance-changes-2n-dnv-h1"
5333     - title: "2009.0-5"
5334       data-set: "vpp-performance-changes-2n-dnv-ref-env-old"
5335 #     - title: "2009.0-6"
5336 #       data-set: "vpp-performance-changes-2n-dnv-ref-env-new"
5337     - title: "2101.0-6"
5338       data-set: "vpp-performance-changes-2n-dnv-cmp"
5339   comparisons:
5340 #     - title: "2009.0-6 vs 2009.0-5"
5341 #       reference: 2
5342 #       compare: 3
5343     - title: "2101.0-6 vs 2009.0-5"
5344       reference: 2
5345       compare: 3
5346   legend:
5347     - ''
5348     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
5349     - '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).'
5350     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5351 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5352     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
5353
5354 # VPP Performance Changes 2n-dnv 1t1c ndr
5355 - type: "table"
5356   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
5357   algorithm: "table_comparison"
5358   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
5359   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5360   filter: "'1T1C'"
5361   columns:
5362     - title: "2005.0-5"
5363       data-set: "vpp-performance-changes-2n-dnv-h1"
5364     - title: "2009.0-5"
5365       data-set: "vpp-performance-changes-2n-dnv-ref-env-old"
5366 #     - title: "2009.0-6"
5367 #       data-set: "vpp-performance-changes-2n-dnv-ref-env-new"
5368     - title: "2101.0-6"
5369       data-set: "vpp-performance-changes-2n-dnv-cmp"
5370   comparisons:
5371 #     - title: "2009.0-6 vs 2009.0-5"
5372 #       reference: 2
5373 #       compare: 3
5374     - title: "2101.0-6 vs 2009.0-5"
5375       reference: 2
5376       compare: 3
5377   legend:
5378     - ''
5379     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
5380     - '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).'
5381     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5382 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5383     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
5384
5385 # VPP Performance Changes 2n-dnv 2t2c ndr
5386 - type: "table"
5387   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
5388   algorithm: "table_comparison"
5389   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
5390   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5391   filter: "'2T2C'"
5392   columns:
5393     - title: "2005.0-5"
5394       data-set: "vpp-performance-changes-2n-dnv-h1"
5395     - title: "2009.0-5"
5396       data-set: "vpp-performance-changes-2n-dnv-ref-env-old"
5397 #     - title: "2009.0-6"
5398 #       data-set: "vpp-performance-changes-2n-dnv-ref-env-new"
5399     - title: "2101.0-6"
5400       data-set: "vpp-performance-changes-2n-dnv-cmp"
5401   comparisons:
5402 #     - title: "2009.0-6 vs 2009.0-5"
5403 #       reference: 2
5404 #       compare: 3
5405     - title: "2101.0-6 vs 2009.0-5"
5406       reference: 2
5407       compare: 3
5408   legend:
5409     - ''
5410     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
5411     - '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).'
5412     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5413 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5414     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
5415
5416 # VPP Performance Changes 3n-dnv 1t1c pdr
5417 - type: "table"
5418   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
5419   algorithm: "table_comparison"
5420   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
5421   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5422   filter: "'1T1C'"
5423   columns:
5424     - title: "2005.0-5"
5425       data-set: "vpp-performance-changes-3n-dnv-h1"
5426     - title: "2009.0-5"
5427       data-set: "vpp-performance-changes-3n-dnv-ref-env-old"
5428 #     - title: "2009.0-6"
5429 #       data-set: "vpp-performance-changes-3n-dnv-ref-env-new"
5430     - title: "2101.0-6"
5431       data-set: "vpp-performance-changes-3n-dnv-cmp"
5432   comparisons:
5433 #     - title: "2009.0-6 vs 2009.0-5"
5434 #       reference: 2
5435 #       compare: 3
5436     - title: "2101.0-6 vs 2009.0-5"
5437       reference: 2
5438       compare: 3
5439   legend:
5440     - ''
5441     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
5442     - '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).'
5443     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5444 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5445     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
5446
5447 # VPP Performance Changes 3n-dnv 2t2c pdr
5448 - type: "table"
5449   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
5450   algorithm: "table_comparison"
5451   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
5452   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5453   filter: "'2T2C'"
5454   columns:
5455     - title: "2005.0-5"
5456       data-set: "vpp-performance-changes-3n-dnv-h1"
5457     - title: "2009.0-5"
5458       data-set: "vpp-performance-changes-3n-dnv-ref-env-old"
5459 #     - title: "2009.0-6"
5460 #       data-set: "vpp-performance-changes-3n-dnv-ref-env-new"
5461     - title: "2101.0-6"
5462       data-set: "vpp-performance-changes-3n-dnv-cmp"
5463   comparisons:
5464 #     - title: "2009.0-6 vs 2009.0-5"
5465 #       reference: 2
5466 #       compare: 3
5467     - title: "2101.0-6 vs 2009.0-5"
5468       reference: 2
5469       compare: 3
5470   legend:
5471     - ''
5472     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
5473     - '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).'
5474     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5475 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5476     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
5477
5478 # VPP Performance Changes 3n-dnv 1t1c ndr
5479 - type: "table"
5480   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
5481   algorithm: "table_comparison"
5482   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
5483   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5484   filter: "'1T1C'"
5485   columns:
5486     - title: "2005.0-5"
5487       data-set: "vpp-performance-changes-3n-dnv-h1"
5488     - title: "2009.0-5"
5489       data-set: "vpp-performance-changes-3n-dnv-ref-env-old"
5490 #     - title: "2009.0-6"
5491 #       data-set: "vpp-performance-changes-3n-dnv-ref-env-new"
5492     - title: "2101.0-6"
5493       data-set: "vpp-performance-changes-3n-dnv-cmp"
5494   comparisons:
5495 #     - title: "2009.0-6 vs 2009.0-5"
5496 #       reference: 2
5497 #       compare: 3
5498     - title: "2101.0-6 vs 2009.0-5"
5499       reference: 2
5500       compare: 3
5501   legend:
5502     - ''
5503     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
5504     - '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).'
5505     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5506 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5507     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
5508
5509 # VPP Performance Changes 3n-dnv 2t2c ndr
5510 - type: "table"
5511   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
5512   algorithm: "table_comparison"
5513   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
5514   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5515   filter: "'2T2C'"
5516   columns:
5517     - title: "2005.0-5"
5518       data-set: "vpp-performance-changes-3n-dnv-h1"
5519     - title: "2009.0-5"
5520       data-set: "vpp-performance-changes-3n-dnv-ref-env-old"
5521 #     - title: "2009.0-6"
5522 #       data-set: "vpp-performance-changes-3n-dnv-ref-env-new"
5523     - title: "2101.0-6"
5524       data-set: "vpp-performance-changes-3n-dnv-cmp"
5525   comparisons:
5526 #     - title: "2009.0-6 vs 2009.0-5"
5527 #       reference: 2
5528 #       compare: 3
5529     - title: "2101.0-6 vs 2009.0-5"
5530       reference: 2
5531       compare: 3
5532   legend:
5533     - ''
5534     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
5535     - '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).'
5536     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5537 #    - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5538     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous.'
5539
5540 # VPP Performance Changes 3n-tsh 1t1c pdr
5541 - type: "table"
5542   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
5543   algorithm: "table_comparison"
5544   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
5545   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5546   filter: "'1T1C'"
5547   columns:
5548     - title: "2005.0-5"
5549       data-set: "vpp-performance-changes-3n-tsh-h1"
5550     - title: "2009.0-5"
5551       data-set: "vpp-performance-changes-3n-tsh-ref-env-old"
5552     - title: "2009.0-6"
5553       data-set: "vpp-performance-changes-3n-tsh-ref-env-new"
5554     - title: "2101.0-6"
5555       data-set: "vpp-performance-changes-3n-tsh-cmp"
5556   comparisons:
5557     - title: "2009.0-6 vs 2009.0-5"
5558       reference: 2
5559       compare: 3
5560 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
5561     - title: "2101.0-6 vs 2009.0-6"
5562       reference: 3
5563       compare: 4
5564 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
5565   legend:
5566     - ''
5567     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
5568     - '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).'
5569     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5570     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5571     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5572
5573 # VPP Performance Changes 3n-tsh 2t2c pdr
5574 - type: "table"
5575   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
5576   algorithm: "table_comparison"
5577   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
5578   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5579   filter: "'2T2C'"
5580   columns:
5581     - title: "2005.0-5"
5582       data-set: "vpp-performance-changes-3n-tsh-h1"
5583     - title: "2009.0-5"
5584       data-set: "vpp-performance-changes-3n-tsh-ref-env-old"
5585     - title: "2009.0-6"
5586       data-set: "vpp-performance-changes-3n-tsh-ref-env-new"
5587     - title: "2101.0-6"
5588       data-set: "vpp-performance-changes-3n-tsh-cmp"
5589   comparisons:
5590     - title: "2009.0-6 vs 2009.0-5"
5591       reference: 2
5592       compare: 3
5593 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
5594     - title: "2101.0-6 vs 2009.0-6"
5595       reference: 3
5596       compare: 4
5597 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
5598   legend:
5599     - ''
5600     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
5601     - '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).'
5602     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5603     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5604     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5605
5606 # VPP Performance Changes 3n-tsh 1t1c ndr
5607 - type: "table"
5608   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
5609   algorithm: "table_comparison"
5610   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
5611   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5612   filter: "'1T1C'"
5613   columns:
5614     - title: "2005.0-5"
5615       data-set: "vpp-performance-changes-3n-tsh-h1"
5616     - title: "2009.0-5"
5617       data-set: "vpp-performance-changes-3n-tsh-ref-env-old"
5618     - title: "2009.0-6"
5619       data-set: "vpp-performance-changes-3n-tsh-ref-env-new"
5620     - title: "2101.0-6"
5621       data-set: "vpp-performance-changes-3n-tsh-cmp"
5622   comparisons:
5623     - title: "2009.0-6 vs 2009.0-5"
5624       reference: 2
5625       compare: 3
5626 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
5627     - title: "2101.0-6 vs 2009.0-6"
5628       reference: 3
5629       compare: 4
5630 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
5631   legend:
5632     - ''
5633     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
5634     - '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).'
5635     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5636     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5637     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5638
5639 # VPP Performance Changes 3n-tsh 2t2c ndr
5640 - type: "table"
5641   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
5642   algorithm: "table_comparison"
5643   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
5644   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5645   filter: "'2T2C'"
5646   columns:
5647     - title: "2005.0-5"
5648       data-set: "vpp-performance-changes-3n-tsh-h1"
5649     - title: "2009.0-5"
5650       data-set: "vpp-performance-changes-3n-tsh-ref-env-old"
5651     - title: "2009.0-6"
5652       data-set: "vpp-performance-changes-3n-tsh-ref-env-new"
5653     - title: "2101.0-6"
5654       data-set: "vpp-performance-changes-3n-tsh-cmp"
5655   comparisons:
5656     - title: "2009.0-6 vs 2009.0-5"
5657       reference: 2
5658       compare: 3
5659 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
5660     - title: "2101.0-6 vs 2009.0-6"
5661       reference: 3
5662       compare: 4
5663 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
5664   legend:
5665     - ''
5666     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
5667     - '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).'
5668     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5669     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5670     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5671
5672 # VPP Performance Changes 2n-tx2 1t1c pdr
5673 - type: "table"
5674   title: "VPP Performance Changes 2n-tx2 1t1c pdr"
5675   algorithm: "table_comparison"
5676   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-1t1c-pdr"
5677   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5678   filter: "'1T1C'"
5679   columns:
5680 #     - title: "2005.0-5"
5681 #       data-set: "vpp-performance-changes-2n-tx2-h1"
5682 #     - title: "2009.0-5"
5683 #       data-set: "vpp-performance-changes-2n-tx2-ref-env-old"
5684     - title: "2009.0-6"
5685       data-set: "vpp-performance-changes-2n-tx2-ref-env-new"
5686     - title: "2101.0-6"
5687       data-set: "vpp-performance-changes-2n-tx2-cmp"
5688   comparisons:
5689 #     - title: "2009.0-6 vs 2009.0-5"
5690 #       reference: 2
5691 #       compare: 3
5692     - title: "2101.0-6 vs 2009.0-6"
5693       reference: 1
5694       compare: 2
5695   legend:
5696     - ''
5697     - 'Test Case:            Test cases executed for: PDR throughput on 2n-tx2 with xl710.'
5698     - '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).'
5699     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5700 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5701     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5702
5703 # VPP Performance Changes 2n-tx2 2t2c pdr
5704 - type: "table"
5705   title: "VPP Performance Changes 2n-tx2 2t2c pdr"
5706   algorithm: "table_comparison"
5707   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-2t2c-pdr"
5708   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5709   filter: "'2T2C'"
5710   columns:
5711 #     - title: "2005.0-5"
5712 #       data-set: "vpp-performance-changes-2n-tx2-h1"
5713 #     - title: "2009.0-5"
5714 #       data-set: "vpp-performance-changes-2n-tx2-ref-env-old"
5715     - title: "2009.0-6"
5716       data-set: "vpp-performance-changes-2n-tx2-ref-env-new"
5717     - title: "2101.0-6"
5718       data-set: "vpp-performance-changes-2n-tx2-cmp"
5719   comparisons:
5720 #     - title: "2009.0-6 vs 2009.0-5"
5721 #       reference: 2
5722 #       compare: 3
5723     - title: "2101.0-6 vs 2009.0-6"
5724       reference: 1
5725       compare: 2
5726   legend:
5727     - ''
5728     - 'Test Case:            Test cases executed for: PDR throughput on 2n-tx2 with xl710.'
5729     - '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).'
5730     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5731 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5732     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5733
5734 # VPP Performance Changes 2n-tx2 1t1c ndr
5735 - type: "table"
5736   title: "VPP Performance Changes 2n-tx2 1t1c ndr"
5737   algorithm: "table_comparison"
5738   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-1t1c-pdr"
5739   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5740   filter: "'1T1C'"
5741   columns:
5742 #     - title: "2005.0-5"
5743 #       data-set: "vpp-performance-changes-2n-tx2-h1"
5744 #     - title: "2009.0-5"
5745 #       data-set: "vpp-performance-changes-2n-tx2-ref-env-old"
5746     - title: "2009.0-6"
5747       data-set: "vpp-performance-changes-2n-tx2-ref-env-new"
5748     - title: "2101.0-6"
5749       data-set: "vpp-performance-changes-2n-tx2-cmp"
5750   comparisons:
5751 #     - title: "2009.0-6 vs 2009.0-5"
5752 #       reference: 2
5753 #       compare: 3
5754     - title: "2101.0-6 vs 2009.0-6"
5755       reference: 1
5756       compare: 2
5757   legend:
5758     - ''
5759     - 'Test Case:            Test cases executed for: PDR throughput on 2n-tx2 with xl710.'
5760     - '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).'
5761     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5762 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5763     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5764
5765 # VPP Performance Changes 2n-tx2 2t2c ndr
5766 - type: "table"
5767   title: "VPP Performance Changes 2n-tx2 2t2c ndr"
5768   algorithm: "table_comparison"
5769   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-2t2c-pdr"
5770   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5771   filter: "'2T2C'"
5772   columns:
5773 #     - title: "2005.0-5"
5774 #       data-set: "vpp-performance-changes-2n-tx2-h1"
5775 #     - title: "2009.0-5"
5776 #       data-set: "vpp-performance-changes-2n-tx2-ref-env-old"
5777     - title: "2009.0-6"
5778       data-set: "vpp-performance-changes-2n-tx2-ref-env-new"
5779     - title: "2101.0-6"
5780       data-set: "vpp-performance-changes-2n-tx2-cmp"
5781   comparisons:
5782 #     - title: "2009.0-6 vs 2009.0-5"
5783 #       reference: 2
5784 #       compare: 3
5785     - title: "2101.0-6 vs 2009.0-6"
5786       reference: 1
5787       compare: 2
5788   legend:
5789     - ''
5790     - 'Test Case:            Test cases executed for: PDR throughput on 2n-tx2 with xl710.'
5791     - '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).'
5792     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5793 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
5794     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
5795
5796 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
5797 - type: "table"
5798   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
5799   algorithm: "table_comparison"
5800   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
5801   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5802   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5803   columns:
5804     - title: "3n-hsw xl710"
5805       data-set: "vpp-compare-testbeds-ref"
5806       tag: "NIC_Intel-XL710"
5807     - title: "3n-skx xxv710"
5808       data-set: "vpp-compare-testbeds-cmp"
5809       tag: "NIC_Intel-XXV710"
5810   comparisons:
5811     - title: "Diff"
5812       reference: 1
5813       compare: 2
5814   legend:
5815     - ""
5816     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5817     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5818
5819 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
5820 - type: "table"
5821   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
5822   algorithm: "table_comparison"
5823   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
5824   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5825   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5826   columns:
5827     - title: "3n-hsw xl710"
5828       data-set: "vpp-compare-testbeds-ref"
5829       tag: "NIC_Intel-XL710"
5830     - title: "3n-skx xxv710"
5831       data-set: "vpp-compare-testbeds-cmp"
5832       tag: "NIC_Intel-XXV710"
5833   comparisons:
5834     - title: "Diff"
5835       reference: 1
5836       compare: 2
5837   legend:
5838     - ""
5839     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5840     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5841
5842 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
5843 - type: "table"
5844   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
5845   algorithm: "table_comparison"
5846   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
5847   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5848   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5849   columns:
5850     - title: "3n-hsw xl710"
5851       data-set: "vpp-compare-testbeds-ref"
5852       tag: "NIC_Intel-XL710"
5853     - title: "3n-skx xxv710"
5854       data-set: "vpp-compare-testbeds-cmp"
5855       tag: "NIC_Intel-XXV710"
5856   comparisons:
5857     - title: "Diff"
5858       reference: 1
5859       compare: 2
5860   legend:
5861     - ""
5862     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5863     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5864
5865 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
5866 - type: "table"
5867   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
5868   algorithm: "table_comparison"
5869   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
5870   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5871   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
5872   columns:
5873     - title: "3n-hsw xl710"
5874       data-set: "vpp-compare-testbeds-ref"
5875       tag: "NIC_Intel-XL710"
5876     - title: "3n-skx xxv710"
5877       data-set: "vpp-compare-testbeds-cmp"
5878       tag: "NIC_Intel-XXV710"
5879   comparisons:
5880     - title: "Diff"
5881       reference: 1
5882       compare: 2
5883   legend:
5884     - ""
5885     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5886     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5887
5888 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
5889 - type: "table"
5890   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
5891   algorithm: "table_comparison"
5892   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
5893   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5894   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5895   columns:
5896     - title: "2n-skx"
5897       data-set: "vpp-compare-testbeds-skx-clx-ref"
5898     - title: "2n-clx"
5899       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5900   comparisons:
5901     - title: "Diff"
5902       reference: 1
5903       compare: 2
5904   legend:
5905     - ""
5906     - "2n-skx, 2n-clx - testbeds and NICs tested."
5907     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5908
5909 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
5910 - type: "table"
5911   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
5912   algorithm: "table_comparison"
5913   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
5914   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5915   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5916   columns:
5917     - title: "2n-skx"
5918       data-set: "vpp-compare-testbeds-skx-clx-ref"
5919     - title: "2n-clx"
5920       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5921   comparisons:
5922     - title: "Diff"
5923       reference: 1
5924       compare: 2
5925   legend:
5926     - ""
5927     - "2n-skx, 2n-clx - testbeds and NICs tested."
5928     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5929
5930 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
5931 - type: "table"
5932   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
5933   algorithm: "table_comparison"
5934   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
5935   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5936   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5937   columns:
5938     - title: "2n-skx"
5939       data-set: "vpp-compare-testbeds-skx-clx-ref"
5940     - title: "2n-clx"
5941       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5942   comparisons:
5943     - title: "Diff"
5944       reference: 1
5945       compare: 2
5946   legend:
5947     - ""
5948     - "2n-skx, 2n-clx - testbeds and NICs tested."
5949     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5950
5951 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
5952 - type: "table"
5953   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
5954   algorithm: "table_comparison"
5955   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
5956   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5957   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5958   columns:
5959     - title: "2n-skx"
5960       data-set: "vpp-compare-testbeds-skx-clx-ref"
5961     - title: "2n-clx"
5962       data-set: "vpp-compare-testbeds-skx-clx-cmp"
5963   comparisons:
5964     - title: "Diff"
5965       reference: 1
5966       compare: 2
5967   legend:
5968     - ""
5969     - "2n-skx, 2n-clx - testbeds and NICs tested."
5970     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5971
5972 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
5973 - type: "table"
5974   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
5975   algorithm: "table_comparison"
5976   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
5977   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5978   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
5979   columns:
5980     - title: "3n-hsw xl710"
5981       data-set: "vpp-compare-testbeds-hsw-clx-ref"
5982       tag: "NIC_Intel-XL710"
5983     - title: "2n-clx xxv710"
5984       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
5985       tag: "NIC_Intel-XXV710"
5986   comparisons:
5987     - title: "Diff"
5988       reference: 1
5989       compare: 2
5990   legend:
5991     - ""
5992     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5993     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5994
5995 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
5996 - type: "table"
5997   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
5998   algorithm: "table_comparison"
5999   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
6000   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6001   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
6002   columns:
6003     - title: "3n-hsw xl710"
6004       data-set: "vpp-compare-testbeds-hsw-clx-ref"
6005       tag: "NIC_Intel-XL710"
6006     - title: "2n-clx xxv710"
6007       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
6008       tag: "NIC_Intel-XXV710"
6009   comparisons:
6010     - title: "Diff"
6011       reference: 1
6012       compare: 2
6013   legend:
6014     - ""
6015     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6016     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6017
6018 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
6019 - type: "table"
6020   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
6021   algorithm: "table_comparison"
6022   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
6023   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6024   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
6025   columns:
6026     - title: "3n-hsw xl710"
6027       data-set: "vpp-compare-testbeds-hsw-clx-ref"
6028       tag: "NIC_Intel-XL710"
6029     - title: "2n-clx xxv710"
6030       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
6031       tag: "NIC_Intel-XXV710"
6032   comparisons:
6033     - title: "Diff"
6034       reference: 1
6035       compare: 2
6036   legend:
6037     - ""
6038     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6039     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6040
6041 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
6042 - type: "table"
6043   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
6044   algorithm: "table_comparison"
6045   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
6046   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6047   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
6048   columns:
6049     - title: "3n-hsw xl710"
6050       data-set: "vpp-compare-testbeds-hsw-clx-ref"
6051       tag: "NIC_Intel-XL710"
6052     - title: "2n-clx xxv710"
6053       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
6054       tag: "NIC_Intel-XXV710"
6055   comparisons:
6056     - title: "Diff"
6057       reference: 1
6058       compare: 2
6059   legend:
6060     - ""
6061     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
6062     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
6063
6064 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
6065 - type: "table"
6066   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
6067   algorithm: "table_comparison"
6068   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
6069   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6070   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
6071   columns:
6072     - title: "3n-skx"
6073       data-set: "vpp-compare-topologies-ref"
6074     - title: "2n-skx"
6075       data-set: "vpp-compare-topologies-cmp"
6076   comparisons:
6077     - title: "Diff"
6078       reference: 1
6079       compare: 2
6080   legend:
6081     - ""
6082     - "3n-skx, 2n-skx - topologies tested."
6083     - "Diff - difference between 3n-skx and 2n-skx topologies."
6084
6085 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
6086 - type: "table"
6087   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
6088   algorithm: "table_comparison"
6089   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
6090   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6091   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
6092   columns:
6093     - title: "3n-skx"
6094       data-set: "vpp-compare-topologies-ref"
6095     - title: "2n-skx"
6096       data-set: "vpp-compare-topologies-cmp"
6097   comparisons:
6098     - title: "Diff"
6099       reference: 1
6100       compare: 2
6101   legend:
6102     - ""
6103     - "3n-skx, 2n-skx - topologies tested."
6104     - "Diff - difference between 3n-skx and 2n-skx topologies."
6105
6106 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
6107 - type: "table"
6108   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
6109   algorithm: "table_comparison"
6110   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
6111   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6112   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
6113   columns:
6114     - title: "3n-skx"
6115       data-set: "vpp-compare-topologies-ref"
6116     - title: "2n-skx"
6117       data-set: "vpp-compare-topologies-cmp"
6118   comparisons:
6119     - title: "Diff"
6120       reference: 1
6121       compare: 2
6122   legend:
6123     - ""
6124     - "3n-skx, 2n-skx - topologies tested."
6125     - "Diff - difference between 3n-skx and 2n-skx topologies."
6126
6127 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
6128 - type: "table"
6129   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
6130   algorithm: "table_comparison"
6131   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
6132   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6133   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
6134   columns:
6135     - title: "3n-skx"
6136       data-set: "vpp-compare-topologies-ref"
6137     - title: "2n-skx"
6138       data-set: "vpp-compare-topologies-cmp"
6139   comparisons:
6140     - title: "Diff"
6141       reference: 1
6142       compare: 2
6143   legend:
6144     - ""
6145     - "3n-skx, 2n-skx - topologies tested."
6146     - "Diff - difference between 3n-skx and 2n-skx topologies."
6147
6148 # VPP Performance Changes 3n-hsw 1t1c mrr
6149 - type: "table"
6150   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
6151   algorithm: "table_comparison"
6152   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
6153   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6154   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
6155   columns:
6156     - title: "2005.0-5"
6157       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
6158     - title: "2009.0-5"
6159       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-old"
6160     - title: "2009.0-6"
6161       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-new"
6162     - title: "2101.0-6"
6163       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
6164   comparisons:
6165     - title: "2009.0-6 vs 2009.0-5"
6166       reference: 2
6167       compare: 3
6168 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
6169     - title: "2101.0-6 vs 2009.0-6"
6170       reference: 3
6171       compare: 4
6172 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
6173   legend:
6174     - ''
6175     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
6176     - '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).'
6177     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6178     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6179     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6180
6181 # VPP Performance Changes 3n-hsw 2t2c mrr
6182 - type: "table"
6183   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
6184   algorithm: "table_comparison"
6185   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
6186   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6187   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
6188   columns:
6189     - title: "2005.0-5"
6190       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
6191     - title: "2009.0-5"
6192       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-old"
6193     - title: "2009.0-6"
6194       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-new"
6195     - title: "2101.0-6"
6196       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
6197   comparisons:
6198     - title: "2009.0-6 vs 2009.0-5"
6199       reference: 2
6200       compare: 3
6201 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
6202     - title: "2101.0-6 vs 2009.0-6"
6203       reference: 3
6204       compare: 4
6205 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
6206   legend:
6207     - ''
6208     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
6209     - '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).'
6210     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6211     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6212     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6213
6214 # VPP Performance Changes 3n-hsw 4t4c mrr
6215 - type: "table"
6216   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
6217   algorithm: "table_comparison"
6218   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
6219   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6220   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
6221   columns:
6222     - title: "2005.0-5"
6223       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
6224     - title: "2009.0-5"
6225       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-old"
6226     - title: "2009.0-6"
6227       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env-new"
6228     - title: "2101.0-6"
6229       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
6230   comparisons:
6231     - title: "2009.0-6 vs 2009.0-5"
6232       reference: 2
6233       compare: 3
6234 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
6235     - title: "2101.0-6 vs 2009.0-6"
6236       reference: 3
6237       compare: 4
6238 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
6239   legend:
6240     - ''
6241     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
6242     - '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).'
6243     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6244     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6245     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6246
6247 # VPP Performance Changes 3n-skx 2t1c mrr
6248 - type: "table"
6249   title: "VPP Performance Changes 3n-skx 2t1c mrr"
6250   algorithm: "table_comparison"
6251   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
6252   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6253   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
6254   columns:
6255     - title: "2005.0-5"
6256       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
6257     - title: "2009.0-5"
6258       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-old"
6259     - title: "2009.0-6"
6260       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-new"
6261     - title: "2101.0-6"
6262       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
6263   comparisons:
6264     - title: "2009.0-6 vs 2009.0-5"
6265       reference: 2
6266       compare: 3
6267 #      rca-file: "rca/rca-3n-skx-2t1c-mrr-rca1.yaml"
6268     - title: "2101.0-6 vs 2009.0-6"
6269       reference: 3
6270       compare: 4
6271 #      rca-file: "rca/rca-3n-skx-2t1c-mrr-rca2.yaml"
6272   legend:
6273     - ''
6274     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
6275     - '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).'
6276     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6277     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6278     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6279
6280 # VPP Performance Changes 3n-skx 4t2c mrr
6281 - type: "table"
6282   title: "VPP Performance Changes 3n-skx 4t2c mrr"
6283   algorithm: "table_comparison"
6284   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
6285   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6286   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
6287   columns:
6288     - title: "2005.0-5"
6289       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
6290     - title: "2009.0-5"
6291       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-old"
6292     - title: "2009.0-6"
6293       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-new"
6294     - title: "2101.0-6"
6295       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
6296   comparisons:
6297     - title: "2009.0-6 vs 2009.0-5"
6298       reference: 2
6299       compare: 3
6300 #      rca-file: "rca/rca-3n-skx-4t2c-mrr-rca1.yaml"
6301     - title: "2101.0-6 vs 2009.0-6"
6302       reference: 3
6303       compare: 4
6304 #      rca-file: "rca/rca-3n-skx-4t2c-mrr-rca2.yaml"
6305   legend:
6306     - ''
6307     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
6308     - '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).'
6309     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6310     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6311     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6312
6313 # VPP Performance Changes 3n-skx 8t4c mrr
6314 - type: "table"
6315   title: "VPP Performance Changes 3n-skx 8t4c mrr"
6316   algorithm: "table_comparison"
6317   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
6318   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6319   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
6320   columns:
6321     - title: "2005.0-5"
6322       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
6323     - title: "2009.0-5"
6324       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-old"
6325     - title: "2009.0-6"
6326       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env-new"
6327     - title: "2101.0-6"
6328       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
6329   comparisons:
6330     - title: "2009.0-6 vs 2009.0-5"
6331       reference: 2
6332       compare: 3
6333 #      rca-file: "rca/rca-3n-skx-8t4c-mrr-rca1.yaml"
6334     - title: "2101.0-6 vs 2009.0-6"
6335       reference: 3
6336       compare: 4
6337 #      rca-file: "rca/rca-3n-skx-8t4c-mrr-rca2.yaml"
6338   legend:
6339     - ''
6340     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
6341     - '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).'
6342     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6343     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6344     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6345
6346 # VPP Performance Changes 2n-skx 2t1c mrr
6347 - type: "table"
6348   title: "VPP Performance Changes 2n-skx 2t1c mrr"
6349   algorithm: "table_comparison"
6350   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
6351   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6352   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
6353   columns:
6354     - title: "2005.0-5"
6355       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
6356     - title: "2009.0-5"
6357       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-old"
6358     - title: "2009.0-6"
6359       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-new"
6360     - title: "2101.0-6"
6361       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
6362   comparisons:
6363     - title: "2009.0-6 vs 2009.0-5"
6364       reference: 2
6365       compare: 3
6366 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
6367     - title: "2101.0-6 vs 2009.0-6"
6368       reference: 3
6369       compare: 4
6370 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
6371   legend:
6372     - ''
6373     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
6374     - '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).'
6375     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6376     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6377     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6378
6379 # VPP Performance Changes 2n-skx 4t2c mrr
6380 - type: "table"
6381   title: "VPP Performance Changes 2n-skx 4t2c mrr"
6382   algorithm: "table_comparison"
6383   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
6384   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6385   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
6386   columns:
6387     - title: "2005.0-5"
6388       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
6389     - title: "2009.0-5"
6390       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-old"
6391     - title: "2009.0-6"
6392       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-new"
6393     - title: "2101.0-6"
6394       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
6395   comparisons:
6396     - title: "2009.0-6 vs 2009.0-5"
6397       reference: 2
6398       compare: 3
6399 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
6400     - title: "2101.0-6 vs 2009.0-6"
6401       reference: 3
6402       compare: 4
6403 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
6404   legend:
6405     - ''
6406     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
6407     - '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).'
6408     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6409     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6410     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6411
6412 # VPP Performance Changes 2n-skx 8t4c mrr
6413 - type: "table"
6414   title: "VPP Performance Changes 2n-skx 8t4c mrr"
6415   algorithm: "table_comparison"
6416   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
6417   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6418   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
6419   columns:
6420     - title: "2005.0-5"
6421       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
6422     - title: "2009.0-5"
6423       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-old"
6424     - title: "2009.0-6"
6425       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env-new"
6426     - title: "2101.0-6"
6427       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
6428   comparisons:
6429     - title: "2009.0-6 vs 2009.0-5"
6430       reference: 2
6431       compare: 3
6432 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
6433     - title: "2101.0-6 vs 2009.0-6"
6434       reference: 3
6435       compare: 4
6436 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
6437   legend:
6438     - ''
6439     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
6440     - '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).'
6441     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6442     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6443     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6444
6445 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
6446 - type: "table"
6447   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
6448   algorithm: "table_comparison"
6449   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
6450   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6451   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
6452   columns:
6453     - title: "2005.0-5"
6454       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
6455     - title: "2009.0-5"
6456       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-old"
6457     - title: "2009.0-6"
6458       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-new"
6459     - title: "2101.0-6"
6460       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
6461   comparisons:
6462     - title: "2009.0-6 vs 2009.0-5"
6463       reference: 2
6464       compare: 3
6465 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
6466     - title: "2101.0-6 vs 2009.0-6"
6467       reference: 3
6468       compare: 4
6469 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
6470   legend:
6471     - ''
6472     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
6473     - '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).'
6474     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6475     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6476     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6477
6478 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
6479 - type: "table"
6480   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
6481   algorithm: "table_comparison"
6482   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
6483   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6484   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
6485   columns:
6486     - title: "2005.0-5"
6487       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
6488     - title: "2009.0-5"
6489       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-old"
6490     - title: "2009.0-6"
6491       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-new"
6492     - title: "2101.0-6"
6493       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
6494   comparisons:
6495     - title: "2009.0-6 vs 2009.0-5"
6496       reference: 2
6497       compare: 3
6498 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
6499     - title: "2101.0-6 vs 2009.0-6"
6500       reference: 3
6501       compare: 4
6502 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
6503   legend:
6504     - ''
6505     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
6506     - '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).'
6507     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6508     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6509     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6510
6511 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
6512 - type: "table"
6513   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
6514   algorithm: "table_comparison"
6515   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
6516   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6517   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
6518   columns:
6519     - title: "2005.0-5"
6520       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
6521     - title: "2009.0-5"
6522       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-old"
6523     - title: "2009.0-6"
6524       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-new"
6525     - title: "2101.0-6"
6526       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
6527   comparisons:
6528     - title: "2009.0-6 vs 2009.0-5"
6529       reference: 2
6530       compare: 3
6531 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
6532     - title: "2101.0-6 vs 2009.0-6"
6533       reference: 3
6534       compare: 4
6535 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
6536   legend:
6537     - ''
6538     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
6539     - '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).'
6540     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6541     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6542     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6543
6544 # VPP Performance Changes 2n-clx-cx556a 2t1c mrr
6545 - type: "table"
6546   title: "VPP Performance Changes 2n-clx-cx556a 2t1c mrr"
6547   algorithm: "table_comparison"
6548   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-cx556a-2t1c-mrr"
6549   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6550   filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
6551   columns:
6552     - title: "2005.0-5"
6553       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
6554     - title: "2009.0-5"
6555       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-old"
6556     - title: "2009.0-6"
6557       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-new"
6558     - title: "2101.0-6"
6559       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
6560   comparisons:
6561     - title: "2009.0-6 vs 2009.0-5"
6562       reference: 2
6563       compare: 3
6564 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca3.yaml"
6565     - title: "2101.0-6 vs 2009.0-6"
6566       reference: 3
6567       compare: 4
6568 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca4.yaml"
6569   legend:
6570     - ''
6571     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with cx556a.'
6572     - '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).'
6573     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6574     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6575     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6576
6577 # VPP Performance Changes 2n-clx-cx556a 4t2c mrr
6578 - type: "table"
6579   title: "VPP Performance Changes 2n-clx-cx556a 4t2c mrr"
6580   algorithm: "table_comparison"
6581   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-cx556a-4t2c-mrr"
6582   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6583   filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
6584   columns:
6585     - title: "2005.0-5"
6586       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
6587     - title: "2009.0-5"
6588       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-old"
6589     - title: "2009.0-6"
6590       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-new"
6591     - title: "2101.0-6"
6592       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
6593   comparisons:
6594     - title: "2009.0-6 vs 2009.0-5"
6595       reference: 2
6596       compare: 3
6597 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca3.yaml"
6598     - title: "2101.0-6 vs 2009.0-6"
6599       reference: 3
6600       compare: 4
6601 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca4.yaml"
6602   legend:
6603     - ''
6604     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with cx556a.'
6605     - '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).'
6606     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6607     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6608     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6609
6610 # VPP Performance Changes 2n-clx-cx556a 8t4c mrr
6611 - type: "table"
6612   title: "VPP Performance Changes 2n-clx-cx556a 8t4c mrr"
6613   algorithm: "table_comparison"
6614   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-cx556a-8t4c-mrr"
6615   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6616   filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
6617   columns:
6618     - title: "2005.0-5"
6619       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
6620     - title: "2009.0-5"
6621       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-old"
6622     - title: "2009.0-6"
6623       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env-new"
6624     - title: "2101.0-6"
6625       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
6626   comparisons:
6627     - title: "2009.0-6 vs 2009.0-5"
6628       reference: 2
6629       compare: 3
6630 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca3.yaml"
6631     - title: "2101.0-6 vs 2009.0-6"
6632       reference: 3
6633       compare: 4
6634 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca4.yaml"
6635   legend:
6636     - ''
6637     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with cx556a.'
6638     - '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).'
6639     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6640     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6641     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6642
6643 # VPP Performance Changes 2n-zn2-xxv710 2t1c mrr
6644 - type: "table"
6645   title: "VPP Performance Changes 2n-zn2-xxv710 2t1c mrr"
6646   algorithm: "table_comparison"
6647   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-2t1c-mrr"
6648   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6649   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710'"
6650   columns:
6651 #     - title: "2005.0-5"
6652 #       data-set: "vpp-performance-changes-2n-zn2-mrr-h1"
6653     - title: "2009.0-5"
6654       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-old"
6655     - title: "2009.0-6"
6656       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-new"
6657     - title: "2101.0-6"
6658       data-set: "vpp-performance-changes-2n-zn2-mrr-cmp"
6659   comparisons:
6660     - title: "2009.0-6 vs 2009.0-5"
6661       reference: 1  # 2
6662       compare: 2  # 3
6663 #      rca-file: "rca/rca-2n-zn2-2t1c-mrr-rca1.yaml"
6664     - title: "2101.0-6 vs 2009.0-6"
6665       reference: 2  # 3
6666       compare: 3  # 4
6667 #      rca-file: "rca/rca-2n-zn2-2t1c-mrr-rca2.yaml"
6668   legend:
6669     - ''
6670     - 'Test Case:            Test cases executed for: MRR throughput on 2n-zn2 with xxv710.'
6671     - '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).'
6672     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6673     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6674     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6675
6676 # VPP Performance Changes 2n-zn2-xxv710 4t2c mrr
6677 - type: "table"
6678   title: "VPP Performance Changes 2n-zn2-xxv710 4t2c mrr"
6679   algorithm: "table_comparison"
6680   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-4t2c-mrr"
6681   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6682   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710'"
6683   columns:
6684 #     - title: "2005.0-5"
6685 #       data-set: "vpp-performance-changes-2n-zn2-mrr-h1"
6686     - title: "2009.0-5"
6687       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-old"
6688     - title: "2009.0-6"
6689       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-new"
6690     - title: "2101.0-6"
6691       data-set: "vpp-performance-changes-2n-zn2-mrr-cmp"
6692   comparisons:
6693     - title: "2009.0-6 vs 2009.0-5"
6694       reference: 1  # 2
6695       compare: 2  # 3
6696 #      rca-file: "rca/rca-2n-zn2-4t2c-mrr-rca1.yaml"
6697     - title: "2101.0-6 vs 2009.0-6"
6698       reference: 2  # 3
6699       compare: 3  # 4
6700 #      rca-file: "rca/rca-2n-zn2-4t2c-mrr-rca2.yaml"
6701   legend:
6702     - ''
6703     - 'Test Case:            Test cases executed for: MRR throughput on 2n-zn2 with xxv710.'
6704     - '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).'
6705     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6706     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6707     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6708
6709 # VPP Performance Changes 2n-zn2-xxv710 8t4c mrr
6710 - type: "table"
6711   title: "VPP Performance Changes 2n-zn2-xxv710 8t4c mrr"
6712   algorithm: "table_comparison"
6713   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-zn2-xxv710-8t4c-mrr"
6714   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6715   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710'"
6716   columns:
6717 #     - title: "2005.0-5"
6718 #       data-set: "vpp-performance-changes-2n-zn2-mrr-h1"
6719     - title: "2009.0-5"
6720       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-old"
6721     - title: "2009.0-6"
6722       data-set: "vpp-performance-changes-2n-zn2-mrr-ref-env-new"
6723     - title: "2101.0-6"
6724       data-set: "vpp-performance-changes-2n-zn2-mrr-cmp"
6725   comparisons:
6726     - title: "2009.0-6 vs 2009.0-5"
6727       reference: 1  # 2
6728       compare: 2  # 3
6729 #      rca-file: "rca/rca-2n-zn2-8t4c-mrr-rca1.yaml"
6730     - title: "2101.0-6 vs 2009.0-6"
6731       reference: 2  # 3
6732       compare: 3  # 4
6733 #      rca-file: "rca/rca-2n-zn2-8t4c-mrr-rca2.yaml"
6734   legend:
6735     - ''
6736     - 'Test Case:            Test cases executed for: MRR throughput on 2n-zn2 with xxv710.'
6737     - '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).'
6738     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6739     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6740     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6741
6742 # VPP Performance Changes 2n-dnv 1t1c mrr
6743 - type: "table"
6744   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
6745   algorithm: "table_comparison"
6746   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
6747   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6748   filter: "'1T1C'"
6749   columns:
6750     - title: "2005.0-5"
6751       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
6752     - title: "2009.0-5"
6753       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-old"
6754 #     - title: "2009.0-6"
6755 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
6756     - title: "2101.0-6"
6757       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
6758   comparisons:
6759 #     - title: "2009.0-6 vs 2009.0-5"
6760 #       reference: 2
6761 #       compare: 3
6762     - title: "2101.0-6 vs 2009.0-5"
6763       reference: 2
6764       compare: 3
6765   legend:
6766     - ''
6767     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
6768     - '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).'
6769     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6770 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6771     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
6772
6773 # VPP Performance Changes 2n-dnv 2t2c mrr
6774 - type: "table"
6775   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
6776   algorithm: "table_comparison"
6777   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
6778   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6779   filter: "'2T2C'"
6780   columns:
6781     - title: "2005.0-5"
6782       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
6783     - title: "2009.0-5"
6784       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-old"
6785 #     - title: "2009.0-6"
6786 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
6787     - title: "2101.0-6"
6788       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
6789   comparisons:
6790 #     - title: "2009.0-6 vs 2009.0-5"
6791 #       reference: 2
6792 #       compare: 3
6793     - title: "2101.0-6 vs 2009.0-5"
6794       reference: 2
6795       compare: 3
6796   legend:
6797     - ''
6798     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
6799     - '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).'
6800     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6801 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6802     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
6803
6804 # VPP Performance Changes 2n-dnv 4t4c mrr
6805 - type: "table"
6806   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
6807   algorithm: "table_comparison"
6808   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
6809   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6810   filter: "'4T4C'"
6811   columns:
6812     - title: "2005.0-5"
6813       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
6814     - title: "2009.0-5"
6815       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-old"
6816 #     - title: "2009.0-6"
6817 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
6818     - title: "2101.0-6"
6819       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
6820   comparisons:
6821 #     - title: "2009.0-6 vs 2009.0-5"
6822 #       reference: 2
6823 #       compare: 3
6824     - title: "2101.0-6 vs 2009.0-5"
6825       reference: 2
6826       compare: 3
6827   legend:
6828     - ''
6829     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
6830     - '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).'
6831     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6832 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6833     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
6834
6835 # VPP Performance Changes 3n-dnv 1t1c mrr
6836 - type: "table"
6837   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
6838   algorithm: "table_comparison"
6839   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
6840   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6841   filter: "'1T1C'"
6842   columns:
6843     - title: "2005.0-5"
6844       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
6845     - title: "2009.0-5"
6846       data-set: "vpp-performance-changes-3n-dnv-mrr-ref-env-old"
6847 #     - title: "2009.0-6"
6848 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
6849     - title: "2101.0-6"
6850       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
6851   comparisons:
6852 #     - title: "2009.0-6 vs 2009.0-5"
6853 #       reference: 2
6854 #       compare: 3
6855     - title: "2101.0-6 vs 2009.0-5"
6856       reference: 2
6857       compare: 3
6858   legend:
6859     - ''
6860     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
6861     - '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).'
6862     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6863 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6864     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
6865
6866 # VPP Performance Changes 3n-dnv 2t2c mrr
6867 - type: "table"
6868   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
6869   algorithm: "table_comparison"
6870   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
6871   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6872   filter: "'2T2C'"
6873   columns:
6874     - title: "2005.0-5"
6875       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
6876     - title: "2009.0-5"
6877       data-set: "vpp-performance-changes-3n-dnv-mrr-ref-env-old"
6878 #     - title: "2009.0-6"
6879 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
6880     - title: "2101.0-6"
6881       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
6882   comparisons:
6883 #     - title: "2009.0-6 vs 2009.0-5"
6884 #       reference: 2
6885 #       compare: 3
6886     - title: "2101.0-6 vs 2009.0-5"
6887       reference: 2
6888       compare: 3
6889   legend:
6890     - ''
6891     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
6892     - '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).'
6893     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6894 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6895     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
6896
6897 # VPP Performance Changes 3n-dnv 4t4c mrr
6898 - type: "table"
6899   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
6900   algorithm: "table_comparison"
6901   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
6902   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6903   filter: "'4T4C'"
6904   columns:
6905     - title: "2005.0-5"
6906       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
6907     - title: "2009.0-5"
6908       data-set: "vpp-performance-changes-3n-dnv-mrr-ref-env-old"
6909 #     - title: "2009.0-6"
6910 #       data-set: "vpp-performance-changes-2n-dnv-mrr-ref-env-new"
6911     - title: "2101.0-6"
6912       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
6913   comparisons:
6914 #     - title: "2009.0-6 vs 2009.0-5"
6915 #       reference: 2
6916 #       compare: 3
6917     - title: "2101.0-6 vs 2009.0-5"
6918       reference: 2
6919       compare: 3
6920   legend:
6921     - ''
6922     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
6923     - '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).'
6924     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6925 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6926     - '2101.0-6 vs 2009.0-5: Compares VPP code current vs previous in the current CSIT environment.'
6927
6928 # VPP Performance Changes 3n-tsh 1t1c mrr
6929 - type: "table"
6930   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
6931   algorithm: "table_comparison"
6932   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
6933   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6934   filter: "'1T1C'"
6935   columns:
6936     - title: "2005.0-5"
6937       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6938     - title: "2009.0-5"
6939       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-old"
6940     - title: "2009.0-6"
6941       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-new"
6942     - title: "2101.0-6"
6943       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6944   comparisons:
6945     - title: "2009.0-6 vs 2009.0-5"
6946       reference: 2
6947       compare: 3
6948     - title: "2101.0-6 vs 2009.0-6"
6949       reference: 3
6950       compare: 4
6951   legend:
6952     - ''
6953     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
6954     - '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).'
6955     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6956     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6957     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6958
6959 # VPP Performance Changes 3n-tsh 2t2c mrr
6960 - type: "table"
6961   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
6962   algorithm: "table_comparison"
6963   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
6964   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6965   filter: "'2T2C'"
6966   columns:
6967     - title: "2005.0-5"
6968       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
6969     - title: "2009.0-5"
6970       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-old"
6971     - title: "2009.0-6"
6972       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-new"
6973     - title: "2101.0-6"
6974       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
6975   comparisons:
6976     - title: "2009.0-6 vs 2009.0-5"
6977       reference: 2
6978       compare: 3
6979     - title: "2101.0-6 vs 2009.0-6"
6980       reference: 3
6981       compare: 4
6982   legend:
6983     - ''
6984     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
6985     - '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).'
6986     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
6987     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
6988     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
6989
6990 # VPP Performance Changes 3n-tsh 4t4c mrr
6991 - type: "table"
6992   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
6993   algorithm: "table_comparison"
6994   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
6995   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6996   filter: "'4T4C'"
6997   columns:
6998     - title: "2005.0-5"
6999       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
7000     - title: "2009.0-5"
7001       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-old"
7002     - title: "2009.0-6"
7003       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env-new"
7004     - title: "2101.0-6"
7005       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
7006   comparisons:
7007     - title: "2009.0-6 vs 2009.0-5"
7008       reference: 2
7009       compare: 3
7010     - title: "2101.0-6 vs 2009.0-6"
7011       reference: 3
7012       compare: 4
7013   legend:
7014     - ''
7015     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
7016     - '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).'
7017     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
7018     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
7019     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
7020
7021 # VPP Performance Changes 2n-tx2 1t1c mrr
7022 - type: "table"
7023   title: "VPP Performance Changes 2n-tx2 1t1c mrr"
7024   algorithm: "table_comparison"
7025   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-1t1c-mrr"
7026   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7027   filter: "'1T1C'"
7028   columns:
7029 #     - title: "2005.0-5"
7030 #       data-set: "vpp-performance-changes-2n-tx2-mrr-h1"
7031 #     - title: "2009.0-5"
7032 #       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-old"
7033     - title: "2009.0-6"
7034       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-new"
7035     - title: "2101.0-6"
7036       data-set: "vpp-performance-changes-2n-tx2-mrr-cmp"
7037   comparisons:
7038 #     - title: "2009.0-6 vs 2009.0-5"
7039 #       reference: 2
7040 #       compare: 3
7041     - title: "2101.0-6 vs 2009.0-6"
7042       reference: 1
7043       compare: 2
7044   legend:
7045     - ''
7046     - 'Test Case:            Test cases executed for: MRR throughput on 2n-tx2 with xl710.'
7047     - '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).'
7048     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
7049 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
7050     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
7051
7052 # VPP Performance Changes 2n-tx2 2t2c mrr
7053 - type: "table"
7054   title: "VPP Performance Changes 2n-tx2 2t2c mrr"
7055   algorithm: "table_comparison"
7056   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-2t2c-mrr"
7057   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7058   filter: "'2T2C'"
7059   columns:
7060 #     - title: "2005.0-5"
7061 #       data-set: "vpp-performance-changes-2n-tx2-mrr-h1"
7062 #     - title: "2009.0-5"
7063 #       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-old"
7064     - title: "2009.0-6"
7065       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-new"
7066     - title: "2101.0-6"
7067       data-set: "vpp-performance-changes-2n-tx2-mrr-cmp"
7068   comparisons:
7069 #     - title: "2009.0-6 vs 2009.0-5"
7070 #       reference: 2
7071 #       compare: 3
7072     - title: "2101.0-6 vs 2009.0-6"
7073       reference: 1
7074       compare: 2
7075   legend:
7076     - ''
7077     - 'Test Case:            Test cases executed for: MRR throughput on 2n-tx2 with xl710.'
7078     - '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).'
7079     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
7080 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
7081     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
7082
7083 # VPP Performance Changes 2n-tx2 4t4c mrr
7084 - type: "table"
7085   title: "VPP Performance Changes 2n-tx2 4t4c mrr"
7086   algorithm: "table_comparison"
7087   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-tx2-4t4c-mrr"
7088   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7089   filter: "'4T4C'"
7090   columns:
7091 #     - title: "2005.0-5"
7092 #       data-set: "vpp-performance-changes-2n-tx2-mrr-h1"
7093 #     - title: "2009.0-5"
7094 #       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-old"
7095     - title: "2009.0-6"
7096       data-set: "vpp-performance-changes-2n-tx2-mrr-ref-env-new"
7097     - title: "2101.0-6"
7098       data-set: "vpp-performance-changes-2n-tx2-mrr-cmp"
7099   comparisons:
7100 #     - title: "2009.0-6 vs 2009.0-5"
7101 #       reference: 2
7102 #       compare: 3
7103     - title: "2101.0-6 vs 2009.0-6"
7104       reference: 1
7105       compare: 2
7106   legend:
7107     - ''
7108     - 'Test Case:            Test cases executed for: MRR throughput on 2n-tx2 with xl710.'
7109     - '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).'
7110     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
7111 #     - '2009.0-6 vs 2009.0-5: Compares CSIT environment current vs previous with previous VPP code.'
7112     - '2101.0-6 vs 2009.0-6: Compares VPP code current vs previous in the current CSIT environment.'
7113
7114 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
7115 - type: "table"
7116   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
7117   algorithm: "table_comparison"
7118   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
7119   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7120   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
7121   columns:
7122     - title: "3n-hsw xl710"
7123       data-set: "vpp-compare-testbeds-mrr-ref"
7124       tag: "NIC_Intel-XL710"
7125     - title: "3n-skx xxv710"
7126       data-set: "vpp-compare-testbeds-mrr-cmp"
7127       tag: "NIC_Intel-XXV710"
7128   comparisons:
7129     - title: "Diff"
7130       reference: 1
7131       compare: 2
7132   legend:
7133     - ""
7134     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
7135     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
7136
7137 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
7138 - type: "table"
7139   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
7140   algorithm: "table_comparison"
7141   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
7142   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7143   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
7144   columns:
7145     - title: "3n-hsw xl710"
7146       data-set: "vpp-compare-testbeds-mrr-ref"
7147       tag: "NIC_Intel-XL710"
7148     - title: "3n-skx xxv710"
7149       data-set: "vpp-compare-testbeds-mrr-cmp"
7150       tag: "NIC_Intel-XXV710"
7151   comparisons:
7152     - title: "Diff"
7153       reference: 1
7154       compare: 2
7155   legend:
7156     - ""
7157     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
7158     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
7159
7160 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
7161 - type: "table"
7162   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
7163   algorithm: "table_comparison"
7164   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
7165   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7166   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
7167   columns:
7168     - title: "3n-hsw xl710"
7169       data-set: "vpp-compare-testbeds-mrr-ref"
7170       tag: "NIC_Intel-XL710"
7171     - title: "3n-skx xxv710"
7172       data-set: "vpp-compare-testbeds-mrr-cmp"
7173       tag: "NIC_Intel-XXV710"
7174   comparisons:
7175     - title: "Diff"
7176       reference: 1
7177       compare: 2
7178   legend:
7179     - ""
7180     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
7181     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
7182
7183 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
7184 - type: "table"
7185   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
7186   algorithm: "table_comparison"
7187   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
7188   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7189   filter: "'2T1C' and 'NIC_Intel-XXV710'"
7190   columns:
7191     - title: "2n-skx"
7192       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
7193     - title: "2n-clx"
7194       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
7195   comparisons:
7196     - title: "Diff"
7197       reference: 1
7198       compare: 2
7199   legend:
7200     - ""
7201     - "2n-skx, 2n-clx - testbeds and NICs tested."
7202     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7203
7204 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
7205 - type: "table"
7206   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
7207   algorithm: "table_comparison"
7208   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
7209   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7210   filter: "'4T2C' and 'NIC_Intel-XXV710'"
7211   columns:
7212     - title: "2n-skx"
7213       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
7214     - title: "2n-clx"
7215       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
7216   comparisons:
7217     - title: "Diff"
7218       reference: 1
7219       compare: 2
7220   legend:
7221     - ""
7222     - "2n-skx, 2n-clx - testbeds and NICs tested."
7223     - "Diff - difference between 2n-skx and 2n-clx testbeds."
7224
7225 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
7226 - type: "table"
7227   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
7228   algorithm: "table_comparison"
7229   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
7230   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7231   filter: "'8T4C' and 'NIC_Intel-XXV710'"
7232   columns:
7233     - title: "2n-skx"
7234       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
7235     - title: "2n-clx"
7236       data-set: "vpp-compare-testbeds-mrr-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 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
7247 - type: "table"
7248   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
7249   algorithm: "table_comparison"
7250   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
7251   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7252   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
7253   columns:
7254     - title: "3n-skx"
7255       data-set: "vpp-compare-topologies-mrr-ref"
7256     - title: "2n-skx"
7257       data-set: "vpp-compare-topologies-mrr-cmp"
7258   comparisons:
7259     - title: "Diff"
7260       reference: 1
7261       compare: 2
7262   legend:
7263     - ""
7264     - "3n-skx, 2n-skx - topologies tested."
7265     - "Diff - difference between 3n-skx and 2n-skx topologies."
7266
7267 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
7268 - type: "table"
7269   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
7270   algorithm: "table_comparison"
7271   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
7272   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7273   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
7274   columns:
7275     - title: "3n-skx"
7276       data-set: "vpp-compare-topologies-mrr-ref"
7277     - title: "2n-skx"
7278       data-set: "vpp-compare-topologies-mrr-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 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
7289 - type: "table"
7290   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
7291   algorithm: "table_comparison"
7292   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
7293   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7294   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
7295   columns:
7296     - title: "3n-skx"
7297       data-set: "vpp-compare-topologies-mrr-ref"
7298     - title: "2n-skx"
7299       data-set: "vpp-compare-topologies-mrr-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 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
7310 - type: "table"
7311   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
7312   algorithm: "table_comparison"
7313   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
7314   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7315   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
7316   columns:
7317     - title: "3n-hsw xl710"
7318       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
7319       tag: "NIC_Intel-XL710"
7320     - title: "2n-clx xxv710"
7321       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
7322       tag: "NIC_Intel-XXV710"
7323   comparisons:
7324     - title: "Diff"
7325       reference: 1
7326       compare: 2
7327   legend:
7328     - ""
7329     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
7330     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
7331
7332 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
7333 - type: "table"
7334   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
7335   algorithm: "table_comparison"
7336   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
7337   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7338   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
7339   columns:
7340     - title: "3n-hsw xl710"
7341       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
7342       tag: "NIC_Intel-XL710"
7343     - title: "2n-clx xxv710"
7344       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
7345       tag: "NIC_Intel-XXV710"
7346   comparisons:
7347     - title: "Diff"
7348       reference: 1
7349       compare: 2
7350   legend:
7351     - ""
7352     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
7353     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
7354
7355 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
7356 - type: "table"
7357   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
7358   algorithm: "table_comparison"
7359   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
7360   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7361   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
7362   columns:
7363     - title: "3n-hsw xl710"
7364       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
7365       tag: "NIC_Intel-XL710"
7366     - title: "2n-clx xxv710"
7367       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
7368       tag: "NIC_Intel-XXV710"
7369   comparisons:
7370     - title: "Diff"
7371       reference: 1
7372       compare: 2
7373   legend:
7374     - ""
7375     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
7376     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
7377
7378 # Detailed Test Results - VPP Performance Results 3n-hsw
7379 - type: "table"
7380   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
7381   algorithm: "table_merged_details"
7382   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
7383   columns:
7384     - title: " |prein| Test Name |preout| "
7385       data: "data name"
7386     - 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| "
7387       data: "data msg"
7388   data: "vpp-perf-results-3n-hsw"
7389   filter: "all"
7390   parameters:
7391   - "name"
7392   - "parent"
7393   - "msg"
7394
7395 # Detailed Test Results - VPP Performance Results 3n-skx
7396 - type: "table"
7397   title: "Detailed Test Results - VPP Performance Results 3n-skx"
7398   algorithm: "table_merged_details"
7399   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
7400   columns:
7401     - title: " |prein| Test Name |preout| "
7402       data: "data name"
7403     - 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| "
7404       data: "data msg"
7405   data: "vpp-perf-results-3n-skx"
7406   filter: "all"
7407   remove-ndr: False
7408   parameters:
7409   - "name"
7410   - "parent"
7411   - "msg"
7412
7413 # Detailed Test Results - VPP Performance Results 2n-skx
7414 - type: "table"
7415   title: "Detailed Test Results - VPP Performance Results 2n-skx"
7416   algorithm: "table_merged_details"
7417   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
7418   columns:
7419     - title: " |prein| Test Name |preout| "
7420       data: "data name"
7421     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
7422       data: "data msg"
7423   data: "vpp-perf-results-2n-skx"
7424   filter: "all"
7425   remove-ndr: False
7426   parameters:
7427   - "name"
7428   - "parent"
7429   - "msg"
7430
7431 # Detailed Test Results - VPP Performance Results 2n-zn2
7432 - type: "table"
7433   title: "Detailed Test Results - VPP Performance Results 2n-zn2"
7434   algorithm: "table_merged_details"
7435   output-file: "{DIR[DTR,PERF,VPP,2N,ZN2]}/"
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: "vpp-perf-results-2n-zn2"
7442   filter: "all"
7443   remove-ndr: False
7444   parameters:
7445   - "name"
7446   - "parent"
7447   - "msg"
7448
7449 # Detailed Test Results - VPP Performance Results 2n-clx
7450 - type: "table"
7451   title: "Detailed Test Results - VPP Performance Results 2n-clx"
7452   algorithm: "table_merged_details"
7453   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
7454   columns:
7455     - title: " |prein| Test Name |preout| "
7456       data: "data name"
7457     - title: " |prein| Throughput: |br| 1.  Mpps       Gbps (NDR) |br| 2.  Mpps       Gbps (PDR) |br| |br| One-Way Latency Percentiles in uSec at %PDR load, |br| one set per each direction: |br| 3.  P50  P90  P99       P50  P90  P99 (10% PDR) |br| 4.  P50  P90  P99       P50  P90  P99 (50% PDR) |br| 5.  P50  P90  P99       P50  P90  P99 (90% PDR) |preout| "
7458       data: "data msg"
7459   data: "vpp-perf-results-2n-clx"
7460   filter: "all"
7461   parameters:
7462   - "name"
7463   - "parent"
7464   - "msg"
7465
7466 # Detailed Test Results - VPP Performance Results 3n-tsh
7467 - type: "table"
7468   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
7469   algorithm: "table_merged_details"
7470   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
7471   columns:
7472     - title: " |prein| Test Name |preout| "
7473       data: "data name"
7474     - 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| "
7475       data: "data msg"
7476   data: "vpp-perf-results-3n-tsh"
7477   filter: "all"
7478   parameters:
7479   - "name"
7480   - "parent"
7481   - "msg"
7482
7483 # Detailed Test Results - VPP Performance Results 2n-tx2
7484 - type: "table"
7485   title: "Detailed Test Results - VPP Performance Results 2n-tx2"
7486   algorithm: "table_merged_details"
7487   output-file: "{DIR[DTR,PERF,VPP,2N,TX2]}/"
7488   columns:
7489     - title: " |prein| Test Name |preout| "
7490       data: "data name"
7491     - 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| "
7492       data: "data msg"
7493   data: "vpp-perf-results-2n-tx2"
7494   filter: "all"
7495   parameters:
7496   - "name"
7497   - "parent"
7498   - "msg"
7499
7500 # Detailed Test Results - VPP Performance Results 3n-dnv
7501 - type: "table"
7502   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
7503   algorithm: "table_merged_details"
7504   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
7505   columns:
7506     - title: " |prein| Test Name |preout| "
7507       data: "data name"
7508     - 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| "
7509       data: "data msg"
7510   data: "vpp-perf-results-3n-dnv"
7511   filter: "all"
7512   parameters:
7513   - "name"
7514   - "parent"
7515   - "msg"
7516
7517 # Detailed Test Results - VPP Performance Results 2n-dnv
7518 - type: "table"
7519   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
7520   algorithm: "table_merged_details"
7521   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
7522   columns:
7523     - title: " |prein| Test Name |preout| "
7524       data: "data name"
7525     - 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| "
7526       data: "data msg"
7527   data: "vpp-perf-results-2n-dnv"
7528   filter: "all"
7529   parameters:
7530   - "name"
7531   - "parent"
7532   - "msg"
7533
7534 # Test configuration - VPP Performance Test Configs 3n-hsw
7535 - type: "table"
7536   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
7537   algorithm: "table_merged_details"
7538   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
7539   columns:
7540     - title: " |prein| Test Name |preout| "
7541       data: "data name"
7542     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7543       data: "data conf-history"
7544   data: "vpp-perf-results-3n-hsw"
7545   filter: "all"
7546   parameters:
7547   - "parent"
7548   - "name"
7549   - "conf-history"
7550
7551 # Test configuration - VPP Performance Test Configs 3n-skx
7552 - type: "table"
7553   title: "Test configuration - VPP Performance Test Configs 3n-skx"
7554   algorithm: "table_merged_details"
7555   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
7556   columns:
7557     - title: " |prein| Test Name |preout| "
7558       data: "data name"
7559     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7560       data: "data conf-history"
7561   data: "vpp-perf-results-3n-skx"
7562   filter: "all"
7563   parameters:
7564   - "parent"
7565   - "name"
7566   - "conf-history"
7567
7568 # Test configuration - VPP Performance Test Configs 2n-skx
7569 - type: "table"
7570   title: "Test configuration - VPP Performance Test Configs 2n-skx"
7571   algorithm: "table_merged_details"
7572   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
7573   columns:
7574     - title: " |prein| Test Name |preout| "
7575       data: "data name"
7576     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7577       data: "data conf-history"
7578   data: "vpp-perf-results-2n-skx"
7579   filter: "all"
7580   parameters:
7581   - "parent"
7582   - "name"
7583   - "conf-history"
7584
7585 # Test configuration - VPP Performance Test Configs 2n-zn2
7586 - type: "table"
7587   title: "Test configuration - VPP Performance Test Configs 2n-zn2"
7588   algorithm: "table_merged_details"
7589   output-file: "{DIR[DTC,PERF,VPP,2N,ZN2]}/"
7590   columns:
7591     - title: " |prein| Test Name |preout| "
7592       data: "data name"
7593     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7594       data: "data conf-history"
7595   data: "vpp-perf-results-2n-zn2"
7596   filter: "all"
7597   parameters:
7598   - "parent"
7599   - "name"
7600   - "conf-history"
7601
7602 # Test configuration - VPP Performance Test Configs 2n-clx
7603 - type: "table"
7604   title: "Test configuration - VPP Performance Test Configs 2n-clx"
7605   algorithm: "table_merged_details"
7606   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
7607   columns:
7608     - title: " |prein| Test Name |preout| "
7609       data: "data name"
7610     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7611       data: "data conf-history"
7612   data: "vpp-perf-results-2n-clx"
7613   filter: "all"
7614   parameters:
7615   - "parent"
7616   - "name"
7617   - "conf-history"
7618
7619 # Test configuration - VPP Performance Test Configs 3n-tsh
7620 - type: "table"
7621   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
7622   algorithm: "table_merged_details"
7623   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
7624   columns:
7625     - title: " |prein| Test Name |preout| "
7626       data: "data name"
7627     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7628       data: "data conf-history"
7629   data: "vpp-perf-results-3n-tsh"
7630   filter: "all"
7631   parameters:
7632   - "parent"
7633   - "name"
7634   - "conf-history"
7635
7636 # Test configuration - VPP Performance Test Configs 2n-tx2
7637 - type: "table"
7638   title: "Test configuration - VPP Performance Test Configs 2n-tx2"
7639   algorithm: "table_merged_details"
7640   output-file: "{DIR[DTC,PERF,VPP,2N,TX2]}/"
7641   columns:
7642     - title: " |prein| Test Name |preout| "
7643       data: "data name"
7644     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7645       data: "data conf-history"
7646   data: "vpp-perf-results-2n-tx2"
7647   filter: "all"
7648   parameters:
7649   - "parent"
7650   - "name"
7651   - "conf-history"
7652
7653 # Test configuration - VPP Performance Test Configs 3n-dnv
7654 - type: "table"
7655   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
7656   algorithm: "table_merged_details"
7657   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
7658   columns:
7659     - title: " |prein| Test Name |preout| "
7660       data: "data name"
7661     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7662       data: "data conf-history"
7663   data: "vpp-perf-results-3n-dnv"
7664   filter: "all"
7665   parameters:
7666   - "parent"
7667   - "name"
7668   - "conf-history"
7669
7670 # Test configuration - VPP Performance Test Configs 2n-dnv
7671 - type: "table"
7672   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
7673   algorithm: "table_merged_details"
7674   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
7675   columns:
7676     - title: " |prein| Test Name |preout| "
7677       data: "data name"
7678     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7679       data: "data conf-history"
7680   data: "vpp-perf-results-2n-dnv"
7681   filter: "all"
7682   parameters:
7683   - "parent"
7684   - "name"
7685   - "conf-history"
7686
7687 # Test Operational Data - VPP Performance Operational Data 3n-hsw
7688 - type: "table"
7689   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
7690   algorithm: "table_oper_data_html"
7691   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
7692   data: "vpp-perf-results-3n-hsw"
7693   filter: "all"
7694
7695 # Test Operational Data - VPP Performance Operational Data 3n-skx
7696 - type: "table"
7697   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
7698   algorithm: "table_oper_data_html"
7699   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
7700   data: "vpp-perf-results-3n-skx"
7701   filter: "all"
7702
7703 # Test Operational Data - VPP Performance Operational Data 2n-skx
7704 - type: "table"
7705   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
7706   algorithm: "table_oper_data_html"
7707   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
7708   data: "vpp-perf-results-2n-skx"
7709   filter: "all"
7710
7711 # Test Operational Data - VPP Performance Operational Data 2n-zn2
7712 - type: "table"
7713   title: "Test Operational Data - VPP Performance Operational Data 2n-zn2"
7714   algorithm: "table_oper_data_html"
7715   output-file: "{DIR[DTO,PERF,VPP,2N,ZN2]}/"
7716   data: "vpp-perf-results-2n-zn2"
7717   filter: "all"
7718
7719 # Test Operational Data - VPP Performance Operational Data 2n-clx
7720 - type: "table"
7721   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
7722   algorithm: "table_oper_data_html"
7723   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
7724   data: "vpp-perf-results-2n-clx"
7725   filter: "all"
7726
7727 # Test Operational Data - VPP Performance Operational Data 3n-tsh
7728 - type: "table"
7729   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
7730   algorithm: "table_oper_data_html"
7731   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
7732   data: "vpp-perf-results-3n-tsh"
7733   filter: "all"
7734
7735 # Test Operational Data - VPP Performance Operational Data 2n-tx2
7736 - type: "table"
7737   title: "Test Operational Data - VPP Performance Operational Data 2n-tx2"
7738   algorithm: "table_oper_data_html"
7739   output-file: "{DIR[DTO,PERF,VPP,2N,TX2]}/"
7740   data: "vpp-perf-results-2n-tx2"
7741   filter: "all"
7742
7743 # Test Operational Data - VPP Performance Operational Data 3n-dnv
7744 - type: "table"
7745   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
7746   algorithm: "table_oper_data_html"
7747   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
7748   data: "vpp-perf-results-3n-dnv"
7749   filter: "all"
7750
7751 # Test Operational Data - VPP Performance Operational Data 2n-dnv
7752 - type: "table"
7753   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
7754   algorithm: "table_oper_data_html"
7755   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
7756   data: "vpp-perf-results-2n-dnv"
7757   filter: "all"
7758
7759 # Detailed Test Results - VPP MRR Results 3n-hsw
7760 - type: "table"
7761   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
7762   algorithm: "table_merged_details"
7763   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
7764   columns:
7765     - title: " |prein| Test Name |preout| "
7766       data: "data name"
7767     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7768       data: "data msg"
7769   data: "vpp-mrr-results-3n-hsw"
7770   filter: "all"
7771   parameters:
7772   - "name"
7773   - "parent"
7774   - "msg"
7775
7776 # Detailed Test Results - VPP MRR Results 3n-skx
7777 - type: "table"
7778   title: "Detailed Test Results - VPP MRR Results 3n-skx"
7779   algorithm: "table_merged_details"
7780   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
7781   columns:
7782     - title: " |prein| Test Name |preout| "
7783       data: "data name"
7784     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7785       data: "data msg"
7786   data: "vpp-mrr-results-3n-skx"
7787   filter: "all"
7788   parameters:
7789   - "name"
7790   - "parent"
7791   - "msg"
7792
7793 # Detailed Test Results - VPP MRR Results 2n-skx
7794 - type: "table"
7795   title: "Detailed Test Results - VPP MRR Results 2n-skx"
7796   algorithm: "table_merged_details"
7797   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
7798   columns:
7799     - title: " |prein| Test Name |preout| "
7800       data: "data name"
7801     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7802       data: "data msg"
7803   data: "vpp-mrr-results-2n-skx"
7804   filter: "all"
7805   parameters:
7806   - "name"
7807   - "parent"
7808   - "msg"
7809
7810 # Detailed Test Results - VPP MRR Results 2n-zn2
7811 - type: "table"
7812   title: "Detailed Test Results - VPP MRR Results 2n-zn2"
7813   algorithm: "table_merged_details"
7814   output-file: "{DIR[DTR,MRR,VPP,2N,ZN2]}/"
7815   columns:
7816     - title: " |prein| Test Name |preout| "
7817       data: "data name"
7818     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7819       data: "data msg"
7820   data: "vpp-mrr-results-2n-zn2"
7821   filter: "all"
7822   parameters:
7823   - "name"
7824   - "parent"
7825   - "msg"
7826
7827 # Detailed Test Results - VPP MRR Results 2n-clx
7828 - type: "table"
7829   title: "Detailed Test Results - VPP MRR Results 2n-clx"
7830   algorithm: "table_merged_details"
7831   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
7832   columns:
7833     - title: " |prein| Test Name |preout| "
7834       data: "data name"
7835     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7836       data: "data msg"
7837   data: "vpp-mrr-results-2n-clx"
7838   filter: "all"
7839   parameters:
7840   - "name"
7841   - "parent"
7842   - "msg"
7843
7844 # Detailed Test Results - VPP MRR Results 3n-tsh
7845 - type: "table"
7846   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
7847   algorithm: "table_merged_details"
7848   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
7849   columns:
7850     - title: " |prein| Test Name |preout| "
7851       data: "data name"
7852     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7853       data: "data msg"
7854   data: "vpp-mrr-results-3n-tsh"
7855   filter: "all"
7856   parameters:
7857   - "name"
7858   - "parent"
7859   - "msg"
7860
7861 # Detailed Test Results - VPP MRR Results 2n-tx2
7862 - type: "table"
7863   title: "Detailed Test Results - VPP MRR Results 2n-tx2"
7864   algorithm: "table_merged_details"
7865   output-file: "{DIR[DTR,MRR,VPP,2N,TX2]}/"
7866   columns:
7867     - title: " |prein| Test Name |preout| "
7868       data: "data name"
7869     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7870       data: "data msg"
7871   data: "vpp-mrr-results-2n-tx2"
7872   filter: "all"
7873   parameters:
7874   - "name"
7875   - "parent"
7876   - "msg"
7877
7878 # Detailed Test Results - VPP MRR Results 3n-dnv
7879 - type: "table"
7880   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
7881   algorithm: "table_merged_details"
7882   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
7883   columns:
7884     - title: " |prein| Test Name |preout| "
7885       data: "data name"
7886     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7887       data: "data msg"
7888   data: "vpp-mrr-results-3n-dnv"
7889   filter: "all"
7890   parameters:
7891   - "name"
7892   - "parent"
7893   - "msg"
7894
7895 # Detailed Test Results - VPP MRR Results 2n-dnv
7896 - type: "table"
7897   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
7898   algorithm: "table_merged_details"
7899   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
7900   columns:
7901     - title: " |prein| Test Name |preout| "
7902       data: "data name"
7903     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
7904       data: "data msg"
7905   data: "vpp-mrr-results-2n-dnv"
7906   filter: "all"
7907   parameters:
7908   - "name"
7909   - "parent"
7910   - "msg"
7911
7912 # Test configuration - VPP MRR Test Configs 3n-hsw
7913 - type: "table"
7914   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
7915   algorithm: "table_merged_details"
7916   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
7917   columns:
7918     - title: " |prein| Test Name |preout| "
7919       data: "data name"
7920     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7921       data: "data conf-history"
7922   data: "vpp-mrr-results-3n-hsw"
7923   filter: "all"
7924   parameters:
7925   - "parent"
7926   - "name"
7927   - "conf-history"
7928
7929 # Test configuration - VPP MRR Test Configs 3n-skx
7930 - type: "table"
7931   title: "Test configuration - VPP MRR Test Configs 3n-skx"
7932   algorithm: "table_merged_details"
7933   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
7934   columns:
7935     - title: " |prein| Test Name |preout| "
7936       data: "data name"
7937     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7938       data: "data conf-history"
7939   data: "vpp-mrr-results-3n-skx"
7940   filter: "all"
7941   parameters:
7942   - "parent"
7943   - "name"
7944   - "conf-history"
7945
7946 # Test configuration - VPP MRR Test Configs 2n-skx
7947 - type: "table"
7948   title: "Test configuration - VPP MRR Test Configs 2n-skx"
7949   algorithm: "table_merged_details"
7950   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
7951   columns:
7952     - title: " |prein| Test Name |preout| "
7953       data: "data name"
7954     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7955       data: "data conf-history"
7956   data: "vpp-mrr-results-2n-skx"
7957   filter: "all"
7958   parameters:
7959   - "parent"
7960   - "name"
7961   - "conf-history"
7962
7963 # Test configuration - VPP MRR Test Configs 2n-zn2
7964 - type: "table"
7965   title: "Test configuration - VPP MRR Test Configs 2n-zn2"
7966   algorithm: "table_merged_details"
7967   output-file: "{DIR[DTC,MRR,VPP,2N,ZN2]}/"
7968   columns:
7969     - title: " |prein| Test Name |preout| "
7970       data: "data name"
7971     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7972       data: "data conf-history"
7973   data: "vpp-mrr-results-2n-zn2"
7974   filter: "all"
7975   parameters:
7976   - "parent"
7977   - "name"
7978   - "conf-history"
7979
7980 # Test configuration - VPP MRR Test Configs 2n-clx
7981 - type: "table"
7982   title: "Test configuration - VPP MRR Test Configs 2n-clx"
7983   algorithm: "table_merged_details"
7984   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
7985   columns:
7986     - title: " |prein| Test Name |preout| "
7987       data: "data name"
7988     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
7989       data: "data conf-history"
7990   data: "vpp-mrr-results-2n-clx"
7991   filter: "all"
7992   parameters:
7993   - "parent"
7994   - "name"
7995   - "conf-history"
7996
7997 # Test configuration - VPP MRR Test Configs 3n-tsh
7998 - type: "table"
7999   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
8000   algorithm: "table_merged_details"
8001   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
8002   columns:
8003     - title: " |prein| Test Name |preout| "
8004       data: "data name"
8005     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
8006       data: "data conf-history"
8007   data: "vpp-mrr-results-3n-tsh"
8008   filter: "all"
8009   parameters:
8010   - "parent"
8011   - "name"
8012   - "conf-history"
8013
8014 # Test configuration - VPP MRR Test Configs 2n-tx2
8015 - type: "table"
8016   title: "Test configuration - VPP MRR Test Configs 2n-tx2"
8017   algorithm: "table_merged_details"
8018   output-file: "{DIR[DTC,MRR,VPP,2N,TX2]}/"
8019   columns:
8020     - title: " |prein| Test Name |preout| "
8021       data: "data name"
8022     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
8023       data: "data conf-history"
8024   data: "vpp-mrr-results-2n-tx2"
8025   filter: "all"
8026   parameters:
8027   - "parent"
8028   - "name"
8029   - "conf-history"
8030
8031 # Test configuration - VPP MRR Test Configs 3n-dnv
8032 - type: "table"
8033   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
8034   algorithm: "table_merged_details"
8035   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
8036   columns:
8037     - title: " |prein| Test Name |preout| "
8038       data: "data name"
8039     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
8040       data: "data conf-history"
8041   data: "vpp-mrr-results-3n-dnv"
8042   filter: "all"
8043   parameters:
8044   - "parent"
8045   - "name"
8046   - "conf-history"
8047
8048 # Test configuration - VPP MRR Test Configs 2n-dnv
8049 - type: "table"
8050   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
8051   algorithm: "table_merged_details"
8052   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
8053   columns:
8054     - title: " |prein| Test Name |preout| "
8055       data: "data name"
8056     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
8057       data: "data conf-history"
8058   data: "vpp-mrr-results-2n-dnv"
8059   filter: "all"
8060   parameters:
8061   - "parent"
8062   - "name"
8063   - "conf-history"
8064
8065 # Detailed Test Results - VPP Device Results - Ubuntu
8066 - type: "table"
8067   title: "Detailed Test Results - VPP Device Results - Ubuntu"
8068   algorithm: "table_merged_details"
8069   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
8070   columns:
8071     - title: " |prein| Test Name |preout| "
8072       data: "data name"
8073     - title: " |prein| Status |preout| "
8074       data: "data status"
8075   data: "vpp-device-results-ubuntu"
8076   filter: "all"
8077   parameters:
8078   - "name"
8079   - "parent"
8080   - "doc"
8081   - "status"
8082
8083 # Test configuration - VPP Device Test Configs - Ubuntu
8084 - type: "table"
8085   title: "Test configuration - VPP Device Test Configs - Ubuntu"
8086   algorithm: "table_merged_details"
8087   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
8088   columns:
8089     - title: " |prein| Test Name |preout| "
8090       data: "data name"
8091     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
8092       data: "data conf-history"
8093   data: "vpp-device-results-ubuntu"
8094   filter: "all"
8095   parameters:
8096   - "parent"
8097   - "name"
8098   - "conf-history"
8099
8100 ################################################################################
8101
8102 # DPDK Performance Changes 3n-hsw 1t1c pdr
8103 - type: "table"
8104   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
8105   algorithm: "table_comparison"
8106   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
8107   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8108   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
8109   columns:
8110     - title: "2005"
8111       data-set: "dpdk-performance-changes-3n-hsw-h1"
8112     - title: "2009"
8113       data-set: "dpdk-performance-changes-3n-hsw-ref"
8114     - title: "2101"
8115       data-set: "dpdk-performance-changes-3n-hsw-cmp"
8116   comparisons:
8117     - title: "Diff"
8118       reference: 2
8119       compare: 3
8120   legend:
8121     - ""
8122     - "2005, 2009, 2101 - DPDK versions tested."
8123     - "Diff - difference between 2009 and 2101 DPDK version."
8124
8125 # DPDK Performance Changes 3n-hsw 2t2c pdr
8126 - type: "table"
8127   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
8128   algorithm: "table_comparison"
8129   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
8130   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8131   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
8132   columns:
8133     - title: "2005"
8134       data-set: "dpdk-performance-changes-3n-hsw-h1"
8135     - title: "2009"
8136       data-set: "dpdk-performance-changes-3n-hsw-ref"
8137     - title: "2101"
8138       data-set: "dpdk-performance-changes-3n-hsw-cmp"
8139   comparisons:
8140     - title: "Diff"
8141       reference: 2
8142       compare: 3
8143   legend:
8144     - ""
8145     - "2005, 2009, 2101 - DPDK versions tested."
8146     - "Diff - difference between 2009 and 2101 DPDK version."
8147
8148 # DPDK Performance Changes 3n-hsw 1t1c pdr
8149 - type: "table"
8150   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
8151   algorithm: "table_comparison"
8152   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
8153   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8154   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
8155   columns:
8156     - title: "2005"
8157       data-set: "dpdk-performance-changes-3n-hsw-h1"
8158     - title: "2009"
8159       data-set: "dpdk-performance-changes-3n-hsw-ref"
8160     - title: "2101"
8161       data-set: "dpdk-performance-changes-3n-hsw-cmp"
8162   comparisons:
8163     - title: "Diff"
8164       reference: 2
8165       compare: 3
8166   legend:
8167     - ""
8168     - "2005, 2009, 2101 - DPDK versions tested."
8169     - "Diff - difference between 2009 and 2101 DPDK version."
8170
8171 # DPDK Performance Changes 3n-hsw 2t2c ndr
8172 - type: "table"
8173   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
8174   algorithm: "table_comparison"
8175   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
8176   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8177   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
8178   columns:
8179     - title: "2005"
8180       data-set: "dpdk-performance-changes-3n-hsw-h1"
8181     - title: "2009"
8182       data-set: "dpdk-performance-changes-3n-hsw-ref"
8183     - title: "2101"
8184       data-set: "dpdk-performance-changes-3n-hsw-cmp"
8185   comparisons:
8186     - title: "Diff"
8187       reference: 2
8188       compare: 3
8189   legend:
8190     - ""
8191     - "2005, 2009, 2101 - DPDK versions tested."
8192     - "Diff - difference between 2009 and 2101 DPDK version."
8193
8194 # DPDK Performance Changes 3n-skx 2t1c pdr
8195 - type: "table"
8196   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
8197   algorithm: "table_comparison"
8198   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
8199   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8200   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8201   columns:
8202     - title: "2005"
8203       data-set: "dpdk-performance-changes-3n-skx-h1"
8204     - title: "2009"
8205       data-set: "dpdk-performance-changes-3n-skx-ref"
8206     - title: "2101"
8207       data-set: "dpdk-performance-changes-3n-skx-cmp"
8208   comparisons:
8209     - title: "Diff"
8210       reference: 2
8211       compare: 3
8212   legend:
8213     - ""
8214     - "2005, 2009, 2101 - DPDK versions tested."
8215     - "Diff - difference between 2009 and 2101 DPDK version."
8216
8217 # DPDK Performance Changes 3n-skx 4t2c pdr
8218 - type: "table"
8219   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
8220   algorithm: "table_comparison"
8221   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
8222   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8223   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8224   columns:
8225     - title: "2005"
8226       data-set: "dpdk-performance-changes-3n-skx-h1"
8227     - title: "2009"
8228       data-set: "dpdk-performance-changes-3n-skx-ref"
8229     - title: "2101"
8230       data-set: "dpdk-performance-changes-3n-skx-cmp"
8231   comparisons:
8232     - title: "Diff"
8233       reference: 2
8234       compare: 3
8235   legend:
8236     - ""
8237     - "2005, 2009, 2101 - DPDK versions tested."
8238     - "Diff - difference between 2009 and 2101 DPDK version."
8239
8240 # DPDK Performance Changes 3n-skx 2t1c ndr
8241 - type: "table"
8242   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
8243   algorithm: "table_comparison"
8244   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
8245   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8246   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8247   columns:
8248     - title: "2005"
8249       data-set: "dpdk-performance-changes-3n-skx-h1"
8250     - title: "2009"
8251       data-set: "dpdk-performance-changes-3n-skx-ref"
8252     - title: "2101"
8253       data-set: "dpdk-performance-changes-3n-skx-cmp"
8254   comparisons:
8255     - title: "Diff"
8256       reference: 2
8257       compare: 3
8258   legend:
8259     - ""
8260     - "2005, 2009, 2101 - DPDK versions tested."
8261     - "Diff - difference between 2009 and 2101 DPDK version."
8262
8263 # DPDK Performance Changes 3n-skx 4t2c ndr
8264 - type: "table"
8265   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
8266   algorithm: "table_comparison"
8267   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
8268   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8269   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8270   columns:
8271     - title: "2005"
8272       data-set: "dpdk-performance-changes-3n-skx-h1"
8273     - title: "2009"
8274       data-set: "dpdk-performance-changes-3n-skx-ref"
8275     - title: "2101"
8276       data-set: "dpdk-performance-changes-3n-skx-cmp"
8277   comparisons:
8278     - title: "Diff"
8279       reference: 2
8280       compare: 3
8281   legend:
8282     - ""
8283     - "2005, 2009, 2101 - DPDK versions tested."
8284     - "Diff - difference between 2009 and 2101 DPDK version."
8285
8286 # DPDK Performance Changes 2n-skx 2t1c pdr
8287 - type: "table"
8288   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
8289   algorithm: "table_comparison"
8290   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
8291   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8292   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8293   columns:
8294     - title: "2005"
8295       data-set: "dpdk-performance-changes-2n-skx-h1"
8296     - title: "2009"
8297       data-set: "dpdk-performance-changes-2n-skx-ref"
8298     - title: "2101"
8299       data-set: "dpdk-performance-changes-2n-skx-cmp"
8300   comparisons:
8301     - title: "Diff"
8302       reference: 2
8303       compare: 3
8304   legend:
8305     - ""
8306     - "2005, 2009, 2101 - DPDK versions tested."
8307     - "Diff - difference between 2009 and 2101 DPDK version."
8308
8309 # DPDK Performance Changes 2n-skx 4t2c pdr
8310 - type: "table"
8311   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
8312   algorithm: "table_comparison"
8313   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
8314   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8315   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8316   columns:
8317     - title: "2005"
8318       data-set: "dpdk-performance-changes-2n-skx-h1"
8319     - title: "2009"
8320       data-set: "dpdk-performance-changes-2n-skx-ref"
8321     - title: "2101"
8322       data-set: "dpdk-performance-changes-2n-skx-cmp"
8323   comparisons:
8324     - title: "Diff"
8325       reference: 2
8326       compare: 3
8327   legend:
8328     - ""
8329     - "2005, 2009, 2101 - DPDK versions tested."
8330     - "Diff - difference between 2009 and 2101 DPDK version."
8331
8332 # DPDK Performance Changes 2n-skx 2t1c ndr
8333 - type: "table"
8334   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
8335   algorithm: "table_comparison"
8336   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
8337   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8338   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8339   columns:
8340     - title: "2005"
8341       data-set: "dpdk-performance-changes-2n-skx-h1"
8342     - title: "2009"
8343       data-set: "dpdk-performance-changes-2n-skx-ref"
8344     - title: "2101"
8345       data-set: "dpdk-performance-changes-2n-skx-cmp"
8346   comparisons:
8347     - title: "Diff"
8348       reference: 2
8349       compare: 3
8350   legend:
8351     - ""
8352     - "2005, 2009, 2101 - DPDK versions tested."
8353     - "Diff - difference between 2009 and 2101 DPDK version."
8354
8355 # DPDK Performance Changes 2n-skx 4t2c ndr
8356 - type: "table"
8357   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
8358   algorithm: "table_comparison"
8359   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
8360   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8361   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8362   columns:
8363     - title: "2005"
8364       data-set: "dpdk-performance-changes-2n-skx-h1"
8365     - title: "2009"
8366       data-set: "dpdk-performance-changes-2n-skx-ref"
8367     - title: "2101"
8368       data-set: "dpdk-performance-changes-2n-skx-cmp"
8369   comparisons:
8370     - title: "Diff"
8371       reference: 2
8372       compare: 3
8373   legend:
8374     - ""
8375     - "2005, 2009, 2101 - DPDK versions tested."
8376     - "Diff - difference between 2009 and 2101 DPDK version."
8377
8378 # DPDK Performance Changes 2n-clx 2t1c pdr
8379 - type: "table"
8380   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
8381   algorithm: "table_comparison"
8382   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
8383   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8384   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8385   columns:
8386     - title: "2005"
8387       data-set: "dpdk-performance-changes-2n-clx-h1"
8388     - title: "2009"
8389       data-set: "dpdk-performance-changes-2n-clx-ref"
8390     - title: "2101"
8391       data-set: "dpdk-performance-changes-2n-clx-cmp"
8392   comparisons:
8393     - title: "Diff"
8394       reference: 2
8395       compare: 3
8396   legend:
8397     - ""
8398     - "2005, 2009, 2101 - DPDK versions tested."
8399     - "Diff - difference between 2009 and 2101 DPDK version."
8400
8401 # DPDK Performance Changes 2n-clx 4t2c pdr
8402 - type: "table"
8403   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
8404   algorithm: "table_comparison"
8405   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
8406   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8407   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8408   columns:
8409     - title: "2005"
8410       data-set: "dpdk-performance-changes-2n-clx-h1"
8411     - title: "2009"
8412       data-set: "dpdk-performance-changes-2n-clx-ref"
8413     - title: "2101"
8414       data-set: "dpdk-performance-changes-2n-clx-cmp"
8415   comparisons:
8416     - title: "Diff"
8417       reference: 2
8418       compare: 3
8419   legend:
8420     - ""
8421     - "2005, 2009, 2101 - DPDK versions tested."
8422     - "Diff - difference between 2009 and 2101 DPDK version."
8423
8424 # DPDK Performance Changes 2n-clx 2t1c ndr
8425 - type: "table"
8426   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
8427   algorithm: "table_comparison"
8428   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
8429   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8430   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8431   columns:
8432     - title: "2005"
8433       data-set: "dpdk-performance-changes-2n-clx-h1"
8434     - title: "2009"
8435       data-set: "dpdk-performance-changes-2n-clx-ref"
8436     - title: "2101"
8437       data-set: "dpdk-performance-changes-2n-clx-cmp"
8438   comparisons:
8439     - title: "Diff"
8440       reference: 2
8441       compare: 3
8442   legend:
8443     - ""
8444     - "2005, 2009, 2101 - DPDK versions tested."
8445     - "Diff - difference between 2009 and 2101 DPDK version."
8446
8447 # DPDK Performance Changes 2n-clx 4t2c ndr
8448 - type: "table"
8449   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
8450   algorithm: "table_comparison"
8451   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
8452   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8453   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8454   columns:
8455     - title: "2005"
8456       data-set: "dpdk-performance-changes-2n-clx-h1"
8457     - title: "2009"
8458       data-set: "dpdk-performance-changes-2n-clx-ref"
8459     - title: "2101"
8460       data-set: "dpdk-performance-changes-2n-clx-cmp"
8461   comparisons:
8462     - title: "Diff"
8463       reference: 2
8464       compare: 3
8465   legend:
8466     - ""
8467     - "2005, 2009, 2101 - DPDK versions tested."
8468     - "Diff - difference between 2009 and 2101 DPDK version."
8469
8470 # DPDK Performance Changes 2n-zn2 2t1c pdr
8471 - type: "table"
8472   title: "DPDK Performance Changes 2n-zn2 2t1c pdr"
8473   algorithm: "table_comparison"
8474   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-2t1c-pdr"
8475   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8476   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8477   columns:
8478 #     - title: "2005"
8479 #       data-set: "dpdk-performance-changes-2n-zn2-h1"
8480     - title: "2009"
8481       data-set: "dpdk-performance-changes-2n-zn2-ref"
8482     - title: "2101"
8483       data-set: "dpdk-performance-changes-2n-zn2-cmp"
8484   comparisons:
8485     - title: "Diff"
8486       reference: 1  # 2
8487       compare: 2  # 3
8488   legend:
8489     - ""
8490     - "2009, 2101 - DPDK versions tested."
8491     - "Diff - difference between 2009 and 2101 DPDK version."
8492
8493 # DPDK Performance Changes 2n-zn2 4t2c pdr
8494 - type: "table"
8495   title: "DPDK Performance Changes 2n-zn2 4t2c pdr"
8496   algorithm: "table_comparison"
8497   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-4t2c-pdr"
8498   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8499   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8500   columns:
8501 #     - title: "2005"
8502 #       data-set: "dpdk-performance-changes-2n-zn2-h1"
8503     - title: "2009"
8504       data-set: "dpdk-performance-changes-2n-zn2-ref"
8505     - title: "2101"
8506       data-set: "dpdk-performance-changes-2n-zn2-cmp"
8507   comparisons:
8508     - title: "Diff"
8509       reference: 1  # 2
8510       compare: 2  # 3
8511   legend:
8512     - ""
8513     - "2009, 2101 - DPDK versions tested."
8514     - "Diff - difference between 2009 and 2101 DPDK version."
8515
8516 # DPDK Performance Changes 2n-zn2 2t1c ndr
8517 - type: "table"
8518   title: "DPDK Performance Changes 2n-zn2 2t1c ndr"
8519   algorithm: "table_comparison"
8520   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-2t1c-ndr"
8521   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8522   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8523   columns:
8524 #     - title: "2005"
8525 #       data-set: "dpdk-performance-changes-2n-zn2-h1"
8526     - title: "2009"
8527       data-set: "dpdk-performance-changes-2n-zn2-ref"
8528     - title: "2101"
8529       data-set: "dpdk-performance-changes-2n-zn2-cmp"
8530   comparisons:
8531     - title: "Diff"
8532       reference: 1  # 2
8533       compare: 2  # 3
8534   legend:
8535     - ""
8536     - "2009, 2101 - DPDK versions tested."
8537     - "Diff - difference between 2009 and 2101 DPDK version."
8538
8539 # DPDK Performance Changes 2n-zn2 4t2c ndr
8540 - type: "table"
8541   title: "DPDK Performance Changes 2n-zn2 4t2c ndr"
8542   algorithm: "table_comparison"
8543   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-zn2-4t2c-ndr"
8544   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8545   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8546   columns:
8547 #     - title: "2005"
8548 #       data-set: "dpdk-performance-changes-2n-zn2-h1"
8549     - title: "2009"
8550       data-set: "dpdk-performance-changes-2n-zn2-ref"
8551     - title: "2101"
8552       data-set: "dpdk-performance-changes-2n-zn2-cmp"
8553   comparisons:
8554     - title: "Diff"
8555       reference: 1  # 2
8556       compare: 2  # 3
8557   legend:
8558     - ""
8559     - "2009, 2101 - DPDK versions tested."
8560     - "Diff - difference between 2009 and 2101 DPDK version."
8561
8562 ## DPDK Performance Changes 2n-dnv 1t1c pdr
8563 #- type: "table"
8564 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
8565 #  algorithm: "table_comparison"
8566 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
8567 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8568 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
8569 #  columns:
8570 #    - title: "2001"
8571 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
8572 #    - title: "2005"
8573 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
8574 #    - title: "2009"
8575 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
8576 #  comparisons:
8577 #    - title: "Diff"
8578 #      reference: 2
8579 #      compare: 3
8580 #  legend:
8581 #    - ""
8582 #    - "2001, 2005, 2009 - DPDK versions tested."
8583 #    - "Diff - difference between 2005 and 2009 DPDK version."
8584 #
8585 ## DPDK Performance Changes 2n-dnv 2t2c pdr
8586 #- type: "table"
8587 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
8588 #  algorithm: "table_comparison"
8589 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
8590 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8591 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
8592 #  columns:
8593 #    - title: "2001"
8594 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
8595 #    - title: "2005"
8596 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
8597 #    - title: "2009"
8598 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
8599 #  comparisons:
8600 #    - title: "Diff"
8601 #      reference: 2
8602 #      compare: 3
8603 #  legend:
8604 #    - ""
8605 #    - "2001, 2005, 2009 - DPDK versions tested."
8606 #    - "Diff - difference between 2005 and 2009 DPDK version."
8607 #
8608 ## DPDK Performance Changes 2n-dnv 1t1c ndr
8609 #- type: "table"
8610 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
8611 #  algorithm: "table_comparison"
8612 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
8613 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8614 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
8615 #  columns:
8616 #    - title: "2001"
8617 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
8618 #    - title: "2005"
8619 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
8620 #    - title: "2009"
8621 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
8622 #  comparisons:
8623 #    - title: "Diff"
8624 #      reference: 2
8625 #      compare: 3
8626 #  legend:
8627 #    - ""
8628 #    - "2001, 2005, 2009 - DPDK versions tested."
8629 #    - "Diff - difference between 2005 and 2009 DPDK version."
8630 #
8631 ## DPDK Performance Changes 2n-dnv 2t2c ndr
8632 #- type: "table"
8633 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
8634 #  algorithm: "table_comparison"
8635 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
8636 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8637 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
8638 #  columns:
8639 #    - title: "2001"
8640 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
8641 #    - title: "2005"
8642 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
8643 #    - title: "2009"
8644 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
8645 #  comparisons:
8646 #    - title: "Diff"
8647 #      reference: 2
8648 #      compare: 3
8649 #  legend:
8650 #    - ""
8651 #    - "2001, 2005, 2009 - DPDK versions tested."
8652 #    - "Diff - difference between 2005 and 2009 DPDK version."
8653 #
8654 ## DPDK Performance Changes 3n-dnv 1t1c pdr
8655 #- type: "table"
8656 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
8657 #  algorithm: "table_comparison"
8658 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
8659 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8660 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
8661 #  columns:
8662 #    - title: "2001"
8663 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
8664 #    - title: "2005"
8665 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
8666 #    - title: "2009"
8667 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
8668 #  comparisons:
8669 #    - title: "Diff"
8670 #      reference: 2
8671 #      compare: 3
8672 #  legend:
8673 #    - ""
8674 #    - "2001, 2005, 2009 - DPDK versions tested."
8675 #    - "Diff - difference between 2005 and 2009 DPDK version."
8676 #
8677 ## DPDK Performance Changes 3n-dnv 2t2c pdr
8678 #- type: "table"
8679 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
8680 #  algorithm: "table_comparison"
8681 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
8682 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8683 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
8684 #  columns:
8685 #    - title: "2001"
8686 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
8687 #    - title: "2005"
8688 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
8689 #    - title: "2009"
8690 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
8691 #  comparisons:
8692 #    - title: "Diff"
8693 #      reference: 2
8694 #      compare: 3
8695 #  legend:
8696 #    - ""
8697 #    - "2001, 2005, 2009 - DPDK versions tested."
8698 #    - "Diff - difference between 2005 and 2009 DPDK version."
8699 #
8700 ## DPDK Performance Changes 3n-dnv 1t1c ndr
8701 #- type: "table"
8702 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
8703 #  algorithm: "table_comparison"
8704 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
8705 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8706 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
8707 #  columns:
8708 #    - title: "2001"
8709 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
8710 #    - title: "2005"
8711 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
8712 #    - title: "2009"
8713 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
8714 #  comparisons:
8715 #    - title: "Diff"
8716 #      reference: 2
8717 #      compare: 3
8718 #  legend:
8719 #    - ""
8720 #    - "2001, 2005, 2009 - DPDK versions tested."
8721 #    - "Diff - difference between 2005 and 2009 DPDK version."
8722 #
8723 ## DPDK Performance Changes 3n-dnv 2t2c ndr
8724 #- type: "table"
8725 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
8726 #  algorithm: "table_comparison"
8727 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
8728 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8729 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
8730 #  columns:
8731 #    - title: "2001"
8732 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
8733 #    - title: "2005"
8734 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
8735 #    - title: "2009"
8736 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
8737 #  comparisons:
8738 #    - title: "Diff"
8739 #      reference: 2
8740 #      compare: 3
8741 #  legend:
8742 #    - ""
8743 #    - "2001, 2005, 2009 - DPDK versions tested."
8744 #    - "Diff - difference between 2005 and 2009 DPDK version."
8745
8746 # DPDK Performance Changes 3n-tsh 1t1c pdr
8747 - type: "table"
8748   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
8749   algorithm: "table_comparison"
8750   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
8751   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8752   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8753   columns:
8754     - title: "2005"
8755       data-set: "dpdk-performance-changes-3n-tsh-h1"
8756     - title: "2009"
8757       data-set: "dpdk-performance-changes-3n-tsh-ref"
8758     - title: "2101"
8759       data-set: "dpdk-performance-changes-3n-tsh-cmp"
8760   comparisons:
8761     - title: "Diff"
8762       reference: 2
8763       compare: 3
8764   legend:
8765     - ""
8766     - "2005, 2009, 2101 - DPDK versions tested."
8767     - "Diff - difference between 2009 and 2101 DPDK version."
8768
8769 # DPDK Performance Changes 3n-tsh 2t2c pdr
8770 - type: "table"
8771   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
8772   algorithm: "table_comparison"
8773   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
8774   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8775   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8776   columns:
8777     - title: "2005"
8778       data-set: "dpdk-performance-changes-3n-tsh-h1"
8779     - title: "2009"
8780       data-set: "dpdk-performance-changes-3n-tsh-ref"
8781     - title: "2101"
8782       data-set: "dpdk-performance-changes-3n-tsh-cmp"
8783   comparisons:
8784     - title: "Diff"
8785       reference: 2
8786       compare: 3
8787   legend:
8788     - ""
8789     - "2005, 2009, 2101 - DPDK versions tested."
8790     - "Diff - difference between 2009 and 2101 DPDK version."
8791
8792 # DPDK Performance Changes 3n-tsh 1t1c ndr
8793 - type: "table"
8794   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
8795   algorithm: "table_comparison"
8796   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
8797   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8798   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8799   columns:
8800     - title: "2005"
8801       data-set: "dpdk-performance-changes-3n-tsh-h1"
8802     - title: "2009"
8803       data-set: "dpdk-performance-changes-3n-tsh-ref"
8804     - title: "2101"
8805       data-set: "dpdk-performance-changes-3n-tsh-cmp"
8806   comparisons:
8807     - title: "Diff"
8808       reference: 2
8809       compare: 3
8810   legend:
8811     - ""
8812     - "2005, 2009, 2101 - DPDK versions tested."
8813     - "Diff - difference between 2009 and 2101 DPDK version."
8814
8815 # DPDK Performance Changes 3n-tsh 2t2c ndr
8816 - type: "table"
8817   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
8818   algorithm: "table_comparison"
8819   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
8820   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8821   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
8822   columns:
8823     - title: "2005"
8824       data-set: "dpdk-performance-changes-3n-tsh-h1"
8825     - title: "2009"
8826       data-set: "dpdk-performance-changes-3n-tsh-ref"
8827     - title: "2101"
8828       data-set: "dpdk-performance-changes-3n-tsh-cmp"
8829   comparisons:
8830     - title: "Diff"
8831       reference: 2
8832       compare: 3
8833   legend:
8834     - ""
8835     - "2005, 2009, 2101 - DPDK versions tested."
8836     - "Diff - difference between 2009 and 2101 DPDK version."
8837
8838 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
8839 - type: "table"
8840   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
8841   algorithm: "table_comparison"
8842   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
8843   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8844   filter: "'NIC_Intel-X710'"
8845   columns:
8846     - title: "3n-hsw x710"
8847       data-set: "dpdk-compare-testbeds-ref"
8848     - title: "3n-skx x710"
8849       data-set: "dpdk-compare-testbeds-cmp"
8850   comparisons:
8851     - title: "Diff"
8852       reference: 1
8853       compare: 2
8854   legend:
8855     - ""
8856     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
8857     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
8858
8859 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
8860 - type: "table"
8861   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
8862   algorithm: "table_comparison"
8863   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
8864   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8865   filter: "'NIC_Intel-X710'"
8866   columns:
8867     - title: "3n-hsw x710"
8868       data-set: "dpdk-compare-testbeds-ref"
8869     - title: "3n-skx x710"
8870       data-set: "dpdk-compare-testbeds-cmp"
8871   comparisons:
8872     - title: "Diff"
8873       reference: 1
8874       compare: 2
8875   legend:
8876     - ""
8877     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
8878     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
8879
8880 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
8881 - type: "table"
8882   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
8883   algorithm: "table_comparison"
8884   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
8885   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8886   filter: "'NIC_Intel-XXV710'"
8887   columns:
8888     - title: "2n-skx"
8889       data-set: "dpdk-compare-testbeds-skx-clx-ref"
8890     - title: "2n-clx"
8891       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
8892   comparisons:
8893     - title: "Diff"
8894       reference: 1
8895       compare: 2
8896   legend:
8897     - ""
8898     - "2n-skx, 2n-clx - testbeds and NICs tested."
8899     - "Diff - difference between 2n-skx and 2n-clx testbeds."
8900
8901 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
8902 - type: "table"
8903   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
8904   algorithm: "table_comparison"
8905   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
8906   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8907   filter: "'NIC_Intel-XXV710'"
8908   columns:
8909     - title: "2n-skx"
8910       data-set: "dpdk-compare-testbeds-skx-clx-ref"
8911     - title: "2n-clx"
8912       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
8913   comparisons:
8914     - title: "Diff"
8915       reference: 1
8916       compare: 2
8917   legend:
8918     - ""
8919     - "2n-skx, 2n-clx - testbeds and NICs tested."
8920     - "Diff - difference between 2n-skx and 2n-clx testbeds."
8921
8922 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
8923 - type: "table"
8924   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
8925   algorithm: "table_comparison"
8926   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
8927   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8928   filter: "'NIC_Intel-XXV710'"
8929   columns:
8930     - title: "3n-skx"
8931       data-set: "dpdk-compare-topologies-ref"
8932     - title: "2n-skx"
8933       data-set: "dpdk-compare-topologies-cmp"
8934   comparisons:
8935     - title: "Diff"
8936       reference: 1
8937       compare: 2
8938   legend:
8939     - ""
8940     - "3n-skx, 2n-skx - topologies tested."
8941     - "Diff - difference between 3n-skx and 2n-skx topologies."
8942
8943 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
8944 - type: "table"
8945   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
8946   algorithm: "table_comparison"
8947   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
8948   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8949   filter: "'NIC_Intel-XXV710'"
8950   columns:
8951     - title: "3n-skx"
8952       data-set: "dpdk-compare-topologies-ref"
8953     - title: "2n-skx"
8954       data-set: "dpdk-compare-topologies-cmp"
8955   comparisons:
8956     - title: "Diff"
8957       reference: 1
8958       compare: 2
8959   legend:
8960     - ""
8961     - "3n-skx, 2n-skx - topologies tested."
8962     - "Diff - difference between 3n-skx and 2n-skx topologies."
8963
8964 # Detailed Test Results - DPDK Performance Results 3n-hsw
8965 - type: "table"
8966   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
8967   algorithm: "table_merged_details"
8968   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
8969   columns:
8970     - title: " |prein| Test Name |preout| "
8971       data: "data name"
8972     - 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| "
8973       data: "data msg"
8974   data: "dpdk-perf-results-3n-hsw"
8975   filter: "all"
8976   parameters:
8977   - "name"
8978   - "parent"
8979   - "msg"
8980
8981 # Detailed Test Results - DPDK Performance Results 3n-skx
8982 - type: "table"
8983   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
8984   algorithm: "table_merged_details"
8985   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
8986   columns:
8987     - title: " |prein| Test Name |preout| "
8988       data: "data name"
8989     - 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| "
8990       data: "data msg"
8991   data: "dpdk-perf-results-3n-skx"
8992   filter: "all"
8993   remove-ndr: False
8994   parameters:
8995   - "name"
8996   - "parent"
8997   - "msg"
8998
8999 # Detailed Test Results - DPDK Performance Results 2n-skx
9000 - type: "table"
9001   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
9002   algorithm: "table_merged_details"
9003   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
9004   columns:
9005     - title: " |prein| Test Name |preout| "
9006       data: "data name"
9007     - 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| "
9008       data: "data msg"
9009   data: "dpdk-perf-results-2n-skx"
9010   filter: "all"
9011   remove-ndr: False
9012   parameters:
9013   - "name"
9014   - "parent"
9015   - "msg"
9016
9017 # Detailed Test Results - DPDK Performance Results 2n-zn2
9018 - type: "table"
9019   title: "Detailed Test Results - DPDK Performance Results 2n-zn2"
9020   algorithm: "table_merged_details"
9021   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_zn2"
9022   columns:
9023     - title: " |prein| Test Name |preout| "
9024       data: "data name"
9025     - 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| "
9026       data: "data msg"
9027   data: "dpdk-perf-results-2n-zn2"
9028   filter: "all"
9029   remove-ndr: False
9030   parameters:
9031   - "name"
9032   - "parent"
9033   - "msg"
9034
9035 # Detailed Test Results - DPDK Performance Results 2n-clx
9036 - type: "table"
9037   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
9038   algorithm: "table_merged_details"
9039   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
9040   columns:
9041     - title: " |prein| Test Name |preout| "
9042       data: "data name"
9043     - 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| "
9044       data: "data msg"
9045   data: "dpdk-perf-results-2n-clx"
9046   filter: "all"
9047   parameters:
9048   - "name"
9049   - "parent"
9050   - "msg"
9051
9052 ## Detailed Test Results - DPDK Performance Results 2n-dnv
9053 #- type: "table"
9054 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
9055 #  algorithm: "table_merged_details"
9056 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
9057 #  columns:
9058 #    - title: " |prein| Test Name |preout| "
9059 #      data: "data name"
9060 #    - 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| "
9061 #      data: "data msg"
9062 #  data: "dpdk-perf-results-2n-dnv"
9063 #  filter: "all"
9064 #  parameters:
9065 #  - "name"
9066 #  - "parent"
9067 #  - "msg"
9068 #
9069 ## Detailed Test Results - DPDK Performance Results 3n-dnv
9070 #- type: "table"
9071 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
9072 #  algorithm: "table_merged_details"
9073 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
9074 #  columns:
9075 #    - title: " |prein| Test Name |preout| "
9076 #      data: "data name"
9077 #    - 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| "
9078 #      data: "data msg"
9079 #  data: "dpdk-perf-results-3n-dnv"
9080 #  filter: "all"
9081 #  parameters:
9082 #  - "name"
9083 #  - "parent"
9084 #  - "msg"
9085
9086 # Detailed Test Results - DPDK Performance Results 3n-tsh
9087 - type: "table"
9088   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
9089   algorithm: "table_merged_details"
9090   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
9091   columns:
9092     - title: " |prein| Test Name |preout| "
9093       data: "data name"
9094     - 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| "
9095       data: "data msg"
9096   data: "dpdk-perf-results-3n-tsh"
9097   filter: "all"
9098   parameters:
9099   - "name"
9100   - "parent"
9101   - "msg"
9102
9103 # Detailed Test Results - DPDK Performance Results 2n-tx2
9104 - type: "table"
9105   title: "Detailed Test Results - DPDK Performance Results 2n-tx2"
9106   algorithm: "table_merged_details"
9107   output-file: "{DIR[DTR,PERF,DPDK,2N,TX2]}/dpdk_performance_results_2n_tx2"
9108   columns:
9109     - title: " |prein| Test Name |preout| "
9110       data: "data name"
9111     - 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| "
9112       data: "data msg"
9113   data: "dpdk-perf-results-2n-tx2"
9114   filter: "all"
9115   parameters:
9116   - "name"
9117   - "parent"
9118   - "msg"
9119
9120 ################################################################################
9121 ###                                F I L E S                                 ###
9122 ################################################################################
9123
9124 # VPP Performance Results
9125 - type: "file"
9126   title: "VPP Performance Results"
9127   algorithm: "file_details_split"
9128   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
9129   dir-tables:
9130     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
9131     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
9132     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
9133     - "{DIR[DTR,PERF,VPP,2N,ZN2]}"
9134     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
9135     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
9136     - "{DIR[DTR,PERF,VPP,2N,TX2]}"
9137     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
9138     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
9139   data:
9140     - "vpp-perf-results-2n-skx"
9141     - "vpp-perf-results-3n-skx"
9142     - "vpp-perf-results-2n-clx"
9143     - "vpp-perf-results-2n-zn2"
9144     - "vpp-perf-results-3n-hsw"
9145     - "vpp-perf-results-3n-tsh"
9146     - "vpp-perf-results-2n-tx2"
9147     - "vpp-perf-results-2n-dnv"
9148     - "vpp-perf-results-3n-dnv"
9149   filter: "all"
9150   data-start-level: 4
9151   order-chapters:
9152     level-1:
9153       - "l2"
9154       - "ip4"
9155       - "ip6"
9156       - "srv6"
9157       - "ip4_tunnels"
9158       - "ip6_tunnels"
9159       - "vm_vhost"
9160       - "container_memif"
9161       - "crypto"
9162       - "vts"
9163       - "lb"
9164       - "nfv_density"
9165       - "hoststack"
9166     level-2:
9167       - "2n-skx"
9168       - "3n-skx"
9169       - "2n-clx"
9170       - "2n-zn2"
9171       - "3n-hsw"
9172       - "3n-tsh"
9173       - "2n-tx2"
9174       - "2n-dnv"
9175       - "3n-dnv"
9176     level-3:
9177       - "xl710"
9178       - "x520"
9179       - "xxv710"
9180       - "x710"
9181       - "x553"
9182       - "cx556a"
9183       - "vic1227"
9184       - "vic1385"
9185
9186 # VPP Performance Configuration
9187 - type: "file"
9188   title: "VPP Performance Configuration"
9189   algorithm: "file_details_split"
9190   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
9191   dir-tables:
9192     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
9193     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
9194     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
9195     - "{DIR[DTC,PERF,VPP,2N,ZN2]}"
9196     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
9197     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
9198     - "{DIR[DTC,PERF,VPP,2N,TX2]}"
9199     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
9200     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
9201   data:
9202     - "vpp-perf-results-2n-skx"
9203     - "vpp-perf-results-3n-skx"
9204     - "vpp-perf-results-2n-clx"
9205     - "vpp-perf-results-2n-zn2"
9206     - "vpp-perf-results-3n-hsw"
9207     - "vpp-perf-results-3n-tsh"
9208     - "vpp-perf-results-2n-tx2"
9209     - "vpp-perf-results-2n-dnv"
9210     - "vpp-perf-results-3n-dnv"
9211   filter: "all"
9212   data-start-level: 4
9213   order-chapters:
9214     level-1:
9215       - "l2"
9216       - "ip4"
9217       - "ip6"
9218       - "srv6"
9219       - "ip4_tunnels"
9220       - "ip6_tunnels"
9221       - "vm_vhost"
9222       - "container_memif"
9223       - "crypto"
9224       - "vts"
9225       - "lb"
9226       - "nfv_density"
9227       - "hoststack"
9228     level-2:
9229       - "2n-skx"
9230       - "3n-skx"
9231       - "2n-clx"
9232       - "2n-zn2"
9233       - "3n-hsw"
9234       - "3n-tsh"
9235       - "2n-tx2"
9236       - "2n-dnv"
9237       - "3n-dnv"
9238     level-3:
9239       - "xl710"
9240       - "x520"
9241       - "xxv710"
9242       - "x710"
9243       - "x553"
9244       - "cx556a"
9245       - "vic1227"
9246       - "vic1385"
9247
9248 # VPP Performance Operational
9249 - type: "file"
9250   title: "VPP Performance Operational"
9251   algorithm: "file_details_split_html"
9252   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
9253   dir-tables:
9254     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
9255     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
9256     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
9257     - "{DIR[DTO,PERF,VPP,2N,ZN2]}"
9258     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
9259     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
9260     - "{DIR[DTO,PERF,VPP,2N,TX2]}"
9261     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
9262     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
9263   data:
9264     - "vpp-perf-results-2n-skx"
9265     - "vpp-perf-results-3n-skx"
9266     - "vpp-perf-results-2n-clx"
9267     - "vpp-perf-results-2n-zn2"
9268     - "vpp-perf-results-3n-hsw"
9269     - "vpp-perf-results-3n-tsh"
9270     - "vpp-perf-results-2n-tx2"
9271     - "vpp-perf-results-2n-dnv"
9272     - "vpp-perf-results-3n-dnv"
9273   filter: "all"
9274   data-start-level: 4
9275   order-chapters:
9276     level-1:
9277       - "l2"
9278       - "ip4"
9279       - "ip6"
9280       - "srv6"
9281       - "ip4_tunnels"
9282       - "ip6_tunnels"
9283       - "vm_vhost"
9284       - "container_memif"
9285       - "crypto"
9286       - "vts"
9287       - "lb"
9288       - "nfv_density"
9289       - "hoststack"
9290     level-2:
9291       - "2n-skx"
9292       - "3n-skx"
9293       - "2n-clx"
9294       - "2n-zn2"
9295       - "3n-hsw"
9296       - "3n-tsh"
9297       - "2n-tx2"
9298       - "2n-dnv"
9299       - "3n-dnv"
9300     level-3:
9301       - "xl710"
9302       - "x520"
9303       - "xxv710"
9304       - "x710"
9305       - "x553"
9306       - "cx556a"
9307       - "vic1227"
9308       - "vic1385"
9309
9310 # VPP MRR Results
9311 - type: "file"
9312   title: "VPP MRR Results"
9313   algorithm: "file_details_split"
9314   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
9315   dir-tables:
9316     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
9317     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
9318     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
9319     - "{DIR[DTR,MRR,VPP,2N,ZN2]}"
9320     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
9321     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
9322     - "{DIR[DTR,MRR,VPP,2N,TX2]}"
9323     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
9324     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
9325   data:
9326     - "vpp-mrr-results-2n-skx"
9327     - "vpp-mrr-results-3n-skx"
9328     - "vpp-mrr-results-2n-clx"
9329     - "vpp-mrr-results-2n-zn2"
9330     - "vpp-mrr-results-3n-hsw"
9331     - "vpp-mrr-results-3n-tsh"
9332     - "vpp-mrr-results-2n-tx2"
9333     - "vpp-mrr-results-2n-dnv"
9334     - "vpp-mrr-results-3n-dnv"
9335   filter: "all"
9336   data-start-level: 4
9337   order-chapters:
9338     level-1:
9339       - "l2"
9340       - "ip4"
9341       - "ip6"
9342       - "srv6"
9343       - "ip4_tunnels"
9344       - "ip6_tunnels"
9345       - "vm_vhost"
9346       - "container_memif"
9347       - "crypto"
9348       - "vts"
9349       - "lb"
9350       - "nfv_density"
9351       - "hoststack"
9352     level-2:
9353       - "2n-skx"
9354       - "3n-skx"
9355       - "2n-clx"
9356       - "2n-zn2"
9357       - "3n-hsw"
9358       - "3n-tsh"
9359       - "2n-tx2"
9360       - "2n-dnv"
9361       - "3n-dnv"
9362     level-3:
9363       - "xl710"
9364       - "x520"
9365       - "xxv710"
9366       - "x710"
9367       - "x553"
9368       - "cx556a"
9369       - "vic1227"
9370       - "vic1385"
9371
9372 # VPP MRR Configuration
9373 - type: "file"
9374   title: "VPP MRR Configuration"
9375   algorithm: "file_details_split"
9376   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
9377   dir-tables:
9378     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
9379     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
9380     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
9381     - "{DIR[DTC,MRR,VPP,2N,ZN2]}"
9382     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
9383     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
9384     - "{DIR[DTC,MRR,VPP,2N,TX2]}"
9385     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
9386     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
9387   data:
9388     - "vpp-mrr-results-2n-skx"
9389     - "vpp-mrr-results-3n-skx"
9390     - "vpp-mrr-results-2n-clx"
9391     - "vpp-mrr-results-2n-zn2"
9392     - "vpp-mrr-results-3n-hsw"
9393     - "vpp-mrr-results-3n-tsh"
9394     - "vpp-mrr-results-2n-tx2"
9395     - "vpp-mrr-results-2n-dnv"
9396     - "vpp-mrr-results-3n-dnv"
9397   filter: "all"
9398   data-start-level: 4
9399   order-chapters:
9400     level-1:
9401       - "l2"
9402       - "ip4"
9403       - "ip6"
9404       - "srv6"
9405       - "ip4_tunnels"
9406       - "ip6_tunnels"
9407       - "vm_vhost"
9408       - "container_memif"
9409       - "crypto"
9410       - "vts"
9411       - "lb"
9412       - "nfv_density"
9413       - "hoststack"
9414     level-2:
9415       - "2n-skx"
9416       - "3n-skx"
9417       - "2n-clx"
9418       - "2n-zn2"
9419       - "3n-hsw"
9420       - "3n-tsh"
9421       - "2n-tx2"
9422       - "2n-dnv"
9423       - "3n-dnv"
9424     level-3:
9425       - "xl710"
9426       - "x520"
9427       - "xxv710"
9428       - "x710"
9429       - "x553"
9430       - "cx556a"
9431       - "vic1227"
9432       - "vic1385"
9433
9434 # VPP Device Results - Ubuntu
9435 - type: "file"
9436   title: "VPP Device Results - Ubuntu"
9437   algorithm: "file_test_results"
9438   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
9439   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
9440   data: "vpp-device-results-ubuntu"
9441   filter: "all"
9442   data-start-level: 4
9443
9444 # VPP Device Configuration - Ubuntu
9445 - type: "file"
9446   title: "VPP Device Configuration - Ubuntu"
9447   algorithm: "file_test_results"
9448   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
9449   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
9450   data: "vpp-device-results-ubuntu"
9451   filter: "all"
9452   data-start-level: 4
9453
9454 # DPDK Performance Results 3n-hsw
9455 - type: "file"
9456   title: "DPDK Performance Results 3n-hsw"
9457   algorithm: "file_test_results"
9458   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
9459   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
9460   data: "dpdk-perf-results-3n-hsw"
9461   filter: "all"
9462   data-start-level: 4
9463
9464 # DPDK Performance Results 3n-skx
9465 - type: "file"
9466   title: "DPDK Performance Results 3n-skx"
9467   algorithm: "file_test_results"
9468   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
9469   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
9470   data: "dpdk-perf-results-3n-skx"
9471   filter: "all"
9472   data-start-level: 4
9473
9474 # DPDK Performance Results 2n-skx
9475 - type: "file"
9476   title: "DPDK Performance Results 2n-skx"
9477   algorithm: "file_test_results"
9478   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
9479   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
9480   data: "dpdk-perf-results-2n-skx"
9481   filter: "all"
9482   data-start-level: 4
9483
9484 # DPDK Performance Results 2n-zn2
9485 - type: "file"
9486   title: "DPDK Performance Results 2n-zn2"
9487   algorithm: "file_test_results"
9488   output-file: "{DIR[DTR,PERF,DPDK,2N,ZN2]}"
9489   dir-tables: "{DIR[DTR,PERF,DPDK,2N,ZN2]}"
9490   data: "dpdk-perf-results-2n-zn2"
9491   filter: "all"
9492   data-start-level: 4
9493
9494 # DPDK Performance Results 2n-clx
9495 - type: "file"
9496   title: "DPDK Performance Results 2n-clx"
9497   algorithm: "file_test_results"
9498   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
9499   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
9500   data: "dpdk-perf-results-2n-clx"
9501   filter: "all"
9502   data-start-level: 4
9503
9504 ## DPDK Performance Results 2n-dnv
9505 #- type: "file"
9506 #  title: "DPDK Performance Results 2n-dnv"
9507 #  algorithm: "file_test_results"
9508 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
9509 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
9510 #  data: "dpdk-perf-results-2n-dnv"
9511 #  filter: "all"
9512 #  data-start-level: 4
9513 #
9514 ## DPDK Performance Results 3n-dnv
9515 #- type: "file"
9516 #  title: "DPDK Performance Results 3n-dnv"
9517 #  algorithm: "file_test_results"
9518 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
9519 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
9520 #  data: "dpdk-perf-results-3n-dnv"
9521 #  filter: "all"
9522 #  data-start-level: 4
9523
9524 # DPDK Performance Results 3n-tsh
9525 - type: "file"
9526   title: "DPDK Performance Results 3n-tsh"
9527   algorithm: "file_test_results"
9528   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
9529   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
9530   data: "dpdk-perf-results-3n-tsh"
9531   filter: "all"
9532   data-start-level: 4
9533
9534 # DPDK Performance Results 2n-tx2
9535 - type: "file"
9536   title: "DPDK Performance Results 2n-tx2"
9537   algorithm: "file_test_results"
9538   output-file: "{DIR[DTR,PERF,DPDK,2N,TX2]}"
9539   dir-tables: "{DIR[DTR,PERF,DPDK,2N,TX2]}"
9540   data: "dpdk-perf-results-2n-tx2"
9541   filter: "all"
9542   data-start-level: 4
9543
9544 ################################################################################
9545 ###                                P L O T S                                 ###
9546 ################################################################################
9547
9548 # Hoststack tests 3n-hsw
9549
9550 - type: "plot"
9551   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
9552   algorithm: "plot_perf_box_name"
9553   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
9554   data: "plot-vpp-hoststack-3n-hsw"
9555   include:
9556     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
9557     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
9558   layout:
9559     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
9560     layout: "plot-hoststack"
9561
9562 - type: "plot"
9563   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
9564   algorithm: "plot_perf_box_name"
9565   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
9566   data: "plot-vpp-hoststack-3n-hsw"
9567   include:
9568     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
9569     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
9570   layout:
9571     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
9572     layout: "plot-hoststack"
9573
9574 - type: "plot"
9575   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
9576   algorithm: "plot_perf_box_name"
9577   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
9578   data: "plot-vpp-hoststack-3n-hsw"
9579   include:
9580     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
9581     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
9582     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
9583     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
9584   layout:
9585     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
9586     layout: "plot-hoststack"
9587
9588 ################################################################################
9589
9590 # Soak Test (PLRsearch), boxes - 2n-clx
9591 - type: "plot"
9592   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
9593   algorithm: "plot_perf_box_name"
9594   output-file-type: ".html"
9595   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
9596   data: "plot-vpp-soak-2n-clx"
9597   include:
9598     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
9599     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
9600     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
9601     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
9602     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
9603     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
9604   layout:
9605     title: "30 Minutes Soak Test (PLRsearch)"
9606     layout: "plot-soak-throughput"
9607
9608 # Soak Test (PLRsearch), boxes - 2n-clx
9609 - type: "plot"
9610   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
9611   algorithm: "plot_perf_box_name"
9612   output-file-type: ".html"
9613   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
9614   data: "plot-vpp-soak-2n-clx"
9615   include:
9616     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
9617     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
9618     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
9619     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
9620     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
9621     - "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"
9622   layout:
9623     title: "30 Minutes Soak Test (PLRsearch)"
9624     layout: "plot-soak-throughput"
9625
9626 # Soak Test (PLRsearch), boxes - 2n-skx
9627 - type: "plot"
9628   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
9629   algorithm: "plot_perf_box_name"
9630   output-file-type: ".html"
9631   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
9632   data: "plot-vpp-soak-2n-skx"
9633   include:
9634     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
9635     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
9636     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
9637     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
9638     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
9639     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
9640   layout:
9641     title: "30 Minutes Soak Test (PLRsearch)"
9642     layout: "plot-soak-throughput"
9643
9644 # Soak Test (PLRsearch), boxes - 2n-skx
9645 - type: "plot"
9646   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
9647   algorithm: "plot_perf_box_name"
9648   output-file-type: ".html"
9649   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
9650   data: "plot-vpp-soak-2n-skx"
9651   include:
9652     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
9653     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
9654     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
9655     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
9656     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
9657     - "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"
9658   layout:
9659     title: "30 Minutes Soak Test (PLRsearch)"
9660     layout: "plot-soak-throughput"
9661
9662 ###############################################################################
9663
9664 # Reconf tests 2n-skx
9665
9666 - type: "plot"
9667   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-{core}-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
9668   algorithm: "plot_nf_reconf_box_name"
9669   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-{core}-dot1qip4vxlan-l2bd-reconf"
9670   data: "plot-vpp-nfv-reconf-2n-skx"
9671   core: ["2t1c", "4t2c", "8t4c"]
9672   include:
9673     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-{core}-avf-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
9674     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-{core}-avf-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
9675     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-{core}-avf-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
9676     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-{core}-avf-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
9677     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-{core}-avf-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
9678     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-{core}-avf-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
9679   layout:
9680     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
9681     layout: "plot-throughput"
9682
9683 ###############################################################################
9684
9685 # Reconf tests 2n-clx
9686
9687 - type: "plot"
9688   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-{core}-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
9689   algorithm: "plot_nf_reconf_box_name"
9690   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-{core}-dot1qip4vxlan-l2bd-reconf"
9691   data: "plot-vpp-nfv-reconf-2n-clx"
9692   core: ["2t1c", "4t2c", "8t4c"]
9693   include:
9694     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-{core}-avf-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
9695     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-{core}-avf-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
9696     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-{core}-avf-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
9697     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-{core}-avf-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
9698   layout:
9699     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
9700     layout: "plot-throughput"
9701
9702 ###############################################################################
9703
9704 # Reconf tests 3n-hsw
9705
9706 - type: "plot"
9707   title: "Effective Blocked Time: 3n-hsw-xl710-64b-{core}-ethip4ipsec4tnlsw-1atnl-ip4base-reconf"
9708   algorithm: "plot_nf_reconf_box_name"
9709   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-{core}-ethip4ipsec4tnlsw-1atnl-ip4base-reconf"
9710   data: "plot-vpp-ipsec-reconf-3n-hsw"
9711   core: ["1t1c", "2t2c", "4t4c"]
9712   include:
9713     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-{core}-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
9714     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-{core}-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
9715     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-{core}-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
9716     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-{core}-ethip4ipsec4tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
9717   layout:
9718     title: "ethip4ipsec4tnlsw-1atnl-ip4base"
9719     layout: "plot-throughput"
9720
9721 - type: "plot"
9722   title: "Effective Blocked Time: 3n-hsw-xl710-64b-{core}-ethip4ipsec1000tnlsw-1atnl-ip4base-reconf"
9723   algorithm: "plot_nf_reconf_box_name"
9724   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-{core}-ethip4ipsec1000tnlsw-1atnl-ip4base-reconf"
9725   data: "plot-vpp-ipsec-reconf-3n-hsw"
9726   core: ["1t1c", "2t2c", "4t4c"]
9727   include:
9728     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-{core}-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
9729     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-{core}-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
9730     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-{core}-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
9731     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-{core}-ethip4ipsec1000tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
9732   layout:
9733     title: "ethip4ipsec1000tnlsw-1atnl-ip4base"
9734     layout: "plot-throughput"
9735
9736 - type: "plot"
9737   title: "Effective Blocked Time: 3n-hsw-xl710-64b-{core}-ethip4ipsec60000tnlsw-1atnl-ip4base-reconf"
9738   algorithm: "plot_nf_reconf_box_name"
9739   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-{core}-ethip4ipsec60000tnlsw-1atnl-ip4base-reconf"
9740   data: "plot-vpp-ipsec-reconf-3n-hsw"
9741   core: ["1t1c", "2t2c", "4t4c"]
9742   include:
9743     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac256Sha-Reconf.64B-{core}-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128cbc-hmac256sha-reconf"
9744     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Reconf.64B-{core}-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128cbc-hmac512sha-reconf"
9745     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes128Gcm-Reconf.64B-{core}-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes128gcm-reconf"
9746     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec60000Tnlsw-1Atnl-Ip4Base-Int-Aes256Gcm-Reconf.64B-{core}-ethip4ipsec60000tnlsw-1atnl-ip4base-int-aes256gcm-reconf"
9747   layout:
9748     title: "ethip4ipsec60000tnlsw-1atnl-ip4base"
9749     layout: "plot-throughput"
9750
9751 ###############################################################################
9752
9753 # Plots - NF Density - 2n-skx - VSC - MRR IMIX
9754 - type: "plot"
9755   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-{test_type}"
9756   algorithm: "plot_nf_heatmap"
9757   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-{core}-base-vsc-{test_type}"
9758   data: "plot-vpp-nfv-2n-skx-mrr"
9759   core: ["2t1c", "4t2c", "8t4c"]
9760   test-type: ["mrr", ]
9761   include:
9762     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-2Vh-1Vm1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1ch-2vh-1vm1t-vppip4-mrr"
9763     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-4Vh-2Vm1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1ch-4vh-2vm1t-vppip4-mrr"
9764     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-8Vh-4Vm1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1ch-8vh-4vm1t-vppip4-mrr"
9765     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-12Vh-6Vm1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1ch-12vh-6vm1t-vppip4-mrr"
9766     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Ch-4Vh-2Vm1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-2ch-4vh-2vm1t-vppip4-mrr"
9767     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Ch-8Vh-4Vm1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-2ch-8vh-4vm1t-vppip4-mrr"
9768     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-4Ch-8Vh-4Vm1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-4ch-8vh-4vm1t-vppip4-mrr"
9769     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-6Ch-12Vh-6Vm1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-6ch-12vh-6vm1t-vppip4-mrr"
9770   x-axis: "X = VNFs per Service Chain"
9771   y-axis: "Y = Number of Service Chains"
9772   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
9773   layout:
9774     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-test_type"
9775     layout: "plot-service-density"
9776
9777 # Plots - NF Density - 2n-skx - VSC - NDRPDR IMIX
9778 - type: "plot"
9779   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-{test_type}"
9780   algorithm: "plot_nf_heatmap"
9781   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-{core}-base-vsc-{test_type}"
9782   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9783   core: ["2t1c", "4t2c", "8t4c"]
9784   include:
9785     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-2Vh-1Vm1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-1ch-2vh-1vm1t-vppip4-ndrpdr"
9786     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-4Vh-2Vm1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-1ch-4vh-2vm1t-vppip4-ndrpdr"
9787     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-8Vh-4Vm1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-1ch-8vh-4vm1t-vppip4-ndrpdr"
9788     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-12Vh-6Vm1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-1ch-12vh-6vm1t-vppip4-ndrpdr"
9789     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Ch-4Vh-2Vm1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-2ch-4vh-2vm1t-vppip4-ndrpdr"
9790     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Ch-8Vh-4Vm1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-2ch-8vh-4vm1t-vppip4-ndrpdr"
9791     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-4Ch-8Vh-4Vm1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-4ch-8vh-4vm1t-vppip4-ndrpdr"
9792     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-6Ch-12Vh-6Vm1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-6ch-12vh-6vm1t-vppip4-ndrpdr"
9793   x-axis: "X = VNFs per Service Chain"
9794   y-axis: "Y = Number of Service Chains"
9795   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
9796   layout:
9797     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-test_type"
9798     layout: "plot-service-density"
9799
9800 # Plots - NF Density - 2n-skx - VSC vxlan - MRR IMIX
9801 - type: "plot"
9802   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-{test_type}"
9803   algorithm: "plot_nf_heatmap"
9804   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-{core}-base-vsc-vxlan-{test_type}"
9805   data: "plot-vpp-nfv-2n-skx-mrr"
9806   core: ["2t1c", "4t2c", "8t4c"]
9807   test-type: ["mrr", ]
9808   include:
9809     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-1Ch-2Vh-1Vm1T-Testpmd-Mrr.IMIX-{core}-avf-dot1qip4vxlan-l2bd-1ch-2vh-1vm1t-testpmd-mrr"
9810     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-2Ch-4Vh-2Vm1T-Testpmd-Mrr.IMIX-{core}-avf-dot1qip4vxlan-l2bd-2ch-4vh-2vm1t-testpmd-mrr"
9811     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-4Ch-8Vh-4Vm1T-Testpmd-Mrr.IMIX-{core}-avf-dot1qip4vxlan-l2bd-4ch-8vh-4vm1t-testpmd-mrr"
9812     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-6Ch-12Vh-6Vm1T-Testpmd-Mrr.IMIX-{core}-avf-dot1qip4vxlan-l2bd-6ch-12vh-6vm1t-testpmd-mrr"
9813   x-axis: "X = VNFs per Service Chain"
9814   y-axis: "Y = Number of Service Chains"
9815   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
9816   layout:
9817     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-test_type"
9818     layout: "plot-service-density"
9819
9820 # Plots - NF Density - 2n-skx - VSC vxlan - NDRPDR IMIX
9821 - type: "plot"
9822   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-{test_type}"
9823   algorithm: "plot_nf_heatmap"
9824   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-{core}-base-vsc-vxlan-{test_type}"
9825   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9826   core: ["2t1c", "4t2c", "8t4c"]
9827   include:
9828     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-1Ch-2Vh-1Vm1T-Testpmd-ndrpdr.IMIX-{core}-avf-dot1qip4vxlan-l2bd-1ch-2vh-1vm1t-testpmd-ndrpdr"
9829     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-2Ch-4Vh-2Vm1T-Testpmd-ndrpdr.IMIX-{core}-avf-dot1qip4vxlan-l2bd-2ch-4vh-2vm1t-testpmd-ndrpdr"
9830     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-4Ch-8Vh-4Vm1T-Testpmd-ndrpdr.IMIX-{core}-avf-dot1qip4vxlan-l2bd-4ch-8vh-4vm1t-testpmd-ndrpdr"
9831     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-6Ch-12Vh-6Vm1T-Testpmd-ndrpdr.IMIX-{core}-avf-dot1qip4vxlan-l2bd-6ch-12vh-6vm1t-testpmd-ndrpdr"
9832   x-axis: "X = VNFs per Service Chain"
9833   y-axis: "Y = Number of Service Chains"
9834   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
9835   layout:
9836     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-test_type"
9837     layout: "plot-service-density"
9838
9839 ###############################################################################
9840
9841 # Plots - NF Density - 2n-skx - CSC - MRR IMIX
9842 - type: "plot"
9843   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-{test_type}"
9844   algorithm: "plot_nf_heatmap"
9845   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-{core}-base-csc-{test_type}"
9846   data: "plot-vpp-nfv-2n-skx-mrr"
9847   core: ["2t1c", "4t2c", "8t4c"]
9848   test-type: ["mrr", ]
9849   include:
9850     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-2Mif-1Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1ch-2mif-1dcr1t-vppip4-mrr"
9851     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-4Mif-2Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1ch-4mif-2dcr1t-vppip4-mrr"
9852     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-8Mif-4Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1ch-8mif-4dcr1t-vppip4-mrr"
9853     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-12Mif-6Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1ch-12mif-6dcr1t-vppip4-mrr"
9854     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Ch-4Mif-2Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-2ch-4mif-2dcr1t-vppip4-mrr"
9855     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Ch-8Mif-4Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-2ch-8mif-4dcr1t-vppip4-mrr"
9856     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-4Ch-8Mif-4Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-4ch-8mif-4dcr1t-vppip4-mrr"
9857     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-6Ch-12Mif-6Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-6ch-12mif-6dcr1t-vppip4-mrr"
9858   x-axis: "X = CNFs per Service Chain"
9859   y-axis: "Y = Number of Service Chains"
9860   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
9861   layout:
9862     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-test_type"
9863     layout: "plot-service-density"
9864
9865 # Plots - NF Density - 2n-skx - CSC - NDRPDR IMIX
9866 - type: "plot"
9867   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-{test_type}"
9868   algorithm: "plot_nf_heatmap"
9869   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-{core}-base-csc-{test_type}"
9870   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9871   core: ["2t1c", "4t2c", "8t4c"]
9872   include:
9873     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-2Mif-1Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-1ch-2mif-1dcr1t-vppip4-ndrpdr"
9874     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-4Mif-2Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-1ch-4mif-2dcr1t-vppip4-ndrpdr"
9875     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-8Mif-4Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-1ch-8mif-4dcr1t-vppip4-ndrpdr"
9876     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-12Mif-6Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-1ch-12mif-6dcr1t-vppip4-ndrpdr"
9877     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Ch-4Mif-2Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-2ch-4mif-2dcr1t-vppip4-ndrpdr"
9878     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Ch-8Mif-4Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-2ch-8mif-4dcr1t-vppip4-ndrpdr"
9879     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-4Ch-8Mif-4Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-4ch-8mif-4dcr1t-vppip4-ndrpdr"
9880     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-6Ch-12Mif-6Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-6ch-12mif-6dcr1t-vppip4-ndrpdr"
9881   x-axis: "X = CNFs per Service Chain"
9882   y-axis: "Y = Number of Service Chains"
9883   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
9884   layout:
9885     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-test_type"
9886     layout: "plot-service-density"
9887
9888 ###############################################################################
9889
9890 # Plots - NF Density - 2n-skx - CSP - MRR IMIX
9891 - type: "plot"
9892   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-{test_type}"
9893   algorithm: "plot_nf_heatmap"
9894   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-{core}-base-csp-{test_type}"
9895   data: "plot-vpp-nfv-2n-skx-mrr"
9896   core: ["2t1c", "4t2c", "8t4c"]
9897   test-type: ["mrr", ]
9898   include:
9899     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Pl-2Mif-1Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1pl-2mif-1dcr1t-vppip4-mrr"
9900     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Pl-2Mif-2Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1pl-2mif-2dcr1t-vppip4-mrr"
9901     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Pl-2Mif-4Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1pl-2mif-4dcr1t-vppip4-mrr"
9902     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Pl-2Mif-6Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1pl-2mif-6dcr1t-vppip4-mrr"
9903     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Pl-4Mif-2Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-2pl-4mif-2dcr1t-vppip4-mrr"
9904     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Pl-4Mif-4Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-2pl-4mif-4dcr1t-vppip4-mrr"
9905     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Pl-8Mif-4Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-2pl-8mif-4dcr1t-vppip4-mrr"
9906     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-6Pl-12Mif-6Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-6pl-12mif-6dcr1t-vppip4-mrr"
9907   x-axis: "X = CNFs per Service Pipeline"
9908   y-axis: "Y = Number of Service Pipelines"
9909   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
9910   layout:
9911     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-test_type"
9912     layout: "plot-service-density"
9913
9914 # Plots - NF Density - 2n-skx - CSP - NDRPDR IMIX
9915 - type: "plot"
9916   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-{test_type}"
9917   algorithm: "plot_nf_heatmap"
9918   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-{core}-base-csp-{test_type}"
9919   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9920   core: ["2t1c", "4t2c", "8t4c"]
9921   include:
9922     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Pl-2Mif-1Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-1pl-2mif-1dcr1t-vppip4-ndrpdr"
9923     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Pl-2Mif-2Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-1pl-2mif-2dcr1t-vppip4-ndrpdr"
9924     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Pl-2Mif-4Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-1pl-2mif-4dcr1t-vppip4-ndrpdr"
9925     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Pl-2Mif-6Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-1pl-2mif-6dcr1t-vppip4-ndrpdr"
9926     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Pl-4Mif-2Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-2pl-4mif-2dcr1t-vppip4-ndrpdr"
9927     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Pl-4Mif-4Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-2pl-4mif-4dcr1t-vppip4-ndrpdr"
9928     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Pl-8Mif-4Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-2pl-8mif-4dcr1t-vppip4-ndrpdr"
9929     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-6Pl-12Mif-6Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-6pl-12mif-6dcr1t-vppip4-ndrpdr"
9930   x-axis: "X = CNFs per Service Pipeline"
9931   y-axis: "Y = Number of Service Pipelines"
9932   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
9933   layout:
9934     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-test_type"
9935     layout: "plot-service-density"
9936
9937 ###############################################################################
9938
9939 # Plots - NF Density - 2n-clx - VSC - MRR IMIX
9940 - type: "plot"
9941   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-{test_type}"
9942   algorithm: "plot_nf_heatmap"
9943   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-{core}-base-vsc-{test_type}"
9944   data: "plot-vpp-nfv-2n-clx-mrr"
9945   core: ["2t1c", "4t2c", "8t4c"]
9946   test-type: ["mrr", ]
9947   include:
9948     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-2Vh-1Vm1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1ch-2vh-1vm1t-vppip4-mrr"
9949     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-4Vh-2Vm1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1ch-4vh-2vm1t-vppip4-mrr"
9950     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-8Vh-4Vm1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1ch-8vh-4vm1t-vppip4-mrr"
9951     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-12Vh-6Vm1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1ch-12vh-6vm1t-vppip4-mrr"
9952     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Ch-4Vh-2Vm1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-2ch-4vh-2vm1t-vppip4-mrr"
9953     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Ch-8Vh-4Vm1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-2ch-8vh-4vm1t-vppip4-mrr"
9954     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-4Ch-8Vh-4Vm1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-4ch-8vh-4vm1t-vppip4-mrr"
9955     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-6Ch-12Vh-6Vm1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-6ch-12vh-6vm1t-vppip4-mrr"
9956   x-axis: "X = VNFs per Service Chain"
9957   y-axis: "Y = Number of Service Chains"
9958   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
9959   layout:
9960     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-test_type"
9961     layout: "plot-service-density"
9962
9963 # Plots - NF Density - 2n-clx - VSC - NDRPDR IMIX
9964 - type: "plot"
9965   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-{test_type}"
9966   algorithm: "plot_nf_heatmap"
9967   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-{core}-base-vsc-{test_type}"
9968   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9969   core: ["2t1c", "4t2c", "8t4c"]
9970   include:
9971     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-2Vh-1Vm1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-1ch-2vh-1vm1t-vppip4-ndrpdr"
9972     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-4Vh-2Vm1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-1ch-4vh-2vm1t-vppip4-ndrpdr"
9973     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-8Vh-4Vm1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-1ch-8vh-4vm1t-vppip4-ndrpdr"
9974     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-12Vh-6Vm1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-1ch-12vh-6vm1t-vppip4-ndrpdr"
9975     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Ch-4Vh-2Vm1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-2ch-4vh-2vm1t-vppip4-ndrpdr"
9976     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Ch-8Vh-4Vm1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-2ch-8vh-4vm1t-vppip4-ndrpdr"
9977     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-4Ch-8Vh-4Vm1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-4ch-8vh-4vm1t-vppip4-ndrpdr"
9978     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-6Ch-12Vh-6Vm1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-6ch-12vh-6vm1t-vppip4-ndrpdr"
9979   x-axis: "X = VNFs per Service Chain"
9980   y-axis: "Y = Number of Service Chains"
9981   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
9982   layout:
9983     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-test_type"
9984     layout: "plot-service-density"
9985
9986 # Plots - NF Density - 2n-clx - VSC vxlan - MRR IMIX
9987 - type: "plot"
9988   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-{test_type}"
9989   algorithm: "plot_nf_heatmap"
9990   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-{core}-base-vsc-vxlan-{test_type}"
9991   data: "plot-vpp-nfv-2n-clx-mrr"
9992   core: ["2t1c", "4t2c", "8t4c"]
9993   test-type: ["mrr", ]
9994   include:
9995     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-1Ch-2Vh-1Vm1T-Testpmd-Mrr.IMIX-{core}-avf-dot1qip4vxlan-l2bd-1ch-2vh-1vm1t-testpmd-mrr"
9996     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-2Ch-4Vh-2Vm1T-Testpmd-Mrr.IMIX-{core}-avf-dot1qip4vxlan-l2bd-2ch-4vh-2vm1t-testpmd-mrr"
9997     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-4Ch-8Vh-4Vm1T-Testpmd-Mrr.IMIX-{core}-avf-dot1qip4vxlan-l2bd-4ch-8vh-4vm1t-testpmd-mrr"
9998     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-6Ch-12Vh-6Vm1T-Testpmd-Mrr.IMIX-{core}-avf-dot1qip4vxlan-l2bd-6ch-12vh-6vm1t-testpmd-mrr"
9999   x-axis: "X = VNFs per Service Chain"
10000   y-axis: "Y = Number of Service Chains"
10001   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
10002   layout:
10003     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-test_type"
10004     layout: "plot-service-density"
10005
10006 # Plots - NF Density - 2n-clx - VSC vxlan - NDRPDR IMIX
10007 - type: "plot"
10008   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-{test_type}"
10009   algorithm: "plot_nf_heatmap"
10010   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-{core}-base-vsc-vxlan-{test_type}"
10011   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10012   core: ["2t1c", "4t2c", "8t4c"]
10013   include:
10014     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-1Ch-2Vh-1Vm1T-Testpmd-ndrpdr.IMIX-{core}-avf-dot1qip4vxlan-l2bd-1ch-2vh-1vm1t-testpmd-ndrpdr"
10015     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-2Ch-4Vh-2Vm1T-Testpmd-ndrpdr.IMIX-{core}-avf-dot1qip4vxlan-l2bd-2ch-4vh-2vm1t-testpmd-ndrpdr"
10016     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-4Ch-8Vh-4Vm1T-Testpmd-ndrpdr.IMIX-{core}-avf-dot1qip4vxlan-l2bd-4ch-8vh-4vm1t-testpmd-ndrpdr"
10017     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Avf-Dot1Qip4Vxlan-L2Bd-6Ch-12Vh-6Vm1T-Testpmd-ndrpdr.IMIX-{core}-avf-dot1qip4vxlan-l2bd-6ch-12vh-6vm1t-testpmd-ndrpdr"
10018   x-axis: "X = VNFs per Service Chain"
10019   y-axis: "Y = Number of Service Chains"
10020   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
10021   layout:
10022     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-test_type"
10023     layout: "plot-service-density"
10024
10025 ###############################################################################
10026
10027 # Plots - NF Density - 2n-clx - CSC - MRR IMIX
10028 - type: "plot"
10029   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-{test_type}"
10030   algorithm: "plot_nf_heatmap"
10031   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-{core}-base-csc-{test_type}"
10032   data: "plot-vpp-nfv-2n-clx-mrr"
10033   core: ["2t1c", "4t2c", "8t4c"]
10034   test-type: ["mrr", ]
10035   include:
10036     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-2Mif-1Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1ch-2mif-1dcr1t-vppip4-mrr"
10037     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-4Mif-2Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1ch-4mif-2dcr1t-vppip4-mrr"
10038     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-8Mif-4Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1ch-8mif-4dcr1t-vppip4-mrr"
10039     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-12Mif-6Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1ch-12mif-6dcr1t-vppip4-mrr"
10040     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Ch-4Mif-2Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-2ch-4mif-2dcr1t-vppip4-mrr"
10041     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Ch-8Mif-4Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-2ch-8mif-4dcr1t-vppip4-mrr"
10042     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-4Ch-8Mif-4Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-4ch-8mif-4dcr1t-vppip4-mrr"
10043     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-6Ch-12Mif-6Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-6ch-12mif-6dcr1t-vppip4-mrr"
10044   x-axis: "X = CNFs per Service Chain"
10045   y-axis: "Y = Number of Service Chains"
10046   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
10047   layout:
10048     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-test_type"
10049     layout: "plot-service-density"
10050
10051 # Plots - NF Density - 2n-clx - CSC - NDRPDR IMIX
10052 - type: "plot"
10053   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-{test_type}"
10054   algorithm: "plot_nf_heatmap"
10055   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-{core}-base-csc-{test_type}"
10056   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10057   core: ["2t1c", "4t2c", "8t4c"]
10058   include:
10059     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-4Mif-2Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-1ch-4mif-2dcr1t-vppip4-ndrpdr"
10060     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-8Mif-4Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-1ch-8mif-4dcr1t-vppip4-ndrpdr"
10061     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Ch-12Mif-6Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-1ch-12mif-6dcr1t-vppip4-ndrpdr"
10062     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Ch-4Mif-2Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-2ch-4mif-2dcr1t-vppip4-ndrpdr"
10063     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Ch-8Mif-4Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-2ch-8mif-4dcr1t-vppip4-ndrpdr"
10064     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-4Ch-8Mif-4Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-4ch-8mif-4dcr1t-vppip4-ndrpdr"
10065     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Chain.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-6Ch-12Mif-6Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-6ch-12mif-6dcr1t-vppip4-ndrpdr"
10066   x-axis: "X = CNFs per Service Chain"
10067   y-axis: "Y = Number of Service Chains"
10068   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
10069   layout:
10070     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-test_type"
10071     layout: "plot-service-density"
10072
10073 ###############################################################################
10074
10075 # Plots - NF Density - 2n-clx - CSP - MRR IMIX
10076 - type: "plot"
10077   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-{test_type}"
10078   algorithm: "plot_nf_heatmap"
10079   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-{core}-base-csp-{test_type}"
10080   data: "plot-vpp-nfv-2n-clx-mrr"
10081   core: ["2t1c", "4t2c", "8t4c"]
10082   test-type: ["mrr", ]
10083   include:
10084     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Pl-2Mif-1Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1pl-2mif-1dcr1t-vppip4-mrr"
10085     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Pl-2Mif-2Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1pl-2mif-2dcr1t-vppip4-mrr"
10086     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Pl-2Mif-4Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1pl-2mif-4dcr1t-vppip4-mrr"
10087     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Pl-2Mif-6Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-1pl-2mif-6dcr1t-vppip4-mrr"
10088     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Pl-4Mif-2Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-2pl-4mif-2dcr1t-vppip4-mrr"
10089     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Pl-4Mif-4Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-2pl-4mif-4dcr1t-vppip4-mrr"
10090     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Pl-8Mif-4Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-2pl-8mif-4dcr1t-vppip4-mrr"
10091     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-6Pl-12Mif-6Dcr1T-Vppip4-Mrr.IMIX-{core}-avf-eth-l2bd-6pl-12mif-6dcr1t-vppip4-mrr"
10092   x-axis: "X = CNFs per Service Pipeline"
10093   y-axis: "Y = Number of Service Pipelines"
10094   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
10095   layout:
10096     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-test_type"
10097     layout: "plot-service-density"
10098
10099 # Plots - NF Density - 2n-clx - CSP - NDRPDR IMIX
10100 - type: "plot"
10101   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-{test_type}"
10102   algorithm: "plot_nf_heatmap"
10103   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-{core}-base-csp-{test_type}"
10104   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10105   core: ["2t1c", "4t2c", "8t4c"]
10106   include:
10107     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Pl-2Mif-1Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-1pl-2mif-1dcr1t-vppip4-ndrpdr"
10108     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Pl-2Mif-2Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-1pl-2mif-2dcr1t-vppip4-ndrpdr"
10109     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Pl-2Mif-4Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-1pl-2mif-4dcr1t-vppip4-ndrpdr"
10110     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-1Pl-2Mif-6Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-1pl-2mif-6dcr1t-vppip4-ndrpdr"
10111     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Pl-4Mif-2Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-2pl-4mif-2dcr1t-vppip4-ndrpdr"
10112     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Pl-4Mif-4Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-2pl-4mif-4dcr1t-vppip4-ndrpdr"
10113     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-2Pl-8Mif-4Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-2pl-8mif-4dcr1t-vppip4-ndrpdr"
10114     - "Tests.Vpp.Perf.Nfv Density.Dcr Memif.Pipeline.2N-25Ge2P1Xxv710-Avf-Eth-L2Bd-6Pl-12Mif-6Dcr1T-Vppip4-ndrpdr.IMIX-{core}-avf-eth-l2bd-6pl-12mif-6dcr1t-vppip4-ndrpdr"
10115   x-axis: "X = CNFs per Service Pipeline"
10116   y-axis: "Y = Number of Service Pipelines"
10117   z-axis: "IMIX Packet Throughput (mean {test_type}) [Mpps]"
10118   layout:
10119     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-test_type"
10120     layout: "plot-service-density"
10121
10122 ################################################################################
10123
10124 # Packet Throughput
10125
10126 - type: "plot"
10127   title: "Throughput: 2n-skx-xxv710-64b-{core}-memif-base-avf-{test_type}"
10128   algorithm: "plot_ndrpdr_box_name"
10129   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-memif-base-avf-{test_type}"
10130   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10131   core: ["2t1c", ]
10132   include:
10133     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10134     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10135     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10136     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10137   layout:
10138     title: "2n-skx-xxv710-64b-{core}-memif-base-avf-{test_type}"
10139     layout: "plot-throughput"
10140
10141 - type: "plot"
10142   title: "Throughput: 2n-skx-xxv710-64b-{core}-memif-base-dpdk-{test_type}"
10143   algorithm: "plot_ndrpdr_box_name"
10144   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-memif-base-dpdk-{test_type}"
10145   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10146   core: ["2t1c", ]
10147   include:
10148     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10149     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10150     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10151     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10152   layout:
10153     title: "2n-skx-xxv710-64b-{core}-memif-base-dpdk-{test_type}"
10154     layout: "plot-throughput"
10155
10156 - type: "plot"
10157   title: "Throughput: 3n-skx-xxv710-64b-{core}-memif-base-avf-{test_type}"
10158   algorithm: "plot_ndrpdr_box_name"
10159   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-memif-base-avf-{test_type}"
10160   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10161   core: ["2t1c", ]
10162   include:
10163     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10164     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-{core}-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10165     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10166     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10167     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10168   layout:
10169     title: "3n-skx-xxv710-64b-{core}-memif-base-avf-{test_type}"
10170     layout: "plot-throughput"
10171
10172 - type: "plot"
10173   title: "Throughput: 3n-skx-xxv710-64b-{core}-memif-base-dpdk-{test_type}"
10174   algorithm: "plot_ndrpdr_box_name"
10175   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-memif-base-dpdk-{test_type}"
10176   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10177   core: ["2t1c", ]
10178   include:
10179     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10180     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10181     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10182     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10183     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10184   layout:
10185     title: "3n-skx-xxv710-64b-{core}-memif-base-dpdk-{test_type}"
10186     layout: "plot-throughput"
10187
10188 - type: "plot"
10189   title: "Throughput: 3n-tsh-x520-64b-{core}-memif-base-ixgbe-{test_type}"
10190   algorithm: "plot_ndrpdr_box_name"
10191   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-{core}-memif-base-ixgbe-{test_type}"
10192   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10193   core: ["2t1c", ]
10194   include:
10195     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10196     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10197     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10198     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10199     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10200   layout:
10201     title: "3n-tsh-x520-64b-{core}-memif-base-ixgbe-{test_type}"
10202     layout: "plot-throughput"
10203
10204 - type: "plot"
10205   title: "Throughput: 2n-skx-x710-64b-{core}-ip4routing-base-scale-[avf,dpdk]-{test_type}"
10206   algorithm: "plot_ndrpdr_box_name"
10207   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-{core}-ip4routing-base-scale-[avf,dpdk]-{test_type}"
10208   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10209   core: ["2t1c", ]
10210   include:
10211     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-avf-dot1q-ip4base-ndrpdr"
10212     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4-ip4base-ndrpdr"
10213     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-avf-ethip4-ip4scale2m-ndrpdr"
10214     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-{core}-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10215     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-dot1q-ip4base-ndrpdr"
10216     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
10217   layout:
10218     title: "2n-skx-x710-64b-{core}-ip4routing-base-scale-[avf,dpdk]-{test_type}"
10219     layout: "plot-throughput"
10220
10221 - type: "plot"
10222   title: "Throughput: 2n-skx-xxv710-64b-{core}-ip4routing-base-scale-avf-{test_type}"
10223   algorithm: "plot_ndrpdr_box_name"
10224   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-ip4routing-base-scale-avf-{test_type}"
10225   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10226   core: ["2t1c", ]
10227   include:
10228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-avf-dot1q-ip4base-ndrpdr"
10229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4-ip4base-ndrpdr"
10230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-{core}-avf-ethip4-ip4scale20k-ndrpdr"
10231     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-{core}-avf-ethip4-ip4scale20k-rnd-ndrpdr"
10232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-{core}-avf-ethip4-ip4scale200k-ndrpdr"
10233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-{core}-avf-ethip4-ip4scale200k-rnd-ndrpdr"
10234     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-avf-ethip4-ip4scale2m-ndrpdr"
10235     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-{core}-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10236   layout:
10237     title: "2n-skx-xxv710-64b-{core}-ip4routing-base-scale-avf-{test_type}"
10238     layout: "plot-throughput"
10239
10240 - type: "plot"
10241   title: "Throughput: 2n-skx-xxv710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
10242   algorithm: "plot_ndrpdr_box_name"
10243   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
10244   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10245   core: ["2t1c", ]
10246   include:
10247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-dot1q-ip4base-ndrpdr"
10248     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
10249     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-{core}-ethip4-ip4scale20k-ndrpdr"
10250     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-{core}-ethip4-ip4scale20k-rnd-ndrpdr"
10251     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-{core}-ethip4-ip4scale200k-ndrpdr"
10252     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-{core}-ethip4-ip4scale200k-rnd-ndrpdr"
10253     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-ethip4-ip4scale2m-ndrpdr"
10254     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-{core}-ethip4-ip4scale2m-rnd-ndrpdr"
10255   layout:
10256     title: "2n-skx-xxv710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
10257     layout: "plot-throughput"
10258
10259 - type: "plot"
10260   title: "Throughput: 2n-skx-xxv710-64b-{core}-features-ip4routing-base-avf-{test_type}"
10261   algorithm: "plot_ndrpdr_box_name"
10262   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-features-ip4routing-base-avf-{test_type}"
10263   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10264   core: ["2t1c", ]
10265   include:
10266     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10267     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10268     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10269     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10270     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-{core}-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
10271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-{core}-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
10272   layout:
10273     title: "2n-skx-xxv710-64b-{core}-features-ip4routing-base-avf-{test_type}"
10274     layout: "plot-throughput"
10275
10276 - type: "plot"
10277   title: "Throughput: 2n-skx-xxv710-64b-{core}-nat44det-ip4routing-stl-bidir-avf-{test_type}"
10278   algorithm: "plot_ndrpdr_box_name"
10279   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-nat44det-ip4routing-stl-bidir-avf-{test_type}"
10280   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10281   core: ["2t1c", ]
10282   include:
10283     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
10284     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
10285     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
10286     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
10287     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
10288   layout:
10289     title: "2n-skx-xxv710-64b-{core}-nat44det-ip4routing-stl-bidir-avf-{test_type}"
10290     layout: "plot-throughput"
10291
10292 - type: "plot"
10293   title: "Throughput: 2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-stl-unidir-avf-{test_type}"
10294   algorithm: "plot_ndrpdr_box_name"
10295   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-stl-unidir-avf-{test_type}"
10296   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10297   core: ["2t1c", ]
10298   include:
10299     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
10300     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
10301     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
10302     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
10303     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
10304   layout:
10305     title: "2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-stl-unidir-avf-{test_type}"
10306     layout: "plot-throughput"
10307
10308 - type: "plot"
10309   title: "Throughput: 2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}"
10310   algorithm: "plot_ndrpdr_box_name"
10311   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}"
10312   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10313   core: ["2t1c", ]
10314   include:
10315     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
10316     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
10317     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
10318     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
10319     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
10320     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
10321     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
10322     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
10323     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
10324     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
10325   layout:
10326     title: "2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}"
10327     layout: "plot-cps"
10328
10329 - type: "plot"
10330   title: "Throughput: 2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}"
10331   algorithm: "plot_ndrpdr_box_name"
10332   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}"
10333   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10334   core: ["2t1c", ]
10335   include:
10336     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
10337     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
10338     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
10339     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
10340     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
10341     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
10342     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
10343     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
10344     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
10345     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
10346   layout:
10347     title: "2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}"
10348     layout: "plot-throughput"
10349
10350 - type: "plot"
10351   title: "Throughput: 2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}"
10352   algorithm: "plot_ndrpdr_box_name"
10353   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}"
10354   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10355   core: ["2t1c", ]
10356   include:
10357     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
10358     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
10359     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
10360     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
10361     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
10362     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
10363     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
10364     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
10365     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
10366     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
10367   layout:
10368     title: "2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}"
10369     layout: "plot-cps"
10370
10371 - type: "plot"
10372   title: "Throughput: 2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}"
10373   algorithm: "plot_ndrpdr_box_name"
10374   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}"
10375   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10376   core: ["2t1c", ]
10377   include:
10378     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
10379     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
10380     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
10381     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
10382     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
10383     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
10384     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
10385     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
10386     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
10387     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
10388   layout:
10389     title: "2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}"
10390     layout: "plot-throughput"
10391
10392 - type: "plot"
10393   title: "Throughput: 2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-tput-avf-{test_type}"
10394   algorithm: "plot_ndrpdr_box_name"
10395   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-tput-avf-{test_type}"
10396   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10397   core: ["2t1c", ]
10398   include:
10399     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
10400     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
10401     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
10402     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
10403     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
10404     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
10405     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
10406     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
10407     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
10408     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
10409   layout:
10410     title: "2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-tput-avf-{test_type}"
10411     layout: "plot-throughput"
10412
10413 - type: "plot"
10414   title: "Throughput: 2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-udp-tput-avf-{test_type}"
10415   algorithm: "plot_ndrpdr_box_name"
10416   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-udp-tput-avf-{test_type}"
10417   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10418   core: ["2t1c", ]
10419   include:
10420     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
10421     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
10422     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
10423     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
10424     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
10425     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
10426     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
10427     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
10428     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
10429     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
10430   layout:
10431     title: "2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-udp-tput-avf-{test_type}"
10432     layout: "plot-throughput"
10433
10434 - type: "plot"
10435   title: "Throughput: 2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-tput2-avf-{test_type}"
10436   algorithm: "plot_ndrpdr_box_name"
10437   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-tput2-avf-{test_type}"
10438   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10439   core: ["2t1c", ]
10440   include:
10441     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
10442     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
10443     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
10444     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
10445     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
10446     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
10447     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
10448     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
10449     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
10450     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
10451   layout:
10452     title: "2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-tput-avf-{test_type}"
10453     layout: "plot-throughput"
10454
10455 - type: "plot"
10456   title: "Throughput: 2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-udp-tput2-avf-{test_type}"
10457   algorithm: "plot_ndrpdr_box_name"
10458   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-udp-tput2-avf-{test_type}"
10459   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10460   core: ["2t1c", ]
10461   include:
10462     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
10463     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
10464     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
10465     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
10466     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
10467     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
10468     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
10469     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
10470     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
10471     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
10472   layout:
10473     title: "2n-skx-xxv710-64b-{core}-nat44ed-ip4routing-udp-tput-avf-{test_type}"
10474     layout: "plot-throughput"
10475
10476 - type: "plot"
10477   title: "Throughput: 2n-skx-xxv710-64b-{core}-features-ip4routing-base-dpdk-{test_type}"
10478   algorithm: "plot_ndrpdr_box_name"
10479   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-features-ip4routing-base-dpdk-{test_type}"
10480   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10481   core: ["2t1c", ]
10482   include:
10483     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
10484     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10485     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10486     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10487     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10488     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-{core}-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
10489   layout:
10490     title: "2n-skx-xxv710-64b-{core}-features-ip4routing-base-dpdk-{test_type}"
10491     layout: "plot-throughput"
10492
10493 - type: "plot"
10494   title: "Throughput: 2n-skx-xxv710-64b-{core}-ethip4--ethip4udpgeneve-avf-{test_type}"
10495   algorithm: "plot_ndrpdr_box_name"
10496   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-ethip4--ethip4udpgeneve-avf-{test_type}"
10497   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10498   core: ["2t1c", ]
10499   include:
10500     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
10501     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
10502     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
10503     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
10504     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
10505   layout:
10506     title: "2n-skx-xxv710-64b-{core}-ethip4--ethip4udpgeneve-avf-{test_type}"
10507     layout: "plot-throughput"
10508
10509 - type: "plot"
10510   title: "Throughput: 3n-hsw-xl710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
10511   algorithm: "plot_ndrpdr_box_name"
10512   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
10513   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10514   core: ["1t1c", ]
10515   include:
10516     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-dot1q-ip4base-ndrpdr"
10517     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
10518     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-ethip4-ip4scale2m-ndrpdr"
10519     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-rnd-Ndrpdr.64B-{core}-ethip4-ip4scale2m-rnd-ndrpdr"
10520   layout:
10521     title: "3n-hsw-xl710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
10522     layout: "plot-throughput"
10523
10524 - type: "plot"
10525   title: "Throughput: 3n-skx-x710-64b-{core}-ip4routing-base-scale-avf-{test_type}"
10526   algorithm: "plot_ndrpdr_box_name"
10527   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-{core}-ip4routing-base-scale-avf-{test_type}"
10528   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10529   core: ["2t1c", ]
10530   include:
10531     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4-ip4base-ndrpdr"
10532     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-avf-ethip4-ip4scale2m-ndrpdr"
10533 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-avf-dot1q-ip4base-ndrpdr"
10534 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
10535 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-ethip4-ip4scale2m-ndrpdr"
10536   layout:
10537     title: "3n-skx-x710-64b-{core}-ip4routing-base-scale-avf-{test_type}"
10538     layout: "plot-throughput"
10539
10540 - type: "plot"
10541   title: "Throughput: 3n-skx-xxv710-64b-{core}-ip4routing-base-scale-avf-{test_type}"
10542   algorithm: "plot_ndrpdr_box_name"
10543   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-ip4routing-base-scale-avf-{test_type}"
10544   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10545   core: ["2t1c", ]
10546   include:
10547     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-avf-dot1q-ip4base-ndrpdr"
10548     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4-ip4base-ndrpdr"
10549     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-{core}-avf-ethip4-ip4scale20k-ndrpdr"
10550     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-{core}-avf-ethip4-ip4scale200k-ndrpdr"
10551     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-avf-ethip4-ip4scale2m-ndrpdr"
10552   layout:
10553     title: "3n-skx-xxv710-64b-{core}-ip4routing-base-scale-avf-{test_type}"
10554     layout: "plot-throughput"
10555
10556 - type: "plot"
10557   title: "Throughput: 3n-skx-xxv710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
10558   algorithm: "plot_ndrpdr_box_name"
10559   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
10560   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10561   core: ["2t1c", ]
10562   include:
10563     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-dot1q-ip4base-ndrpdr"
10564     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
10565     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-{core}-ethip4-ip4scale20k-ndrpdr"
10566     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-{core}-ethip4-ip4scale200k-ndrpdr"
10567     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-ethip4-ip4scale2m-ndrpdr"
10568   layout:
10569     title: "3n-skx-xxv710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
10570     layout: "plot-throughput"
10571
10572 - type: "plot"
10573   title: "Throughput: 3n-skx-xxv710-64b-{core}-features-ip4routing-base-avf-{test_type}"
10574   algorithm: "plot_ndrpdr_box_name"
10575   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-features-ip4routing-base-avf-{test_type}"
10576   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10577   core: ["2t1c", ]
10578   include:
10579     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10580     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10581     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10582     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10583   layout:
10584     title: "3n-skx-xxv710-64b-{core}-features-ip4routing-base-avf-{test_type}"
10585     layout: "plot-throughput"
10586
10587 - type: "plot"
10588   title: "Throughput: 3n-skx-xxv710-64b-{core}-features-ip4routing-base-dpdk-{test_type}"
10589   algorithm: "plot_ndrpdr_box_name"
10590   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-features-ip4routing-base-dpdk-{test_type}"
10591   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10592   core: ["2t1c", ]
10593   include:
10594     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
10595     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10596     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10597     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10598     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10599   layout:
10600     title: "3n-skx-xxv710-64b-{core}-features-ip4routing-base-dpdk-{test_type}"
10601     layout: "plot-throughput"
10602
10603 - type: "plot"
10604   title: "Throughput: 3n-tsh-x520-64b-{core}-ip4routing-base-scale-ixgbe-{test_type}"
10605   algorithm: "plot_ndrpdr_box_name"
10606   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-{core}-ip4routing-base-scale-ixgbe-{test_type}"
10607   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10608   core: ["1t1c", ]
10609   include:
10610     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-dot1q-ip4base-ndrpdr"
10611     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
10612     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-{core}-ethip4-ip4scale20k-ndrpdr"
10613     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-{core}-ethip4-ip4scale200k-ndrpdr"
10614     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-ethip4-ip4scale2m-ndrpdr"
10615   layout:
10616     title: "3n-tsh-x520-64b-{core}-ip4routing-base-scale-ixgbe-{test_type}"
10617     layout: "plot-throughput"
10618
10619 - type: "plot"
10620   title: "Throughput: 3n-tsh-x520-64b-{core}-features-ip4routing-base-ixgbe-{test_type}"
10621   algorithm: "plot_ndrpdr_box_name"
10622   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-{core}-features-ip4routing-base-ixgbe-{test_type}"
10623   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10624   core: ["1t1c", ]
10625   include:
10626     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10627     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10628     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10629     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10630   layout:
10631     title: "3n-tsh-x520-64b-{core}-features-ip4routing-base-ixgbe-{test_type}"
10632     layout: "plot-throughput"
10633
10634 - type: "plot"
10635   title: "Throughput: 2n-dnv-x553-64b-{core}-ip4routing-base-scale-ixgbe-{test_type}"
10636   algorithm: "plot_ndrpdr_box_name"
10637   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-{core}-ip4routing-base-scale-ixgbe-{test_type}"
10638   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10639   core: ["1t1c", ]
10640   include:
10641     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-dot1q-ip4base-ndrpdr"
10642     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
10643     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-{core}-ethip4-ip4scale20k-ndrpdr"
10644     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-{core}-ethip4-ip4scale200k-ndrpdr"
10645     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-ethip4-ip4scale2m-ndrpdr"
10646     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-{core}-ethip4-ip4scale20k-rnd-ndrpdr"
10647   layout:
10648     title: "2n-dnv-x553-64b-{core}-ip4routing-base-scale-ixgbe-{test_type}"
10649     layout: "plot-throughput"
10650
10651 - type: "plot"
10652   title: "Throughput: 2n-dnv-x553-64b-{core}-features-ip4routing-base-ixgbe-{test_type}"
10653   algorithm: "plot_ndrpdr_box_name"
10654   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-{core}-features-ip4routing-base-ixgbe-{test_type}"
10655   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10656   core: ["1t1c", ]
10657   include:
10658     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
10659     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10660     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10661     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10662     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10663     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-{core}-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
10664   layout:
10665     title: "2n-dnv-x553-64b-{core}-features-ip4routing-base-ixgbe-{test_type}"
10666     layout: "plot-throughput"
10667
10668 - type: "plot"
10669   title: "Throughput: 3n-dnv-x553-64b-{core}-ip4routing-base-scale-ixgbe-{test_type}"
10670   algorithm: "plot_ndrpdr_box_name"
10671   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-{core}-ip4routing-base-scale-ixgbe-{test_type}"
10672   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10673   core: ["1t1c", ]
10674   include:
10675     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-dot1q-ip4base-ndrpdr"
10676     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
10677     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-{core}-ethip4-ip4scale20k-ndrpdr"
10678     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-{core}-ethip4-ip4scale200k-ndrpdr"
10679     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-ethip4-ip4scale2m-ndrpdr"
10680     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-{core}-ethip4-ip4scale20k-rnd-ndrpdr"
10681   layout:
10682     title: "3n-dnv-x553-64b-{core}-ip4routing-base-scale-ixgbe-{test_type}"
10683     layout: "plot-throughput"
10684
10685 - type: "plot"
10686   title: "Throughput: 3n-dnv-x553-64b-{core}-features-ip4routing-base-ixgbe-{test_type}"
10687   algorithm: "plot_ndrpdr_box_name"
10688   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-{core}-features-ip4routing-base-ixgbe-{test_type}"
10689   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10690   core: ["1t1c", ]
10691   include:
10692     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
10693     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10694     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10695     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10696     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10697   layout:
10698     title: "3n-dnv-x553-64b-{core}-features-ip4routing-base-ixgbe-{test_type}"
10699     layout: "plot-throughput"
10700
10701 - type: "plot"
10702   title: "Throughput: 3n-hsw-xl710-64b-{core}-ip4tunnel-base-dpdk-{test_type}"
10703   algorithm: "plot_ndrpdr_box_name"
10704   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-{core}-ip4tunnel-base-dpdk-{test_type}"
10705   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10706   core: ["1t1c", ]
10707   include:
10708     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-{core}-ethip4vxlan-l2xcbase-ndrpdr"
10709     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-{core}-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10710   layout:
10711     title: "3n-hsw-xl710-64b-{core}-ip4tunnel-base-dpdk-{test_type}"
10712     layout: "plot-throughput"
10713
10714 - type: "plot"
10715   title: "Throughput: 3n-skx-xxv710-64b-{core}-ip4tunnel-base-scale-avf-{test_type}"
10716   algorithm: "plot_ndrpdr_box_name"
10717   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-ip4tunnel-base-scale-avf-{test_type}"
10718   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10719   core: ["2t1c", ]
10720   include:
10721     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-{core}-avf-ethip4vxlan-l2xcbase-ndrpdr"
10722     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10723     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-{core}-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10724     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-{core}-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10725   layout:
10726     title: "3n-skx-xxv710-64b-{core}-ip4tunnel-base-scale-avf-{test_type}"
10727     layout: "plot-throughput"
10728
10729 - type: "plot"
10730   title: "Throughput: 3n-skx-xxv710-64b-{core}-ip4tunnel-base-scale-dpdk-{test_type}"
10731   algorithm: "plot_ndrpdr_box_name"
10732   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-ip4tunnel-base-scale-dpdk-{test_type}"
10733   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10734   core: ["2t1c", ]
10735   include:
10736     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-{core}-ethip4vxlan-l2xcbase-ndrpdr"
10737     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-{core}-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10738     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-{core}-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10739     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-{core}-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10740   layout:
10741     title: "3n-skx-xxv710-64b-{core}-ip4tunnel-base-scale-dpdk-{test_type}"
10742     layout: "plot-throughput"
10743
10744 - type: "plot"
10745   title: "Throughput: 3n-tsh-x520-64b-{core}-ip4tunnel-base-scale-ixgbe-{test_type}"
10746   algorithm: "plot_ndrpdr_box_name"
10747   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-{core}-ip4tunnel-base-scale-ixgbe-{test_type}"
10748   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10749   core: ["1t1c", ]
10750   include:
10751     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-{core}-ethip4vxlan-l2xcbase-ndrpdr"
10752     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-{core}-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10753     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-{core}-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10754     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-{core}-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10755   layout:
10756     title: "3n-tsh-x520-64b-{core}-ip4tunnel-base-scale-ixgbe-{test_type}"
10757     layout: "plot-throughput"
10758
10759 - type: "plot"
10760   title: "Throughput: 3n-dnv-x553-64b-{core}-ip4tunnel-base-scale-ixgbe-{test_type}"
10761   algorithm: "plot_ndrpdr_box_name"
10762   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-{core}-ip4tunnel-base-scale-ixgbe-{test_type}"
10763   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10764   core: ["1t1c", ]
10765   include:
10766     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-{core}-ethip4vxlan-l2xcbase-ndrpdr"
10767     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-{core}-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10768     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-{core}-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10769     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-{core}-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10770   layout:
10771     title: "3n-dnv-x553-64b-{core}-ip4tunnel-base-scale-ixgbe-{test_type}"
10772     layout: "plot-throughput"
10773
10774 - type: "plot"
10775   title: "Throughput: 2n-skx-x710-78b-{core}-ip6routing-base-scale-[avf,dpdk]-{test_type}"
10776   algorithm: "plot_ndrpdr_box_name"
10777   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-{core}-ip6routing-base-scale-[avf,dpdk]-{test_type}"
10778   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10779   core: ["2t1c", ]
10780   include:
10781     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-avf-dot1q-ip6base-ndrpdr"
10782     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-{core}-avf-ethip6-ip6base-ndrpdr"
10783     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-avf-ethip6-ip6scale2m-ndrpdr"
10784     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-{core}-avf-ethip6-ip6scale2m-rnd-ndrpdr"
10785     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-dot1q-ip6base-ndrpdr"
10786     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-{core}-ethip6-ip6base-ndrpdr"
10787     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-ethip6-ip6scale2m-ndrpdr"
10788   layout:
10789     title: "2n-skx-x710-78b-{core}-ip6routing-base-scale-[avf,dpdk]-{test_type}"
10790     layout: "plot-throughput"
10791
10792 - type: "plot"
10793   title: "Throughput: 2n-skx-xxv710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
10794   algorithm: "plot_ndrpdr_box_name"
10795   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
10796   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10797   core: ["2t1c", ]
10798   include:
10799     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-dot1q-ip6base-ndrpdr"
10800     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-{core}-ethip6-ip6base-ndrpdr"
10801     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-{core}-ethip6-ip6scale20k-ndrpdr"
10802     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-{core}-ethip6-ip6scale20k-rnd-ndrpdr"
10803     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-{core}-ethip6-ip6scale200k-ndrpdr"
10804     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-{core}-ethip6-ip6scale200k-rnd-ndrpdr"
10805     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-ethip6-ip6scale2m-ndrpdr"
10806     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-{core}-ethip6-ip6scale2m-rnd-ndrpdr"
10807   layout:
10808     title: "2n-skx-xxv710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
10809     layout: "plot-throughput"
10810
10811 - type: "plot"
10812   title: "Throughput: 2n-skx-xxv710-78b-{core}-ip6routing-base-scale-avf-{test_type}"
10813   algorithm: "plot_ndrpdr_box_name"
10814   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-{core}-ip6routing-base-scale-avf-{test_type}"
10815   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10816   core: ["2t1c", ]
10817   include:
10818     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-avf-dot1q-ip6base-ndrpdr"
10819     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-{core}-avf-ethip6-ip6base-ndrpdr"
10820     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-{core}-avf-ethip6-ip6scale20k-ndrpdr"
10821     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-{core}-avf-ethip6-ip6scale20k-rnd-ndrpdr"
10822     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-{core}-avf-ethip6-ip6scale200k-ndrpdr"
10823     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-{core}-avf-ethip6-ip6scale200k-rnd-ndrpdr"
10824     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-avf-ethip6-ip6scale2m-ndrpdr"
10825     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-{core}-avf-ethip6-ip6scale2m-rnd-ndrpdr"
10826   layout:
10827     title: "2n-skx-xxv710-78b-{core}-ip6routing-base-scale-avf-{test_type}"
10828     layout: "plot-throughput"
10829
10830 - type: "plot"
10831   title: "Throughput: 3n-hsw-xl710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
10832   algorithm: "plot_ndrpdr_box_name"
10833   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
10834   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10835   core: ["1t1c", ]
10836   include:
10837     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-dot1q-ip6base-ndrpdr"
10838     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-{core}-ethip6-ip6base-ndrpdr"
10839     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-ethip6-ip6scale2m-ndrpdr"
10840     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-{core}-ethip6-ip6scale2m-rnd-ndrpdr"
10841   layout:
10842     title: "3n-hsw-xl710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
10843     layout: "plot-throughput"
10844
10845 - type: "plot"
10846   title: "Throughput: 3n-skx-x710-78b-{core}-ip6routing-base-scale-avf-{test_type}"
10847   algorithm: "plot_ndrpdr_box_name"
10848   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-{core}-ip6routing-base-scale-avf-{test_type}"
10849   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10850   core: ["2t1c", ]
10851   include:
10852     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-avf-dot1q-ip6base-ndrpdr"
10853     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-{core}-avf-ethip6-ip6base-ndrpdr"
10854     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-avf-ethip6-ip6scale2m-ndrpdr"
10855   layout:
10856     title: "3n-skx-x710-78b-{core}-ip6routing-base-scale-avf-{test_type}"
10857     layout: "plot-throughput"
10858
10859 - type: "plot"
10860   title: "Throughput: 3n-skx-xxv710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
10861   algorithm: "plot_ndrpdr_box_name"
10862   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
10863   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10864   core: ["2t1c", ]
10865   include:
10866     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-dot1q-ip6base-ndrpdr"
10867     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-{core}-ethip6-ip6base-ndrpdr"
10868     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-{core}-ethip6-ip6scale20k-ndrpdr"
10869     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-{core}-ethip6-ip6scale200k-ndrpdr"
10870     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-ethip6-ip6scale2m-ndrpdr"
10871   layout:
10872     title: "3n-skx-xxv710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
10873     layout: "plot-throughput"
10874
10875 - type: "plot"
10876   title: "Throughput: 3n-skx-xxv710-78b-{core}-ip6routing-base-scale-avf-{test_type}"
10877   algorithm: "plot_ndrpdr_box_name"
10878   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-{core}-ip6routing-base-scale-avf-{test_type}"
10879   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10880   core: ["2t1c", ]
10881   include:
10882     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-avf-dot1q-ip6base-ndrpdr"
10883     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-{core}-avf-ethip6-ip6base-ndrpdr"
10884     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-{core}-avf-ethip6-ip6scale20k-ndrpdr"
10885     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-{core}-avf-ethip6-ip6scale200k-ndrpdr"
10886     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-avf-ethip6-ip6scale2m-ndrpdr"
10887   layout:
10888     title: "3n-skx-xxv710-78b-{core}-ip6routing-base-scale-avf-{test_type}"
10889     layout: "plot-throughput"
10890
10891 - type: "plot"
10892   title: "Throughput: 3n-tsh-x520-78b-{core}-ip6routing-base-scale-ixgbe-{test_type}"
10893   algorithm: "plot_ndrpdr_box_name"
10894   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-{core}-ip6routing-base-scale-ixgbe-{test_type}"
10895   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10896   core: ["1t1c", ]
10897   include:
10898     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-dot1q-ip6base-ndrpdr"
10899     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-{core}-ethip6-ip6base-ndrpdr"
10900     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-{core}-ethip6-ip6scale20k-ndrpdr"
10901     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-{core}-ethip6-ip6scale200k-ndrpdr"
10902     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-ethip6-ip6scale2m-ndrpdr"
10903   layout:
10904     title: "3n-tsh-x520-78b-{core}-ip6routing-base-scale-ixgbe-{test_type}"
10905     layout: "plot-throughput"
10906
10907 - type: "plot"
10908   title: "Throughput: 2n-dnv-x553-78b-{core}-ip6routing-base-scale-ixgbe-{test_type}"
10909   algorithm: "plot_ndrpdr_box_name"
10910   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-{core}-ip6routing-base-scale-ixgbe-{test_type}"
10911   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10912   core: ["1t1c", ]
10913   include:
10914     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-dot1q-ip6base-ndrpdr"
10915     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-{core}-ethip6-ip6base-ndrpdr"
10916     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-{core}-ethip6-ip6scale20k-ndrpdr"
10917     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-{core}-ethip6-ip6scale200k-ndrpdr"
10918     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-ethip6-ip6scale2m-ndrpdr"
10919   layout:
10920     title: "2n-dnv-x553-78b-{core}-ip6routing-base-scale-ixgbe-{test_type}"
10921     layout: "plot-throughput"
10922
10923 - type: "plot"
10924   title: "Throughput: 3n-dnv-x553-78b-{core}-ip6routing-base-scale-ixgbe-{test_type}"
10925   algorithm: "plot_ndrpdr_box_name"
10926   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-{core}-ip6routing-base-scale-ixgbe-{test_type}"
10927   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10928   core: ["1t1c", ]
10929   include:
10930     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-dot1q-ip6base-ndrpdr"
10931     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-{core}-ethip6-ip6base-ndrpdr"
10932     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-{core}-ethip6-ip6scale20k-ndrpdr"
10933     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-{core}-ethip6-ip6scale200k-ndrpdr"
10934     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-ethip6-ip6scale2m-ndrpdr"
10935   layout:
10936     title: "3n-dnv-x553-78b-{core}-ip6routing-base-scale-ixgbe-{test_type}"
10937     layout: "plot-throughput"
10938
10939 - type: "plot"
10940   title: "Throughput: 3n-hsw-xl710-imix-{core}-ipsec-ip4routing-base-scale-sw-dpdk-{test_type}"
10941   algorithm: "plot_ndrpdr_box_name"
10942   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-{core}-ipsec-ip4routing-base-scale-sw-dpdk-{test_type}"
10943   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10944   core: ["1t1c", ]
10945   include:
10946     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-{core}-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10947     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-{core}-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10948     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-{core}-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10949     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-{core}-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10950     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-{core}-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10951     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-{core}-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10952   layout:
10953     title: "3n-hsw-xl710-imix-{core}-ipsec-ip4routing-base-scale-sw-dpdk-{test_type}"
10954     layout: "plot-throughput"
10955
10956 - type: "plot"
10957   title: "Throughput: 3n-hsw-xl710-imix-{core}-ipsec-ip4routing-base-scale-hw-dpdk-{test_type}"
10958   algorithm: "plot_ndrpdr_box_name"
10959   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-{core}-ipsec-ip4routing-base-scale-hw-dpdk-{test_type}"
10960   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10961   core: ["1t1c", ]
10962   include:
10963     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-{core}-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
10964     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-{core}-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10965     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-{core}-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
10966     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-{core}-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10967   layout:
10968     title: "3n-hsw-xl710-imix-{core}-ipsec-ip4routing-base-scale-hw-dpdk-{test_type}"
10969     layout: "plot-throughput"
10970
10971 - type: "plot"
10972   title: "Throughput: 3n-skx-xxv710-imix-{core}-ipsec-ip4routing-base-scale-avf-{test_type}"
10973   algorithm: "plot_ndrpdr_box_name"
10974   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-{core}-ipsec-ip4routing-base-scale-avf-{test_type}"
10975   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10976   core: ["2t1c", ]
10977   include:
10978     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-{core}-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10979     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-{core}-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10980     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-{core}-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10981     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-{core}-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10982     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-{core}-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10983     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-{core}-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10984   layout:
10985     title: "3n-skx-xxv710-imix-{core}-ipsec-ip4routing-base-scale-avf-{test_type}"
10986     layout: "plot-throughput"
10987
10988 - type: "plot"
10989   title: "Throughput: 3n-skx-xxv710-1518b-{core}-ipsec-ip4routing-base-scale-dpdk-{test_type}"
10990   algorithm: "plot_ndrpdr_box_name"
10991   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-{core}-ipsec-ip4routing-base-scale-dpdk-{test_type}"
10992   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10993   core: ["2t1c", ]
10994   include:
10995     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-{core}-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10996     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-{core}-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10997     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-{core}-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10998     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-{core}-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10999     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-{core}-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11000     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-{core}-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11001   layout:
11002     title: "3n-skx-xxv710-1518b-{core}-ipsec-ip4routing-base-scale-dpdk-{test_type}"
11003     layout: "plot-throughput"
11004
11005 - type: "plot"
11006   title: "Throughput: 3n-skx-xxv710-imix-{core}-ipsec-ip4routing-base-scale-dpdk-{test_type}"
11007   algorithm: "plot_ndrpdr_box_name"
11008   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-{core}-ipsec-ip4routing-base-scale-dpdk-{test_type}"
11009   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11010   core: ["2t1c", ]
11011   include:
11012     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-{core}-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11013     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-{core}-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11014     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-{core}-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11015     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-{core}-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11016     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-{core}-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11017     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-{core}-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11018   layout:
11019     title: "3n-skx-xxv710-imix-{core}-ipsec-ip4routing-base-scale-dpdk-{test_type}"
11020     layout: "plot-throughput"
11021
11022 - type: "plot"
11023   title: "Throughput: 3n-tsh-x520-imix-{core}-ipsec-ip4routing-base-scale-sw-ixgbe-{test_type}"
11024   algorithm: "plot_ndrpdr_box_name"
11025   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-{core}-ipsec-ip4routing-base-scale-sw-ixgbe-{test_type}"
11026   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11027   core: ["1t1c", ]
11028   include:
11029     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-{core}-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11030     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-{core}-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11031     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-{core}-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11032     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-{core}-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11033     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-{core}-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11034     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-{core}-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11035   layout:
11036     title: "3n-tsh-x520-imix-{core}-ipsec-ip4routing-base-scale-sw-ixgbe-{test_type}"
11037     layout: "plot-throughput"
11038
11039 - type: "plot"
11040   title: "Throughput: 3n-dnv-x553-imix-{core}-ipsec-ip4routing-base-scale-sw-ixgbe-{test_type}"
11041   algorithm: "plot_ndrpdr_box_name"
11042   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-{core}-ipsec-ip4routing-base-scale-sw-ixgbe-{test_type}"
11043   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11044   core: ["1t1c", ]
11045   include:
11046     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-{core}-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11047     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-{core}-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11048     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-{core}-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11049     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-{core}-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11050     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-{core}-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11051     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-{core}-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11052   layout:
11053     title: "3n-dnv-x553-imix-{core}-ipsec-ip4routing-base-scale-sw-ixgbe-{test_type}"
11054     layout: "plot-throughput"
11055
11056 - type: "plot"
11057   title: "Throughput: 2n-skx-x710-64b-{core}-l2switching-base-scale-[avf,dpdk]-{test_type}"
11058   algorithm: "plot_ndrpdr_box_name"
11059   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-{core}-l2switching-base-scale-[avf,dpdk]-{test_type}"
11060   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11061   core: ["2t1c", ]
11062   include:
11063     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-{core}-avf-eth-l2xcbase-ndrpdr"
11064     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11065     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-ndrpdr"
11066     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-ndrpdr"
11067     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
11068     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale1mmaclrn-ndrpdr"
11069   layout:
11070     title: "2n-skx-x710-64b-{core}-l2switching-base-scale-[avf,dpdk]-{test_type}"
11071     layout: "plot-throughput"
11072
11073 - type: "plot"
11074   title: "Throughput: 2n-skx-xxv710-64b-{core}-l2switching-base-avf-{test_type}"
11075   algorithm: "plot_ndrpdr_box_name"
11076   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-l2switching-base-avf-{test_type}"
11077   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11078   core: ["2t1c", ]
11079   include:
11080     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-{core}-avf-dot1q-l2xcbase-ndrpdr"
11081     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11082     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-{core}-avf-eth-l2patch-ndrpdr"
11083     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-{core}-avf-eth-l2xcbase-ndrpdr"
11084     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-ndrpdr"
11085   layout:
11086     title: "2n-skx-xxv710-64b-{core}-l2switching-base-avf-{test_type}"
11087     layout: "plot-throughput"
11088
11089 - type: "plot"
11090   title: "Throughput: 2n-skx-xxv710-64b-{core}-l2switching-base-dpdk-{test_type}"
11091   algorithm: "plot_ndrpdr_box_name"
11092   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-l2switching-base-dpdk-{test_type}"
11093   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11094   core: ["2t1c", ]
11095   include:
11096     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-{core}-dot1q-l2xcbase-ndrpdr"
11097     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-ndrpdr"
11098     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-{core}-eth-l2patch-ndrpdr"
11099     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
11100     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
11101   layout:
11102     title: "2n-skx-xxv710-64b-{core}-l2switching-base-dpdk-{test_type}"
11103     layout: "plot-throughput"
11104
11105 - type: "plot"
11106   title: "Throughput: 2n-skx-xxv710-64b-{core}-l2switching-base-scale-avf-{test_type}"
11107   algorithm: "plot_ndrpdr_box_name"
11108   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-l2switching-base-scale-avf-{test_type}"
11109   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11110   core: ["2t1c", ]
11111   include:
11112     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-ndrpdr"
11113     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale10kmaclrn-ndrpdr"
11114     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale100kmaclrn-ndrpdr"
11115     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale1mmaclrn-ndrpdr"
11116   layout:
11117     title: "2n-skx-xxv710-64b-{core}-l2switching-base-scale-avf-{test_type}"
11118     layout: "plot-throughput"
11119
11120 - type: "plot"
11121   title: "Throughput: 2n-skx-xxv710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
11122   algorithm: "plot_ndrpdr_box_name"
11123   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
11124   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11125   core: ["2t1c", ]
11126   include:
11127     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
11128     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale10kmaclrn-ndrpdr"
11129     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale100kmaclrn-ndrpdr"
11130     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale1mmaclrn-ndrpdr"
11131   layout:
11132     title: "2n-skx-xxv710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
11133     layout: "plot-throughput"
11134
11135 - type: "plot"
11136   title: "Throughput: 3n-hsw-xl710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
11137   algorithm: "plot_ndrpdr_box_name"
11138   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
11139   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11140   core: ["1t1c", ]
11141   include:
11142     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-{core}-eth-l2patch-ndrpdr"
11143     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-{core}-dot1q-l2xcbase-ndrpdr"
11144     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
11145     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-ndrpdr"
11146     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
11147     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale1mmaclrn-ndrpdr"
11148   layout:
11149     title: "3n-hsw-xl710-64b-{core}-base-scale-dpdk-{test_type}"
11150     layout: "plot-throughput"
11151
11152 - type: "plot"
11153   title: "Throughput: 3n-skx-x710-64b-{core}-l2switching-base-scale-avf-{test_type}"
11154   algorithm: "plot_ndrpdr_box_name"
11155   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-{core}-l2switching-base-scale-avf-{test_type}"
11156   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11157   core: ["2t1c", ]
11158   include:
11159     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11160     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-{core}-avf-eth-l2patch-ndrpdr"
11161     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-{core}-avf-eth-l2xcbase-ndrpdr"
11162     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-ndrpdr"
11163     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale1mmaclrn-ndrpdr"
11164   layout:
11165     title: "3n-skx-x710-64b-{core}-l2switching-base-scale-avf-{test_type}"
11166     layout: "plot-throughput"
11167
11168 - type: "plot"
11169   title: "Throughput: 3n-skx-xxv710-64b-{core}-l2switching-base-avf-{test_type}"
11170   algorithm: "plot_ndrpdr_box_name"
11171   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-l2switching-base-avf-{test_type}"
11172   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11173   core: ["2t1c", ]
11174   include:
11175     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-{core}-avf-dot1q-l2xcbase-ndrpdr"
11176     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11177     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-{core}-avf-eth-l2patch-ndrpdr"
11178     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-{core}-avf-eth-l2xcbase-ndrpdr"
11179     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-ndrpdr"
11180   layout:
11181     title: "3n-skx-xxv710-64b-{core}-l2switching-base-avf-{test_type}"
11182     layout: "plot-throughput"
11183
11184 - type: "plot"
11185   title: "Throughput: 3n-skx-xxv710-64b-{core}-l2switching-base-dpdk-{test_type}"
11186   algorithm: "plot_ndrpdr_box_name"
11187   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-l2switching-base-dpdk-{test_type}"
11188   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11189   core: ["2t1c", ]
11190   include:
11191     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-{core}-dot1q-l2xcbase-ndrpdr"
11192     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
11193     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-ndrpdr"
11194     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
11195   layout:
11196     title: "3n-skx-xxv710-64b-{core}-l2switching-base-dpdk-{test_type}"
11197     layout: "plot-throughput"
11198
11199 - type: "plot"
11200   title: "Throughput: 3n-skx-xxv710-64b-{core}-l2switching-base-scale-avf-{test_type}"
11201   algorithm: "plot_ndrpdr_box_name"
11202   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-l2switching-base-scale-avf-{test_type}"
11203   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11204   core: ["2t1c", ]
11205   include:
11206     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-{core}-avf-eth-l2patch-ndrpdr"
11207     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-{core}-avf-eth-l2xcbase-ndrpdr"
11208     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-ndrpdr"
11209     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale10kmaclrn-ndrpdr"
11210     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale100kmaclrn-ndrpdr"
11211     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale1mmaclrn-ndrpdr"
11212   layout:
11213     title: "3n-skx-xxv710-64b-{core}-l2switching-base-scale-avf-{test_type}"
11214     layout: "plot-throughput"
11215
11216 - type: "plot"
11217   title: "Throughput: 3n-skx-xxv710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
11218   algorithm: "plot_ndrpdr_box_name"
11219   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
11220   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11221   core: ["2t1c", ]
11222   include:
11223     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-{core}-eth-l2patch-ndrpdr"
11224     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
11225     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
11226     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale10kmaclrn-ndrpdr"
11227     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale100kmaclrn-ndrpdr"
11228     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale1mmaclrn-ndrpdr"
11229   layout:
11230     title: "3n-skx-xxv710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
11231     layout: "plot-throughput"
11232
11233 - type: "plot"
11234   title: "Throughput: 3n-skx-xxv710-64b-{core}-features-l2switching-base-avf-{test_type}"
11235   algorithm: "plot_ndrpdr_box_name"
11236   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-features-l2switching-base-avf-{test_type}"
11237   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11238   core: ["2t1c", ]
11239   include:
11240     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-ndrpdr"
11241     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11242     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11243     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11244     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11245     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11246   layout:
11247     title: "3n-skx-xxv710-64b-{core}-features-l2switching-base-avf-{test_type}"
11248     layout: "plot-throughput"
11249
11250 - type: "plot"
11251   title: "Throughput: 3n-skx-xxv710-64b-{core}-features-l2switching-base-dpdk-{test_type}"
11252   algorithm: "plot_ndrpdr_box_name"
11253   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-features-l2switching-base-dpdk-{test_type}"
11254   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11255   core: ["2t1c", ]
11256   include:
11257     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
11258     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11259     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11260     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11261     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11262     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11263   layout:
11264     title: "3n-skx-xxv710-64b-{core}-features-l2switching-base-dpdk-{test_type}"
11265     layout: "plot-throughput"
11266
11267 - type: "plot"
11268   title: "Throughput: 3n-tsh-x520-64b-{core}-l2switching-base-ixgbe-{test_type}"
11269   algorithm: "plot_ndrpdr_box_name"
11270   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-{core}-l2switching-base-ixgbe-{test_type}"
11271   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11272   core: ["1t1c", ]
11273   include:
11274     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-{core}-dot1q-l2xcbase-ndrpdr"
11275     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
11276     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-ndrpdr"
11277     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
11278   layout:
11279     title: "3n-tsh-x520-64b-{core}-l2switching-base-ixgbe-{test_type}"
11280     layout: "plot-throughput"
11281
11282 - type: "plot"
11283   title: "Throughput: 3n-tsh-x520-64b-{core}-l2switching-base-scale-ixgbe-{test_type}"
11284   algorithm: "plot_ndrpdr_box_name"
11285   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-{core}-l2switching-base-scale-ixgbe-{test_type}"
11286   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11287   core: ["1t1c", ]
11288   include:
11289     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-{core}-eth-l2patch-ndrpdr"
11290     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
11291     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
11292     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale10kmaclrn-ndrpdr"
11293     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale100kmaclrn-ndrpdr"
11294     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale1mmaclrn-ndrpdr"
11295   layout:
11296     title: "3n-tsh-x520-64b-{core}-l2switching-base-scale-ixgbe-{test_type}"
11297     layout: "plot-throughput"
11298
11299 - type: "plot"
11300   title: "Throughput: 3n-tsh-x520-64b-{core}-features-l2switching-base-ixgbe-{test_type}"
11301   algorithm: "plot_ndrpdr_box_name"
11302   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-{core}-features-l2switching-base-ixgbe-{test_type}"
11303   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11304   core: ["1t1c", ]
11305   include:
11306     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
11307     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11308     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11309     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11310     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11311     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11312   layout:
11313     title: "3n-tsh-x520-64b-{core}-features-l2switching-base-ixgbe-{test_type}"
11314     layout: "plot-throughput"
11315
11316 - type: "plot"
11317   title: "Throughput: 2n-dnv-x553-64b-{core}-l2switching-base-ixgbe-{test_type}"
11318   algorithm: "plot_ndrpdr_box_name"
11319   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-{core}-l2switching-base-ixgbe-{test_type}"
11320   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11321   core: ["1t1c", ]
11322   include:
11323     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-{core}-dot1q-l2xcbase-ndrpdr"
11324     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
11325     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-ndrpdr"
11326     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
11327   layout:
11328     title: "2n-dnv-x553-64b-{core}-l2switching-base-ixgbe-{test_type}"
11329     layout: "plot-throughput"
11330
11331 - type: "plot"
11332   title: "Throughput: 2n-dnv-x553-64b-{core}-l2switching-base-scale-ixgbe-{test_type}"
11333   algorithm: "plot_ndrpdr_box_name"
11334   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-{core}-l2switching-base-scale-ixgbe-{test_type}"
11335   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11336   core: ["1t1c", ]
11337   include:
11338     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-{core}-eth-l2patch-ndrpdr"
11339     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
11340     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
11341     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale10kmaclrn-ndrpdr"
11342     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale100kmaclrn-ndrpdr"
11343     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale1mmaclrn-ndrpdr"
11344   layout:
11345     title: "2n-dnv-x553-64b-{core}-l2switching-base-scale-ixgbe-{test_type}"
11346     layout: "plot-throughput"
11347
11348 - type: "plot"
11349   title: "Throughput: 3n-dnv-x553-64b-{core}-l2switching-base-ixgbe-{test_type}"
11350   algorithm: "plot_ndrpdr_box_name"
11351   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-{core}-l2switching-base-ixgbe-{test_type}"
11352   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11353   core: ["1t1c", ]
11354   include:
11355     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-{core}-dot1q-l2xcbase-ndrpdr"
11356     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
11357     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-ndrpdr"
11358     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
11359   layout:
11360     title: "3n-dnv-x553-64b-{core}-l2switching-base-ixgbe-{test_type}"
11361     layout: "plot-throughput"
11362
11363 - type: "plot"
11364   title: "Throughput: 3n-dnv-x553-64b-{core}-l2switching-base-scale-ixgbe-{test_type}"
11365   algorithm: "plot_ndrpdr_box_name"
11366   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-{core}-l2switching-base-scale-ixgbe-{test_type}"
11367   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11368   core: ["1t1c", ]
11369   include:
11370     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-{core}-eth-l2patch-ndrpdr"
11371     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
11372     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
11373     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale10kmaclrn-ndrpdr"
11374     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale100kmaclrn-ndrpdr"
11375     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale1mmaclrn-ndrpdr"
11376   layout:
11377     title: "3n-dnv-x553-64b-{core}-l2switching-base-scale-ixgbe-{test_type}"
11378     layout: "plot-throughput"
11379
11380 - type: "plot"
11381   title: "Throughput: 3n-dnv-x553-64b-{core}-features-l2switching-base-ixgbe-{test_type}"
11382   algorithm: "plot_ndrpdr_box_name"
11383   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-{core}-features-l2switching-base-ixgbe-{test_type}"
11384   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11385   core: ["1t1c", ]
11386   include:
11387     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
11388     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11389     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11390     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11391     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11392     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11393   layout:
11394     title: "3n-dnv-x553-64b-{core}-features-l2switching-base-ixgbe-{test_type}"
11395     layout: "plot-throughput"
11396
11397 - type: "plot"
11398   title: "Throughput: 3n-hsw-xl710-78b-{core}-srv6-ip6routing-base-dpdk-{test_type}"
11399   algorithm: "plot_ndrpdr_box_name"
11400   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-{core}-srv6-ip6routing-base-dpdk-{test_type}"
11401   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11402   core: ["1t1c", ]
11403   include:
11404     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-{core}-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11405     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-{core}-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11406     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-{core}-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11407     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-{core}-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11408     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-{core}-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11409     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-{core}-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11410   layout:
11411     title: "3n-hsw-xl710-78b-{core}-srv6-ip6routing-base-dpdk-{test_type}"
11412     layout: "plot-throughput"
11413
11414 - type: "plot"
11415   title: "Throughput: 3n-skx-xxv710-78b-{core}-srv6-ip6routing-base-avf-{test_type}"
11416   algorithm: "plot_ndrpdr_box_name"
11417   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-{core}-srv6-ip6routing-base-avf-{test_type}"
11418   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11419   core: ["2t1c", ]
11420   include:
11421     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-{core}-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11422     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-{core}-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11423     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-{core}-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11424 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-{core}-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11425 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-{core}-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11426 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-{core}-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11427   layout:
11428     title: "3n-skx-xxv710-78b-{core}-srv6-ip6routing-base-avf-{test_type}"
11429     layout: "plot-throughput"
11430
11431 - type: "plot"
11432   title: "Throughput: 3n-skx-xxv710-78b-{core}-srv6-ip6routing-base-dpdk-{test_type}"
11433   algorithm: "plot_ndrpdr_box_name"
11434   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-{core}-srv6-ip6routing-base-dpdk-{test_type}"
11435   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11436   core: ["2t1c", ]
11437   include:
11438     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-{core}-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11439     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-{core}-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11440     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-{core}-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11441     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-{core}-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11442     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-{core}-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11443     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-{core}-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11444   layout:
11445     title: "3n-skx-xxv710-78b-{core}-srv6-ip6routing-base-dpdk-{test_type}"
11446     layout: "plot-throughput"
11447
11448 - type: "plot"
11449   title: "Throughput: 3n-tsh-x520-78b-{core}-srv6-ip6routing-base-ixgbe-{test_type}"
11450   algorithm: "plot_ndrpdr_box_name"
11451   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-{core}-srv6-ip6routing-base-ixgbe-{test_type}"
11452   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11453   core: ["1t1c", ]
11454   include:
11455     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-{core}-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11456     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-{core}-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11457     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-{core}-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11458     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-{core}-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11459     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-{core}-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11460     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-{core}-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11461   layout:
11462     title: "3n-tsh-x520-78b-{core}-srv6-ip6routing-base-ixgbe-{test_type}"
11463     layout: "plot-throughput"
11464
11465 - type: "plot"
11466   title: "Throughput: 2n-skx-xxv710-64b-{core}-vhost-base-avf-{test_type}"
11467   algorithm: "plot_ndrpdr_box_name"
11468   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-vhost-base-avf-{test_type}"
11469   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11470   core: ["2t1c", ]
11471   include:
11472     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11473     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11474     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11475     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11476     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11477   layout:
11478     title: "2n-skx-xxv710-64b-{core}-vhost-base-avf-{test_type}"
11479     layout: "plot-throughput"
11480
11481 - type: "plot"
11482   title: "Throughput: 2n-skx-xxv710-64b-{core}-vhost-base-avf-vpp-{test_type}"
11483   algorithm: "plot_ndrpdr_box_name"
11484   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-vhost-base-avf-vpp-{test_type}"
11485   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11486   core: ["2t1c", ]
11487   include:
11488     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11489     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11490     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11491     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11492     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-{core}-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
11493   layout:
11494     title: "2n-skx-xxv710-64b-{core}-vhost-base-avf-vpp-{test_type}"
11495     layout: "plot-throughput"
11496
11497 - type: "plot"
11498   title: "Throughput: 2n-skx-xxv710-64b-{core}-vhost-base-dpdk-{test_type}"
11499   algorithm: "plot_ndrpdr_box_name"
11500   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-vhost-base-dpdk-{test_type}"
11501   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11502   core: ["2t1c", ]
11503   include:
11504     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11505     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11506     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11507     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11508     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11509   layout:
11510     title: "2n-skx-xxv710-64b-{core}-vhost-base-dpdk-{test_type}"
11511     layout: "plot-throughput"
11512
11513 - type: "plot"
11514   title: "Throughput: 2n-skx-xxv710-64b-{core}-vhost-base-dpdk-vpp-{test_type}"
11515   algorithm: "plot_ndrpdr_box_name"
11516   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-{core}-vhost-base-dpdk-vpp-{test_type}"
11517   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11518   core: ["2t1c", ]
11519   include:
11520     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11521     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11522     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11523     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11524     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
11525   layout:
11526     title: "2n-skx-xxv710-64b-{core}-vhost-base-dpdk-vpp-{test_type}"
11527     layout: "plot-throughput"
11528
11529 - type: "plot"
11530   title: "Throughput: 3n-hsw-xl710-64b-{core}-vhost-base-dpdk-{test_type}"
11531   algorithm: "plot_ndrpdr_box_name"
11532   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-{core}-vhost-base-dpdk-{test_type}"
11533   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11534   core: ["1t1c", ]
11535   include:
11536     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11537     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11538     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11539     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11540     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11541   layout:
11542     title: "3n-hsw-xl710-64b-{core}-vhost-base-dpdk-{test_type}"
11543     layout: "plot-throughput"
11544
11545 - type: "plot"
11546   title: "Throughput: 3n-hsw-xl710-64b-{core}-vhost-base-dpdk-vpp-{test_type}"
11547   algorithm: "plot_ndrpdr_box_name"
11548   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-{core}-vhost-base-dpdk-vpp-{test_type}"
11549   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11550   core: ["1t1c", ]
11551   include:
11552     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11553     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11554     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11555     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11556     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
11557   layout:
11558     title: "3n-hsw-xl710-64b-{core}-vhost-base-dpdk-vpp-{test_type}"
11559     layout: "plot-throughput"
11560
11561 - type: "plot"
11562   title: "Throughput: 3n-skx-x710-64b-{core}-link-bonding-vhost-base-avf-{test_type}"
11563   algorithm: "plot_ndrpdr_box_name"
11564   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-{core}-link-bonding-vhost-base-avf-{test_type}"
11565   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11566   core: ["2t1c", ]
11567   include:
11568     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11569     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11570     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11571     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11572   layout:
11573     title: "3n-skx-x710-64b-{core}-link-bonding-vhost-base-avf-{test_type}"
11574     layout: "plot-throughput"
11575
11576 - type: "plot"
11577   title: "Throughput: 3n-skx-x710-64b-{core}-link-bonding-vhost-base-avf-vpp-{test_type}"
11578   algorithm: "plot_ndrpdr_box_name"
11579   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-{core}-link-bonding-vhost-base-avf-vpp-{test_type}"
11580   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11581   core: ["2t1c", ]
11582   include:
11583     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11584     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11585     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11586     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11587   layout:
11588     title: "3n-skx-x710-64b-{core}-link-bonding-vhost-base-avf-vpp-{test_type}"
11589     layout: "plot-throughput"
11590
11591 - type: "plot"
11592   title: "Throughput: 3n-skx-xxv710-64b-{core}-vhost-base-avf-{test_type}"
11593   algorithm: "plot_ndrpdr_box_name"
11594   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-vhost-base-avf-{test_type}"
11595   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11596   core: ["2t1c", ]
11597   include:
11598     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11599     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11600     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11601     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11602     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11603     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11604   layout:
11605     title: "3n-skx-xxv710-64b-{core}-vhost-base-avf-{test_type}"
11606     layout: "plot-throughput"
11607
11608 - type: "plot"
11609   title: "Throughput: 3n-skx-xxv710-64b-{core}-vhost-base-avf-vpp-{test_type}"
11610   algorithm: "plot_ndrpdr_box_name"
11611   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-vhost-base-avf-vpp-{test_type}"
11612   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11613   core: ["2t1c", ]
11614   include:
11615     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11616     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11617     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11618     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11619     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-{core}-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
11620     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11621   layout:
11622     title: "3n-skx-xxv710-64b-{core}-vhost-base-avf-vpp-{test_type}"
11623     layout: "plot-throughput"
11624
11625 - type: "plot"
11626   title: "Throughput: 3n-skx-xxv710-64b-{core}-vhost-base-dpdk-{test_type}"
11627   algorithm: "plot_ndrpdr_box_name"
11628   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-vhost-base-dpdk-{test_type}"
11629   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11630   core: ["2t1c", ]
11631   include:
11632     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11633     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11634     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11635     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11636     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11637     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11638   layout:
11639     title: "3n-skx-xxv710-64b-{core}-vhost-base-dpdk-{test_type}"
11640     layout: "plot-throughput"
11641
11642 - type: "plot"
11643   title: "Throughput: 3n-skx-xxv710-64b-{core}-vhost-base-dpdk-vpp-{test_type}"
11644   algorithm: "plot_ndrpdr_box_name"
11645   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-vhost-base-dpdk-vpp-{test_type}"
11646   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11647   core: ["2t1c", ]
11648   include:
11649     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11650     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11651     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11652     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11653     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
11654   layout:
11655     title: "3n-skx-xxv710-64b-{core}-vhost-base-dpdk-vpp-{test_type}"
11656     layout: "plot-throughput"
11657
11658 - type: "plot"
11659   title: "Throughput: 3n-skx-xxv710-64b-{core}-link-bonding-vhost-base-avf-{test_type}"
11660   algorithm: "plot_ndrpdr_box_name"
11661   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-link-bonding-vhost-base-avf-{test_type}"
11662   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11663   core: ["2t1c", ]
11664   include:
11665     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11666     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11667   layout:
11668     title: "3n-skx-xxv710-64b-{core}-link-bonding-vhost-base-avf-{test_type}"
11669     layout: "plot-throughput"
11670
11671 - type: "plot"
11672   title: "Throughput: 3n-skx-xxv710-64b-{core}-link-bonding-vhost-base-avf-vpp-{test_type}"
11673   algorithm: "plot_ndrpdr_box_name"
11674   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-link-bonding-vhost-base-avf-vpp-{test_type}"
11675   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11676   core: ["2t1c", ]
11677   include:
11678     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11679     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11680   layout:
11681     title: "3n-skx-xxv710-64b-{core}-link-bonding-vhost-base-avf-vpp-{test_type}"
11682     layout: "plot-throughput"
11683
11684 - type: "plot"
11685   title: "Throughput: 3n-skx-xxv710-64b-{core}-link-bonding-vhost-base-dpdk-{test_type}"
11686   algorithm: "plot_ndrpdr_box_name"
11687   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-link-bonding-vhost-base-dpdk-{test_type}"
11688   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11689   core: ["2t1c", ]
11690   include:
11691     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11692     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11693   layout:
11694     title: "3n-skx-xxv710-64b-{core}-link-bonding-vhost-base-dpdk-{test_type}"
11695     layout: "plot-throughput"
11696
11697 - type: "plot"
11698   title: "Throughput: 3n-skx-xxv710-64b-{core}-link-bonding-vhost-base-dpdk-vpp-{test_type}"
11699   algorithm: "plot_ndrpdr_box_name"
11700   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-{core}-link-bonding-vhost-base-dpdk-vpp-{test_type}"
11701   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11702   core: ["2t1c", ]
11703   include:
11704     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11705     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11706   layout:
11707     title: "3n-skx-xxv710-64b-{core}-link-bonding-vhost-base-dpdk-vpp-{test_type}"
11708     layout: "plot-throughput"
11709
11710 - type: "plot"
11711   title: "Throughput: 3n-tsh-x520-64b-{core}-vhost-base-ixgbe-vppl2xc-{test_type}"
11712   algorithm: "plot_ndrpdr_box_name"
11713   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-{core}-vhost-base-ixgbe-vppl2xc-{test_type}"
11714   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11715   core: ["1t1c", ]
11716   include:
11717     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-{core}-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11718     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11719     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11720     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11721     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11722     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11723   layout:
11724     title: "3n-tsh-x520-64b-{core}-vhost-base-ixgbe-vppl2xc-{test_type}"
11725     layout: "plot-throughput"
11726
11727 - type: "plot"
11728   title: "Throughput: 3n-tsh-x520-64b-{core}-vhost-base-ixgbe-{test_type}"
11729   algorithm: "plot_ndrpdr_box_name"
11730   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-{core}-vhost-base-ixgbe-{test_type}"
11731   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11732   core: ["1t1c", ]
11733   include:
11734     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11735     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11736     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11737     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11738     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11739     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11740   layout:
11741     title: "3n-tsh-x520-64b-{core}-vhost-base-ixgbe-{test_type}"
11742     layout: "plot-throughput"
11743
11744 - type: "plot"
11745   title: "Throughput: 2n-skx-xxv710-114b-{core}-vts-l2switching-base-dpdk-{test_type}"
11746   algorithm: "plot_ndrpdr_box_name"
11747   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-{core}-vts-l2switching-base-dpdk-{test_type}"
11748   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11749   core: ["2t1c", ]
11750   include:
11751     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-{core}-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11752     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-{core}-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11753     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-{core}-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11754     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-{core}-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11755     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-{core}-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11756     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-{core}-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11757   layout:
11758     title: "2n-skx-xxv710-114b-{core}-vts-l2switching-base-[avf,dpdk]-{test_type}"
11759     layout: "plot-throughput"
11760
11761 - type: "plot"
11762   title: "Throughput: 2n-tx2-xl710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
11763   algorithm: "plot_ndrpdr_box_name"
11764   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
11765   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
11766   core: ["1t1c", ]
11767   include:
11768     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-dot1q-ip4base-ndrpdr"
11769     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
11770     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale20K-Ndrpdr.64B-{core}-ethip4-ip4scale20k-ndrpdr"
11771     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale200K-Ndrpdr.64B-{core}-ethip4-ip4scale200k-ndrpdr"
11772     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-ethip4-ip4scale2m-ndrpdr"
11773   layout:
11774     title: "2n-tx2-xl710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
11775     layout: "plot-throughput"
11776
11777 - type: "plot"
11778   title: "Throughput: 2n-tx2-xl710-64b-{core}-features-ip4routing-base-scale-dpdk-{test_type}"
11779   algorithm: "plot_ndrpdr_box_name"
11780   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-{core}-features-ip4routing-base-scale-dpdk-{test_type}"
11781   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
11782   core: ["1t1c", ]
11783   include:
11784     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Iacldstbase-Ndrpdr.64B-{core}-ethip4-ip4base-iacldstbase-ndrpdr"
11785     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11786     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11787     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11788     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11789   layout:
11790     title: "2n-tx2-xl710-64b-{core}-ip4routing-features-base-scale-dpdk-{test_type}"
11791     layout: "plot-throughput"
11792
11793 - type: "plot"
11794   title: "Throughput: 2n-tx2-xl710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
11795   algorithm: "plot_ndrpdr_box_name"
11796   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
11797   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
11798   core: ["1t1c", ]
11799   include:
11800     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-dot1q-ip6base-ndrpdr"
11801     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-{core}-ethip6-ip6base-ndrpdr"
11802     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale20K-Ndrpdr.78B-{core}-ethip6-ip6scale20k-ndrpdr"
11803     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale200K-Ndrpdr.78B-{core}-ethip6-ip6scale200k-ndrpdr"
11804     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-ethip6-ip6scale2m-ndrpdr"
11805     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Iacldstbase-Ndrpdr.78B-{core}-ethip6-ip6base-iacldstbase-ndrpdr"
11806   layout:
11807     title: "2n-tx2-xl710-78b-{core}-ip4routing-base-scale-dpdk-{test_type}"
11808     layout: "plot-throughput"
11809
11810 - type: "plot"
11811   title: "Throughput: 2n-tx2-xl710-64b-{core}-l2switching-base-dpdk-{test_type}"
11812   algorithm: "plot_ndrpdr_box_name"
11813   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-{core}-l2switching-base-dpdk-{test_type}"
11814   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
11815   core: ["1t1c", ]
11816   include:
11817     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-{core}-dot1q-l2xcbase-ndrpdr"
11818     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-ndrpdr"
11819     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-{core}-eth-l2patch-ndrpdr"
11820     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
11821     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
11822   layout:
11823     title: "2n-tx2-xl710-64b-{core}-l2switching-base-dpdk-{test_type}"
11824     layout: "plot-throughput"
11825
11826 - type: "plot"
11827   title: "Throughput: 2n-tx2-xl710-64b-{core}-l2switching-scale-dpdk-{test_type}"
11828   algorithm: "plot_ndrpdr_box_name"
11829   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-{core}-l2switching-scale-dpdk-{test_type}"
11830   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
11831   core: ["1t1c", ]
11832   include:
11833     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
11834     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale10kmaclrn-ndrpdr"
11835     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale100kmaclrn-ndrpdr"
11836     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale1mmaclrn-ndrpdr"
11837   layout:
11838     title: "2n-tx2-xl710-64b-{core}-l2switching-scale-dpdk-{test_type}"
11839     layout: "plot-throughput"
11840
11841 - type: "plot"
11842   title: "Throughput: 2n-tx2-xl710-64b-{core}-features-l2switching-base-dpdk-{test_type}"
11843   algorithm: "plot_ndrpdr_box_name"
11844   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-{core}-features-l2switching-base-dpdk-{test_type}"
11845   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
11846   core: ["1t1c", ]
11847   include:
11848     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11849     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11850     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11851     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11852     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11853   layout:
11854     title: "2n-tx2-xl710-64b-{core}-features-l2switching-base-{test_type}"
11855     layout: "plot-throughput"
11856
11857 ################################################################################
11858
11859 # Packet Speedup
11860
11861 - type: "plot"
11862   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-{test_type}-tsa"
11863   algorithm: "plot_tsa_name"
11864   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-{test_type}-tsa"
11865   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11866   include:
11867     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11868     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11869     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11870     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11871   layout:
11872     title: "2n-skx-xxv710-64b-memif-base-avf-{test_type}"
11873     layout: "plot-throughput-speedup-analysis"
11874
11875 - type: "plot"
11876   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-{test_type}-tsa"
11877   algorithm: "plot_tsa_name"
11878   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-{test_type}-tsa"
11879   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11880   include:
11881     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11882     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11883     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11884     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11885   layout:
11886     title: "2n-skx-xxv710-64b-memif-base-dpdk-{test_type}"
11887     layout: "plot-throughput-speedup-analysis"
11888
11889 - type: "plot"
11890   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-{test_type}-tsa"
11891   algorithm: "plot_tsa_name"
11892   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-{test_type}-tsa"
11893   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11894   include:
11895     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11896     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11897     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11898     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11899     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11900   layout:
11901     title: "3n-skx-xxv710-64b-memif-base-avf-{test_type}"
11902     layout: "plot-throughput-speedup-analysis"
11903
11904 - type: "plot"
11905   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-{test_type}-tsa"
11906   algorithm: "plot_tsa_name"
11907   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-{test_type}-tsa"
11908   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11909   include:
11910     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11911     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11912     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11913     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11914     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11915   layout:
11916     title: "3n-skx-xxv710-64b-memif-base-dpdk-{test_type}"
11917     layout: "plot-throughput-speedup-analysis"
11918
11919 - type: "plot"
11920   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-{test_type}-tsa"
11921   algorithm: "plot_tsa_name"
11922   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-{test_type}-tsa"
11923   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11924   include:
11925     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
11926     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
11927     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
11928     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11929     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
11930     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11931   layout:
11932     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-{test_type}"
11933     layout: "plot-throughput-speedup-analysis"
11934
11935 - type: "plot"
11936   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-{test_type}-tsa"
11937   algorithm: "plot_tsa_name"
11938   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-{test_type}-tsa"
11939   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11940   include:
11941     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
11942     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
11943     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
11944     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11945     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
11946     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11947     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
11948     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11949   layout:
11950     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-{test_type}"
11951     layout: "plot-throughput-speedup-analysis"
11952
11953 - type: "plot"
11954   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-{test_type}-tsa"
11955   algorithm: "plot_tsa_name"
11956   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-{test_type}-tsa"
11957   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11958   include:
11959     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
11960     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11961     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
11962     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
11963     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
11964     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
11965     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
11966     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
11967   layout:
11968     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-{test_type}"
11969     layout: "plot-throughput-speedup-analysis"
11970
11971 - type: "plot"
11972   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-{test_type}-tsa"
11973   algorithm: "plot_tsa_name"
11974   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-{test_type}-tsa"
11975   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11976   include:
11977     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11978     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11979     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11980     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11981     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11982     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11983   layout:
11984     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-{test_type}"
11985     layout: "plot-throughput-speedup-analysis"
11986
11987 - type: "plot"
11988   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-{test_type}-tsa"
11989   algorithm: "plot_tsa_name"
11990   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-{test_type}-tsa"
11991   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11992   include:
11993     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11994     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11995     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11996     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11997     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11998   layout:
11999     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-{test_type}"
12000     layout: "plot-throughput-speedup-analysis"
12001
12002 - type: "plot"
12003   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-{test_type}-tsa"
12004   algorithm: "plot_tsa_name"
12005   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-{test_type}-tsa"
12006   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12007   include:
12008     - "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"
12009     - "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"
12010     - "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"
12011     - "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"
12012     - "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"
12013   layout:
12014     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-{test_type}"
12015     layout: "plot-throughput-speedup-analysis"
12016
12017 - type: "plot"
12018   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}-tsa"
12019   algorithm: "plot_tsa_name"
12020   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}-tsa"
12021   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12022   include:
12023     - "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"
12024     - "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"
12025     - "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"
12026     - "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"
12027     - "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"
12028     - "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"
12029     - "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"
12030     - "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"
12031     - "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"
12032     - "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"
12033   layout:
12034     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}"
12035     layout: "plot-throughput-speedup-analysis-cps"
12036
12037 - type: "plot"
12038   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}-tsa"
12039   algorithm: "plot_tsa_name"
12040   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}-tsa"
12041   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12042   include:
12043     - "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"
12044     - "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"
12045     - "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"
12046     - "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"
12047     - "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"
12048     - "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"
12049     - "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"
12050     - "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"
12051     - "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"
12052     - "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"
12053   layout:
12054     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}"
12055     layout: "plot-throughput-speedup-analysis"
12056
12057 - type: "plot"
12058   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}-tsa"
12059   algorithm: "plot_tsa_name"
12060   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}-tsa"
12061   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12062   include:
12063     - "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"
12064     - "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"
12065     - "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"
12066     - "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"
12067     - "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"
12068     - "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"
12069     - "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"
12070     - "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"
12071     - "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"
12072     - "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"
12073   layout:
12074     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}"
12075     layout: "plot-throughput-speedup-analysis-cps"
12076
12077 - type: "plot"
12078   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}-tsa"
12079   algorithm: "plot_tsa_name"
12080   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}-tsa"
12081   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12082   include:
12083     - "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"
12084     - "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"
12085     - "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"
12086     - "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"
12087     - "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"
12088     - "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"
12089     - "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"
12090     - "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"
12091     - "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"
12092     - "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"
12093   layout:
12094     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}"
12095     layout: "plot-throughput-speedup-analysis"
12096
12097 - type: "plot"
12098   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-{test_type}-tsa"
12099   algorithm: "plot_tsa_name"
12100   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-{test_type}-tsa"
12101   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12102   include:
12103     - "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"
12104     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
12105     - "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"
12106     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
12107     - "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"
12108     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
12109     - "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"
12110     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
12111     - "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"
12112     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
12113   layout:
12114     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-{test_type}"
12115     layout: "plot-throughput-speedup-analysis"
12116
12117 - type: "plot"
12118   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-{test_type}-tsa"
12119   algorithm: "plot_tsa_name"
12120   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-{test_type}-tsa"
12121   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12122   include:
12123     - "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"
12124     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
12125     - "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"
12126     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
12127     - "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"
12128     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
12129     - "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"
12130     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
12131     - "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"
12132     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
12133   layout:
12134     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-{test_type}"
12135     layout: "plot-throughput-speedup-analysis"
12136
12137 - type: "plot"
12138   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-tput2-avf-{test_type}-tsa"
12139   algorithm: "plot_tsa_name"
12140   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-tput2-avf-{test_type}-tsa"
12141   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12142   include:
12143     - "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"
12144     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
12145     - "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"
12146     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
12147     - "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"
12148     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
12149     - "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"
12150     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
12151     - "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"
12152     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
12153   layout:
12154     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-{test_type}"
12155     layout: "plot-throughput-speedup-analysis"
12156
12157 - type: "plot"
12158   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-tput2-avf-{test_type}-tsa"
12159   algorithm: "plot_tsa_name"
12160   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-tput2-avf-{test_type}-tsa"
12161   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12162   include:
12163     - "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"
12164     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
12165     - "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"
12166     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
12167     - "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"
12168     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
12169     - "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"
12170     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
12171     - "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"
12172     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
12173   layout:
12174     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-{test_type}"
12175     layout: "plot-throughput-speedup-analysis"
12176
12177 - type: "plot"
12178   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-{test_type}-tsa"
12179   algorithm: "plot_tsa_name"
12180   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-{test_type}-tsa"
12181   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12182   include:
12183     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12184     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12185     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12186     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12187     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12188     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
12189   layout:
12190     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-{test_type}"
12191     layout: "plot-throughput-speedup-analysis"
12192
12193 - type: "plot"
12194   title: "Speedup: 2n-skx-xxv710-64b-ethip4--ethip4udpgeneve-avf-{test_type}-tsa"
12195   algorithm: "plot_tsa_name"
12196   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ethip4--ethip4udpgeneve-avf-{test_type}-tsa"
12197   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12198   include:
12199     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
12200     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
12201     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
12202     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
12203     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
12204   layout:
12205     title: "2n-skx-xxv710-64b-ethip4--ethip4udpgeneve-avf-{test_type}"
12206     layout: "plot-throughput-speedup-analysis"
12207
12208 - type: "plot"
12209   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-{test_type}-tsa"
12210   algorithm: "plot_tsa_name"
12211   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-{test_type}-tsa"
12212   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12213   include:
12214     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12215     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12216     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12217     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
12218   layout:
12219     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-{test_type}"
12220     layout: "plot-throughput-speedup-analysis"
12221
12222 - type: "plot"
12223   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-{test_type}-tsa"
12224   algorithm: "plot_tsa_name"
12225   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-{test_type}-tsa"
12226   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12227   include:
12228     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
12229     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12230     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
12231 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12232 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12233   layout:
12234     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-{test_type}"
12235     layout: "plot-throughput-speedup-analysis"
12236
12237 - type: "plot"
12238   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-{test_type}-tsa"
12239   algorithm: "plot_tsa_name"
12240   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-{test_type}-tsa"
12241   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12242   include:
12243     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
12244     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
12245     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
12246     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
12247     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
12248   layout:
12249     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-{test_type}"
12250     layout: "plot-throughput-speedup-analysis"
12251
12252 - type: "plot"
12253   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-{test_type}-tsa"
12254   algorithm: "plot_tsa_name"
12255   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-{test_type}-tsa"
12256   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12257   include:
12258     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12259     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12260     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12261     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12262     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12263   layout:
12264     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-{test_type}"
12265     layout: "plot-throughput-speedup-analysis"
12266
12267 - type: "plot"
12268   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-{test_type}-tsa"
12269   algorithm: "plot_tsa_name"
12270   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-{test_type}-tsa"
12271   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12272   include:
12273     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12274     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12275     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12276     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12277   layout:
12278     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-{test_type}"
12279     layout: "plot-throughput-speedup-analysis"
12280
12281 - type: "plot"
12282   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-{test_type}-tsa"
12283   algorithm: "plot_tsa_name"
12284   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-{test_type}-tsa"
12285   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12286   include:
12287     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12288     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12289     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12290     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12291     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12292   layout:
12293     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-{test_type}"
12294     layout: "plot-throughput-speedup-analysis"
12295
12296 - type: "plot"
12297   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-{test_type}-tsa"
12298   algorithm: "plot_tsa_name"
12299   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-{test_type}-tsa"
12300   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12301   include:
12302     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12303     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12304   layout:
12305     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-{test_type}"
12306     layout: "plot-throughput-speedup-analysis"
12307
12308 - type: "plot"
12309   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-{test_type}-tsa"
12310   algorithm: "plot_tsa_name"
12311   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-{test_type}-tsa"
12312   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12313   include:
12314     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12315     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12316     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12317     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12318   layout:
12319     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-{test_type}"
12320     layout: "plot-throughput-speedup-analysis"
12321
12322 - type: "plot"
12323   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-{test_type}-tsa"
12324   algorithm: "plot_tsa_name"
12325   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-{test_type}-tsa"
12326   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12327   include:
12328     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12329     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12330     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12331     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12332   layout:
12333     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-{test_type}"
12334     layout: "plot-throughput-speedup-analysis"
12335
12336 - type: "plot"
12337   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-{test_type}-tsa"
12338   algorithm: "plot_tsa_name"
12339   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-{test_type}-tsa"
12340   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12341   include:
12342     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
12343     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
12344     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
12345     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
12346     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12347     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12348     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12349   layout:
12350     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-{test_type}"
12351     layout: "plot-throughput-speedup-analysis"
12352
12353 - type: "plot"
12354   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-{test_type}-tsa"
12355   algorithm: "plot_tsa_name"
12356   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-{test_type}-tsa"
12357   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12358   include:
12359     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12360     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12361     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12362     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-rnd-ndrpdr"
12363     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12364     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-rnd-ndrpdr"
12365     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12366     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
12367   layout:
12368     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-{test_type}"
12369     layout: "plot-throughput-speedup-analysis"
12370
12371 - type: "plot"
12372   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-{test_type}-tsa"
12373   algorithm: "plot_tsa_name"
12374   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-{test_type}-tsa"
12375   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12376   include:
12377     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
12378     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
12379     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
12380     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
12381     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
12382     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
12383     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
12384     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
12385   layout:
12386     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-{test_type}"
12387     layout: "plot-throughput-speedup-analysis"
12388
12389 - type: "plot"
12390   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-{test_type}-tsa"
12391   algorithm: "plot_tsa_name"
12392   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-{test_type}-tsa"
12393   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12394   include:
12395     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12396     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12397     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12398     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
12399   layout:
12400     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-{test_type}"
12401     layout: "plot-throughput-speedup-analysis"
12402
12403 - type: "plot"
12404   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-{test_type}-tsa"
12405   algorithm: "plot_tsa_name"
12406   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-{test_type}-tsa"
12407   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12408   include:
12409     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
12410     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
12411     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
12412   layout:
12413     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-{test_type}"
12414     layout: "plot-throughput-speedup-analysis"
12415
12416 - type: "plot"
12417   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-{test_type}-tsa"
12418   algorithm: "plot_tsa_name"
12419   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-{test_type}-tsa"
12420   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12421   include:
12422     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
12423     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
12424     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
12425     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
12426     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
12427   layout:
12428     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-{test_type}"
12429     layout: "plot-throughput-speedup-analysis"
12430
12431 - type: "plot"
12432   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-{test_type}-tsa"
12433   algorithm: "plot_tsa_name"
12434   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-{test_type}-tsa"
12435   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12436   include:
12437     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
12438     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
12439     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
12440     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
12441     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
12442   layout:
12443     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-{test_type}"
12444     layout: "plot-throughput-speedup-analysis"
12445
12446 - type: "plot"
12447   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-{test_type}-tsa"
12448   algorithm: "plot_tsa_name"
12449   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-{test_type}-tsa"
12450   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12451   include:
12452     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12453     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12454     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12455     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12456     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12457     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12458   layout:
12459     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-{test_type}"
12460     layout: "plot-throughput-speedup-analysis"
12461
12462 - type: "plot"
12463   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-{test_type}-tsa"
12464   algorithm: "plot_tsa_name"
12465   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-{test_type}-tsa"
12466   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12467   include:
12468     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12469     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12470     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12471     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12472   layout:
12473     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-{test_type}"
12474     layout: "plot-throughput-speedup-analysis"
12475
12476 - type: "plot"
12477   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-{test_type}-tsa"
12478   algorithm: "plot_tsa_name"
12479   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-{test_type}-tsa"
12480   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12481   include:
12482     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12483     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12484     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12485     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12486     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12487     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12488   layout:
12489     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-{test_type}"
12490     layout: "plot-throughput-speedup-analysis"
12491
12492 - type: "plot"
12493   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-{test_type}-tsa"
12494   algorithm: "plot_tsa_name"
12495   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-{test_type}-tsa"
12496   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12497   include:
12498     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12499     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12500     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12501     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12502     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12503     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12504   layout:
12505     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-{test_type}"
12506     layout: "plot-throughput-speedup-analysis"
12507
12508 - type: "plot"
12509   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-{test_type}-tsa"
12510   algorithm: "plot_tsa_name"
12511   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-{test_type}-tsa"
12512   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12513   include:
12514     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
12515     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12516     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
12517     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
12518     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12519     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
12520   layout:
12521     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-{test_type}"
12522     layout: "plot-throughput-speedup-analysis"
12523
12524 - type: "plot"
12525   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-{test_type}-tsa"
12526   algorithm: "plot_tsa_name"
12527   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-{test_type}-tsa"
12528   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12529   include:
12530     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
12531     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12532     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
12533     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
12534     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
12535   layout:
12536     title: "2n-skx-xxv710-64b-l2switching-base-avf-{test_type}"
12537     layout: "plot-throughput-speedup-analysis"
12538
12539 - type: "plot"
12540   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-{test_type}-tsa"
12541   algorithm: "plot_tsa_name"
12542   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-{test_type}-tsa"
12543   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12544   include:
12545     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
12546     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
12547     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
12548     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
12549     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12550   layout:
12551     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-{test_type}"
12552     layout: "plot-throughput-speedup-analysis"
12553
12554 - type: "plot"
12555   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-{test_type}-tsa"
12556   algorithm: "plot_tsa_name"
12557   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-{test_type}-tsa"
12558   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12559   include:
12560     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
12561     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12562     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12563     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12564   layout:
12565     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-{test_type}"
12566     layout: "plot-throughput-speedup-analysis"
12567
12568 - type: "plot"
12569   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-{test_type}-tsa"
12570   algorithm: "plot_tsa_name"
12571   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-{test_type}-tsa"
12572   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12573   include:
12574     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12575     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
12576     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
12577     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
12578   layout:
12579     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-{test_type}"
12580     layout: "plot-throughput-speedup-analysis"
12581
12582 - type: "plot"
12583   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-{test_type}-tsa"
12584   algorithm: "plot_tsa_name"
12585   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-{test_type}-tsa"
12586   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12587   include:
12588     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
12589     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
12590     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
12591     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
12592     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12593     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
12594   layout:
12595     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-{test_type}"
12596     layout: "plot-throughput-speedup-analysis"
12597
12598 - type: "plot"
12599   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-{test_type}-tsa"
12600   algorithm: "plot_tsa_name"
12601   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-{test_type}-tsa"
12602   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12603   include:
12604     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12605     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
12606     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
12607     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
12608     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12609   layout:
12610     title: "3n-skx-x710-64b-l2switching-base-scale-avf-{test_type}"
12611     layout: "plot-throughput-speedup-analysis"
12612
12613 - type: "plot"
12614   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-{test_type}-tsa"
12615   algorithm: "plot_tsa_name"
12616   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-{test_type}-tsa"
12617   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12618   include:
12619     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
12620     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12621     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
12622     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
12623     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
12624   layout:
12625     title: "3n-skx-xxv710-64b-l2switching-base-avf-{test_type}"
12626     layout: "plot-throughput-speedup-analysis"
12627
12628 - type: "plot"
12629   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-{test_type}-tsa"
12630   algorithm: "plot_tsa_name"
12631   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-{test_type}-tsa"
12632   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12633   include:
12634     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
12635     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
12636     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
12637     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12638   layout:
12639     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-{test_type}"
12640     layout: "plot-throughput-speedup-analysis"
12641
12642 - type: "plot"
12643   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-{test_type}-tsa"
12644   algorithm: "plot_tsa_name"
12645   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-{test_type}-tsa"
12646   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12647   include:
12648     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
12649     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
12650     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
12651     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12652     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12653     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12654   layout:
12655     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-{test_type}"
12656     layout: "plot-throughput-speedup-analysis"
12657
12658 - type: "plot"
12659   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-{test_type}-tsa"
12660   algorithm: "plot_tsa_name"
12661   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-{test_type}-tsa"
12662   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12663   include:
12664     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
12665     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
12666     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
12667     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
12668     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
12669     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
12670   layout:
12671     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-{test_type}"
12672     layout: "plot-throughput-speedup-analysis"
12673
12674 - type: "plot"
12675   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-{test_type}-tsa"
12676   algorithm: "plot_tsa_name"
12677   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-{test_type}-tsa"
12678   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12679   include:
12680     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
12681     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12682     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12683     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12684     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12685     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12686   layout:
12687     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-{test_type}"
12688     layout: "plot-throughput-speedup-analysis"
12689
12690 - type: "plot"
12691   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-{test_type}-tsa"
12692   algorithm: "plot_tsa_name"
12693   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-{test_type}-tsa"
12694   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12695   include:
12696     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12697     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12698     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12699     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12700     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12701     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12702   layout:
12703     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-{test_type}"
12704     layout: "plot-throughput-speedup-analysis"
12705
12706 - type: "plot"
12707   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-{test_type}-tsa"
12708   algorithm: "plot_tsa_name"
12709   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-{test_type}-tsa"
12710   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12711   include:
12712     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12713     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12714     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12715     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12716     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12717     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12718   layout:
12719     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-{test_type}"
12720     layout: "plot-throughput-speedup-analysis"
12721
12722 - type: "plot"
12723   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-{test_type}-tsa"
12724   algorithm: "plot_tsa_name"
12725   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-{test_type}-tsa"
12726   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12727   include:
12728     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12729     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12730     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12731     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12732     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12733   layout:
12734     title: "2n-skx-xxv710-64b-vhost-base-avf-{test_type}"
12735     layout: "plot-throughput-speedup-analysis"
12736
12737 - type: "plot"
12738   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-{test_type}-tsa"
12739   algorithm: "plot_tsa_name"
12740   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-{test_type}-tsa"
12741   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12742   include:
12743     - "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"
12744     - "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"
12745     - "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"
12746     - "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"
12747     - "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"
12748   layout:
12749     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-{test_type}"
12750     layout: "plot-throughput-speedup-analysis"
12751
12752 - type: "plot"
12753   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-{test_type}-tsa"
12754   algorithm: "plot_tsa_name"
12755   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-{test_type}-tsa"
12756   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12757   include:
12758     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12759     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12760     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12761     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12762     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12763   layout:
12764     title: "2n-skx-xxv710-64b-vhost-base-dpdk-{test_type}"
12765     layout: "plot-throughput-speedup-analysis"
12766
12767 - type: "plot"
12768   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-{test_type}-tsa"
12769   algorithm: "plot_tsa_name"
12770   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-{test_type}-tsa"
12771   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12772   include:
12773     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12774     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12775     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12776     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12777     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12778   layout:
12779     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-{test_type}"
12780     layout: "plot-throughput-speedup-analysis"
12781
12782 - type: "plot"
12783   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-{test_type}-tsa"
12784   algorithm: "plot_tsa_name"
12785   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-{test_type}-tsa"
12786   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12787   include:
12788     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12789     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12790     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12791     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12792     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12793   layout:
12794     title: "3n-hsw-xl710-64b-vhost-base-dpdk-{test_type}"
12795     layout: "plot-throughput-speedup-analysis"
12796
12797 - type: "plot"
12798   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-{test_type}-tsa"
12799   algorithm: "plot_tsa_name"
12800   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-{test_type}-tsa"
12801   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12802   include:
12803     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12804     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12805     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12806     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12807     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12808   layout:
12809     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-{test_type}"
12810     layout: "plot-throughput-speedup-analysis"
12811
12812 - type: "plot"
12813   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-{test_type}-tsa"
12814   algorithm: "plot_tsa_name"
12815   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-{test_type}-tsa"
12816   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12817   include:
12818     - "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"
12819     - "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"
12820     - "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"
12821     - "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"
12822   layout:
12823     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-{test_type}"
12824     layout: "plot-throughput-speedup-analysis"
12825
12826 - type: "plot"
12827   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-{test_type}-tsa"
12828   algorithm: "plot_tsa_name"
12829   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-{test_type}-tsa"
12830   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12831   include:
12832     - "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"
12833     - "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"
12834     - "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"
12835     - "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"
12836   layout:
12837     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-{test_type}"
12838     layout: "plot-throughput-speedup-analysis"
12839
12840 - type: "plot"
12841   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-{test_type}-tsa"
12842   algorithm: "plot_tsa_name"
12843   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-{test_type}-tsa"
12844   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12845   include:
12846     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12847     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12848     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12849     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12850     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12851     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12852   layout:
12853     title: "3n-skx-xxv710-64b-vhost-base-avf-{test_type}"
12854     layout: "plot-throughput-speedup-analysis"
12855
12856 - type: "plot"
12857   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-{test_type}-tsa"
12858   algorithm: "plot_tsa_name"
12859   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-{test_type}-tsa"
12860   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12861   include:
12862     - "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"
12863     - "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"
12864     - "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"
12865     - "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"
12866     - "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"
12867     - "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"
12868   layout:
12869     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-{test_type}"
12870     layout: "plot-throughput-speedup-analysis"
12871
12872 - type: "plot"
12873   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-{test_type}-tsa"
12874   algorithm: "plot_tsa_name"
12875   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-{test_type}-tsa"
12876   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12877   include:
12878     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12879     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12880     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12881     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12882     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12883     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12884   layout:
12885     title: "3n-skx-xxv710-64b-vhost-base-dpdk-{test_type}"
12886     layout: "plot-throughput-speedup-analysis"
12887
12888 - type: "plot"
12889   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-{test_type}-tsa"
12890   algorithm: "plot_tsa_name"
12891   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-{test_type}-tsa"
12892   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12893   include:
12894     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12895     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12896     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12897     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12898     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12899   layout:
12900     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-{test_type}"
12901     layout: "plot-throughput-speedup-analysis"
12902
12903 - type: "plot"
12904   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-{test_type}-tsa"
12905   algorithm: "plot_tsa_name"
12906   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-{test_type}-tsa"
12907   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12908   include:
12909     - "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"
12910     - "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"
12911   layout:
12912     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-{test_type}"
12913     layout: "plot-throughput-speedup-analysis"
12914
12915 - type: "plot"
12916   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-{test_type}-tsa"
12917   algorithm: "plot_tsa_name"
12918   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-{test_type}-tsa"
12919   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12920   include:
12921     - "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"
12922     - "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"
12923   layout:
12924     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-{test_type}"
12925     layout: "plot-throughput-speedup-analysis"
12926
12927 - type: "plot"
12928   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-{test_type}-tsa"
12929   algorithm: "plot_tsa_name"
12930   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-{test_type}-tsa"
12931   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12932   include:
12933     - "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"
12934     - "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"
12935     - "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"
12936     - "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"
12937     - "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"
12938     - "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"
12939   layout:
12940     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-{test_type}"
12941     layout: "plot-throughput-speedup-analysis"
12942
12943 - type: "plot"
12944   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-{test_type}-tsa"
12945   algorithm: "plot_tsa_name"
12946   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-{test_type}-tsa"
12947   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12948   include:
12949     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12950     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12951     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12952     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12953     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12954   layout:
12955     title: "3n-tsh-x520-64b-memif-base-ixgbe-{test_type}"
12956     layout: "plot-throughput-speedup-analysis"
12957
12958 - type: "plot"
12959   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-{test_type}-tsa"
12960   algorithm: "plot_tsa_name"
12961   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-{test_type}-tsa"
12962   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12963   include:
12964     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
12965     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
12966     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
12967     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
12968     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
12969   layout:
12970     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-{test_type}"
12971     layout: "plot-throughput-speedup-analysis"
12972
12973 - type: "plot"
12974   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-{test_type}-tsa"
12975   algorithm: "plot_tsa_name"
12976   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-{test_type}-tsa"
12977   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12978   include:
12979     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12980     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12981     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12982     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12983   layout:
12984     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-{test_type}"
12985     layout: "plot-throughput-speedup-analysis"
12986
12987 - type: "plot"
12988   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-{test_type}-tsa"
12989   algorithm: "plot_tsa_name"
12990   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-{test_type}-tsa"
12991   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12992   include:
12993     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
12994     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12995     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12996     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12997   layout:
12998     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-{test_type}"
12999     layout: "plot-throughput-speedup-analysis"
13000
13001 - type: "plot"
13002   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-{test_type}-tsa"
13003   algorithm: "plot_tsa_name"
13004   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-{test_type}-tsa"
13005   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13006   include:
13007     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13008     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13009     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13010     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13011     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13012   layout:
13013     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-{test_type}"
13014     layout: "plot-throughput-speedup-analysis"
13015
13016 - type: "plot"
13017   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-{test_type}-tsa"
13018   algorithm: "plot_tsa_name"
13019   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-{test_type}-tsa"
13020   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13021   include:
13022     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13023     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13024     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13025     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13026     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13027     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13028   layout:
13029     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-{test_type}"
13030     layout: "plot-throughput-speedup-analysis"
13031
13032 - type: "plot"
13033   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-{test_type}-tsa"
13034   algorithm: "plot_tsa_name"
13035   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-{test_type}-tsa"
13036   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13037   include:
13038     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13039     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13040     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13041     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13042   layout:
13043     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-{test_type}"
13044     layout: "plot-throughput-speedup-analysis"
13045
13046 - type: "plot"
13047   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-{test_type}-tsa"
13048   algorithm: "plot_tsa_name"
13049   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-{test_type}-tsa"
13050   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13051   include:
13052     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13053     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13054     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13055     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13056     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13057     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13058   layout:
13059     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-{test_type}"
13060     layout: "plot-throughput-speedup-analysis"
13061
13062 - type: "plot"
13063   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-{test_type}-tsa"
13064   algorithm: "plot_tsa_name"
13065   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-{test_type}-tsa"
13066   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13067   include:
13068     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13069     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13070     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13071     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13072     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13073     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13074   layout:
13075     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-{test_type}"
13076     layout: "plot-throughput-speedup-analysis"
13077
13078 - type: "plot"
13079   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-{test_type}-tsa"
13080   algorithm: "plot_tsa_name"
13081   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-{test_type}-tsa"
13082   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13083   include:
13084     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13085     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13086     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13087     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13088     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13089     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13090   layout:
13091     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-{test_type}"
13092     layout: "plot-throughput-speedup-analysis"
13093
13094 - type: "plot"
13095   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-{test_type}-tsa"
13096   algorithm: "plot_tsa_name"
13097   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-{test_type}-tsa"
13098   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13099   include:
13100     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13101     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13102     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13103     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13104     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13105     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13106   layout:
13107     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-{test_type}"
13108     layout: "plot-throughput-speedup-analysis"
13109
13110 - type: "plot"
13111   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-{test_type}-tsa"
13112   algorithm: "plot_tsa_name"
13113   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-{test_type}-tsa"
13114   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13115   include:
13116     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13117     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13118     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13119     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13120     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13121     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13122   layout:
13123     title: "3n-tsh-x520-64b-vhost-base-ixgbe-{test_type}"
13124     layout: "plot-throughput-speedup-analysis"
13125
13126 #- type: "plot"
13127 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-{test_type}-tsa"
13128 #  algorithm: "plot_tsa_name"
13129 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-{test_type}-tsa"
13130 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13131 #  test-type: ["ndr", "pdr"]
13132 #  include:
13133 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13134 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13135 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13136 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13137 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13138 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13139 #  layout:
13140 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-{test_type}"
13141 #    layout: "plot-throughput-speedup-analysis"
13142
13143 - type: "plot"
13144   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-{test_type}-tsa"
13145   algorithm: "plot_tsa_name"
13146   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-{test_type}-tsa"
13147   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13148   include:
13149     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13150     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13151     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13152     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13153     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13154     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13155   layout:
13156     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-{test_type}"
13157     layout: "plot-throughput-speedup-analysis"
13158
13159 - type: "plot"
13160   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-{test_type}-tsa"
13161   algorithm: "plot_tsa_name"
13162   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-{test_type}-tsa"
13163   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13164   include:
13165     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13166     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13167     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13168     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13169     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13170     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13171   layout:
13172     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-{test_type}"
13173     layout: "plot-throughput-speedup-analysis"
13174
13175 - type: "plot"
13176   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-{test_type}-tsa"
13177   algorithm: "plot_tsa_name"
13178   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-{test_type}-tsa"
13179   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13180   include:
13181     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13182     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13183     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13184     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13185     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13186   layout:
13187     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-{test_type}"
13188     layout: "plot-throughput-speedup-analysis"
13189
13190 - type: "plot"
13191   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-{test_type}-tsa"
13192   algorithm: "plot_tsa_name"
13193   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-{test_type}-tsa"
13194   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13195   include:
13196     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13197     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13198     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13199     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13200   layout:
13201     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-{test_type}"
13202     layout: "plot-throughput-speedup-analysis"
13203
13204 - type: "plot"
13205   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-{test_type}-tsa"
13206   algorithm: "plot_tsa_name"
13207   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-{test_type}-tsa"
13208   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13209   include:
13210     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13211     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13212     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13213     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13214     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13215     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13216   layout:
13217     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-{test_type}"
13218     layout: "plot-throughput-speedup-analysis"
13219
13220 - type: "plot"
13221   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-{test_type}-tsa"
13222   algorithm: "plot_tsa_name"
13223   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-{test_type}-tsa"
13224   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13225   include:
13226     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13227     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13228     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13229     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13230     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13231     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13232   layout:
13233     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-{test_type}"
13234     layout: "plot-throughput-speedup-analysis"
13235
13236 - type: "plot"
13237   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-{test_type}-tsa"
13238   algorithm: "plot_tsa_name"
13239   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-{test_type}-tsa"
13240   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13241   include:
13242     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13243     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13244     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13245     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13246     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13247   layout:
13248     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-{test_type}"
13249     layout: "plot-throughput-speedup-analysis"
13250
13251 - type: "plot"
13252   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-{test_type}-tsa"
13253   algorithm: "plot_tsa_name"
13254   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-{test_type}-tsa"
13255   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13256   include:
13257     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
13258     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13259     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13260     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13261   layout:
13262     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-{test_type}"
13263     layout: "plot-throughput-speedup-analysis"
13264
13265 - type: "plot"
13266   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-{test_type}-tsa"
13267   algorithm: "plot_tsa_name"
13268   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-{test_type}-tsa"
13269   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13270   include:
13271     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13272     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13273     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13274     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13275     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13276   layout:
13277     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-{test_type}"
13278     layout: "plot-throughput-speedup-analysis"
13279
13280 - type: "plot"
13281   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-{test_type}-tsa"
13282   algorithm: "plot_tsa_name"
13283   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-{test_type}-tsa"
13284   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13285   include:
13286     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13287     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13288     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13289     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13290     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13291     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13292   layout:
13293     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-{test_type}"
13294     layout: "plot-throughput-speedup-analysis"
13295
13296 - type: "plot"
13297   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-{test_type}-tsa"
13298   algorithm: "plot_tsa_name"
13299   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-{test_type}-tsa"
13300   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13301   include:
13302     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13303     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13304     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13305     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13306   layout:
13307     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-{test_type}"
13308     layout: "plot-throughput-speedup-analysis"
13309
13310 - type: "plot"
13311   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-{test_type}-tsa"
13312   algorithm: "plot_tsa_name"
13313   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-{test_type}-tsa"
13314   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13315   include:
13316     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13317     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13318     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13319     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13320     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13321     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13322   layout:
13323     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-{test_type}"
13324     layout: "plot-throughput-speedup-analysis"
13325
13326 - type: "plot"
13327   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-{test_type}-tsa"
13328   algorithm: "plot_tsa_name"
13329   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-{test_type}-tsa"
13330   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13331   include:
13332     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13333     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13334     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13335     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13336     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13337     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13338   layout:
13339     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-{test_type}"
13340     layout: "plot-throughput-speedup-analysis"
13341
13342 #- type: "plot"
13343 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-{test_type}-tsa"
13344 #  algorithm: "plot_tsa_name"
13345 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-{test_type}-tsa"
13346 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13347 #  test-type: ["ndr", "pdr"]
13348 #  include:
13349 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13350 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13351 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13352 #  layout:
13353 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-{test_type}"
13354 #    layout: "plot-throughput-speedup-analysis"
13355
13356 - type: "plot"
13357   title: "Speedup: 2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-{test_type}-tsa"
13358   algorithm: "plot_tsa_name"
13359   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-{test_type}-tsa"
13360   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
13361   include:
13362     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13363     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13364     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13365     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13366     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13367   layout:
13368     title: "2n-tx2-xl710-64b-ip4routing-base-scale-dpdk-{test_type}"
13369     layout: "plot-throughput-speedup-analysis"
13370
13371 - type: "plot"
13372   title: "Speedup: 2n-tx2-xl710-64b-features-ip4routing-base-scale-dpdk-{test_type}-tsa"
13373   algorithm: "plot_tsa_name"
13374   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-features-ip4routing-base-scale-dpdk-{test_type}-tsa"
13375   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
13376   include:
13377     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4-Ip4Base-Iacldstbase-Ndrpdr.64B-.t.c-ethip4-ip4base-iacldstbase-ndrpdr"
13378     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13379     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13380     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13381     - "Tests.Vpp.Perf.Ip4.2N1L-40Ge2P1Xl710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13382   layout:
13383     title: "2n-tx2-xl710-64b-ip4routing-features-base-scale-dpdk-{test_type}"
13384     layout: "plot-throughput-speedup-analysis"
13385
13386 - type: "plot"
13387   title: "Speedup: 2n-tx2-xl710-78b-ip6routing-base-scale-dpdk-{test_type}-tsa"
13388   algorithm: "plot_tsa_name"
13389   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-78b-ip6routing-base-scale-dpdk-{test_type}-tsa"
13390   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
13391   include:
13392     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
13393     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
13394     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
13395     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
13396     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
13397     - "Tests.Vpp.Perf.Ip6.2N1L-40Ge2P1Xl710-Ethip6-Ip6Base-Iacldstbase-Ndrpdr.78B-.t.c-ethip6-ip6base-iacldstbase-ndrpdr"
13398   layout:
13399     title: "2n-tx2-xl710-78b-ip6routing-base-scale-dpdk-{test_type}"
13400     layout: "plot-throughput-speedup-analysis"
13401
13402 - type: "plot"
13403   title: "Speedup: 2n-tx2-xl710-64b-l2switching-base-dpdk-{test_type}-tsa"
13404   algorithm: "plot_tsa_name"
13405   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-l2switching-base-dpdk-{test_type}-tsa"
13406   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
13407   include:
13408     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
13409     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
13410     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
13411     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
13412     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13413   layout:
13414     title: "2n-tx2-xl710-64b-l2switching-base-dpdk-{test_type}"
13415     layout: "plot-throughput-speedup-analysis"
13416
13417 - type: "plot"
13418   title: "Speedup: 2n-tx2-xl710-64b-l2switching-scale-dpdk-{test_type}-tsa"
13419   algorithm: "plot_tsa_name"
13420   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-l2switching-scale-dpdk-{test_type}-tsa"
13421   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
13422   include:
13423     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
13424     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
13425     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
13426     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
13427   layout:
13428     title: "2n-tx2-xl710-64b-l2switching-scale-dpdk-{test_type}"
13429     layout: "plot-throughput-speedup-analysis"
13430
13431 - type: "plot"
13432   title: "Speedup: 2n-tx2-xl710-64b-features-l2switching-base-dpdk-{test_type}-tsa"
13433   algorithm: "plot_tsa_name"
13434   output-file: "{DIR[STATIC,VPP]}/2n-tx2-xl710-64b-features-l2switching-base-dpdk-{test_type}-tsa"
13435   data: "plot-vpp-throughput-lat-tsa-2n-tx2"
13436   include:
13437     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13438     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13439     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13440     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13441     - "Tests.Vpp.Perf.L2.2N1L-40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13442   layout:
13443     title: "2n-tx2-xl710-64b-features-l2switching-base-{test_type}"
13444     layout: "plot-throughput-speedup-analysis"
13445
13446 ################################################################################
13447
13448 # Packet Throughput - DPDK
13449
13450 # 2n-skx
13451
13452 - type: "plot"
13453   title: "DPDK Throughput: 2n-skx-xxv710-64b-{core}-base-{test_type}"
13454   algorithm: "plot_ndrpdr_box_name"
13455   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-{core}-base-{test_type}"
13456   data: "plot-dpdk-throughput-latency-2n-skx"
13457   core: ["2t1c", "4t2c"]
13458   include:
13459     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-{core}-eth-l2xcbase-testpmd-ndrpdr"
13460     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-{core}-ethip4-ip4base-l3fwd-ndrpdr"
13461   layout:
13462     title: "2n-skx-xxv710-64b-{core}-base-{test_type}"
13463     layout: "plot-throughput"
13464
13465 - type: "plot"
13466   title: "DPDK Throughput: 2n-skx-x710-64b-{core}-base-{test_type}"
13467   algorithm: "plot_ndrpdr_box_name"
13468   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-{core}-base-{test_type}"
13469   data: "plot-dpdk-throughput-latency-2n-skx"
13470   core: ["2t1c", "4t2c"]
13471   include:
13472     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-{core}-eth-l2xcbase-testpmd-ndrpdr"
13473     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-{core}-ethip4-ip4base-l3fwd-ndrpdr"
13474   layout:
13475     title: "2n-skx-x710-64b-{core}-base-{test_type}"
13476     layout: "plot-throughput"
13477
13478 # 3n-skx
13479
13480 - type: "plot"
13481   title: "DPDK Throughput: 3n-skx-xxv710-64b-{core}-base-{test_type}"
13482   algorithm: "plot_ndrpdr_box_name"
13483   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-{core}-base-{test_type}"
13484   data: "plot-dpdk-throughput-latency-3n-skx"
13485   core: ["2t1c", "4t2c"]
13486   include:
13487     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-{core}-eth-l2xcbase-testpmd-ndrpdr"
13488     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-{core}-ethip4-ip4base-l3fwd-ndrpdr"
13489   layout:
13490     title: "3n-skx-xxv710-64b-{core}-base-{test_type}"
13491     layout: "plot-throughput"
13492
13493 - type: "plot"
13494   title: "DPDK Throughput: 3n-skx-x710-64b-{core}-base-{test_type}"
13495   algorithm: "plot_ndrpdr_box_name"
13496   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-{core}-base-{test_type}"
13497   data: "plot-dpdk-throughput-latency-3n-skx"
13498   core: ["2t1c", "4t2c"]
13499   include:
13500     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-{core}-eth-l2xcbase-testpmd-ndrpdr"
13501     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-{core}-ethip4-ip4base-l3fwd-ndrpdr"
13502   layout:
13503     title: "3n-skx-x710-64b-{core}-base-{test_type}"
13504     layout: "plot-throughput"
13505
13506 # 3n-hsw
13507
13508 - type: "plot"
13509   title: "DPDK Throughput: 3n-hsw-xl710-64b-{core}-base-{test_type}"
13510   algorithm: "plot_ndrpdr_box_name"
13511   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-{core}-base-{test_type}"
13512   data: "plot-dpdk-throughput-latency-3n-hsw"
13513   core: ["1t1c", "2t2c"]
13514   include:
13515     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-{core}-eth-l2xcbase-testpmd-ndrpdr"
13516     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-{core}-ethip4-ip4base-l3fwd-ndrpdr"
13517   layout:
13518     title: "3n-hsw-xl710-64b-{core}-base-{test_type}"
13519     layout: "plot-throughput"
13520
13521 - type: "plot"
13522   title: "DPDK Throughput: 3n-hsw-x710-64b-{core}-base-{test_type}"
13523   algorithm: "plot_ndrpdr_box_name"
13524   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-{core}-base-{test_type}"
13525   data: "plot-dpdk-throughput-latency-3n-hsw"
13526   core: ["1t1c", "2t2c"]
13527   include:
13528     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-{core}-eth-l2xcbase-testpmd-ndrpdr"
13529     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-{core}-ethip4-ip4base-l3fwd-ndrpdr"
13530   layout:
13531     title: "3n-hsw-x710-64b-{core}-base-{test_type}"
13532     layout: "plot-throughput"
13533
13534 ## 2n-dnv-x553
13535 #
13536 #- type: "plot"
13537 #  title: "DPDK Throughput: 2n-dnv-x553-64b-{core}-base-{test_type}"
13538 #  algorithm: "plot_ndrpdr_box_name"
13539 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-{core}-base-{test_type}"
13540 #  data: "plot-dpdk-throughput-latency-2n-dnv"
13541 #  core: ["1t1c", "2t2c"]
13542 #  test-type: ["ndr", "pdr"]
13543 #  include:
13544 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-{core}-eth-l2xcbase-testpmd-ndrpdr"
13545 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-{core}-ethip4-ip4base-l3fwd-ndrpdr"
13546 #  layout:
13547 #    title: "2n-dnv-x553-64b-{core}-base-{test_type}"
13548 #    layout: "plot-throughput"
13549 #
13550 ## 3n-dnv-x553
13551 #
13552 #- type: "plot"
13553 #  title: "DPDK Throughput: 3n-dnv-x553-64b-{core}-base-{test_type}"
13554 #  algorithm: "plot_ndrpdr_box_name"
13555 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-{core}-base-{test_type}"
13556 #  data: "plot-dpdk-throughput-latency-3n-dnv"
13557 #  core: ["1t1c", "2t2c"]
13558 #  test-type: ["ndr", "pdr"]
13559 #  include:
13560 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-{core}-eth-l2xcbase-testpmd-ndrpdr"
13561 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-{core}-ethip4-ip4base-l3fwd-ndrpdr"
13562 #  layout:
13563 #    title: "3n-dnv-x553-64b-{core}-base-{test_type}"
13564 #    layout: "plot-throughput"
13565
13566 # 3n-tsh-x520
13567
13568 - type: "plot"
13569   title: "DPDK Throughput: 3n-tsh-x520-64b-{core}-base-{test_type}"
13570   algorithm: "plot_ndrpdr_box_name"
13571   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-{core}-base-{test_type}"
13572   data: "plot-dpdk-throughput-latency-3n-tsh"
13573   core: ["1t1c", "2t2c"]
13574   include:
13575     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-{core}-eth-l2xcbase-testpmd-ndrpdr"
13576     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-{core}-ethip4-ip4base-l3fwd-ndrpdr"
13577   layout:
13578     title: "3n-tsh-x520-64b-{core}-base-{test_type}"
13579     layout: "plot-throughput"
13580
13581 # 2n-tx2-xl710
13582
13583 - type: "plot"
13584   title: "DPDK Throughput: 2n-tx2-xl710-64b-{core}-base-{test_type}"
13585   algorithm: "plot_ndrpdr_box_name"
13586   output-file: "{DIR[STATIC,DPDK]}/2n-tx2-xl710-64b-{core}-base-{test_type}"
13587   data: "plot-dpdk-throughput-latency-2n-tx2"
13588   core: ["1t1c", "2t2c"]
13589   include:
13590     - "tests.dpdk.perf.2N1L-40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-{core}-eth-l2xcbase-testpmd-ndrpdr"
13591     - "tests.dpdk.perf.2N1L-40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-{core}-ethip4-ip4base-l3fwd-ndrpdr"
13592   layout:
13593     title: "2n-tx2-xl710-64b-{core}-base-{test_type}"
13594     layout: "plot-throughput"
13595
13596 ################################################################################
13597 ###   2n-clx                                                                 ###
13598 ################################################################################
13599
13600 # Packet Throughput
13601
13602 - type: "plot"
13603   title: "Throughput: 2n-clx-xxv710-64b-{core}-memif-base-avf-{test_type}"
13604   algorithm: "plot_ndrpdr_box_name"
13605   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-memif-base-avf-{test_type}"
13606   data: "plot-vpp-throughput-lat-tsa-2n-clx"
13607   core: ["2t1c", ]
13608   include:
13609     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13610     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13611     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13612     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13613   layout:
13614     title: "2n-clx-xxv710-64b-{core}-memif-base-avf-{test_type}"
13615     layout: "plot-throughput"
13616
13617 - type: "plot"
13618   title: "Throughput: 2n-clx-xxv710-64b-{core}-memif-base-dpdk-{test_type}"
13619   algorithm: "plot_ndrpdr_box_name"
13620   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-memif-base-dpdk-{test_type}"
13621   data: "plot-vpp-throughput-lat-tsa-2n-clx"
13622   core: ["2t1c", ]
13623   include:
13624     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13625     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13626     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13627     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13628   layout:
13629     title: "2n-clx-xxv710-64b-{core}-memif-base-dpdk-{test_type}"
13630     layout: "plot-throughput"
13631
13632 - type: "plot"
13633   title: "Throughput: 2n-clx-cx556a-64b-{core}-rdma-l2-eth-2memif-1dcr-{test_type}"
13634   algorithm: "plot_ndrpdr_box_name"
13635   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-{core}-rdma-l2-eth-2memif-1dcr-{test_type}"
13636   data: "plot-vpp-throughput-lat-tsa-2n-clx"
13637   core: ["2t1c", ]
13638   include:
13639     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13640     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13641     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13642     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13643   layout:
13644     title: "2n-clx-cx556a-64b-{core}-rdma-l2-eth-2memif-1dcr-{test_type}"
13645     layout: "plot-throughput"
13646
13647 - type: "plot"
13648   title: "Throughput: 2n-clx-x710-64b-{core}-ip4routing-base-scale-[avf,dpdk]-{test_type}"
13649   algorithm: "plot_ndrpdr_box_name"
13650   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-{core}-ip4routing-base-scale-[avf,dpdk]-{test_type}"
13651   data: "plot-vpp-throughput-lat-tsa-2n-clx"
13652   core: ["2t1c", ]
13653   include:
13654     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-avf-dot1q-ip4base-ndrpdr"
13655     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4-ip4base-ndrpdr"
13656     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-avf-ethip4-ip4scale2m-ndrpdr"
13657     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-{core}-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13658     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-dot1q-ip4base-ndrpdr"
13659     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
13660   layout:
13661     title: "2n-clx-x710-64b-{core}-ip4routing-base-scale-[avf,dpdk]-{test_type}"
13662     layout: "plot-throughput"
13663
13664 - type: "plot"
13665   title: "Throughput: 2n-clx-xxv710-64b-{core}-ip4routing-base-scale-avf-{test_type}"
13666   algorithm: "plot_ndrpdr_box_name"
13667   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-ip4routing-base-scale-avf-{test_type}"
13668   data: "plot-vpp-throughput-lat-tsa-2n-clx"
13669   core: ["2t1c", ]
13670   include:
13671     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4-ip4base-ndrpdr"
13672     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-{core}-avf-ethip4-ip4scale20k-ndrpdr"
13673     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-{core}-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13674     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-{core}-avf-ethip4-ip4scale200k-ndrpdr"
13675     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-{core}-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-avf-ethip4-ip4scale2m-ndrpdr"
13677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-{core}-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13678   layout:
13679     title: "2n-clx-xxv710-64b-{core}-ip4routing-base-scale-avf-{test_type}"
13680     layout: "plot-throughput"
13681
13682 - type: "plot"
13683   title: "Throughput: 2n-clx-xxv710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
13684   algorithm: "plot_ndrpdr_box_name"
13685   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
13686   data: "plot-vpp-throughput-lat-tsa-2n-clx"
13687   core: ["2t1c", ]
13688   include:
13689     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-dot1q-ip4base-ndrpdr"
13690     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
13691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-{core}-ethip4-ip4scale20k-ndrpdr"
13692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-{core}-ethip4-ip4scale20k-rnd-ndrpdr"
13693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-{core}-ethip4-ip4scale200k-ndrpdr"
13694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-{core}-ethip4-ip4scale200k-rnd-ndrpdr"
13695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-ethip4-ip4scale2m-ndrpdr"
13696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-{core}-ethip4-ip4scale2m-rnd-ndrpdr"
13697   layout:
13698     title: "2n-clx-xxv710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
13699     layout: "plot-throughput"
13700
13701 - type: "plot"
13702   title: "Throughput: 2n-clx-xxv710-64b-{core}-features-ip4routing-base-avf-{test_type}"
13703   algorithm: "plot_ndrpdr_box_name"
13704   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-features-ip4routing-base-avf-{test_type}"
13705   data: "plot-vpp-throughput-lat-tsa-2n-clx"
13706   core: ["2t1c", ]
13707   include:
13708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13709     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13710     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-{core}-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-{core}-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
13714   layout:
13715     title: "2n-clx-xxv710-64b-{core}-features-ip4routing-base-avf-{test_type}"
13716     layout: "plot-throughput"
13717
13718 - type: "plot"
13719   title: "Throughput: 2n-clx-xxv710-64b-{core}-nat44det-ip4routing-stl-bidir-avf-{test_type}"
13720   algorithm: "plot_ndrpdr_box_name"
13721   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-nat44det-ip4routing-stl-bidir-avf-{test_type}"
13722   data: "plot-vpp-throughput-lat-tsa-2n-clx"
13723   core: ["2t1c", ]
13724   include:
13725     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
13726     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
13727     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
13728     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
13729     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
13730   layout:
13731     title: "2n-clx-xxv710-64b-{core}-nat44det-ip4routing-stl-bidir-avf-{test_type}"
13732     layout: "plot-throughput"
13733
13734 - type: "plot"
13735   title: "Throughput: 2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-stl-unidir-avf-{test_type}"
13736   algorithm: "plot_ndrpdr_box_name"
13737   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-stl-unidir-avf-{test_type}"
13738   data: "plot-vpp-throughput-lat-tsa-2n-clx"
13739   core: ["2t1c", ]
13740   include:
13741     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
13742     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
13743     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
13744     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
13745     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
13746   layout:
13747     title: "2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-stl-unidir-avf-{test_type}"
13748     layout: "plot-throughput"
13749
13750 - type: "plot"
13751   title: "Throughput: 2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}"
13752   algorithm: "plot_ndrpdr_box_name"
13753   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}"
13754   data: "plot-vpp-throughput-lat-tsa-2n-clx"
13755   core: ["2t1c", ]
13756   include:
13757     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
13758     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
13759     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
13760     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
13761     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
13762     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
13763     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
13764     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
13765     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
13766     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
13767   layout:
13768     title: "2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}"
13769     layout: "plot-cps"
13770
13771 - type: "plot"
13772   title: "Throughput: 2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}"
13773   algorithm: "plot_ndrpdr_box_name"
13774   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}"
13775   data: "plot-vpp-throughput-lat-tsa-2n-clx"
13776   core: ["2t1c", ]
13777   include:
13778     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
13779     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
13780     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
13781     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
13782     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
13783     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
13784     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
13785     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
13786     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
13787     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
13788   layout:
13789     title: "2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}"
13790     layout: "plot-throughput"
13791
13792 - type: "plot"
13793   title: "Throughput: 2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}"
13794   algorithm: "plot_ndrpdr_box_name"
13795   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}"
13796   data: "plot-vpp-throughput-lat-tsa-2n-clx"
13797   core: ["2t1c", ]
13798   include:
13799     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
13800     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
13801     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
13802     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
13803     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
13804     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
13805     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
13806     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
13807     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
13808     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
13809   layout:
13810     title: "2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}"
13811     layout: "plot-cps"
13812
13813 - type: "plot"
13814   title: "Throughput: 2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}"
13815   algorithm: "plot_ndrpdr_box_name"
13816   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}"
13817   data: "plot-vpp-throughput-lat-tsa-2n-clx"
13818   core: ["2t1c", ]
13819   include:
13820     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
13821     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
13822     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
13823     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
13824     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
13825     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
13826     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
13827     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
13828     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
13829     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
13830   layout:
13831     title: "2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}"
13832     layout: "plot-throughput"
13833
13834 - type: "plot"
13835   title: "Throughput: 2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-tput-avf-{test_type}"
13836   algorithm: "plot_ndrpdr_box_name"
13837   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-tput-avf-{test_type}"
13838   data: "plot-vpp-throughput-lat-tsa-2n-clx"
13839   core: ["2t1c", ]
13840   include:
13841     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
13842     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
13843     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
13844     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
13845     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
13846     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
13847     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
13848     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
13849     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
13850     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
13851   layout:
13852     title: "2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-tput-avf-{test_type}"
13853     layout: "plot-throughput"
13854
13855 - type: "plot"
13856   title: "Throughput: 2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-udp-tput-avf-{test_type}"
13857   algorithm: "plot_ndrpdr_box_name"
13858   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-udp-tput-avf-{test_type}"
13859   data: "plot-vpp-throughput-lat-tsa-2n-clx"
13860   core: ["2t1c", ]
13861   include:
13862     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
13863     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
13864     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
13865     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
13866     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
13867     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
13868     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
13869     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
13870     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
13871     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
13872   layout:
13873     title: "2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-udp-tput-avf-{test_type}"
13874     layout: "plot-throughput"
13875
13876 - type: "plot"
13877   title: "Throughput: 2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-tput2-avf-{test_type}"
13878   algorithm: "plot_ndrpdr_box_name"
13879   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-tput2-avf-{test_type}"
13880   data: "plot-vpp-throughput-lat-tsa-2n-clx"
13881   core: ["2t1c", ]
13882   include:
13883     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
13884     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
13885     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
13886     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
13887     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
13888     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
13889     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
13890     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
13891     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
13892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-{core}-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
13893   layout:
13894     title: "2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-tcp-tput-avf-{test_type}"
13895     layout: "plot-throughput"
13896
13897 - type: "plot"
13898   title: "Throughput: 2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-udp-tput2-avf-{test_type}"
13899   algorithm: "plot_ndrpdr_box_name"
13900   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-udp-tput2-avf-{test_type}"
13901   data: "plot-vpp-throughput-lat-tsa-2n-clx"
13902   core: ["2t1c", ]
13903   include:
13904     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
13905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
13906     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
13907     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
13908     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
13909     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
13910     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
13911     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
13912     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
13913     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-{core}-avf-ethip4udp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
13914   layout:
13915     title: "2n-clx-xxv710-64b-{core}-nat44ed-ip4routing-udp-tput-avf-{test_type}"
13916     layout: "plot-throughput"
13917
13918 - type: "plot"
13919   title: "Throughput: 2n-clx-xxv710-64b-{core}-features-ip4routing-base-dpdk-{test_type}"
13920   algorithm: "plot_ndrpdr_box_name"
13921   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-features-ip4routing-base-dpdk-{test_type}"
13922   data: "plot-vpp-throughput-lat-tsa-2n-clx"
13923   core: ["2t1c", ]
13924   include:
13925     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
13926     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13927     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13928     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13929     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13930     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-{core}-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13931   layout:
13932     title: "2n-clx-xxv710-64b-{core}-features-ip4routing-base-dpdk-{test_type}"
13933     layout: "plot-throughput"
13934
13935 - type: "plot"
13936   title: "Throughput: 2n-clx-cx556a-64b-{core}-rdma-ip4base-{test_type}"
13937   algorithm: "plot_ndrpdr_box_name"
13938   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-{core}-rdma-ip4base-{test_type}"
13939   data: "plot-vpp-throughput-lat-tsa-2n-clx"
13940   core: ["2t1c", ]
13941   include:
13942     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-rdma-dot1q-ip4base-ndrpdr"
13943     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-{core}-rdma-ethip4-ip4base-ndrpdr"
13944     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-{core}-rdma-ethip4-ip4scale20k-ndrpdr"
13945     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-{core}-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
13946     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-{core}-rdma-ethip4-ip4scale200k-ndrpdr"
13947     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-{core}-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
13948     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-rdma-ethip4-ip4scale2m-ndrpdr"
13949     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-{core}-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
13950   layout:
13951     title: "2n-clx-cx556a-64b-{core}-rdma-ip4base-{test_type}"
13952     layout: "plot-throughput"
13953
13954 - type: "plot"
13955   title: "Throughput: 2n-clx-cx556a-64b-{core}-rdma-ethip4-features-{test_type}"
13956   algorithm: "plot_ndrpdr_box_name"
13957   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-{core}-rdma-ethip4-features-{test_type}"
13958   data: "plot-vpp-throughput-lat-tsa-2n-clx"
13959   core: ["2t1c", ]
13960   include:
13961     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13962     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13963     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13964     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13965     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-{core}-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13966     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-{core}-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
13967   layout:
13968     title: "2n-clx-cx556a-64b-{core}-rdma-ethip4-features-{test_type}"
13969     layout: "plot-throughput"
13970
13971 - type: "plot"
13972   title: "Throughput: 2n-clx-xxv710-64b-{core}-ethip4--ethip4udpgeneve-avf-{test_type}"
13973   algorithm: "plot_ndrpdr_box_name"
13974   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-ethip4--ethip4udpgeneve-avf-{test_type}"
13975   data: "plot-vpp-throughput-lat-tsa-2n-clx"
13976   core: ["2t1c", ]
13977   include:
13978     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
13979     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
13980     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
13981     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
13982     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
13983   layout:
13984     title: "2n-clx-xxv710-64b-{core}-ethip4--ethip4udpgeneve-avf-{test_type}"
13985     layout: "plot-throughput"
13986
13987 - type: "plot"
13988   title: "Throughput: 2n-clx-x710-78b-{core}-ip6routing-base-scale-[avf,dpdk]-{test_type}"
13989   algorithm: "plot_ndrpdr_box_name"
13990   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-{core}-ip6routing-base-scale-[avf,dpdk]-{test_type}"
13991   data: "plot-vpp-throughput-lat-tsa-2n-clx"
13992   core: ["2t1c", ]
13993   include:
13994     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-avf-dot1q-ip6base-ndrpdr"
13995     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-{core}-avf-ethip6-ip6base-ndrpdr"
13996     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-avf-ethip6-ip6scale2m-ndrpdr"
13997     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-{core}-avf-ethip6-ip6scale2m-rnd-ndrpdr"
13998     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-dot1q-ip6base-ndrpdr"
13999     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-{core}-ethip6-ip6base-ndrpdr"
14000     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-ethip6-ip6scale2m-ndrpdr"
14001   layout:
14002     title: "2n-clx-x710-78b-{core}-ip6routing-base-scale-[avf,dpdk]-{test_type}"
14003     layout: "plot-throughput"
14004
14005 - type: "plot"
14006   title: "Throughput: 2n-clx-xxv710-78b-{core}-ip6routing-base-scale-avf-{test_type}"
14007   algorithm: "plot_ndrpdr_box_name"
14008   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-{core}-ip6routing-base-scale-avf-{test_type}"
14009   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14010   core: ["2t1c", ]
14011   include:
14012     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-avf-dot1q-ip6base-ndrpdr"
14013     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-{core}-avf-ethip6-ip6base-ndrpdr"
14014     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-{core}-avf-ethip6-ip6scale20k-ndrpdr"
14015     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-{core}-avf-ethip6-ip6scale20k-rnd-ndrpdr"
14016     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-{core}-avf-ethip6-ip6scale200k-ndrpdr"
14017     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-{core}-avf-ethip6-ip6scale200k-rnd-ndrpdr"
14018     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-avf-ethip6-ip6scale2m-ndrpdr"
14019     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-{core}-avf-ethip6-ip6scale2m-rnd-ndrpdr"
14020   layout:
14021     title: "2n-clx-xxv710-78b-{core}-ip6routing-base-scale-avf-{test_type}"
14022     layout: "plot-throughput"
14023
14024 - type: "plot"
14025   title: "Throughput: 2n-clx-xxv710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
14026   algorithm: "plot_ndrpdr_box_name"
14027   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
14028   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14029   core: ["2t1c", ]
14030   include:
14031     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-dot1q-ip6base-ndrpdr"
14032     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-{core}-ethip6-ip6base-ndrpdr"
14033     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-{core}-ethip6-ip6scale20k-ndrpdr"
14034     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-{core}-ethip6-ip6scale20k-rnd-ndrpdr"
14035     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-{core}-ethip6-ip6scale200k-ndrpdr"
14036     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-{core}-ethip6-ip6scale200k-rnd-ndrpdr"
14037     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-ethip6-ip6scale2m-ndrpdr"
14038     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-{core}-ethip6-ip6scale2m-rnd-ndrpdr"
14039   layout:
14040     title: "2n-clx-xxv710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
14041     layout: "plot-throughput"
14042
14043 - type: "plot"
14044   title: "Throughput: 2n-clx-cx556a-78b-{core}-rdma-ip6routing-base-scale-{test_type}"
14045   algorithm: "plot_ndrpdr_box_name"
14046   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-{core}-rdma-ip6routing-base-scale-{test_type}"
14047   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14048   core: ["2t1c", ]
14049   include:
14050     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-rdma-dot1q-ip6base-ndrpdr"
14051     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-{core}-rdma-ethip6-ip6base-ndrpdr"
14052     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-{core}-rdma-ethip6-ip6scale20k-ndrpdr"
14053     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-{core}-rdma-ethip6-ip6scale20k-rnd-ndrpdr"
14054     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-{core}-rdma-ethip6-ip6scale200k-ndrpdr"
14055     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-{core}-rdma-ethip6-ip6scale200k-rnd-ndrpdr"
14056     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-rdma-ethip6-ip6scale2m-ndrpdr"
14057     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-{core}-rdma-ethip6-ip6scale2m-rnd-ndrpdr"
14058   layout:
14059     title: "2n-clx-cx556a-78b-{core}-rdma-ip6routing-base-scale-{test_type}"
14060     layout: "plot-throughput"
14061
14062 - type: "plot"
14063   title: "Throughput: 2n-clx-x710-64b-{core}-l2switching-base-scale-avf-{test_type}"
14064   algorithm: "plot_ndrpdr_box_name"
14065   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-{core}-l2switching-base-scale-avf-{test_type}"
14066   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14067   core: ["2t1c", ]
14068   include:
14069     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14070     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-{core}-avf-eth-l2patch-ndrpdr"
14071     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-{core}-avf-eth-l2xcbase-ndrpdr"
14072     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-ndrpdr"
14073     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14074   layout:
14075     title: "2n-clx-x710-64b-{core}-l2switching-base-scale-avf-{test_type}"
14076     layout: "plot-throughput"
14077
14078 - type: "plot"
14079   title: "Throughput: 2n-clx-x710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
14080   algorithm: "plot_ndrpdr_box_name"
14081   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
14082   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14083   core: ["2t1c", ]
14084   include:
14085     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-ndrpdr"
14086     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-{core}-eth-l2patch-ndrpdr"
14087     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
14088     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
14089     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale1mmaclrn-ndrpdr"
14090   layout:
14091     title: "2n-clx-x710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
14092     layout: "plot-throughput"
14093
14094 - type: "plot"
14095   title: "Throughput: 2n-clx-xxv710-64b-{core}-l2switching-base-avf-{test_type}"
14096   algorithm: "plot_ndrpdr_box_name"
14097   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-l2switching-base-avf-{test_type}"
14098   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14099   core: ["2t1c", ]
14100   include:
14101     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-{core}-avf-dot1q-l2xcbase-ndrpdr"
14102     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14103     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-{core}-avf-eth-l2patch-ndrpdr"
14104     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-{core}-avf-eth-l2xcbase-ndrpdr"
14105     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-ndrpdr"
14106   layout:
14107     title: "2n-clx-xxv710-64b-{core}-l2switching-base-avf-{test_type}"
14108     layout: "plot-throughput"
14109
14110 - type: "plot"
14111   title: "Throughput: 2n-clx-xxv710-64b-{core}-l2switching-base-scale-avf-{test_type}"
14112   algorithm: "plot_ndrpdr_box_name"
14113   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-l2switching-base-scale-avf-{test_type}"
14114   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14115   core: ["2t1c", ]
14116   include:
14117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-ndrpdr"
14118     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14119     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14120     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14121   layout:
14122     title: "2n-clx-xxv710-64b-{core}-l2switching-base-scale-avf-{test_type}"
14123     layout: "plot-throughput"
14124
14125 - type: "plot"
14126   title: "Throughput: 2n-clx-xxv710-64b-{core}-l2switching-base-dpdk-{test_type}"
14127   algorithm: "plot_ndrpdr_box_name"
14128   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-l2switching-base-dpdk-{test_type}"
14129   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14130   core: ["2t1c", ]
14131   include:
14132     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-{core}-dot1q-l2xcbase-ndrpdr"
14133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-ndrpdr"
14134     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-{core}-eth-l2patch-ndrpdr"
14135     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
14136     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
14137   layout:
14138     title: "2n-clx-xxv710-64b-{core}-l2switching-base-dpdk-{test_type}"
14139     layout: "plot-throughput"
14140
14141 - type: "plot"
14142   title: "Throughput: 2n-clx-xxv710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
14143   algorithm: "plot_ndrpdr_box_name"
14144   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
14145   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14146   core: ["2t1c", ]
14147   include:
14148     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
14149     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale10kmaclrn-ndrpdr"
14150     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale100kmaclrn-ndrpdr"
14151     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale1mmaclrn-ndrpdr"
14152   layout:
14153     title: "2n-clx-xxv710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
14154     layout: "plot-throughput"
14155
14156 - type: "plot"
14157   title: "Throughput: 2n-clx-cx556a-64b-{core}-rdma-l2switching-base-{test_type}"
14158   algorithm: "plot_ndrpdr_box_name"
14159   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-{core}-rdma-l2switching-base-{test_type}"
14160   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14161   core: ["2t1c", ]
14162   include:
14163     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-{core}-rdma-dot1q-l2xcbase-ndrpdr"
14164     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
14165     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-{core}-rdma-eth-l2patch-ndrpdr"
14166     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-{core}-rdma-eth-l2xcbase-ndrpdr"
14167     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-rdma-eth-l2bdbasemaclrn-ndrpdr"
14168   layout:
14169     title: "2n-clx-cx556a-64b-{core}-rdma-l2switching-base-{test_type}"
14170     layout: "plot-throughput"
14171
14172 - type: "plot"
14173   title: "Throughput: 2n-clx-cx556a-64b-{core}-rdma-l2switching-scale-{test_type}"
14174   algorithm: "plot_ndrpdr_box_name"
14175   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-{core}-rdma-l2switching-scale-{test_type}"
14176   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14177   core: ["2t1c", ]
14178   include:
14179     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-rdma-eth-l2bdbasemaclrn-ndrpdr"
14180     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-{core}-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
14181     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-{core}-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
14182     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
14183   layout:
14184     title: "2n-clx-cx556a-64b-{core}-rdma-l2switching-scale-{test_type}"
14185     layout: "plot-throughput"
14186
14187 - type: "plot"
14188   title: "Throughput: 2n-clx-xxv710-64b-{core}-vhost-base-avf-{test_type}"
14189   algorithm: "plot_ndrpdr_box_name"
14190   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-vhost-base-avf-{test_type}"
14191   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14192   core: ["2t1c", ]
14193   include:
14194     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14195     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14196     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14197     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14198     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14199   layout:
14200     title: "2n-clx-xxv710-64b-{core}-vhost-base-avf-{test_type}"
14201     layout: "plot-throughput"
14202
14203 - type: "plot"
14204   title: "Throughput: 2n-clx-xxv710-64b-{core}-vhost-base-avf-vpp-{test_type}"
14205   algorithm: "plot_ndrpdr_box_name"
14206   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-vhost-base-avf-vpp-{test_type}"
14207   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14208   core: ["2t1c", ]
14209   include:
14210     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14211     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14212     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14213     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14214     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-{core}-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14215   layout:
14216     title: "2n-clx-xxv710-64b-{core}-vhost-base-avf-vpp-{test_type}"
14217     layout: "plot-throughput"
14218
14219 - type: "plot"
14220   title: "Throughput: 2n-clx-xxv710-64b-{core}-vhost-base-dpdk-{test_type}"
14221   algorithm: "plot_ndrpdr_box_name"
14222   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-vhost-base-dpdk-{test_type}"
14223   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14224   core: ["2t1c", ]
14225   include:
14226     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14227     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14228     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14229     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14230     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14231   layout:
14232     title: "2n-clx-xxv710-64b-{core}-vhost-base-dpdk-{test_type}"
14233     layout: "plot-throughput"
14234
14235 - type: "plot"
14236   title: "Throughput: 2n-clx-xxv710-64b-{core}-vhost-base-dpdk-vpp-{test_type}"
14237   algorithm: "plot_ndrpdr_box_name"
14238   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-{core}-vhost-base-dpdk-vpp-{test_type}"
14239   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14240   core: ["2t1c", ]
14241   include:
14242     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14243     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14244     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14245     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14246     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14247   layout:
14248     title: "2n-clx-xxv710-64b-{core}-vhost-base-dpdk-vpp-{test_type}"
14249     layout: "plot-throughput"
14250
14251 - type: "plot"
14252   title: "Throughput: 2n-clx-cx556a-64b-{core}-rdma-l2-vhost-base-{test_type}"
14253   algorithm: "plot_ndrpdr_box_name"
14254   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-{core}-rdma-l2-vhost-base-{test_type}"
14255   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14256   core: ["2t1c", ]
14257   include:
14258     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14259     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14260     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14261     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14262   layout:
14263     title: "2n-clx-cx556a-64b-{core}-rdma-l2-vhost-base-{test_type}"
14264     layout: "plot-throughput"
14265
14266 - type: "plot"
14267   title: "Throughput: 2n-clx-cx556a-64b-{core}-rdma-l2-vhost-vppl2xc-base-{test_type}"
14268   algorithm: "plot_ndrpdr_box_name"
14269   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-{core}-rdma-l2-vhost-vppl2xc-base-{test_type}"
14270   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14271   core: ["2t1c", ]
14272   include:
14273     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14274     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14275     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14276     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14277   layout:
14278     title: "2n-clx-cx556a-64b-{core}-rdma-l2-vhost-vppl2xc-base-{test_type}"
14279     layout: "plot-throughput"
14280
14281 - type: "plot"
14282   title: "Throughput: 2n-clx-xxv710-114b-{core}-vts-l2switching-base-dpdk-{test_type}"
14283   algorithm: "plot_ndrpdr_box_name"
14284   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-{core}-vts-l2switching-base-dpdk-{test_type}"
14285   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14286   core: ["2t1c", ]
14287   include:
14288     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-{core}-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14289     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-{core}-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14290     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-{core}-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14291     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-{core}-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14292     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-{core}-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14293     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-{core}-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14294   layout:
14295     title: "2n-clx-xxv710-114b-{core}-vts-l2switching-base-[avf,dpdk]-{test_type}"
14296     layout: "plot-throughput"
14297
14298 ################################################################################
14299
14300 # Packet Speedup
14301
14302 - type: "plot"
14303   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-{test_type}-tsa"
14304   algorithm: "plot_tsa_name"
14305   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-{test_type}-tsa"
14306   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14307   include:
14308     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14309     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14310     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14311     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14312   layout:
14313     title: "2n-clx-xxv710-64b-memif-base-avf-{test_type}"
14314     layout: "plot-throughput-speedup-analysis"
14315
14316 - type: "plot"
14317   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-{test_type}-tsa"
14318   algorithm: "plot_tsa_name"
14319   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-{test_type}-tsa"
14320   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14321   include:
14322     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14323     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14324     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14325     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14326   layout:
14327     title: "2n-clx-xxv710-64b-memif-base-dpdk-{test_type}"
14328     layout: "plot-throughput-speedup-analysis"
14329
14330 - type: "plot"
14331   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-{test_type}-tsa"
14332   algorithm: "plot_tsa_name"
14333   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-{test_type}-tsa"
14334   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14335   include:
14336     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14337     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14338     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14339     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14340   layout:
14341     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-{test_type}"
14342     layout: "plot-throughput-speedup-analysis"
14343
14344 - type: "plot"
14345   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-{test_type}-tsa"
14346   algorithm: "plot_tsa_name"
14347   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-{test_type}-tsa"
14348   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14349   include:
14350     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14351     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14352     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14353     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14354     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14355     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14356   layout:
14357     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-{test_type}"
14358     layout: "plot-throughput-speedup-analysis"
14359
14360 - type: "plot"
14361   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-{test_type}-tsa"
14362   algorithm: "plot_tsa_name"
14363   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-{test_type}-tsa"
14364   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14365   include:
14366     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14367     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14368     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14369     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14370     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14371     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14372     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14373   layout:
14374     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-{test_type}"
14375     layout: "plot-throughput-speedup-analysis"
14376
14377 - type: "plot"
14378   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-{test_type}-tsa"
14379   algorithm: "plot_tsa_name"
14380   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-{test_type}-tsa"
14381   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14382   include:
14383     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14384     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14385     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14386     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14387     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14388     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14389     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14390     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14391   layout:
14392     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-{test_type}"
14393     layout: "plot-throughput-speedup-analysis"
14394
14395 - type: "plot"
14396   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-{test_type}-tsa"
14397   algorithm: "plot_tsa_name"
14398   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-{test_type}-tsa"
14399   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14400   include:
14401     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14402     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14403     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14404     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14405     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14406     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14407   layout:
14408     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-{test_type}"
14409     layout: "plot-throughput-speedup-analysis"
14410
14411 - type: "plot"
14412   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-{test_type}-tsa"
14413   algorithm: "plot_tsa_name"
14414   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-{test_type}-tsa"
14415   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14416   include:
14417     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14418     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14419     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14420     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14421     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14422   layout:
14423     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-{test_type}"
14424     layout: "plot-throughput-speedup-analysis"
14425
14426 - type: "plot"
14427   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-{test_type}-tsa"
14428   algorithm: "plot_tsa_name"
14429   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-{test_type}-tsa"
14430   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14431   include:
14432     - "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"
14433     - "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"
14434     - "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"
14435     - "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"
14436     - "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"
14437   layout:
14438     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-{test_type}"
14439     layout: "plot-throughput-speedup-analysis"
14440
14441 - type: "plot"
14442   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}-tsa"
14443   algorithm: "plot_tsa_name"
14444   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}-tsa"
14445   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14446   include:
14447     - "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"
14448     - "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"
14449     - "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"
14450     - "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"
14451     - "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"
14452     - "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"
14453     - "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"
14454     - "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"
14455     - "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"
14456     - "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"
14457   layout:
14458     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}"
14459     layout: "plot-throughput-speedup-analysis-cps"
14460
14461 - type: "plot"
14462   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}-tsa"
14463   algorithm: "plot_tsa_name"
14464   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}-tsa"
14465   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14466   include:
14467     - "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"
14468     - "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"
14469     - "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"
14470     - "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"
14471     - "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"
14472     - "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"
14473     - "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"
14474     - "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"
14475     - "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"
14476     - "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"
14477   layout:
14478     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}"
14479     layout: "plot-throughput-speedup-analysis"
14480
14481 - type: "plot"
14482   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}-tsa"
14483   algorithm: "plot_tsa_name"
14484   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}-tsa"
14485   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14486   include:
14487     - "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"
14488     - "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"
14489     - "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"
14490     - "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"
14491     - "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"
14492     - "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"
14493     - "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"
14494     - "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"
14495     - "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"
14496     - "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"
14497   layout:
14498     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}"
14499     layout: "plot-throughput-speedup-analysis-cps"
14500
14501 - type: "plot"
14502   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}-tsa"
14503   algorithm: "plot_tsa_name"
14504   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}-tsa"
14505   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14506   include:
14507     - "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"
14508     - "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"
14509     - "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"
14510     - "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"
14511     - "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"
14512     - "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"
14513     - "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"
14514     - "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"
14515     - "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"
14516     - "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"
14517   layout:
14518     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}"
14519     layout: "plot-throughput-speedup-analysis"
14520
14521 - type: "plot"
14522   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-{test_type}-tsa"
14523   algorithm: "plot_tsa_name"
14524   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-{test_type}-tsa"
14525   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14526   include:
14527     - "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"
14528     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
14529     - "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"
14530     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
14531     - "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"
14532     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
14533     - "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"
14534     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
14535     - "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"
14536     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
14537   layout:
14538     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-{test_type}"
14539     layout: "plot-throughput-speedup-analysis"
14540
14541 - type: "plot"
14542   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-{test_type}-tsa"
14543   algorithm: "plot_tsa_name"
14544   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-{test_type}-tsa"
14545   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14546   include:
14547     - "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"
14548     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
14549     - "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"
14550     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
14551     - "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"
14552     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
14553     - "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"
14554     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
14555     - "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"
14556     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
14557   layout:
14558     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-{test_type}"
14559     layout: "plot-throughput-speedup-analysis"
14560
14561 - type: "plot"
14562   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-tput2-avf-{test_type}-tsa"
14563   algorithm: "plot_tsa_name"
14564   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-tput2-avf-{test_type}-tsa"
14565   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14566   include:
14567     - "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"
14568     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
14569     - "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"
14570     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
14571     - "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"
14572     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
14573     - "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"
14574     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
14575     - "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"
14576     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Tcp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-.t.c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
14577   layout:
14578     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-tput-avf-{test_type}"
14579     layout: "plot-throughput-speedup-analysis"
14580
14581 - type: "plot"
14582   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-tput2-avf-{test_type}-tsa"
14583   algorithm: "plot_tsa_name"
14584   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-tput2-avf-{test_type}-tsa"
14585   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14586   include:
14587     - "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"
14588     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H1024-P63-S64512-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h1024-p63-s64512-tput-ndrpdr"
14589     - "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"
14590     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H4096-P63-S258048-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h4096-p63-s258048-tput-ndrpdr"
14591     - "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"
14592     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H16384-P63-S1032192-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-tput-ndrpdr"
14593     - "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"
14594     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H65536-P63-S4128768-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-tput-ndrpdr"
14595     - "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"
14596     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Nat44Ed-H262144-P63-S16515072-Tput-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-tput-ndrpdr"
14597   layout:
14598     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-tput-avf-{test_type}"
14599     layout: "plot-throughput-speedup-analysis"
14600
14601 - type: "plot"
14602   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-{test_type}-tsa"
14603   algorithm: "plot_tsa_name"
14604   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-{test_type}-tsa"
14605   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14606   include:
14607     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14608     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14609     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14610     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14611     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14612     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14613   layout:
14614     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-{test_type}"
14615     layout: "plot-throughput-speedup-analysis"
14616
14617 - type: "plot"
14618   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-{test_type}-tsa"
14619   algorithm: "plot_tsa_name"
14620   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-{test_type}-tsa"
14621   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14622   include:
14623     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
14624     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
14625     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
14626     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
14627     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
14628     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
14629     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
14630     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
14631   layout:
14632     title: "2n-clx-cx556a-64b-rdma-ip4base-{test_type}"
14633     layout: "plot-throughput-speedup-analysis"
14634
14635 - type: "plot"
14636   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-{test_type}-tsa"
14637   algorithm: "plot_tsa_name"
14638   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-{test_type}-tsa"
14639   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14640   include:
14641     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14642     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14643     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14644     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14645     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14646     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14647   layout:
14648     title: "2n-clx-cx556a-64b-rdma-ethip4-features-{test_type}"
14649     layout: "plot-throughput-speedup-analysis"
14650
14651 - type: "plot"
14652   title: "Speedup: 2n-clx-xxv710-64b-ethip4--ethip4udpgeneve-avf-{test_type}-tsa"
14653   algorithm: "plot_tsa_name"
14654   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ethip4--ethip4udpgeneve-avf-{test_type}-tsa"
14655   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14656   include:
14657     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
14658     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
14659     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
14660     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
14661     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
14662   layout:
14663     title: "2n-clx-xxv710-64b-ethip4--ethip4udpgeneve-avf-{test_type}"
14664     layout: "plot-throughput-speedup-analysis"
14665
14666 - type: "plot"
14667   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-{test_type}-tsa"
14668   algorithm: "plot_tsa_name"
14669   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-{test_type}-tsa"
14670   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14671   include:
14672     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14673     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14674     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14675     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
14676     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14677     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14678     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14679   layout:
14680     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-{test_type}"
14681     layout: "plot-throughput-speedup-analysis"
14682
14683 - type: "plot"
14684   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-{test_type}-tsa"
14685   algorithm: "plot_tsa_name"
14686   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-{test_type}-tsa"
14687   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14688   include:
14689     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14690     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14691     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14692     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
14693     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14694     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
14695     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14696     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
14697   layout:
14698     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-{test_type}"
14699     layout: "plot-throughput-speedup-analysis"
14700
14701 - type: "plot"
14702   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-{test_type}-tsa"
14703   algorithm: "plot_tsa_name"
14704   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-{test_type}-tsa"
14705   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14706   include:
14707     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14708     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14709     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14710     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-rnd-ndrpdr"
14711     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14712     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-rnd-ndrpdr"
14713     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14714     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
14715   layout:
14716     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-{test_type}"
14717     layout: "plot-throughput-speedup-analysis"
14718
14719 - type: "plot"
14720   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-{test_type}-tsa"
14721   algorithm: "plot_tsa_name"
14722   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-{test_type}-tsa"
14723   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14724   include:
14725     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
14726     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
14727     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
14728     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-rnd-ndrpdr"
14729     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
14730     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-rnd-ndrpdr"
14731     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
14732     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-rnd-ndrpdr"
14733   layout:
14734     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-{test_type}"
14735     layout: "plot-throughput-speedup-analysis"
14736
14737 - type: "plot"
14738   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-{test_type}-tsa"
14739   algorithm: "plot_tsa_name"
14740   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-{test_type}-tsa"
14741   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14742   include:
14743     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14744     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14745     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14746     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14747     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14748   layout:
14749     title: "2n-clx-x710-64b-l2switching-base-scale-avf-{test_type}"
14750     layout: "plot-throughput-speedup-analysis"
14751
14752 - type: "plot"
14753   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-{test_type}-tsa"
14754   algorithm: "plot_tsa_name"
14755   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-{test_type}-tsa"
14756   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14757   include:
14758     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14759     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14760     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14761     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14762     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14763   layout:
14764     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-{test_type}"
14765     layout: "plot-throughput-speedup-analysis"
14766
14767 - type: "plot"
14768   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-{test_type}-tsa"
14769   algorithm: "plot_tsa_name"
14770   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-{test_type}-tsa"
14771   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14772   include:
14773     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14774     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14775     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14776     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14777     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14778   layout:
14779     title: "2n-clx-xxv710-64b-l2switching-base-avf-{test_type}"
14780     layout: "plot-throughput-speedup-analysis"
14781
14782 - type: "plot"
14783   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-{test_type}-tsa"
14784   algorithm: "plot_tsa_name"
14785   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-{test_type}-tsa"
14786   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14787   include:
14788     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14789     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14790     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14791     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14792   layout:
14793     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-{test_type}"
14794     layout: "plot-throughput-speedup-analysis"
14795
14796 - type: "plot"
14797   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-{test_type}-tsa"
14798   algorithm: "plot_tsa_name"
14799   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-{test_type}-tsa"
14800   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14801   include:
14802     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14803     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14804     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14805     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14806     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14807   layout:
14808     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-{test_type}"
14809     layout: "plot-throughput-speedup-analysis"
14810
14811 - type: "plot"
14812   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-{test_type}-tsa"
14813   algorithm: "plot_tsa_name"
14814   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-{test_type}-tsa"
14815   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14816   include:
14817     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14818     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14819     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14820     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14821   layout:
14822     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-{test_type}"
14823     layout: "plot-throughput-speedup-analysis"
14824
14825 - type: "plot"
14826   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-{test_type}-tsa"
14827   algorithm: "plot_tsa_name"
14828   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-{test_type}-tsa"
14829   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14830   include:
14831     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
14832     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
14833     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
14834     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
14835     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
14836   layout:
14837     title: "2n-clx-cx556a-64b-rdma-l2switching-base-{test_type}"
14838     layout: "plot-throughput-speedup-analysis"
14839
14840 - type: "plot"
14841   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-{test_type}-tsa"
14842   algorithm: "plot_tsa_name"
14843   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-{test_type}-tsa"
14844   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14845   include:
14846     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
14847     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
14848     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
14849     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
14850   layout:
14851     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-{test_type}"
14852     layout: "plot-throughput-speedup-analysis"
14853
14854 - type: "plot"
14855   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-{test_type}-tsa"
14856   algorithm: "plot_tsa_name"
14857   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-{test_type}-tsa"
14858   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14859   include:
14860     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14861     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14862     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14863     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14864     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14865   layout:
14866     title: "2n-clx-xxv710-64b-vhost-base-avf-{test_type}"
14867     layout: "plot-throughput-speedup-analysis"
14868
14869 - type: "plot"
14870   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-{test_type}-tsa"
14871   algorithm: "plot_tsa_name"
14872   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-{test_type}-tsa"
14873   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14874   include:
14875     - "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"
14876     - "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"
14877     - "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"
14878     - "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"
14879     - "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"
14880   layout:
14881     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-{test_type}"
14882     layout: "plot-throughput-speedup-analysis"
14883
14884 - type: "plot"
14885   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-{test_type}-tsa"
14886   algorithm: "plot_tsa_name"
14887   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-{test_type}-tsa"
14888   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14889   include:
14890     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14891     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14892     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14893     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14894     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14895   layout:
14896     title: "2n-clx-xxv710-64b-vhost-base-dpdk-{test_type}"
14897     layout: "plot-throughput-speedup-analysis"
14898
14899 - type: "plot"
14900   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-{test_type}-tsa"
14901   algorithm: "plot_tsa_name"
14902   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-{test_type}-tsa"
14903   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14904   include:
14905     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14906     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14907     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14908     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14909     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14910   layout:
14911     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-{test_type}"
14912     layout: "plot-throughput-speedup-analysis"
14913
14914 - type: "plot"
14915   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-{test_type}-tsa"
14916   algorithm: "plot_tsa_name"
14917   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-{test_type}-tsa"
14918   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14919   include:
14920     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14921     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14922     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14923     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14924   layout:
14925     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-{test_type}"
14926     layout: "plot-throughput-speedup-analysis"
14927
14928 - type: "plot"
14929   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-{test_type}-tsa"
14930   algorithm: "plot_tsa_name"
14931   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-{test_type}-tsa"
14932   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14933   include:
14934     - "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"
14935     - "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"
14936     - "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"
14937     - "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"
14938   layout:
14939     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-{test_type}"
14940     layout: "plot-throughput-speedup-analysis"
14941
14942 - type: "plot"
14943   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-{test_type}-tsa"
14944   algorithm: "plot_tsa_name"
14945   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-{test_type}-tsa"
14946   data: "plot-vpp-throughput-lat-tsa-2n-clx"
14947   include:
14948     - "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"
14949     - "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"
14950     - "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"
14951     - "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"
14952     - "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"
14953     - "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"
14954   layout:
14955     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-{test_type}"
14956     layout: "plot-throughput-speedup-analysis"
14957
14958 # Packet Throughput - DPDK
14959
14960 # 2n-clx
14961
14962 - type: "plot"
14963   title: "DPDK Throughput: 2n-clx-xxv710-64b-{core}-base-{test_type}"
14964   algorithm: "plot_ndrpdr_box_name"
14965   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-{core}-base-{test_type}"
14966   data: "plot-dpdk-throughput-latency-2n-clx"
14967   core: ["1t1c", "4t2c"]
14968   include:
14969     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-{core}-eth-l2xcbase-testpmd-ndrpdr"
14970     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-{core}-ethip4-ip4base-l3fwd-ndrpdr"
14971   layout:
14972     title: "2n-clx-xxv710-64b-{core}-base-{test_type}"
14973     layout: "plot-throughput"
14974
14975 - type: "plot"
14976   title: "DPDK Throughput: 2n-clx-x710-64b-{core}-base-{test_type}"
14977   algorithm: "plot_ndrpdr_box_name"
14978   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-{core}-base-{test_type}"
14979   data: "plot-dpdk-throughput-latency-2n-clx"
14980   core: ["1t1c", "4t2c"]
14981   include:
14982     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-{core}-eth-l2xcbase-testpmd-ndrpdr"
14983     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-{core}-ethip4-ip4base-l3fwd-ndrpdr"
14984   layout:
14985     title: "2n-clx-x710-64b-{core}-base-{test_type}"
14986     layout: "plot-throughput"
14987
14988 ###############################################################################
14989
14990 # 2n-zn2
14991
14992 # Packet Throughput
14993
14994 - type: "plot"
14995   title: "Throughput: 2n-zn2-xxv710-64b-{core}-memif-base-avf-{test_type}"
14996   algorithm: "plot_ndrpdr_box_name"
14997   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-memif-base-avf-{test_type}"
14998   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
14999   core: ["2t1c", ]
15000   include:
15001     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15002     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15003     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15004     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15005   layout:
15006     title: "2n-zn2-xxv710-64b-{core}-memif-base-avf-{test_type}"
15007     layout: "plot-throughput"
15008
15009 - type: "plot"
15010   title: "Throughput: 2n-zn2-xxv710-64b-{core}-memif-base-dpdk-{test_type}"
15011   algorithm: "plot_ndrpdr_box_name"
15012   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-memif-base-dpdk-{test_type}"
15013   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15014   core: ["2t1c", ]
15015   include:
15016     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15017     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15018     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15019     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15020   layout:
15021     title: "2n-zn2-xxv710-64b-{core}-memif-base-dpdk-{test_type}"
15022     layout: "plot-throughput"
15023
15024 - type: "plot"
15025   title: "Throughput: 2n-zn2-cx556a-64b-{core}-rdma-l2-eth-2memif-1dcr-{test_type}"
15026   algorithm: "plot_ndrpdr_box_name"
15027   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-{core}-rdma-l2-eth-2memif-1dcr-{test_type}"
15028   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15029   core: ["2t1c", ]
15030   include:
15031     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15032     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15033     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15034     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-{core}-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15035   layout:
15036     title: "2n-zn2-cx556a-64b-{core}-rdma-l2-eth-2memif-1dcr-{test_type}"
15037     layout: "plot-throughput"
15038
15039 - type: "plot"
15040   title: "Throughput: 2n-zn2-x710-64b-{core}-ip4routing-base-scale-[avf,dpdk]-{test_type}"
15041   algorithm: "plot_ndrpdr_box_name"
15042   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-{core}-ip4routing-base-scale-[avf,dpdk]-{test_type}"
15043   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15044   core: ["2t1c", ]
15045   include:
15046     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-avf-dot1q-ip4base-ndrpdr"
15047     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4-ip4base-ndrpdr"
15048     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-avf-ethip4-ip4scale2m-ndrpdr"
15049     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-{core}-avf-ethip4-ip4scale2m-rnd-ndrpdr"
15050     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-dot1q-ip4base-ndrpdr"
15051     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
15052   layout:
15053     title: "2n-zn2-x710-64b-{core}-ip4routing-base-scale-[avf,dpdk]-{test_type}"
15054     layout: "plot-throughput"
15055
15056 - type: "plot"
15057   title: "Throughput: 2n-zn2-xxv710-64b-{core}-ip4routing-base-scale-avf-{test_type}"
15058   algorithm: "plot_ndrpdr_box_name"
15059   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-ip4routing-base-scale-avf-{test_type}"
15060   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15061   core: ["2t1c", ]
15062   include:
15063     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4-ip4base-ndrpdr"
15064     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-{core}-avf-ethip4-ip4scale20k-ndrpdr"
15065     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-{core}-avf-ethip4-ip4scale20k-rnd-ndrpdr"
15066     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-{core}-avf-ethip4-ip4scale200k-ndrpdr"
15067     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-{core}-avf-ethip4-ip4scale200k-rnd-ndrpdr"
15068     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-avf-ethip4-ip4scale2m-ndrpdr"
15069     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-{core}-avf-ethip4-ip4scale2m-rnd-ndrpdr"
15070   layout:
15071     title: "2n-zn2-xxv710-64b-{core}-ip4routing-base-scale-avf-{test_type}"
15072     layout: "plot-throughput"
15073
15074 - type: "plot"
15075   title: "Throughput: 2n-zn2-xxv710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
15076   algorithm: "plot_ndrpdr_box_name"
15077   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
15078   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15079   core: ["2t1c", ]
15080   include:
15081     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-dot1q-ip4base-ndrpdr"
15082     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
15083     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-{core}-ethip4-ip4scale20k-ndrpdr"
15084     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-{core}-ethip4-ip4scale20k-rnd-ndrpdr"
15085     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-{core}-ethip4-ip4scale200k-ndrpdr"
15086     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-{core}-ethip4-ip4scale200k-rnd-ndrpdr"
15087     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-ethip4-ip4scale2m-ndrpdr"
15088     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-{core}-ethip4-ip4scale2m-rnd-ndrpdr"
15089   layout:
15090     title: "2n-zn2-xxv710-64b-{core}-ip4routing-base-scale-dpdk-{test_type}"
15091     layout: "plot-throughput"
15092
15093 - type: "plot"
15094   title: "Throughput: 2n-zn2-xxv710-64b-{core}-features-ip4routing-base-avf-{test_type}"
15095   algorithm: "plot_ndrpdr_box_name"
15096   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-features-ip4routing-base-avf-{test_type}"
15097   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15098   core: ["2t1c", ]
15099   include:
15100     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15101     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15102     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15103     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15104     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-{core}-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
15105     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-{core}-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
15106   layout:
15107     title: "2n-zn2-xxv710-64b-{core}-features-ip4routing-base-avf-{test_type}"
15108     layout: "plot-throughput"
15109
15110 - type: "plot"
15111   title: "Throughput: 2n-zn2-xxv710-64b-{core}-nat44det-ip4routing-stl-bidir-avf-{test_type}"
15112   algorithm: "plot_ndrpdr_box_name"
15113   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-nat44det-ip4routing-stl-bidir-avf-{test_type}"
15114   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15115   core: ["2t1c", ]
15116   include:
15117     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
15118     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
15119     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
15120     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
15121     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
15122   layout:
15123     title: "2n-zn2-xxv710-64b-{core}-nat44det-ip4routing-stl-bidir-avf-{test_type}"
15124     layout: "plot-throughput"
15125
15126 #- type: "plot"
15127 #  title: "Throughput: 2n-zn2-xxv710-64b-{core}-nat44ed-ip4routing-stl-unidir-avf-{test_type}"
15128 #  algorithm: "plot_ndrpdr_box_name"
15129 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-nat44ed-ip4routing-stl-unidir-avf-{test_type}"
15130 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15131 #  core: ["2t1c", ]
15132 #  test-type: ["ndr", "pdr"]
15133 #  include:
15134 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
15135 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
15136 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
15137 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
15138 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
15139 #  layout:
15140 #    title: "2n-zn2-xxv710-64b-{core}-nat44ed-ip4routing-stl-unidir-avf-{test_type}"
15141 #    layout: "plot-throughput"
15142 #
15143 #- type: "plot"
15144 #  title: "Throughput: 2n-zn2-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}"
15145 #  algorithm: "plot_ndrpdr_box_name"
15146 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}"
15147 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15148 #  core: ["2t1c", ]
15149 #  test-type: ["ndr", "pdr"]
15150 #  include:
15151 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
15152 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h1024-p63-s64512-cps-ndrpdr"
15153 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
15154 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h4096-p63-s258048-cps-ndrpdr"
15155 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
15156 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
15157 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
15158 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
15159 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
15160 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
15161 #  layout:
15162 #    title: "2n-zn2-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}"
15163 #    layout: "plot-cps"
15164 #
15165 #- type: "plot"
15166 #  title: "Throughput: 2n-zn2-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}"
15167 #  algorithm: "plot_ndrpdr_box_name"
15168 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}"
15169 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15170 #  core: ["2t1c", ]
15171 #  test-type: ["ndr", "pdr"]
15172 #  include:
15173 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
15174 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h1024-p63-s64512-pps-ndrpdr"
15175 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
15176 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h4096-p63-s258048-pps-ndrpdr"
15177 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
15178 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
15179 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
15180 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
15181 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
15182 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4udp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
15183 #  layout:
15184 #    title: "2n-zn2-xxv710-64b-{core}-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}"
15185 #    layout: "plot-throughput"
15186 #
15187 #- type: "plot"
15188 #  title: "Throughput: 2n-zn2-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}"
15189 #  algorithm: "plot_ndrpdr_box_name"
15190 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}"
15191 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15192 #  core: ["2t1c", ]
15193 #  test-type: ["ndr", "pdr"]
15194 #  include:
15195 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
15196 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h1024-p63-s64512-cps-ndrpdr"
15197 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
15198 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h4096-p63-s258048-cps-ndrpdr"
15199 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
15200 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h16384-p63-s1032192-cps-ndrpdr"
15201 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
15202 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h65536-p63-s4128768-cps-ndrpdr"
15203 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
15204 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h262144-p63-s16515072-cps-ndrpdr"
15205 #  layout:
15206 #    title: "2n-zn2-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}"
15207 #    layout: "plot-cps"
15208 #
15209 #- type: "plot"
15210 #  title: "Throughput: 2n-zn2-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}"
15211 #  algorithm: "plot_ndrpdr_box_name"
15212 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}"
15213 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15214 #  core: ["2t1c", ]
15215 #  test-type: ["ndr", "pdr"]
15216 #  include:
15217 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
15218 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h1024-p63-s64512-pps-ndrpdr"
15219 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
15220 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h4096-p63-s258048-pps-ndrpdr"
15221 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
15222 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h16384-p63-s1032192-pps-ndrpdr"
15223 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
15224 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h65536-p63-s4128768-pps-ndrpdr"
15225 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
15226 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr.64b-{core}-avf-ethip4tcp-ip4base-h262144-p63-s16515072-pps-ndrpdr"
15227 #  layout:
15228 #    title: "2n-zn2-xxv710-64b-{core}-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}"
15229 #    layout: "plot-throughput"
15230
15231 - type: "plot"
15232   title: "Throughput: 2n-zn2-xxv710-64b-{core}-nat44det-ip4routing-stl-bidir-avf-pdr"
15233   algorithm: "plot_ndrpdr_box_name"
15234   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-nat44det-ip4routing-stl-bidir-avf-pdr"
15235   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15236   core: ["2t1c", ]
15237   include:
15238     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
15239     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
15240     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
15241     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
15242     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-{core}-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
15243   layout:
15244     title: "2n-zn2-xxv710-64b-{core}-nat44det-ip4routing-stl-bidir-avf-pdr"
15245     layout: "plot-throughput"
15246
15247 - type: "plot"
15248   title: "Throughput: 2n-zn2-xxv710-64b-{core}-features-ip4routing-base-dpdk-{test_type}"
15249   algorithm: "plot_ndrpdr_box_name"
15250   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-features-ip4routing-base-dpdk-{test_type}"
15251   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15252   core: ["2t1c", ]
15253   include:
15254     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-{core}-ethip4-ip4base-ndrpdr"
15255     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-{core}-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
15260   layout:
15261     title: "2n-zn2-xxv710-64b-{core}-features-ip4routing-base-dpdk-{test_type}"
15262     layout: "plot-throughput"
15263
15264 - type: "plot"
15265   title: "Throughput: 2n-zn2-cx556a-64b-{core}-rdma-ip4base-{test_type}"
15266   algorithm: "plot_ndrpdr_box_name"
15267   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-{core}-rdma-ip4base-{test_type}"
15268   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15269   core: ["2t1c", ]
15270   include:
15271     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-{core}-rdma-dot1q-ip4base-ndrpdr"
15272     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-{core}-rdma-ethip4-ip4base-ndrpdr"
15273     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-{core}-rdma-ethip4-ip4scale20k-ndrpdr"
15274     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-{core}-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15275     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-{core}-rdma-ethip4-ip4scale200k-ndrpdr"
15276     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-{core}-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15277     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-{core}-rdma-ethip4-ip4scale2m-ndrpdr"
15278     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-{core}-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15279   layout:
15280     title: "2n-zn2-cx556a-64b-{core}-rdma-ip4base-{test_type}"
15281     layout: "plot-throughput"
15282
15283 - type: "plot"
15284   title: "Throughput: 2n-zn2-cx556a-64b-{core}-rdma-ethip4-features-{test_type}"
15285   algorithm: "plot_ndrpdr_box_name"
15286   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-{core}-rdma-ethip4-features-{test_type}"
15287   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15288   core: ["2t1c", ]
15289   include:
15290     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-{core}-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15291     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-{core}-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15292     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-{core}-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15293     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-{core}-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15294     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-{core}-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
15295     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-{core}-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
15296   layout:
15297     title: "2n-zn2-cx556a-64b-{core}-rdma-ethip4-features-{test_type}"
15298     layout: "plot-throughput"
15299
15300 - type: "plot"
15301   title: "Throughput: 2n-zn2-xxv710-64b-{core}-ethip4--ethip4udpgeneve-avf-{test_type}"
15302   algorithm: "plot_ndrpdr_box_name"
15303   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-ethip4--ethip4udpgeneve-avf-{test_type}"
15304   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15305   core: ["2t1c", ]
15306   include:
15307     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
15308     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
15309     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
15310     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
15311     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-{core}-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
15312   layout:
15313     title: "2n-zn2-xxv710-64b-{core}-ethip4--ethip4udpgeneve-avf-{test_type}"
15314     layout: "plot-throughput"
15315
15316 - type: "plot"
15317   title: "Throughput: 2n-zn2-x710-78b-{core}-ip6routing-base-scale-[avf,dpdk]-{test_type}"
15318   algorithm: "plot_ndrpdr_box_name"
15319   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-{core}-ip6routing-base-scale-[avf,dpdk]-{test_type}"
15320   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15321   core: ["2t1c", ]
15322   include:
15323     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-avf-dot1q-ip6base-ndrpdr"
15324     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-{core}-avf-ethip6-ip6base-ndrpdr"
15325     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-avf-ethip6-ip6scale2m-ndrpdr"
15326     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-{core}-avf-ethip6-ip6scale2m-rnd-ndrpdr"
15327     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-dot1q-ip6base-ndrpdr"
15328     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-{core}-ethip6-ip6base-ndrpdr"
15329     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-ethip6-ip6scale2m-ndrpdr"
15330   layout:
15331     title: "2n-zn2-x710-78b-{core}-ip6routing-base-scale-[avf,dpdk]-{test_type}"
15332     layout: "plot-throughput"
15333
15334 - type: "plot"
15335   title: "Throughput: 2n-zn2-xxv710-78b-{core}-ip6routing-base-scale-avf-{test_type}"
15336   algorithm: "plot_ndrpdr_box_name"
15337   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-{core}-ip6routing-base-scale-avf-{test_type}"
15338   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15339   core: ["2t1c", ]
15340   include:
15341     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-avf-dot1q-ip6base-ndrpdr"
15342     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-{core}-avf-ethip6-ip6base-ndrpdr"
15343     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-{core}-avf-ethip6-ip6scale20k-ndrpdr"
15344     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-{core}-avf-ethip6-ip6scale20k-rnd-ndrpdr"
15345     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-{core}-avf-ethip6-ip6scale200k-ndrpdr"
15346     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-{core}-avf-ethip6-ip6scale200k-rnd-ndrpdr"
15347     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-avf-ethip6-ip6scale2m-ndrpdr"
15348     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-{core}-avf-ethip6-ip6scale2m-rnd-ndrpdr"
15349   layout:
15350     title: "2n-zn2-xxv710-78b-{core}-ip6routing-base-scale-avf-{test_type}"
15351     layout: "plot-throughput"
15352
15353 - type: "plot"
15354   title: "Throughput: 2n-zn2-xxv710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
15355   algorithm: "plot_ndrpdr_box_name"
15356   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
15357   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15358   core: ["2t1c", ]
15359   include:
15360     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-dot1q-ip6base-ndrpdr"
15361     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-{core}-ethip6-ip6base-ndrpdr"
15362     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-{core}-ethip6-ip6scale20k-ndrpdr"
15363     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-{core}-ethip6-ip6scale20k-rnd-ndrpdr"
15364     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-{core}-ethip6-ip6scale200k-ndrpdr"
15365     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-{core}-ethip6-ip6scale200k-rnd-ndrpdr"
15366     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-ethip6-ip6scale2m-ndrpdr"
15367     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-{core}-ethip6-ip6scale2m-rnd-ndrpdr"
15368   layout:
15369     title: "2n-zn2-xxv710-78b-{core}-ip6routing-base-scale-dpdk-{test_type}"
15370     layout: "plot-throughput"
15371
15372 - type: "plot"
15373   title: "Throughput: 2n-zn2-cx556a-78b-{core}-rdma-ip6routing-base-scale-{test_type}"
15374   algorithm: "plot_ndrpdr_box_name"
15375   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-{core}-rdma-ip6routing-base-scale-{test_type}"
15376   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15377   core: ["2t1c", ]
15378   include:
15379     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-{core}-rdma-dot1q-ip6base-ndrpdr"
15380     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-{core}-rdma-ethip6-ip6base-ndrpdr"
15381     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-{core}-rdma-ethip6-ip6scale20k-ndrpdr"
15382     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-{core}-rdma-ethip6-ip6scale200k-ndrpdr"
15383     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-{core}-rdma-ethip6-ip6scale2m-ndrpdr"
15384   layout:
15385     title: "2n-zn2-cx556a-78b-{core}-rdma-ip6routing-base-scale-{test_type}"
15386     layout: "plot-throughput"
15387
15388 - type: "plot"
15389   title: "Throughput: 2n-zn2-x710-64b-{core}-l2switching-base-scale-avf-{test_type}"
15390   algorithm: "plot_ndrpdr_box_name"
15391   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-{core}-l2switching-base-scale-avf-{test_type}"
15392   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15393   core: ["2t1c", ]
15394   include:
15395     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15396     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-{core}-avf-eth-l2patch-ndrpdr"
15397     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-{core}-avf-eth-l2xcbase-ndrpdr"
15398     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-ndrpdr"
15399     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15400   layout:
15401     title: "2n-zn2-x710-64b-{core}-l2switching-base-scale-avf-{test_type}"
15402     layout: "plot-throughput"
15403
15404 - type: "plot"
15405   title: "Throughput: 2n-zn2-x710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
15406   algorithm: "plot_ndrpdr_box_name"
15407   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
15408   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15409   core: ["2t1c", ]
15410   include:
15411     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-ndrpdr"
15412     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-{core}-eth-l2patch-ndrpdr"
15413     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
15414     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
15415     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale1mmaclrn-ndrpdr"
15416   layout:
15417     title: "2n-zn2-x710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
15418     layout: "plot-throughput"
15419
15420 - type: "plot"
15421   title: "Throughput: 2n-zn2-xxv710-64b-{core}-l2switching-base-avf-{test_type}"
15422   algorithm: "plot_ndrpdr_box_name"
15423   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-l2switching-base-avf-{test_type}"
15424   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15425   core: ["2t1c", ]
15426   include:
15427     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-{core}-avf-dot1q-l2xcbase-ndrpdr"
15428     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15429     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15430     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-{core}-avf-eth-l2patch-ndrpdr"
15431     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-{core}-avf-eth-l2xcbase-ndrpdr"
15432     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-ndrpdr"
15433   layout:
15434     title: "2n-zn2-xxv710-64b-{core}-l2switching-base-avf-{test_type}"
15435     layout: "plot-throughput"
15436
15437 - type: "plot"
15438   title: "Throughput: 2n-zn2-xxv710-64b-{core}-l2switching-base-scale-avf-{test_type}"
15439   algorithm: "plot_ndrpdr_box_name"
15440   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-l2switching-base-scale-avf-{test_type}"
15441   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15442   core: ["2t1c", ]
15443   include:
15444     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-ndrpdr"
15445     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15446     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15447     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15448   layout:
15449     title: "2n-zn2-xxv710-64b-{core}-l2switching-base-scale-avf-{test_type}"
15450     layout: "plot-throughput"
15451
15452 - type: "plot"
15453   title: "Throughput: 2n-zn2-xxv710-64b-{core}-l2switching-base-dpdk-{test_type}"
15454   algorithm: "plot_ndrpdr_box_name"
15455   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-l2switching-base-dpdk-{test_type}"
15456   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15457   core: ["2t1c", ]
15458   include:
15459     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-{core}-dot1q-l2xcbase-ndrpdr"
15460     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-ndrpdr"
15461     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15462     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-{core}-eth-l2patch-ndrpdr"
15463     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-{core}-eth-l2xcbase-ndrpdr"
15464     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
15465   layout:
15466     title: "2n-zn2-xxv710-64b-{core}-l2switching-base-dpdk-{test_type}"
15467     layout: "plot-throughput"
15468
15469 - type: "plot"
15470   title: "Throughput: 2n-zn2-xxv710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
15471   algorithm: "plot_ndrpdr_box_name"
15472   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
15473   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15474   core: ["2t1c", ]
15475   include:
15476     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-ndrpdr"
15477     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale10kmaclrn-ndrpdr"
15478     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale100kmaclrn-ndrpdr"
15479     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-eth-l2bdscale1mmaclrn-ndrpdr"
15480   layout:
15481     title: "2n-zn2-xxv710-64b-{core}-l2switching-base-scale-dpdk-{test_type}"
15482     layout: "plot-throughput"
15483
15484 - type: "plot"
15485   title: "Throughput: 2n-zn2-cx556a-64b-{core}-rdma-l2switching-base-{test_type}"
15486   algorithm: "plot_ndrpdr_box_name"
15487   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-{core}-rdma-l2switching-base-{test_type}"
15488   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15489   core: ["2t1c", ]
15490   include:
15491     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-{core}-rdma-dot1q-l2xcbase-ndrpdr"
15492     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-{core}-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
15493     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-{core}-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15494     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-{core}-rdma-eth-l2patch-ndrpdr"
15495     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-{core}-rdma-eth-l2xcbase-ndrpdr"
15496     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-rdma-eth-l2bdbasemaclrn-ndrpdr"
15497   layout:
15498     title: "2n-zn2-cx556a-64b-{core}-rdma-l2switching-base-{test_type}"
15499     layout: "plot-throughput"
15500
15501 - type: "plot"
15502   title: "Throughput: 2n-zn2-cx556a-64b-{core}-rdma-l2switching-scale-{test_type}"
15503   algorithm: "plot_ndrpdr_box_name"
15504   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-{core}-rdma-l2switching-scale-{test_type}"
15505   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15506   core: ["2t1c", ]
15507   include:
15508     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-{core}-rdma-eth-l2bdbasemaclrn-ndrpdr"
15509     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-{core}-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
15510     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-{core}-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
15511     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-{core}-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
15512   layout:
15513     title: "2n-zn2-cx556a-64b-{core}-rdma-l2switching-scale-{test_type}"
15514     layout: "plot-throughput"
15515
15516 - type: "plot"
15517   title: "Throughput: 2n-zn2-xxv710-64b-{core}-vhost-base-avf-{test_type}"
15518   algorithm: "plot_ndrpdr_box_name"
15519   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-vhost-base-avf-{test_type}"
15520   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15521   core: ["2t1c", ]
15522   include:
15523     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15524     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15525     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15526     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15527     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15528   layout:
15529     title: "2n-zn2-xxv710-64b-{core}-vhost-base-avf-{test_type}"
15530     layout: "plot-throughput"
15531
15532 - type: "plot"
15533   title: "Throughput: 2n-zn2-xxv710-64b-{core}-vhost-base-avf-vpp-{test_type}"
15534   algorithm: "plot_ndrpdr_box_name"
15535   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-vhost-base-avf-vpp-{test_type}"
15536   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15537   core: ["2t1c", ]
15538   include:
15539     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15540     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15541     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15542     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15543     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-{core}-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15544   layout:
15545     title: "2n-zn2-xxv710-64b-{core}-vhost-base-avf-vpp-{test_type}"
15546     layout: "plot-throughput"
15547
15548 - type: "plot"
15549   title: "Throughput: 2n-zn2-xxv710-64b-{core}-vhost-base-dpdk-{test_type}"
15550   algorithm: "plot_ndrpdr_box_name"
15551   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-vhost-base-dpdk-{test_type}"
15552   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15553   core: ["2t1c", ]
15554   include:
15555     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15556     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15557     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15558     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15559     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15560   layout:
15561     title: "2n-zn2-xxv710-64b-{core}-vhost-base-dpdk-{test_type}"
15562     layout: "plot-throughput"
15563
15564 - type: "plot"
15565   title: "Throughput: 2n-zn2-xxv710-64b-{core}-vhost-base-dpdk-vpp-{test_type}"
15566   algorithm: "plot_ndrpdr_box_name"
15567   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-{core}-vhost-base-dpdk-vpp-{test_type}"
15568   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15569   core: ["2t1c", ]
15570   include:
15571     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15572     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15573     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15574     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15575     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-{core}-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15576   layout:
15577     title: "2n-zn2-xxv710-64b-{core}-vhost-base-dpdk-vpp-{test_type}"
15578     layout: "plot-throughput"
15579
15580 - type: "plot"
15581   title: "Throughput: 2n-zn2-cx556a-64b-{core}-rdma-l2-vhost-base-{test_type}"
15582   algorithm: "plot_ndrpdr_box_name"
15583   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-{core}-rdma-l2-vhost-base-{test_type}"
15584   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15585   core: ["2t1c", ]
15586   include:
15587     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15588     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15589     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15590     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-{core}-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15591   layout:
15592     title: "2n-zn2-cx556a-64b-{core}-rdma-l2-vhost-base-{test_type}"
15593     layout: "plot-throughput"
15594
15595 - type: "plot"
15596   title: "Throughput: 2n-zn2-cx556a-64b-{core}-rdma-l2-vhost-vppl2xc-base-{test_type}"
15597   algorithm: "plot_ndrpdr_box_name"
15598   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-{core}-rdma-l2-vhost-vppl2xc-base-{test_type}"
15599   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15600   core: ["2t1c", ]
15601   include:
15602     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15603     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15604     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15605     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-{core}-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15606   layout:
15607     title: "2n-zn2-cx556a-64b-{core}-rdma-l2-vhost-vppl2xc-base-{test_type}"
15608     layout: "plot-throughput"
15609
15610 - type: "plot"
15611   title: "Throughput: 2n-zn2-xxv710-114b-{core}-vts-l2switching-base-dpdk-{test_type}"
15612   algorithm: "plot_ndrpdr_box_name"
15613   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-{core}-vts-l2switching-base-dpdk-{test_type}"
15614   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15615   core: ["2t1c", ]
15616   include:
15617     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-{core}-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
15618     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-{core}-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
15619     - "Tests.Vpp.Perf.Vts.2N1L-25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-{core}-avf-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
15620     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-{core}-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
15621     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-{core}-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
15622     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-{core}-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
15623   layout:
15624     title: "2n-zn2-xxv710-114b-{core}-vts-l2switching-base-[avf,dpdk]-{test_type}"
15625     layout: "plot-throughput"
15626
15627 ################################################################################
15628
15629 # Packet Speedup
15630
15631 - type: "plot"
15632   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-avf-{test_type}-tsa"
15633   algorithm: "plot_tsa_name"
15634   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-avf-{test_type}-tsa"
15635   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15636   include:
15637     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15638     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15639     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15640     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15641   layout:
15642     title: "2n-zn2-xxv710-64b-memif-base-avf-{test_type}"
15643     layout: "plot-throughput-speedup-analysis"
15644
15645 - type: "plot"
15646   title: "Speedup: 2n-zn2-xxv710-64b-memif-base-dpdk-{test_type}-tsa"
15647   algorithm: "plot_tsa_name"
15648   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-memif-base-dpdk-{test_type}-tsa"
15649   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15650   include:
15651     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15652     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15653     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15654     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15655   layout:
15656     title: "2n-zn2-xxv710-64b-memif-base-dpdk-{test_type}"
15657     layout: "plot-throughput-speedup-analysis"
15658
15659 - type: "plot"
15660   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-{test_type}-tsa"
15661   algorithm: "plot_tsa_name"
15662   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-{test_type}-tsa"
15663   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15664   include:
15665     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15666     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15667     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15668     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15669   layout:
15670     title: "2n-zn2-cx556a-64b-rdma-l2-eth-2memif-1dcr-{test_type}"
15671     layout: "plot-throughput-speedup-analysis"
15672
15673 - type: "plot"
15674   title: "Speedup: 2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-{test_type}-tsa"
15675   algorithm: "plot_tsa_name"
15676   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-{test_type}-tsa"
15677   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15678   include:
15679     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
15680     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15681     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15682     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
15683     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15684     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15685   layout:
15686     title: "2n-zn2-x710-64b-ip4routing-base-scale-[avf,dpdk]-{test_type}"
15687     layout: "plot-throughput-speedup-analysis"
15688
15689 - type: "plot"
15690   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-avf-{test_type}-tsa"
15691   algorithm: "plot_tsa_name"
15692   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-avf-{test_type}-tsa"
15693   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15694   include:
15695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
15696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
15697     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
15698     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
15699     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
15700     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
15701     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
15702   layout:
15703     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-avf-{test_type}"
15704     layout: "plot-throughput-speedup-analysis"
15705
15706 - type: "plot"
15707   title: "Speedup: 2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-{test_type}-tsa"
15708   algorithm: "plot_tsa_name"
15709   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-{test_type}-tsa"
15710   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15711   include:
15712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15714     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15715     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
15716     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15717     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
15718     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15719     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
15720   layout:
15721     title: "2n-zn2-xxv710-64b-ip4routing-base-scale-dpdk-{test_type}"
15722     layout: "plot-throughput-speedup-analysis"
15723
15724 - type: "plot"
15725   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-avf-{test_type}-tsa"
15726   algorithm: "plot_tsa_name"
15727   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-avf-{test_type}-tsa"
15728   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15729   include:
15730     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15731     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15732     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15733     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15734     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
15735     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
15736   layout:
15737     title: "2n-zn2-xxv710-64b-features-ip4routing-base-avf-{test_type}"
15738     layout: "plot-throughput-speedup-analysis"
15739
15740 - type: "plot"
15741   title: "Speedup: 2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-{test_type}-tsa"
15742   algorithm: "plot_tsa_name"
15743   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-{test_type}-tsa"
15744   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15745   include:
15746     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
15747     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
15748     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
15749     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
15750     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
15751   layout:
15752     title: "2n-zn2-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-{test_type}"
15753     layout: "plot-throughput-speedup-analysis"
15754
15755 #- type: "plot"
15756 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-{test_type}-tsa"
15757 #  algorithm: "plot_tsa_name"
15758 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-{test_type}-tsa"
15759 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15760 #  include:
15761 #    - "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"
15762 #    - "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"
15763 #    - "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"
15764 #    - "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"
15765 #    - "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"
15766 #  layout:
15767 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-{test_type}"
15768 #    layout: "plot-throughput-speedup-analysis"
15769 #
15770 #- type: "plot"
15771 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}-tsa"
15772 #  algorithm: "plot_tsa_name"
15773 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}-tsa"
15774 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15775 #  include:
15776 #    - "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"
15777 #    - "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"
15778 #    - "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"
15779 #    - "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"
15780 #    - "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"
15781 #    - "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"
15782 #    - "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"
15783 #    - "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"
15784 #    - "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"
15785 #    - "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"
15786 #  layout:
15787 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-{test_type}"
15788 #    layout: "plot-throughput-speedup-analysis-cps"
15789 #
15790 #- type: "plot"
15791 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}-tsa"
15792 #  algorithm: "plot_tsa_name"
15793 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}-tsa"
15794 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15795 #  include:
15796 #    - "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"
15797 #    - "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"
15798 #    - "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"
15799 #    - "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"
15800 #    - "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"
15801 #    - "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"
15802 #    - "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"
15803 #    - "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"
15804 #    - "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"
15805 #    - "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"
15806 #  layout:
15807 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-{test_type}"
15808 #    layout: "plot-throughput-speedup-analysis"
15809 #
15810 #- type: "plot"
15811 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}-tsa"
15812 #  algorithm: "plot_tsa_name"
15813 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}-tsa"
15814 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15815 #  include:
15816 #    - "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"
15817 #    - "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"
15818 #    - "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"
15819 #    - "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"
15820 #    - "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"
15821 #    - "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"
15822 #    - "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"
15823 #    - "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"
15824 #    - "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"
15825 #    - "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"
15826 #  layout:
15827 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-{test_type}"
15828 #    layout: "plot-throughput-speedup-analysis-cps"
15829 #
15830 #- type: "plot"
15831 #  title: "Speedup: 2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}-tsa"
15832 #  algorithm: "plot_tsa_name"
15833 #  output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}-tsa"
15834 #  data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15835 #  include:
15836 #    - "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"
15837 #    - "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"
15838 #    - "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"
15839 #    - "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"
15840 #    - "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"
15841 #    - "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"
15842 #    - "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"
15843 #    - "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"
15844 #    - "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"
15845 #    - "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"
15846 #  layout:
15847 #    title: "2n-zn2-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-{test_type}"
15848 #    layout: "plot-throughput-speedup-analysis"
15849
15850 - type: "plot"
15851   title: "Speedup: 2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-{test_type}-tsa"
15852   algorithm: "plot_tsa_name"
15853   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-{test_type}-tsa"
15854   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15855   include:
15856     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15857     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15858     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15859     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15860     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15861     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
15862   layout:
15863     title: "2n-zn2-xxv710-64b-features-ip4routing-base-dpdk-{test_type}"
15864     layout: "plot-throughput-speedup-analysis"
15865
15866 - type: "plot"
15867   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ip4base-{test_type}-tsa"
15868   algorithm: "plot_tsa_name"
15869   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ip4base-{test_type}-tsa"
15870   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15871   include:
15872     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
15873     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
15874     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
15875     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
15876     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
15877     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
15878     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
15879     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
15880   layout:
15881     title: "2n-zn2-cx556a-64b-rdma-ip4base-{test_type}"
15882     layout: "plot-throughput-speedup-analysis"
15883
15884 - type: "plot"
15885   title: "Speedup: 2n-zn2-cx556a-64b-rdma-ethip4-features-{test_type}-tsa"
15886   algorithm: "plot_tsa_name"
15887   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-ethip4-features-{test_type}-tsa"
15888   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15889   include:
15890     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15891     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15892     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15893     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15894     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
15895     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
15896   layout:
15897     title: "2n-zn2-cx556a-64b-rdma-ethip4-features-{test_type}"
15898     layout: "plot-throughput-speedup-analysis"
15899
15900 - type: "plot"
15901   title: "Speedup: 2n-zn2-xxv710-64b-ethip4--ethip4udpgeneve-avf-{test_type}-tsa"
15902   algorithm: "plot_tsa_name"
15903   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-ethip4--ethip4udpgeneve-avf-{test_type}-tsa"
15904   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15905   include:
15906     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-1Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-1tun-ip4base-ndrpdr"
15907     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-4Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-4tun-ip4base-ndrpdr"
15908     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-16Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-16tun-ip4base-ndrpdr"
15909     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-64Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-64tun-ip4base-ndrpdr"
15910     - "Tests.Vpp.Perf.Ip4 Tunnels.2N1L-25Ge2P1Xxv710-Avf-Ethip4--Ethip4Udpgeneve-256Tun-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4--ethip4udpgeneve-256tun-ip4base-ndrpdr"
15911   layout:
15912     title: "2n-zn2-xxv710-64b-ethip4--ethip4udpgeneve-avf-{test_type}"
15913     layout: "plot-throughput-speedup-analysis"
15914
15915 - type: "plot"
15916   title: "Speedup: 2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-{test_type}-tsa"
15917   algorithm: "plot_tsa_name"
15918   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-{test_type}-tsa"
15919   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15920   include:
15921     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15922     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15923     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15924     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
15925     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15926     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15927     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15928   layout:
15929     title: "2n-zn2-x710-78b-ip6routing-base-scale-[avf,dpdk]-{test_type}"
15930     layout: "plot-throughput-speedup-analysis"
15931
15932 - type: "plot"
15933   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-avf-{test_type}-tsa"
15934   algorithm: "plot_tsa_name"
15935   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-avf-{test_type}-tsa"
15936   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15937   include:
15938     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
15939     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
15940     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
15941     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-rnd-ndrpdr"
15942     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
15943     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-rnd-ndrpdr"
15944     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
15945     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-rnd-ndrpdr"
15946   layout:
15947     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-avf-{test_type}"
15948     layout: "plot-throughput-speedup-analysis"
15949
15950 - type: "plot"
15951   title: "Speedup: 2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-{test_type}-tsa"
15952   algorithm: "plot_tsa_name"
15953   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-{test_type}-tsa"
15954   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15955   include:
15956     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15957     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15958     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15959     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-rnd-ndrpdr"
15960     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15961     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-rnd-ndrpdr"
15962     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15963     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-rnd-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-rnd-ndrpdr"
15964   layout:
15965     title: "2n-zn2-xxv710-78b-ip6routing-base-scale-dpdk-{test_type}"
15966     layout: "plot-throughput-speedup-analysis"
15967
15968 - type: "plot"
15969   title: "Speedup: 2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-{test_type}-tsa"
15970   algorithm: "plot_tsa_name"
15971   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-{test_type}-tsa"
15972   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15973   include:
15974     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
15975     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
15976     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
15977     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
15978     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
15979   layout:
15980     title: "2n-zn2-cx556a-78b-rdma-ip6routing-base-scale-{test_type}"
15981     layout: "plot-throughput-speedup-analysis"
15982
15983 - type: "plot"
15984   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-avf-{test_type}-tsa"
15985   algorithm: "plot_tsa_name"
15986   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-avf-{test_type}-tsa"
15987   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
15988   include:
15989     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15990     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15991     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15992     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15993     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15994   layout:
15995     title: "2n-zn2-x710-64b-l2switching-base-scale-avf-{test_type}"
15996     layout: "plot-throughput-speedup-analysis"
15997
15998 - type: "plot"
15999   title: "Speedup: 2n-zn2-x710-64b-l2switching-base-scale-dpdk-{test_type}-tsa"
16000   algorithm: "plot_tsa_name"
16001   output-file: "{DIR[STATIC,VPP]}/2n-zn2-x710-64b-l2switching-base-scale-dpdk-{test_type}-tsa"
16002   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16003   include:
16004     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16005     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16006     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16007     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16008     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16009   layout:
16010     title: "2n-zn2-x710-64b-l2switching-base-scale-dpdk-{test_type}"
16011     layout: "plot-throughput-speedup-analysis"
16012
16013 - type: "plot"
16014   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-avf-{test_type}-tsa"
16015   algorithm: "plot_tsa_name"
16016   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-avf-{test_type}-tsa"
16017   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16018   include:
16019     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
16020     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16021     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16022     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
16023     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
16024     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16025   layout:
16026     title: "2n-zn2-xxv710-64b-l2switching-base-avf-{test_type}"
16027     layout: "plot-throughput-speedup-analysis"
16028
16029 - type: "plot"
16030   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-avf-{test_type}-tsa"
16031   algorithm: "plot_tsa_name"
16032   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-avf-{test_type}-tsa"
16033   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16034   include:
16035     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
16036     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
16037     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
16038     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
16039   layout:
16040     title: "2n-zn2-xxv710-64b-l2switching-base-scale-avf-{test_type}"
16041     layout: "plot-throughput-speedup-analysis"
16042
16043 - type: "plot"
16044   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-dpdk-{test_type}-tsa"
16045   algorithm: "plot_tsa_name"
16046   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-dpdk-{test_type}-tsa"
16047   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16048   include:
16049     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16050     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16051     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16052     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16053     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16054     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16055   layout:
16056     title: "2n-zn2-xxv710-64b-l2switching-base-dpdk-{test_type}"
16057     layout: "plot-throughput-speedup-analysis"
16058
16059 - type: "plot"
16060   title: "Speedup: 2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-{test_type}-tsa"
16061   algorithm: "plot_tsa_name"
16062   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-{test_type}-tsa"
16063   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16064   include:
16065     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16066     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16067     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16068     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16069   layout:
16070     title: "2n-zn2-xxv710-64b-l2switching-base-scale-dpdk-{test_type}"
16071     layout: "plot-throughput-speedup-analysis"
16072
16073 - type: "plot"
16074   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-base-{test_type}-tsa"
16075   algorithm: "plot_tsa_name"
16076   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-base-{test_type}-tsa"
16077   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16078   include:
16079     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
16080     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
16081     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
16082     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
16083     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
16084     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16085   layout:
16086     title: "2n-zn2-cx556a-64b-rdma-l2switching-base-{test_type}"
16087     layout: "plot-throughput-speedup-analysis"
16088
16089 - type: "plot"
16090   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2switching-scale-{test_type}-tsa"
16091   algorithm: "plot_tsa_name"
16092   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2switching-scale-{test_type}-tsa"
16093   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16094   include:
16095     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
16096     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
16097     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
16098     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
16099   layout:
16100     title: "2n-zn2-cx556a-64b-rdma-l2switching-scale-{test_type}"
16101     layout: "plot-throughput-speedup-analysis"
16102
16103 - type: "plot"
16104   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-{test_type}-tsa"
16105   algorithm: "plot_tsa_name"
16106   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-{test_type}-tsa"
16107   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16108   include:
16109     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16110     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16111     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16112     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16113     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16114   layout:
16115     title: "2n-zn2-xxv710-64b-vhost-base-avf-{test_type}"
16116     layout: "plot-throughput-speedup-analysis"
16117
16118 - type: "plot"
16119   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-avf-vpp-{test_type}-tsa"
16120   algorithm: "plot_tsa_name"
16121   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-avf-vpp-{test_type}-tsa"
16122   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16123   include:
16124     - "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"
16125     - "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"
16126     - "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"
16127     - "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"
16128     - "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"
16129   layout:
16130     title: "2n-zn2-xxv710-64b-vhost-base-avf-vpp-{test_type}"
16131     layout: "plot-throughput-speedup-analysis"
16132
16133 - type: "plot"
16134   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-{test_type}-tsa"
16135   algorithm: "plot_tsa_name"
16136   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-{test_type}-tsa"
16137   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16138   include:
16139     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16140     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16141     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16142     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16143     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16144   layout:
16145     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-{test_type}"
16146     layout: "plot-throughput-speedup-analysis"
16147
16148 - type: "plot"
16149   title: "Speedup: 2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-{test_type}-tsa"
16150   algorithm: "plot_tsa_name"
16151   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-{test_type}-tsa"
16152   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16153   include:
16154     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16155     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16156     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16157     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16158     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16159   layout:
16160     title: "2n-zn2-xxv710-64b-vhost-base-dpdk-vpp-{test_type}"
16161     layout: "plot-throughput-speedup-analysis"
16162
16163 - type: "plot"
16164   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-base-{test_type}-tsa"
16165   algorithm: "plot_tsa_name"
16166   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-base-{test_type}-tsa"
16167   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16168   include:
16169     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16170     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16171     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16172     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16173   layout:
16174     title: "2n-zn2-cx556a-64b-rdma-l2-vhost-base-{test_type}"
16175     layout: "plot-throughput-speedup-analysis"
16176
16177 - type: "plot"
16178   title: "Speedup: 2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-{test_type}-tsa"
16179   algorithm: "plot_tsa_name"
16180   output-file: "{DIR[STATIC,VPP]}/2n-zn2-cx556a-64b-rdma-l2-vhost-vppl2xc-base-{test_type}-tsa"
16181   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16182   include:
16183     - "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"
16184     - "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"
16185     - "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"
16186     - "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"
16187   layout:
16188     title: "2n-zn2-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-{test_type}"
16189     layout: "plot-throughput-speedup-analysis"
16190
16191 - type: "plot"
16192   title: "Speedup: 2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-{test_type}-tsa"
16193   algorithm: "plot_tsa_name"
16194   output-file: "{DIR[STATIC,VPP]}/2n-zn2-xxv710-114b-vts-l2switching-base-dpdk-{test_type}-tsa"
16195   data: "plot-vpp-throughput-lat-tsa-2n-zn2"
16196   include:
16197     - "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"
16198     - "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"
16199     - "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"
16200     - "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"
16201     - "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"
16202     - "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"
16203   layout:
16204     title: "2n-zn2-xxv710-114b-vts-l2switching-base-[avf,dpdk]-{test_type}"
16205     layout: "plot-throughput-speedup-analysis"
16206
16207 # Packet Throughput - DPDK
16208
16209 # 2n-zn2
16210
16211 - type: "plot"
16212   title: "DPDK Throughput: 2n-zn2-xxv710-64b-{core}-base-{test_type}"
16213   algorithm: "plot_ndrpdr_box_name"
16214   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-xxv710-64b-{core}-base-{test_type}"
16215   data: "plot-dpdk-throughput-latency-2n-zn2"
16216   core: ["2t1c", "4t2c"]
16217   include:
16218     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-{core}-eth-l2xcbase-testpmd-ndrpdr"
16219     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-{core}-ethip4-ip4base-l3fwd-ndrpdr"
16220   layout:
16221     title: "2n-zn2-xxv710-64b-{core}-base-{test_type}"
16222     layout: "plot-throughput"
16223
16224 - type: "plot"
16225   title: "DPDK Throughput: 2n-zn2-x710-64b-{core}-base-{test_type}"
16226   algorithm: "plot_ndrpdr_box_name"
16227   output-file: "{DIR[STATIC,DPDK]}/2n-zn2-x710-64b-{core}-base-{test_type}"
16228   data: "plot-dpdk-throughput-latency-2n-zn2"
16229   core: ["2t1c", "4t2c"]
16230   include:
16231     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-{core}-eth-l2xcbase-testpmd-ndrpdr"
16232     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-{core}-ethip4-ip4base-l3fwd-ndrpdr"
16233   layout:
16234     title: "2n-zn2-x710-64b-{core}-base-{test_type}"
16235     layout: "plot-throughput"
16236
16237 ################################################################################
16238
16239 - type: "plot"
16240   title: "Latency by percentile: 2n-skx"
16241   algorithm: "plot_hdrh_lat_by_percentile_x_log"
16242   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
16243   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
16244   target-links: "../../_static/vpp"
16245   data: "plot-vpp-hdrh-lat-2n-skx"
16246   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16247   layout:
16248     layout: "plot-hdrh-latency-percentile-x-log"
16249
16250 - type: "plot"
16251   title: "Latency by percentile: 2n-skx RND"
16252   algorithm: "plot_hdrh_lat_by_percentile_x_log"
16253   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
16254   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
16255   target-links: "../../_static/vpp"
16256   data: "plot-vpp-hdrh-lat-2n-skx-rnd"
16257   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16258   layout:
16259     layout: "plot-hdrh-latency-percentile-x-log"
16260
16261 - type: "plot"
16262   title: "Latency by percentile: 2n-skx NAT"
16263   algorithm: "plot_hdrh_lat_by_percentile_x_log"
16264   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
16265   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
16266   target-links: "../../_static/vpp"
16267   data: "plot-vpp-hdrh-lat-2n-skx-nat"
16268   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16269   layout:
16270     layout: "plot-hdrh-latency-percentile-x-log"
16271
16272 - type: "plot"
16273   title: "Latency by percentile: 2n-zn2"
16274   algorithm: "plot_hdrh_lat_by_percentile_x_log"
16275   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-zn2"
16276   output-file-links: "{DIR[LAT,VPP]}/2n_zn2.rst"
16277   target-links: "../../_static/vpp"
16278   data: "plot-vpp-hdrh-lat-2n-zn2"
16279   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16280   layout:
16281     layout: "plot-hdrh-latency-percentile-x-log"
16282
16283 - type: "plot"
16284   title: "Latency by percentile: 2n-zn2 RND"
16285   algorithm: "plot_hdrh_lat_by_percentile_x_log"
16286   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-zn2"
16287   output-file-links: "{DIR[LAT,VPP]}/2n_zn2.rst"
16288   target-links: "../../_static/vpp"
16289   data: "plot-vpp-hdrh-lat-2n-zn2-rnd"
16290   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16291   layout:
16292     layout: "plot-hdrh-latency-percentile-x-log"
16293
16294 - type: "plot"
16295   title: "Latency by percentile: 3n-skx"
16296   algorithm: "plot_hdrh_lat_by_percentile_x_log"
16297   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
16298   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
16299   target-links: "../../_static/vpp"
16300   data: "plot-vpp-hdrh-lat-3n-skx"
16301   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16302   layout:
16303     layout: "plot-hdrh-latency-percentile-x-log"
16304
16305 - type: "plot"
16306   title: "Latency by percentile: 2n-clx"
16307   algorithm: "plot_hdrh_lat_by_percentile_x_log"
16308   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
16309   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
16310   target-links: "../../_static/vpp"
16311   data: "plot-vpp-hdrh-lat-2n-clx"
16312   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16313   layout:
16314     layout: "plot-hdrh-latency-percentile-x-log"
16315
16316 - type: "plot"
16317   title: "Latency by percentile: 2n-clx RND"
16318   algorithm: "plot_hdrh_lat_by_percentile_x_log"
16319   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
16320   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
16321   target-links: "../../_static/vpp"
16322   data: "plot-vpp-hdrh-lat-2n-clx-rnd"
16323   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16324   layout:
16325     layout: "plot-hdrh-latency-percentile-x-log"
16326
16327 - type: "plot"
16328   title: "Latency by percentile: 2n-clx NAT"
16329   algorithm: "plot_hdrh_lat_by_percentile_x_log"
16330   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
16331   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
16332   target-links: "../../_static/vpp"
16333   data: "plot-vpp-hdrh-lat-2n-clx-nat"
16334   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16335   layout:
16336     layout: "plot-hdrh-latency-percentile-x-log"
16337
16338 - type: "plot"
16339   title: "Latency by percentile: 2n-clx MLX"
16340   algorithm: "plot_hdrh_lat_by_percentile_x_log"
16341   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
16342   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
16343   target-links: "../../_static/vpp"
16344   data: "plot-vpp-hdrh-lat-2n-clx-mlx"
16345   filter: "'2T1C' and 'NIC_Mellanox-CX556A'"
16346   layout:
16347     layout: "plot-hdrh-latency-percentile-x-log"
16348
16349 - type: "plot"
16350   title: "Latency by percentile: 3n-hsw"
16351   algorithm: "plot_hdrh_lat_by_percentile_x_log"
16352   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
16353   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
16354   target-links: "../../_static/vpp"
16355   data: "plot-vpp-hdrh-lat-3n-hsw"
16356   filter: "'1T1C' and 'NIC_Intel-XL710'"
16357   layout:
16358     layout: "plot-hdrh-latency-percentile-x-log"
16359
16360 - type: "plot"
16361   title: "Latency by percentile: 3n-hsw RND"
16362   algorithm: "plot_hdrh_lat_by_percentile_x_log"
16363   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
16364   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
16365   target-links: "../../_static/vpp"
16366   data: "plot-vpp-hdrh-lat-3n-hsw-rnd"
16367   filter: "'1T1C' and 'NIC_Intel-XL710'"
16368   layout:
16369     layout: "plot-hdrh-latency-percentile-x-log"
16370
16371 - type: "plot"
16372   title: "Latency by percentile: 3n-tsh"
16373   algorithm: "plot_hdrh_lat_by_percentile_x_log"
16374   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
16375   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
16376   target-links: "../../_static/vpp"
16377   data: "plot-vpp-hdrh-lat-3n-tsh"
16378   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16379   layout:
16380     layout: "plot-hdrh-latency-percentile-x-log"
16381
16382 - type: "plot"
16383   title: "Latency by percentile: 2n-tx2"
16384   algorithm: "plot_hdrh_lat_by_percentile_x_log"
16385   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-tx2"
16386   output-file-links: "{DIR[LAT,VPP]}/2n-tx2.rst"
16387   target-links: "../../_static/vpp"
16388   data: "plot-vpp-hdrh-lat-2n-tx2"
16389   filter: "'1T1C' and 'NIC_Intel-XL710'"
16390   layout:
16391     layout: "plot-hdrh-latency-percentile-x-log"
16392
16393 - type: "plot"
16394   title: "Latency by percentile: DPDK 2n-skx"
16395   algorithm: "plot_hdrh_lat_by_percentile_x_log"
16396   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
16397   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
16398   target-links: "../../_static/dpdk"
16399   data: "plot-dpdk-hdrh-lat-2n-skx"
16400   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16401   layout:
16402     layout: "plot-hdrh-latency-percentile-x-log"
16403
16404 - type: "plot"
16405   title: "Latency by percentile: DPDK 3n-skx"
16406   algorithm: "plot_hdrh_lat_by_percentile_x_log"
16407   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
16408   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
16409   target-links: "../../_static/dpdk"
16410   data: "plot-dpdk-hdrh-lat-3n-skx"
16411   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16412   layout:
16413     layout: "plot-hdrh-latency-percentile-x-log"
16414
16415 - type: "plot"
16416   title: "Latency by percentile: DPDK 2n-clx"
16417   algorithm: "plot_hdrh_lat_by_percentile_x_log"
16418   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
16419   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
16420   target-links: "../../_static/dpdk"
16421   data: "plot-dpdk-hdrh-lat-2n-clx"
16422   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16423   layout:
16424     layout: "plot-hdrh-latency-percentile-x-log"
16425
16426 - type: "plot"
16427   title: "Latency by percentile: DPDK 2n-zn2"
16428   algorithm: "plot_hdrh_lat_by_percentile_x_log"
16429   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-zn2"
16430   output-file-links: "{DIR[LAT,DPDK]}/2n_zn2.rst"
16431   target-links: "../../_static/dpdk"
16432   data: "plot-dpdk-hdrh-lat-2n-zn2"
16433   filter: "'2T1C' and 'NIC_Intel-XXV710'"
16434   layout:
16435     layout: "plot-hdrh-latency-percentile-x-log"
16436
16437 - type: "plot"
16438   title: "Latency by percentile: DPDK 3n-hsw"
16439   algorithm: "plot_hdrh_lat_by_percentile_x_log"
16440   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
16441   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
16442   target-links: "../../_static/dpdk"
16443   data: "plot-dpdk-hdrh-lat-3n-hsw"
16444   filter: "'1T1C' and 'NIC_Intel-XL710'"
16445   layout:
16446     layout: "plot-hdrh-latency-percentile-x-log"
16447
16448 - type: "plot"
16449   title: "Latency by percentile: DPDK 3n-tsh"
16450   algorithm: "plot_hdrh_lat_by_percentile_x_log"
16451   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
16452   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
16453   target-links: "../../_static/dpdk"
16454   data: "plot-dpdk-hdrh-lat-3n-tsh"
16455   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
16456   layout:
16457     layout: "plot-hdrh-latency-percentile-x-log"
16458
16459 - type: "plot"
16460   title: "Latency by percentile: DPDK 2n-tx2"
16461   algorithm: "plot_hdrh_lat_by_percentile_x_log"
16462   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-tx2"
16463   output-file-links: "{DIR[LAT,DPDK]}/2n-tx2.rst"
16464   target-links: "../../_static/dpdk"
16465   data: "plot-dpdk-hdrh-lat-2n-tx2"
16466   filter: "'1T1C' and 'NIC_Intel-XL710'"
16467   layout:
16468     layout: "plot-hdrh-latency-percentile-x-log"
16469
16470 ###############################################################################
16471
16472 - type: "plot"
16473   title: "Throughput: 2n-skx-128kb-{core}-ip4routing-iperf3"
16474   algorithm: "plot_mrr_box_name"
16475   output-file: "{DIR[STATIC,VPP]}/2n-skx-128kb-{core}-ip4routing-iperf3"
16476   data: "plot-vpp-gso-2n-skx"
16477   core: ["1t1c", "2t2c", "4t4c"]
16478   include:
16479     - "Tests.Vpp.Perf.Gso.2N1L-10Ge2P1X710-Ethip4-Ip4Base-2Tap-Gso-Iperf3-Mrr.128KB-{core}-ethip4-ip4base-2tap-gso-iperf3-mrr"
16480     - "Tests.Vpp.Perf.Gso.2N1L-10Ge2P1X710-Ethip4-Ip4Base-2Tap-Iperf3-Mrr.128KB-{core}-ethip4-ip4base-2tap-iperf3-mrr"
16481     - "Tests.Vpp.Perf.Gso.2N1L-10Ge2P1X710-Ethip4-Ip4Base-2Vhost-Gso-Iperf3-Mrr.128KB-{core}-ethip4-ip4base-2vhost-gso-iperf3-mrr"
16482     - "Tests.Vpp.Perf.Gso.2N1L-10Ge2P1X710-Ethip4-Ip4Base-2Vhost-Iperf3-Mrr.128KB-{core}-ethip4-ip4base-2vhost-iperf3-mrr"
16483   layout:
16484     title: "2n-skx-128kb-{core}-ip4routing-iperf3"
16485     layout: "plot-throughput-gbps"
16486
16487 - type: "plot"
16488   title: "Throughput: 2n-clx-128kb-{core}-ip4routing-iperf3"
16489   algorithm: "plot_mrr_box_name"
16490   output-file: "{DIR[STATIC,VPP]}/2n-clx-128kb-{core}-ip4routing-iperf3"
16491   data: "plot-vpp-gso-2n-clx"
16492   core: ["1t1c", "2t2c", "4t4c"]
16493   include:
16494     - "Tests.Vpp.Perf.Gso.2N1L-10Ge2P1X710-Ethip4-Ip4Base-2Tap-Gso-Iperf3-Mrr.128KB-{core}-ethip4-ip4base-2tap-gso-iperf3-mrr"
16495     - "Tests.Vpp.Perf.Gso.2N1L-10Ge2P1X710-Ethip4-Ip4Base-2Tap-Iperf3-Mrr.128KB-{core}-ethip4-ip4base-2tap-iperf3-mrr"
16496     - "Tests.Vpp.Perf.Gso.2N1L-10Ge2P1X710-Ethip4-Ip4Base-2Vhost-Gso-Iperf3-Mrr.128KB-{core}-ethip4-ip4base-2vhost-gso-iperf3-mrr"
16497     - "Tests.Vpp.Perf.Gso.2N1L-10Ge2P1X710-Ethip4-Ip4Base-2Vhost-Iperf3-Mrr.128KB-{core}-ethip4-ip4base-2vhost-iperf3-mrr"
16498   layout:
16499     title: "2n-clx-128kb-{core}-ip4routing-iperf3"
16500     layout: "plot-throughput-gbps"
16501
16502 - type: "plot"
16503   title: "Throughput: 2n-zn2-128kb-{core}-ip4routing-iperf3"
16504   algorithm: "plot_mrr_box_name"
16505   output-file: "{DIR[STATIC,VPP]}/2n-zn2-128kb-{core}-ip4routing-iperf3"
16506   data: "plot-vpp-gso-2n-zn2"
16507   core: ["1t1c", "2t2c", "4t4c"]
16508   include:
16509     - "Tests.Vpp.Perf.Gso.2N1L-10Ge2P1X710-Ethip4-Ip4Base-2Tap-Gso-Iperf3-Mrr.128KB-{core}-ethip4-ip4base-2tap-gso-iperf3-mrr"
16510     - "Tests.Vpp.Perf.Gso.2N1L-10Ge2P1X710-Ethip4-Ip4Base-2Tap-Iperf3-Mrr.128KB-{core}-ethip4-ip4base-2tap-iperf3-mrr"
16511     - "Tests.Vpp.Perf.Gso.2N1L-10Ge2P1X710-Ethip4-Ip4Base-2Vhost-Gso-Iperf3-Mrr.128KB-{core}-ethip4-ip4base-2vhost-gso-iperf3-mrr"
16512     - "Tests.Vpp.Perf.Gso.2N1L-10Ge2P1X710-Ethip4-Ip4Base-2Vhost-Iperf3-Mrr.128KB-{core}-ethip4-ip4base-2vhost-iperf3-mrr"
16513   layout:
16514     title: "2n-zn2-128kb-{core}-ip4routing-iperf3"
16515     layout: "plot-throughput-gbps"